Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Fixed issue with _get_mod_time | |||||
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 | |
The core shouldn't depend on constants that are not defined by itself | |||||
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 | |
Turns out it's OpenSSL's fault for performing 16 rounds instead of 12 for key sizes of 5-11 bytes. Reference: http://tools.ietf.org/rfc/rfc2144.txt | |||||
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 | |
Requested in #1691 | |||||
2014-02-25 | Use strings instead of integers for migration version numbers | Andrey Andreev | 1 | -14/+15 | |
- Allows timestamp versions to work on 32-bit systems. - Fixes #2902. - Supersedes PR #2368. | |||||
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 | |
Only use it in generate(). | |||||
2014-02-21 | CI_Upload changes | Andrey Andreev | 1 | -153/+129 | |
- Method chaining support. - A more abstract resetting of the default settings. - Added an option to initialize() to disable resetting to default settings. - Removed method mimes_types() and slightly optimized chunks of code where it was used. - Added the ability to pass allowed_types as an array. | |||||
2014-02-20 | Don't use error suppression on ini_get() either | Andrey Andreev | 3 | -3/+3 | |
2014-02-20 | [ci skip] Fix date helper loading in CI_Calendar::get_total_days() | Andrey Andreev | 1 | -1/+1 | |
2014-02-20 | Date helper days_in_month(), CI_Calendar::get_total_days() changes | Andrey Andreev | 1 | -17/+2 | |
- days_in_month() now uses cal_days_in_month(), if available. - CI_Calendar::get_total_days() is now an alias for days_in_month(). | |||||
2014-02-19 | Fixed typos in Migration library documentation | Jacob Tabak | 1 | -2/+2 | |
Signed-off-by: Jacob Tabak <Jacob.Tabak@HelloWorld.com> | |||||
2014-02-18 | Fixed variable scope. | Ahmad Anbar | 1 | -1/+1 | |
2014-02-18 | CI_Encryption::hkdf() to follow RFC5869 more strictly | Andrey Andreev | 1 | -1/+1 | |
2014-02-18 | [ci skip] Clean-up following PR #2864 | Andrey Andreev | 1 | -4/+4 | |
2014-02-17 | Merge branch 'develop' into patch-1 | Andrew | 34 | -220/+226 | |
2014-02-17 | Micro-optimizations | Andrey Andreev | 2 | -55/+56 | |
2014-02-17 | Fix #2884 | Andrey Andreev | 1 | -1/+1 | |
2014-02-13 | Fix #2878 | Andrey Andreev | 1 | -1/+1 | |
2014-02-13 | Fix #2364 | Andrey Andreev | 1 | -19/+21 | |
2014-02-13 | Add language translation support to CI_Pagination (#1589) | Andrey Andreev | 1 | -7/+14 | |
2014-02-13 | [ci skip] Polish changes from #2874 | Andrey Andreev | 1 | -5/+3 | |
2014-02-13 | Re-arranged documentation, fixed comment. | Ahmad Anbar | 1 | -1/+1 | |
2014-02-13 | Added changelog entry. | Ahmad Anbar | 1 | -4/+2 | |
An example to the docs. Tidy code a little bit. | |||||
2014-02-13 | Delete by values, not keys | Ahmad Anbar | 1 | -4/+3 | |
2014-02-13 | Fixed code style & added few extra checks. | Ahmad Anbar | 1 | -3/+14 | |
Updated cart documentation. | |||||
2014-02-11 | Allow updating all properties for an item. | Ahmad Anbar | 1 | -1/+5 | |
2014-02-11 | Utf8/iconv/mbstring-related changes | Andrey Andreev | 2 | -4/+11 | |