Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-04-18 | changeset: 2204:37301a84c8be | Greg Aker | 1 | -6/+29 | |
tag: tip user: Greg Aker <greg.aker@ellislab.com> date: Mon Apr 18 15:51:28 2011 -0500 summary: Adding toggle show/hide on database queries in the output profiler. Added a profiler config item to set a threshold of when to hide the queries by default. Additionally, fixed a bug I created earlier today by marking the $CI class var in CI_Profiler as private. | |||||
2011-04-18 | Added Session Class userdata to the output profiler. Additionally, added a ↵ | Greg Aker | 1 | -6/+39 | |
show/hide toggle on HTTP Headers, Session Data and Config Variables. | |||||
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 ↵ | Greg Aker | 1 | -1/+1 | |
http://bitbucket.org/ellislab/codeigniter/issue/38/slight-bug-with-profilerphp Slight tweak to SQL query display in output profiler. | |||||
2010-09-15 | Updates to output profiler html validation. ↵ | Greg Aker | 1 | -6/+6 | |
http://bitbucket.org/ellislab/codeigniter/issue/111/profiler-output-does-not-validate | |||||
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 | |