summaryrefslogtreecommitdiffstats
path: root/system/libraries/Profiler.php
AgeCommit message (Expand)AuthorFilesLines
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-06Display DB object names in the Profiler and fix issue #1220Andrey Andreev1-8/+23
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev1-0/+6
2012-06-07Remove some unnecessary function_exists() checks and some minor improvementsAndrey Andreev1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-4/+4
2012-05-17Clean up the librariesAndrey Andreev1-0/+1
2012-04-20Start comment cleanup of librariesTimothy Warren1-11/+33
2012-04-03Clean up the Profiler libraryAndrey Andreev1-95/+101
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-02Fix issue #803 (Profiler library didn't handle objects properly)Andrey Andreev1-7/+5
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-25Improve the Profiler libraryAndrey Andreev1-144/+81
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-09-05CI_Profiler => Accepting objects while profiling session data.Pedro Junior1-1/+1
2011-08-22Fixed #56yterajima1-2/+2
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