Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lonnieezell/codeigniter-forensics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codeigniterpower/codeigniter-profiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: codeigniterpower-master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 1, 2018

  1. Merge the improve the iluminate db loading: do not try to autoload nu…

    …ll object
    
    merge the improve the iluminate db loading: do not try to autoload null object
    mckaygerhard authored Apr 1, 2018
    Configuration menu
    Copy the full SHA
    10fcb95 View commit details
    Browse the repository at this point in the history
  2. Merge correctly handled objects byt encoding and decoding user sesion…

    … data
    
    correctly handled objects byt encoding and decoding
    mckaygerhard authored Apr 1, 2018
    Configuration menu
    Copy the full SHA
    2d60f34 View commit details
    Browse the repository at this point in the history
  3. Merge fix controller info with CI2 and CI3 compatible ways

    get controller info with CI2 and CI3 compatible ways
    mckaygerhard authored Apr 1, 2018
    Configuration menu
    Copy the full SHA
    4037d8b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. README.md for codeigniter and powered: improve composer and property …

    …fork my own
    
    * better project description
    * improved instructions and usage, configuration and explanatios
    * try to provide my own composer
    * cited credits and original project! thanks lionel! i'll contribute always
    mckaygerhard committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    d9c3589 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    ab0c4c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. sync upstream 'master' of https://github.com/lonnieezell/codeigniter-…

    …forensics
    
    * sync CP own repo with upstream
    * fix for user section: correctly handled objects byt encoding and decoding
    * fix and improve iluminate db loading do not try load null object
    * fixed error when get controller info with CI2 and CI3 compatible ways
    mckaygerhard committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    18a6e5e View commit details
    Browse the repository at this point in the history
  2. i my fork its my funds

    mckaygerhard committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    be0a9e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a88e8f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f643de5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. check for countable on possible arrays, to be compatible with php7/php8

    * this still make it available to use in php5 too
    * php7.2 deprecated non countable objects and php 8 launch a exception
    mckaygerhard committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    1647cf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    defc863 View commit details
    Browse the repository at this point in the history
  3. show where the SQL are executed if some filtering was apply to contro…

    …llers and models
    
    * this helps in big projects to check the querys
    mckaygerhard committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    12f5c6c View commit details
    Browse the repository at this point in the history
Loading