Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
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() |