Age | Commit message (Expand) | Author | Files | Lines |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-24 | Righting a wrong in the Session library | Andrey Andreev | 1 | -1/+1 |
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 |
2013-10-16 | req. changes: | David Cox Jr | 1 | -15/+4 |
2013-09-25 | fix issue #2617 | David Cox Jr | 1 | -1/+21 |
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 |
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 |
2013-05-18 | highlight_code() doesn't take an ENT_QUOTES arg | Rasmus Lerdorf | 1 | -2/+2 |
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 |
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 |
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 |
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 |
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 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -13/+13 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -13/+13 |
2011-04-25 | Fixed #60. | Razican | 1 | -11/+11 |
2011-04-18 | changeset: 2204:37301a84c8be | Greg Aker | 1 | -6/+29 |
2011-04-18 | Added Session Class userdata to the output profiler. Additionally, added a s... | Greg Aker | 1 | -6/+39 |
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -2/+2 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-12-21 | Fix #85 error in db queries in the output profiler. | Greg Aker | 1 | -1/+1 |
2010-11-19 | Updating Output Profiler to validate xHTML Strict, and HTML5. | Greg Aker | 1 | -25/+24 |
2010-11-10 | Changing method visibility in the Profiler class | Greg Aker | 1 | -25/+14 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -92/+92 |
2010-09-15 | Fixed http://bitbucket.org/ellislab/codeigniter/issue/38/slight-bug-with-prof... | Greg Aker | 1 | -1/+1 |
2010-09-15 | Updates to output profiler html validation. http://bitbucket.org/ellislab/co... | Greg Aker | 1 | -6/+6 |
2010-05-13 | added htmlspecialchars to config item output, fixes #41 | Derek Jones | 1 | -2/+2 |
2010-04-29 | Changing order of available sections in the output profiler. | Greg Aker | 1 | -4/+9 |
2010-04-01 | Fixing Validation error in output profiler | Greg Aker | 1 | -4/+0 |