Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-17 | Merge pull request #1479 from srtfisher/develop | Phil Sturgeon | 1 | -1/+1 | |
A TTL of 0 will keep the cache persistant. | |||||
2012-06-16 | Add an option to disable MIME detection in the Upload library (issue #1494) | Andrey Andreev | 1 | -3/+13 | |
2012-06-16 | Really important space fix :) | vkeranov | 1 | -1/+1 | |
2012-06-16 | Fix CI_Calendar::generate() not accepting NULLs (introduced in ↵ | Andrey Andreev | 1 | -2/+2 | |
d261b1e89c3d4d5191036d5a5660ef6764e593a0) | |||||
2012-06-16 | Fix issue #318 + added a default to the switch() in CI_Output::minify() | Andrey Andreev | 1 | -0/+6 | |
2012-06-15 | Optimize encode_php_tags() | Andrey Andreev | 1 | -1/+1 | |
2012-06-15 | some optimizations | Michiel Vugteveen | 1 | -9/+21 | |
2012-06-14 | fixed other functions | Michiel Vugteveen | 1 | -4/+4 | |
2012-06-14 | fix | Michiel Vugteveen | 1 | -6/+4 | |
2012-06-14 | exact length passed as string needs to be casted to int | Michiel Vugteveen | 1 | -1/+3 | |
2012-06-14 | A TTL of 0 will keep the cache persistant. | Sean Fisher | 1 | -1/+1 | |
2012-06-14 | Replace strncmp() usage with strpos() | Andrey Andreev | 4 | -10/+10 | |
2012-06-14 | Polish changes from pull #1233 - Session class already has the ↵ | Andrey Andreev | 1 | -7/+5 | |
time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text | |||||
2012-06-14 | Merge pull request #1223 from Razican/new_date | Andrey Andreev | 1 | -3/+11 | |
New now() function for the Date helper | |||||
2012-06-12 | Changed the config parameter. The session's _get_time() function has also ↵ | Iban Eguia | 1 | -3/+11 | |
changed. | |||||
2012-06-12 | Modified Form Validation class's set_rules() so it can now handle an array ↵ | Kevin Wood-Friend | 1 | -0/+6 | |
of rules, instead of just a string | |||||
2012-06-12 | Fix issue #1202 | Andrey Andreev | 1 | -0/+1 | |
2012-06-12 | Add support for the anchor 'rel' attribute in the Pagination library | Andrey Andreev | 1 | -7/+37 | |
2012-06-12 | Switch protected properties in Pagination class to public and fix 2 issues ↵ | Andrey Andreev | 1 | -34/+34 | |
from d261b1e89c3d4d5191036d5a5660ef6764e593a0 | |||||
2012-06-12 | Add changelog for pull #1017 | Andrey Andreev | 1 | -2/+2 | |
2012-06-12 | Merge pull request #1017 from burakerdem/patch-1 | Andrey Andreev | 1 | -3/+3 | |
Filesystem cache metadata function return correct TTL now. | |||||
2012-06-11 | Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0) | Andrey Andreev | 1 | -1/+1 | |
2012-06-11 | fixes | Michiel Vugteveen | 1 | -1/+1 | |
2012-06-11 | fixes | Michiel Vugteveen | 1 | -3/+3 | |
2012-06-11 | tab fixes | Michiel Vugteveen | 1 | -9/+9 | |
2012-06-11 | get upload data with index key | Michiel Vugteveen | 1 | -11/+19 | |
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 1 | -2/+3 | |
2012-06-09 | Cleanup the new Redis cache driver and add a changelog entry for it | Andrey Andreev | 2 | -48/+63 | |
2012-06-09 | Merge pull request #948 from mptre/develop | Andrey Andreev | 2 | -3/+225 | |
Added redis cache driver | |||||
2012-06-08 | Fixed according to feedback. | Anton Lindqvist | 1 | -5/+6 | |
2012-06-08 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Anton Lindqvist | 31 | -859/+1759 | |
Conflicts: system/libraries/Cache/Cache.php | |||||
2012-06-07 | Merge https://github.com/EllisLab/CodeIgniter into test-encryption-class | Joffrey Jaffeux | 5 | -42/+32 | |
2012-06-07 | replace get_config by config_item | Joffrey Jaffeux | 1 | -2/+1 | |
2012-06-07 | Revert 296ab9a06e3c648de56861ad67581236a6dae71a - there's no bug to fix | Andrey Andreev | 1 | -3/+3 | |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and ↵ | Andrey Andreev | 1 | -2/+2 | |
file_get_contents() respectively | |||||
2012-06-07 | Remove some unnecessary function_exists() checks and some minor improvements | Andrey Andreev | 3 | -24/+14 | |
2012-06-06 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵ | Cory | 2 | -127/+35 | |
issue_1374 Conflicts: user_guide_src/source/changelog.rst | |||||
2012-06-06 | Merge pull request #1415 from mickeywu/develop | Andrey Andreev | 1 | -16/+16 | |
Made set_header() public in Email library and updated documentation. | |||||
2012-06-05 | Fixing extra td; Issue #1374 | Cory | 1 | -3/+3 | |
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵ | Andrey Andreev | 2 | -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-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 2 | -22/+18 | |
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 1 | -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-04 | Merge pull request #1403 from cryode/bug/cache_backup | Phil Sturgeon | 1 | -21/+17 | |
Fix issue where cache backup is ignored on first call. | |||||
2012-06-04 | Merge pull request #1420 from IT-Can/fix-issue-1419 | Andrey Andreev | 1 | -1/+1 | |
Fix issues #1397, #1419 | |||||
2012-06-04 | Fix issue #1423 | Andrey Andreev | 1 | -2/+2 | |
2012-06-04 | Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b ↵ | Andrey Andreev | 6 | -15/+15 | |
and d261b1e89c3d4d5191036d5a5660ef6764e593a0 | |||||
2012-06-02 | remove static | Michiel Vugteveen | 1 | -1/+1 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 24 | -268/+268 | |
2012-06-01 | Made set_header() public in Email library and updated documentation. | Mickey Wu | 1 | -16/+16 | |
2012-05-28 | Fix issue where cache backup is ignored on first call. | Eric Roberts | 1 | -21/+17 | |