Age | Commit message (Expand) | Author | Files | Lines |
2014-06-13 | Make num_links=0 in pagination library possible to configure | Takayuki Sakai | 1 | -9/+15 |
2014-06-11 | [ci skip] A tiny optimization | Andrey Andreev | 1 | -5/+5 |
2014-06-07 | Fix #3085 | Andrey Andreev | 1 | -17/+19 |
2014-06-04 | #3073: Fix temp/flash data getters | Andrey Andreev | 1 | -9/+9 |
2014-06-03 | Fix a potential undefined variable error | Andrey Andreev | 1 | -1/+1 |
2014-06-03 | #3073: Fix an undefined variable error | Andrey Andreev | 1 | -9/+12 |
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 |
2014-06-01 | Fix wrong variable name | Andrey Andreev | 1 | -2/+2 |
2014-05-31 | Add support for non-ASCII domain names in FV & Email classes' valid_email() | Andrey Andreev | 2 | -0/+10 |
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 | 1 | -47/+12 |
2014-05-31 | Remove CI_Encrypt::_xor_encode() | Andrey Andreev | 1 | -47/+12 |
2014-05-31 | Initial version of new Session library | Andrey Andreev | 7 | -1488/+1255 |
2014-05-20 | Merge pull request #3058 from vlakoff/word_wrap | Andrey Andreev | 1 | -8/+8 |
2014-05-20 | Pick up some changes from text helper | vlakoff | 1 | -5/+5 |
2014-05-20 | Fix handling of {unwrap} tags in word_wrap() functions | vlakoff | 1 | -2/+2 |
2014-05-20 | Regex fixes | vlakoff | 1 | -1/+1 |
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 | Remove static cache in Email->_mimes_types() | vlakoff | 1 | -9/+1 |
2014-05-19 | Fix caching of MIME config | vlakoff | 1 | -3/+6 |
2014-04-09 | Really fix #2997 | Andrey Andreev | 1 | -1/+1 |
2014-04-09 | Issue/PR #2997 | Andrey Andreev | 1 | -1/+1 |
2014-04-09 | Minor changes in FV, Trackback | Andrey Andreev | 2 | -44/+32 |
2014-04-01 | Optimize #2982 | Andrey Andreev | 1 | -1/+1 |
2014-04-01 | Removed tab on empty line too. | Ahmad Anbar | 1 | -1/+1 |
2014-04-01 | Removed tabs. | Ahmad Anbar | 1 | -2/+2 |
2014-04-01 | Fixed according to comment. | Ahmad Anbar | 1 | -3/+6 |
2014-04-01 | Fix #2970 | Ahmad Anbar | 1 | -1/+6 |
2014-03-19 | Fix profiling of benchmarked names like 'something_endpoint_end' | Richard Cunningham | 1 | -1/+1 |
2014-03-17 | [ci skip] Clear some whitespace | Andrey Andreev | 1 | -3/+3 |
2014-03-14 | Merge pull request #2940 from aanbar/zip_mtime_fix | Andrey Andreev | 1 | -1/+1 |
2014-03-14 | Fixed coding style & line length. | Ahmad Anbar | 1 | -1/+1 |
2014-03-14 | Fixed filemtime | Ahmad Anbar | 1 | -1/+1 |
2014-03-14 | Added missing semicolon | Ahmad Anbar | 1 | -1/+1 |
2014-03-14 | Removed the requirment of quantity to trigger cart update. | Ahmad Anbar | 1 | -24/+25 |
2014-03-13 | Image_lib - minor corrections on some comments. | Ivan Tcholakov | 1 | -3/+3 |
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 4 | -9/+9 |
2014-03-10 | Fix #2928, #2929 | Andrey Andreev | 1 | -1/+2 |
2014-03-10 | Add support for callable form validation rules | Andrey Andreev | 1 | -34/+67 |
2014-03-04 | CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility | Andrey Andreev | 1 | -21/+4 |
2014-02-26 | Don't use error suppression on is_dir(), file_exists() | Andrey Andreev | 3 | -7/+10 |
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 2 | -3/+3 |
2014-02-25 | Add array notation support for file field names in CI_Upload | Andrey Andreev | 1 | -7/+28 |
2014-02-25 | Use strings instead of integers for migration version numbers | Andrey Andreev | 1 | -14/+15 |
2014-02-24 | [ci skip] A tiny improvement in CI_Email | Andrey Andreev | 1 | -2/+8 |
2014-02-24 | Really don't use globals | Andrey Andreev | 1 | -10/+12 |
2014-02-21 | [ci skip] Alter a docblock | Andrey Andreev | 1 | -1/+1 |
2014-02-21 | Minor improvements to CI_FTP | Andrey Andreev | 1 | -36/+25 |
2014-02-21 | Remove CI_Calendar:: | Andrey Andreev | 1 | -25/+19 |