summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2012-06-12Add support for the anchor 'rel' attribute in the Pagination libraryAndrey Andreev1-7/+37
2012-06-12Switch protected properties in Pagination class to public and fix 2 issues ↵Andrey Andreev1-34/+34
from d261b1e89c3d4d5191036d5a5660ef6764e593a0
2012-06-12Add changelog for pull #1017Andrey Andreev1-2/+2
2012-06-12Merge pull request #1017 from burakerdem/patch-1Andrey Andreev1-3/+3
Filesystem cache metadata function return correct TTL now.
2012-06-11Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0)Andrey Andreev1-1/+1
2012-06-11fixesMichiel Vugteveen1-1/+1
2012-06-11fixesMichiel Vugteveen1-3/+3
2012-06-11tab fixesMichiel Vugteveen1-9/+9
2012-06-11get upload data with index keyMichiel Vugteveen1-11/+19
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-2/+3
2012-06-09Cleanup the new Redis cache driver and add a changelog entry for itAndrey Andreev2-48/+63
2012-06-09Merge pull request #948 from mptre/developAndrey Andreev2-3/+225
Added redis cache driver
2012-06-08Fixed according to feedback.Anton Lindqvist1-5/+6
2012-06-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developAnton Lindqvist31-859/+1759
Conflicts: system/libraries/Cache/Cache.php
2012-06-07Merge https://github.com/EllisLab/CodeIgniter into test-encryption-classJoffrey Jaffeux5-42/+32
2012-06-07replace get_config by config_itemJoffrey Jaffeux1-2/+1
2012-06-07Revert 296ab9a06e3c648de56861ad67581236a6dae71a - there's no bug to fixAndrey Andreev1-3/+3
2012-06-07Deprecated do_hash() and read_file() in favor of hash() and ↵Andrey Andreev1-2/+2
file_get_contents() respectively
2012-06-07Remove some unnecessary function_exists() checks and some minor improvementsAndrey Andreev3-24/+14
2012-06-06Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Cory2-127/+35
issue_1374 Conflicts: user_guide_src/source/changelog.rst
2012-06-06Merge pull request #1415 from mickeywu/developAndrey Andreev1-16/+16
Made set_header() public in Email library and updated documentation.
2012-06-05Fixing extra td; Issue #1374Cory1-3/+3
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵Andrey Andreev2-111/+19
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
2012-06-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon2-22/+18
2012-06-04Direct return from mimes config, instead of using global $mimes;Phil Sturgeon1-4/+2
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace.
2012-06-04Merge pull request #1403 from cryode/bug/cache_backupPhil Sturgeon1-21/+17
Fix issue where cache backup is ignored on first call.
2012-06-04Merge pull request #1420 from IT-Can/fix-issue-1419Andrey Andreev1-1/+1
Fix issues #1397, #1419
2012-06-04Fix issue #1423Andrey Andreev1-2/+2
2012-06-04Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b ↵Andrey Andreev6-15/+15
and d261b1e89c3d4d5191036d5a5660ef6764e593a0
2012-06-02remove staticMichiel Vugteveen1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie24-268/+268
2012-06-01Made set_header() public in Email library and updated documentation.Mickey Wu1-16/+16
2012-05-28Fix issue where cache backup is ignored on first call.Eric Roberts1-21/+17
2012-05-24Fix issues #44 & #110Andrey Andreev1-0/+2
2012-05-23Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-1/+1
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon1-3/+3
Read more about this change here: http://codeigniter.com/forums/viewthread/215833
2012-05-23Merge pull request #1320 from thallisphp/patch-2Phil Sturgeon1-1/+1
Update system/libraries/Cart.php - To enable integrity when using associative arrays
2012-05-17Clean up the librariesAndrey Andreev24-414/+383
2012-05-13Improve the solution for issue #1342Andrey Andreev1-1/+1
2012-05-11Fix issue #1349Andrey Andreev1-1/+1
2012-05-11User_agent library improvementsAndrey Andreev1-12/+12
2012-05-09Fix issue #1342Andrey Andreev1-1/+1
2012-05-07Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developWes Baker25-151/+1184
Conflicts: system/core/Security.php
2012-05-05Added a return false if an image doesn't pass XSS cleaning to prevent ↵Wes Baker1-1/+5
file_get_contents from returning a NULL and passing through unscathed.
2012-05-04unset userdataMichiel Vugteveen1-21/+24
2012-05-03Update system/libraries/Cart.php - To enable integrity when using ↵ThallisPHP1-1/+1
associative arrays
2012-05-02Merge pull request #1312 from petsagouris/fix-xmlrpc-typosAndrey Andreev1-3/+3
Fixing some typos in the xmlrpc class
2012-05-02Merge pull request #1313 from petsagouris/fix-form-validation-typoAndrey Andreev1-1/+1
Fixing a typo in Form Validation
2012-05-02Fixing some typos in the xmlrpc class.George Petsagourakis1-3/+3
Also, fputs is an alias for fwrite.
2012-05-02Fixing some typos.George Petsagourakis1-1/+1