Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-08 | Code Corrections for the Calendar Pull Request | Marcos SF Filho | 1 | -21/+18 | |
2014-01-08 | Update the Calendar Class | Marcos SF Filho | 1 | -6/+48 | |
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 4 | -23/+21 | |
2014-01-08 | A tiny improvement in CI_Upload::do_xss_clean() | Andrey Andreev | 1 | -2/+1 | |
2014-01-08 | Some small improvements to the Xmlrpc class | Andrey Andreev | 1 | -11/+11 | |
2014-01-07 | Add ability for changing the original file path/name in CI_Zip::read_file() | Andrey Andreev | 1 | -11/+14 | |
Supersedes PR #884 | |||||
2014-01-07 | Fix #2143 | Andrey Andreev | 1 | -9/+6 | |
When trying to load rules from a configuration file, the Form validation library matched against ruri_string() as opposed to 'controller/method' like described in the manual. Since ruri_string() also makes sense, now both are being checked with ruri_string() having a higher precedence. Supersedes PR #2224 | |||||
2014-01-07 | Add Basic HTTP authentication support to the XML-RPC library | Andrey Andreev | 1 | -1/+30 | |
(based on PR #1716) | |||||
2014-01-06 | Fix #2237: Parser library failed if the same tag pair is used more than once ↵ | Andrey Andreev | 1 | -11/+19 | |
within a template (manually applying PR #2238 + updated unit tests) | |||||
2014-01-06 | Remove a redudant value check | Andrey Andreev | 1 | -1/+1 | |
2014-01-06 | Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), ↵ | Andrey Andreev | 1 | -5/+5 | |
unset_userdata() and unset_flashdata()'s first parameter mandatory | |||||
2014-01-06 | [ci skip] Fix a docblock typo | Andrey Andreev | 1 | -1/+1 | |
2014-01-06 | Make CI_Form_validation::error()'s first parameter mandatory and add a ↵ | Andrey Andreev | 1 | -6/+6 | |
typehint for CI_Form_validation::error() | |||||
2014-01-03 | Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't ↵ | Andrey Andreev | 1 | -2/+2 | |
make sense) | |||||
2014-01-03 | [ci skip] Some spaces & docblock fixes | Andrey Andreev | 2 | -15/+13 | |
2014-01-03 | Merge pull request #2768 from porquero/patch-1 | Andrey Andreev | 1 | -1/+2 | |
Added post-increment for $count | |||||
2014-01-03 | FTP class improvements | Andrey Andreev | 1 | -4/+4 | |
- Make changedir()'s first parameter mandatory (optional doesn't make sense) - Fix a few typos (langfile included) | |||||
2014-01-03 | Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense) | Andrey Andreev | 1 | -1/+1 | |
2013-12-23 | Remove _serialize() and _unserialize() methods | Jordan Eldredge | 1 | -34/+4 | |
Since removing the unneeded manual escaping code, there is no-longer any reason to have the serialization functions abstracted. This also allows us to only suppress errors when unserializing cookie data, and only trim when we are unserializing database data (see commit 6b8312). | |||||
2013-12-21 | Remove unneeded manual escaping of session data | Jordan Eldredge | 1 | -60/+3 | |
2013-12-14 | Added post-increment for $count | Cristian Riffo Huez | 1 | -1/+2 | |
It has been added the missing post-increment for variable $count. | |||||
2013-12-13 | Merge pull request #2764 from refringe/feature/cookie_session | Andrey Andreev | 1 | -1/+1 | |
Issue #2763 - Fixes Session GC Probability Calculation | |||||
2013-12-13 | Issue #2763 - Fixes Session GC Probability Calculation | Tyler Brownell | 1 | -1/+1 | |
This should resolve issue #2763 where the cookie session garbage collection was running every request. | |||||
2013-11-27 | [ci skip] Remove a few more spaces | Andrey Andreev | 2 | -3/+3 | |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 1 | -4/+4 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-10-29 | Spaces, log message | Kakysha | 1 | -2/+2 | |
2013-10-28 | Code cleanup | Kakysha | 1 | -2/+4 | |
2013-10-28 | some code rewrite | Kakysha | 1 | -3/+3 | |
2013-10-28 | Correct Redis connection troubleshooting | Kakysha | 1 | -4/+11 | |
2013-10-28 | Added option to connect through unix socket in redis cache driver | Kakysha | 1 | -1/+8 | |
2013-10-23 | Fix issue #2695 | Andrey Andreev | 1 | -4/+18 | |
2013-10-21 | Add CI_Upload:: option | Andrey Andreev | 1 | -1/+9 | |
2013-10-16 | Merge pull request #2661 from DaveMC08/feature/issue_2617 | Andrey Andreev | 1 | -9/+18 | |
fix issue #2617 | |||||
2013-10-16 | req. changes: | David Cox Jr | 1 | -15/+4 | |
cleaned up conditionals added changelog note regarding profiler updated as per styleguide | |||||
2013-10-14 | Fix #2674 | Andrey Andreev | 1 | -1/+2 | |
2013-09-25 | fix issue #2617 | David Cox Jr | 1 | -1/+21 | |
simply adds the $_FILES array to profiler output of POST data | |||||
2013-09-23 | [ci skip] Update Zip library docblocks | Andrey Andreev | 1 | -19/+19 | |
2013-09-13 | Improvements to safe_mode detection (it doesn't exist in PHP 5.4) | Andrey Andreev | 2 | -3/+2 | |
2013-08-07 | An improved version of PR #2584, fixes #2583 | Andrey Andreev | 1 | -11/+13 | |
2013-08-06 | Various typos and tabs adjustments | vlakoff | 1 | -1/+1 | |
2013-07-31 | Optimize CI_Session::__construct() routines and make driver validity check ↵ | Andrey Andreev | 1 | -21/+18 | |
stricter | |||||
2013-07-30 | Cache Log Error Levels | Tyler Brownell | 4 | -4/+4 | |
The log messages in the cache drvier's is_supported calls are more suited for the debug level. | |||||
2013-07-24 | Merge pull request #2556 from vlakoff/develop-4 | Andrey Andreev | 2 | -4/+3 | |
Fixes in JavaScript Library | |||||
2013-07-24 | Fixes in JavaScript Library | vlakoff | 2 | -4/+3 | |
2013-07-24 | Cache Driver - Backup Never Loaded | Tyler Brownell | 1 | -1/+2 | |
The condition that checks to see if the backup driver input is valid was prefixing the input with "cache_". Since the valid driver values don't have this prefix, the condition was always returning FALSE and the backup drivers were never being loaded. I've removed the prefix in the condition and added a debug log message for when the backup driver is used. | |||||
2013-07-21 | change empty function to Identical comparison operator | Hashem Qolami | 1 | -2/+2 | |
Signed-off-by: Hashem Qolami <hashem@qolami.com> | |||||
2013-07-21 | Fix Form Validation issue with text inputs which have array as name | Hashem Qolami | 1 | -2/+2 | |
Signed-off-by: Hashem Qolami <hashem@qolami.com> | |||||
2013-07-20 | Cache result of is_referral() | vlakoff | 1 | -6/+15 | |
2013-07-20 | User_agent library: robuster detection in is_referral() | vlakoff | 1 | -2/+4 | |
2013-07-18 | Fix a Memcache(d) default configuration bug (based on #249) | Andrey Andreev | 1 | -18/+8 | |