Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 "profiler... | Derek Allard | 1 | -1/+1 |
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 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -6/+6 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 1 | -1/+3 |
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 1 | -0/+1 |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 1 | -1/+0 |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th... | Derek Allard | 1 | -3/+3 |
2008-02-08 | changed order of SQL keywords in the $highlight array so OR would not be high... | Derek Jones | 1 | -1/+1 |
2008-01-29 | Removed an unused parameter from Profiler (#3332). | Derek Allard | 1 | -1/+1 |
2008-01-23 | added $query_times property to DB driver for profiling | Derek Jones | 1 | -10/+25 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 |
2008-01-18 | added GET, URI string, and memory usage to Profiler output | Derek Jones | 1 | -2/+117 |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -2/+2 |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 1 | -1/+1 |
2007-07-11 | bugfix for profiler output: POST keys were not being displayed properly, and ... | Derek Jones | 1 | -2/+2 |
2007-04-30 | fixed bug in output | Derek Allard | 1 | -1/+1 |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -3/+3 |
2007-04-03 | array to string addition | Derek Allard | 1 | -202/+212 |