Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-04-01 | Fixing Validation error in output profiler | Greg Aker | 1 | -4/+0 | |
2010-03-10 | added ability to enable/disable individual sections of the Profiler | Derek Jones | 1 | -11/+63 | |
2010-03-03 | adding HTTP_X_FORWARDED_FOR header to Profiler | Derek Jones | 1 | -1/+1 | |
2010-01-16 | adding http headers and config to CI profiler | Derek Allard | 1 | -6/+75 | |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-12-07 | Fixed a language key in the profiler: "profiler_no_memory_usage" to ↵ | Derek Allard | 1 | -1/+1 | |
"profiler_no_memory". | |||||
2009-11-20 | margin fix | Derek Allard | 1 | -1/+1 | |
2009-07-29 | PHP 5.3.0 compatibility changes | Derek Jones | 1 | -2/+2 | |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -391/+391 | |
2008-10-17 | Finessed the SQL highlighting | Rick Ellis | 1 | -9/+13 | |
2008-10-17 | re-implementing profiler output | Derek Allard | 1 | -6/+5 | |
2008-10-17 | set $dbs to an empty array before accessing | Derek Jones | 1 | -0/+2 | |
2008-10-17 | Added support for multiple database connections | Rick Ellis | 1 | -15/+34 | |
2008-10-01 | Updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-09-21 | Added controller class/method info to profiler | Rick Ellis | 1 | -10/+33 | |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-08-20 | Changed the output of the profiler to use style attribute rather then clear, ↵ | Derek Allard | 1 | -2/+2 | |
and added the id "codeigniter_profiler" to the container div | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -6/+6 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 1 | -1/+3 | |
of the file |