Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-16 | feature/session (#3073): Bug fixes | Andrey Andreev | 2 | -2/+2 | |
- CI_Session_database_driver::read() didn't pass the session ID to _get_lock() - CI_Session::unset_userdata() used a wrong key for unsetting when an array is passed to it | |||||
2014-09-02 | feature/session (#3073): Add Memcached session driver | Andrey Andreev | 1 | -0/+287 | |
2014-08-27 | feature/session (#3073): Fix an E_WARNING in CI_Session_redis_driver | Andrey Andreev | 1 | -1/+1 | |
2014-08-27 | feature/session (#3073): Add Redis session driver | Andrey Andreev | 1 | -0/+311 | |
Seems like I forgot to 'git add' it in previous commit. | |||||
2014-08-27 | feature/session (#3073): Rework locking mechanism & add Redis driver | Andrey Andreev | 2 | -70/+98 | |
2014-08-11 | Added file path for file GC | Marcos SF Filho | 1 | -1/+1 | |
2014-06-11 | [ci skip] A tiny optimization | Andrey Andreev | 1 | -5/+5 | |
2014-06-04 | #3073: Fix temp/flash data getters | Andrey Andreev | 1 | -9/+9 | |
2014-06-03 | #3073: Fix an undefined variable error | Andrey Andreev | 1 | -9/+12 | |
2014-06-02 | Disable session tests | Andrey Andreev | 1 | -0/+14 | |
2014-06-02 | #3073: BC workarounds for sess_use_database, sess_expire_on_close | Andrey Andreev | 2 | -0/+11 | |
2014-06-02 | Fix Session_database_driver locking | Andrey Andreev | 1 | -7/+9 | |
Ref: #3073 | |||||
2014-05-31 | [ci skip] A quick and dirty fix for allowing 'sess_driver' configuration | Andrey Andreev | 1 | -1/+5 | |
2014-05-31 | Merge branch 'develop' into feature/session | Andrey Andreev | 3 | -55/+16 | |
2014-05-31 | Remove CI_Encrypt::_xor_encode() | Andrey Andreev | 2 | -54/+14 | |
2014-05-31 | [ci skip] Update changelog | Andrey Andreev | 1 | -1/+2 | |
2014-05-31 | Merge branch 'develop' into feature/session | Andrey Andreev | 2 | -3/+18 | |
2014-05-31 | [ci skip] Update changelog | Andrey Andreev | 1 | -2/+17 | |
2014-05-31 | Merge pull request #3072 from ivantcholakov/develop | Andrey Andreev | 1 | -1/+1 | |
A fix about loading language files - ensuring suffix '_lang' presence properly. | |||||
2014-05-31 | A fix about loading language files - ensuring suffix '_lang' presence properly. | Ivan Tcholakov | 1 | -1/+1 | |
2014-05-31 | Initial version of new Session library | Andrey Andreev | 8 | -1489/+1256 | |
2014-05-27 | Merge pull request #3065 from dtmax/develop | Andrey Andreev | 1 | -1/+1 | |
fix calling of callable hooks | |||||
2014-05-27 | fix callable hooks | Max | 1 | -1/+1 | |
2014-05-27 | fix callable hooks | Max | 1 | -1/+1 | |
2014-05-23 | Fix #3057 | Andrey Andreev | 2 | -66/+68 | |
2014-05-22 | Merge pull request #3059 from manuganji/patch-1 | Andrey Andreev | 1 | -2/+4 | |
Update profiling.rst | |||||
2014-05-22 | Update profiling.rst | Manu Ganji | 1 | -2/+2 | |
correcting rst syntax | |||||
2014-05-22 | Update profiling.rst | Manu Ganji | 1 | -2/+4 | |
There is some confusion about how to enable profiling for queries. This will save some time for devs who want to debug their generated SQL. | |||||
2014-05-20 | Merge pull request #3058 from vlakoff/word_wrap | Andrey Andreev | 2 | -13/+12 | |
Fixes in word_wrap() functions | |||||
2014-05-20 | Pick up some changes from text helper | vlakoff | 1 | -5/+5 | |
refs 6ce4746474ddf050f7f4df61b7a22b7f5854d533 | |||||
2014-05-20 | Fix handling of {unwrap} tags in word_wrap() functions | vlakoff | 2 | -6/+5 | |
* in Email library: these tags were not removed * in text helper: simplified code | |||||
2014-05-20 | Regex fixes | vlakoff | 2 | -2/+2 | |
* Replace wrong "wwww." with "www." * Escape dot | |||||
2014-05-20 | [ci skip] Fix error notices in FV when trying to lookup error msgs for closures | Andrey Andreev | 1 | -14/+18 | |
2014-05-19 | Merge pull request #3052 from vlakoff/mime | Andrey Andreev | 2 | -13/+15 | |
Fix caching of MIME config | |||||
2014-05-19 | Remove static cache in Email->_mimes_types() | vlakoff | 1 | -9/+1 | |
Saving one function call isn't worth the code overhead. | |||||
2014-05-19 | Fix caching of MIME config | vlakoff | 2 | -10/+20 | |
* in get_mimes(): was missing isset() test * in Email->_mimes_types(): static cache of reference was noneffective refs 6ef498b49946ba74d610b3805fb908b163a7f03a | |||||
2014-05-19 | Merge pull request #3053 from vlakoff/get_config | Andrey Andreev | 1 | -7/+4 | |
Simplify code in get_config() | |||||
2014-05-19 | Simplify code in get_config() | vlakoff | 1 | -7/+4 | |
Exact same behavior. The reference was just redundant. | |||||
2014-05-18 | [ci skip] Add a note to CI_Model::__get() (issue #3046) | Andrey Andreev | 1 | -0/+4 | |
2014-05-18 | Merge pull request #3056 from vlakoff/docblock | Andrey Andreev | 1 | -1/+1 | |
Adjust docblock of load_class() | |||||
2014-05-18 | Merge pull request #3055 from ilatif/develop | Andrey Andreev | 1 | -1/+1 | |
Fixed wrong url for Style Guide in Contributing Guide | |||||
2014-05-18 | Adjust docblock of load_class() | vlakoff | 1 | -1/+1 | |
refs c26b9ebb00e29be2e972fece3bcf73d33249a64b | |||||
2014-05-17 | Fixed wrong url for Style Guide in Contributing Guide | Imran Latif | 1 | -1/+1 | |
2014-05-17 | Merge pull request #3050 from emmanuelgrognet/develop | Andrey Andreev | 1 | -1/+1 | |
fix wrong if expression in link_tag | |||||
2014-05-16 | [ci skip] Manually apply an improved version of PR #3034 (doc fixes) | Andrey Andreev | 1 | -4/+4 | |
2014-05-16 | fix wrong if expression in link_tag | Emmanuel Grognet | 1 | -1/+1 | |
2014-05-15 | Merge pull request #3047 from Celc/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Typo boolen => boolean | |||||
2014-05-15 | Typo boolen => boolean | Kit Sunde | 1 | -1/+1 | |
2014-05-14 | [ci skip] Add a note about QB escaping field names | Andrey Andreev | 1 | -4/+8 | |
2014-05-09 | Suppress PHP 5.6 E_DEPRECATED warnings for mbstring.internal_encoding as well | Andrey Andreev | 2 | -2/+4 | |