Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
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 ↵ | Derek Allard | 1 | -3/+3 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-02-08 | changed order of SQL keywords in the $highlight array so OR would not be ↵ | Derek Jones | 1 | -1/+1 | |
highlighted before ORDER BY | |||||
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 | |
added individual query execution time to profiler output | |||||
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 | |
queries needed htmlspecialchars() | |||||
2007-04-30 | fixed bug in output | Derek Allard | 1 | -1/+1 | |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -3/+3 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2007-04-03 | array to string addition | Derek Allard | 1 | -202/+212 | |
http://codeigniter.com/forums/viewthread/46994/ | |||||
2006-11-05 | (no commit message) | admin | 1 | -1/+1 | |