summaryrefslogtreecommitdiffstats
path: root/system/libraries/Profiler.php
AgeCommit message (Expand)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2012-08-01Style fix and changelog entry for pull #1675Andrey Andreev1-1/+1
2012-07-31Fix warning by profiler when userdata has objectsRaul Baldner junior1-1/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-13/+13
2011-04-25Fixed double-space typo.Razican1-13/+13
2011-04-25Fixed #60.Razican1-11/+11
2011-04-18changeset: 2204:37301a84c8beGreg Aker1-6/+29
2011-04-18Added Session Class userdata to the output profiler. Additionally, added a s...Greg Aker1-6/+39
2011-02-14Whitespace cleanup in libraries/Pascal Kriete1-2/+2
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-21Fix #85 error in db queries in the output profiler.Greg Aker1-1/+1
2010-11-19Updating Output Profiler to validate xHTML Strict, and HTML5.Greg Aker1-25/+24
2010-11-10Changing method visibility in the Profiler classGreg Aker1-25/+14
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-92/+92
2010-09-15Fixed http://bitbucket.org/ellislab/codeigniter/issue/38/slight-bug-with-prof...Greg Aker1-1/+1
2010-09-15Updates to output profiler html validation. http://bitbucket.org/ellislab/co...Greg Aker1-6/+6
2010-05-13added htmlspecialchars to config item output, fixes #41Derek Jones1-2/+2
2010-04-29Changing order of available sections in the output profiler.Greg Aker1-4/+9
2010-04-01Fixing Validation error in output profilerGreg Aker1-4/+0
2010-03-10added ability to enable/disable individual sections of the ProfilerDerek Jones1-11/+63
2010-03-03adding HTTP_X_FORWARDED_FOR header to ProfilerDerek Jones1-1/+1
2010-01-16adding http headers and config to CI profilerDerek Allard1-6/+75
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-12-07Fixed a language key in the profiler: "profiler_no_memory_usage" to "profiler...Derek Allard1-1/+1
2009-11-20margin fixDerek Allard1-1/+1
2009-07-29PHP 5.3.0 compatibility changesDerek Jones1-2/+2
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-391/+391
2008-10-17Finessed the SQL highlightingRick Ellis1-9/+13
2008-10-17re-implementing profiler outputDerek Allard1-6/+5
2008-10-17set $dbs to an empty array before accessingDerek Jones1-0/+2
2008-10-17Added support for multiple database connectionsRick Ellis1-15/+34
2008-10-01Updated copyrightRick Ellis1-1/+1
2008-09-21Added controller class/method info to profilerRick Ellis1-10/+33
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-20Changed the output of the profiler to use style attribute rather then clear, ...Derek Allard1-2/+2
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-6/+6
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones1-1/+3
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard1-3/+3
2008-02-08changed order of SQL keywords in the $highlight array so OR would not be high...Derek Jones1-1/+1
2008-01-29Removed an unused parameter from Profiler (#3332).Derek Allard1-1/+1
2008-01-23added $query_times property to DB driver for profilingDerek Jones1-10/+25
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18added GET, URI string, and memory usage to Profiler outputDerek Jones1-2/+117
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-07-11bugfix for profiler output: POST keys were not being displayed properly, and ...Derek Jones1-2/+2