Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2017-07-10 | [ci skip] Merge pull request #5128 from lloricode/profiler-pre-tag | Andrey Andreev | 1 | -2/+14 | |
Profiler add pre tag | |||||
2017-01-23 | Merge pull request #4990 from tianhe1986/develop_profiler | Andrey Andreev | 1 | -5/+5 | |
Two small changes with CI_Profiler | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-03-07 | [ci skip] Fix Profiler not applying htmlspecialchars() to all inputs | Andrey Andreev | 1 | -26/+18 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-08-05 | Reduce once $config['query_toggle_count'] checking | bjjay | 1 | -6/+0 | |
This checking can be done by calling set_sections method when initialize profiler . | |||||
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -0/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-03-19 | Fix profiling of benchmarked names like 'something_endpoint_end' | Richard Cunningham | 1 | -1/+1 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-24 | Righting a wrong in the Session library | Andrey Andreev | 1 | -1/+1 | |
- Change userdata(), flashdata(), tempdata() to return all the respective data when no parameter is passed. - Revert the addition of all_flashdata(). - Deprecate all_userdata(). - Fix related changelog entries that were all inconsistent. | |||||
2014-01-03 | [ci skip] Some spaces & docblock fixes | Andrey Andreev | 1 | -1/+1 | |
2013-12-14 | Added post-increment for $count | Cristian Riffo Huez | 1 | -1/+2 | |
It has been added the missing post-increment for variable $count. | |||||
2013-10-16 | req. changes: | David Cox Jr | 1 | -15/+4 | |
cleaned up conditionals added changelog note regarding profiler updated as per styleguide | |||||
2013-09-25 | fix issue #2617 | David Cox Jr | 1 | -1/+21 | |
simply adds the $_FILES array to profiler output of POST data | |||||
2013-07-17 | [ci skip] Remove some empty lines | Andrey Andreev | 1 | -1/+1 | |
2013-07-17 | Merge pull request #2447 from rlerdorf/develop | Andrey Andreev | 1 | -2/+2 | |
A few minor fixes and cleanups | |||||
2013-07-17 | Add changelog entry for PR #2502 | Andrey Andreev | 1 | -1/+1 | |
2013-06-27 | Update Profiler.php to show HTTP_DNT status | Iacami | 1 | -2/+2 | |
show do not track header status | |||||
2013-05-18 | highlight_code() doesn't take an ENT_QUOTES arg | Rasmus Lerdorf | 1 | -2/+2 | |
Signed-off-by: Rasmus Lerdorf <rasmus@php.net> | |||||
2013-04-04 | Fix #2380 and deprecate CI_Router::fetch_*() methods | Andrey Andreev | 1 | -1/+1 | |
2013-02-15 | Fix some stuff from recent pull requests | Andrey Andreev | 1 | -2/+1 | |
2013-02-15 | Various cosmetic fixes | vlakoff | 1 | -1/+1 | |
2013-02-14 | changes according to narfbg's request | Tim | 1 | -2/+2 | |
2013-02-13 | changes according to narfbg's request | Tim | 1 | -3/+3 | |
2013-02-13 | Added small feature to profiler: total execution time count | Tim | 1 | -2/+4 | |
adds additional information to profiler like: DATABASE: test QUERIES: 3 (0.0016s) (Hide) | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-11-06 | Display DB object names in the Profiler and fix issue #1220 | Andrey Andreev | 1 | -8/+23 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-06-16 | Fix issue #318 + added a default to the switch() in CI_Output::minify() | Andrey Andreev | 1 | -0/+6 | |
2012-06-07 | Remove some unnecessary function_exists() checks and some minor improvements | Andrey Andreev | 1 | -1/+1 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -4/+4 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -0/+1 | |
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 1 | -11/+33 | |
2012-04-03 | Clean up the Profiler library | Andrey Andreev | 1 | -95/+101 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-02 | Fix issue #803 (Profiler library didn't handle objects properly) | Andrey Andreev | 1 | -7/+5 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-25 | Improve the Profiler library | Andrey Andreev | 1 | -144/+81 | |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-09-05 | CI_Profiler => Accepting objects while profiling session data. | Pedro Junior | 1 | -1/+1 | |
2011-08-22 | Fixed #56 | yterajima | 1 | -2/+2 | |
_compile_session_data() is 'protected' to be able to extend MY_Profiler. | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -13/+13 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -13/+13 | |
2011-04-25 | Fixed #60. | Razican | 1 | -11/+11 | |