summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2012-06-15Fix issue #167Andrey Andreev1-1/+1
2012-06-15Add support for HTTP code 303 in set_status_header(), as suggested in pull #341Andrey Andreev1-7/+13
2012-06-15Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon14-40/+81
2012-06-15Merge branch 'feature/minify_output' of https://github.com/atiredmachine/Code...Phil Sturgeon1-3/+164
2012-06-14And yet another missed line from the last oneAndrey Andreev1-1/+1
2012-06-14Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2Andrey Andreev1-3/+3
2012-06-14Fix issue #10 + URI class speed improvementsAndrey Andreev1-8/+12
2012-06-12Fix APPPATHAndrey Andreev1-1/+1
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev12-0/+0
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-4/+16
2012-06-09Fix defined() usage in system/core/Common.phpAndrey Andreev1-1/+1
2012-06-07Remove some unnecessary function_exists() checks and some minor improvementsAndrey Andreev1-1/+1
2012-06-06removed ip_version()Joffrey Jaffeux1-21/+1
2012-06-06styling guide false -> FALSEJoffrey Jaffeux1-1/+1
2012-06-06Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6Joffrey Jaffeux1-2/+8
2012-06-06ip_version() now returns int instead of stringJoffrey Jaffeux1-3/+3