summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
2012-10-04DRY determining server protocolDaniel Morris1-5/+1
2012-10-04Misc. style fixes [ci skip]Andrey Andreev1-8/+12
2012-09-27corrected a few more style problemsJonatas Miguel1-2/+2
2012-09-27made some corrections to the codeJonatas Miguel1-6/+3
2012-09-20Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxyAdam McCann1-1/+1
2012-09-16Better method for getting Output cache file embedded timestampvlakoff1-2/+2
2012-09-16Minor change in Output cache file checkvlakoff1-1/+1
2012-09-02Merge pull request #1727 from pickupman/bugfix-loader-view_fileAlex Bilbie1-3/+3
2012-08-28Fixed multi-driver load return and last-ditch library subdirectory retry obje...dchill421-3/+3
2012-08-27Fixed select_driver(), cookie sess_destroy(), and native cookie name conflictdchill421-1/+7
2012-08-18Fix bug #1000Joe McFrederick1-3/+3
2012-08-08Relocated driver base class inclusion so drivers can be loaded with library()dchill421-13/+13
2012-08-07Changed spaces to tabs where necessary.Jonatas Miguel1-59/+59
2012-08-06Updated documentationJonatas Miguel1-1/+1
2012-08-06Corrected code style to be inline with project conventions.Jonatas Miguel1-7/+9
2012-08-06Fixed a bug when detecting if the user used a callback.Jonatas Miguel1-1/+1
2012-08-06New optional routing system, v3Jonatas Miguel1-33/+57
2012-08-06revert changes to routing system - part 1Jonatas Miguel1-34/+2
2012-08-04fixed whitespaceFrancesco Negri1-7/+7
2012-08-04Logging should obey error_reporting() settingFrancesco Negri1-10/+9
2012-08-01Added possibility of using callbacks.Jonatas Miguel1-6/+25
2012-07-31Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into sessiondchill423-4/+66
2012-07-30Some clean-up and style changesAndrey Andreev1-9/+9
2012-07-29refactored (crunched down) _stringify_attributesChad Furman1-1/+40
2012-07-28Merge pull request #1640 from thecrypticace/developAlex Bilbie1-1/+24
2012-07-23output->_display_cache() simplificationsvlakoff1-2/+2
2012-07-23Merge branch develop of github.com:/EllisLab/CodeIgniter into sessiondchill4216-1687/+1833
2012-07-23output->_display_cache() optimizationvlakoff1-1/+1
2012-07-23Update system/core/Input.phpJordan Pittman1-11/+17
2012-07-21Added support for IP Address Range Masks (e.g. 192.168.137.0/24) to the Proxy...Jordan Pittman1-2/+19
2012-07-20allow for routes that can be processed with php, ex: $route['([^/]+)/([^/]+)(...Jonatas Miguel1-1/+14
2012-07-16Inconsistency between log_message and show_error when encountering a non-exis...jonnu1-1/+1
2012-07-13Loader::model() - rename foreach ($model AS $single_model) to ($model AS $cla...Joel Limberg1-2/+2
2012-07-13Rename $babe => $single_model, in foreach ($model AS $babe) {...}joellimberg1-2/+2
2012-07-11Fix a typo in Common.phpvlakoff1-1/+1
2012-07-10Merge pull request #1548 from chrisguiney/error_reportingAndrey Andreev1-1/+2
2012-07-04updated the changelog, fixed some whitespaceChristopher Guiney1-1/+1
2012-07-04Fix some whitespace, removed unnecessary string concatenation.Eric Roberts1-3/+3
2012-07-04Moved redundant $check_locations definition out of loop.Eric Roberts1-4/+4
2012-07-03Fix an error in Loader code documentationvlakoff1-1/+1
2012-07-02Clean up regexes in Security->xss_clean()vlakoff1-7/+7
2012-06-29Respect display_errors when deciding if to display an error -- useful for env...Christopher Guiney1-1/+2
2012-06-26Fix issue #427Andrey Andreev1-0/+13
2012-06-24Use the VIEWPATH constant, instead of assuming the user hasn't moved themNicholas Avenell1-2/+2
2012-06-23If there is no output then no need to try minifying itPhil Sturgeon1-0/+5
2012-06-21Replaced block tag minification regex with a less greedy solution.Phil Sturgeon1-1/+1
2012-06-16Fix issue #999Andrey Andreev2-5/+19
2012-06-16Fix issue #938 + some related improvementsAndrey Andreev1-13/+7
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie2-3/+3
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev1-39/+43