Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-21 | Add CI_Encryption::create_key() | Andrey Andreev | 1 | -0/+15 | |
This was planned, we somehow forgot about it. :) | |||||
2014-06-19 | Remove the custom IV option from CI_Encryption | Andrey Andreev | 1 | -51/+36 | |
It serves for no practical purpose and can only do harm. | |||||
2014-06-13 | Make 'num_links=0' configuration available in Pagination library | Takayuki Sakai | 1 | -4/+4 | |
Changed conditions when making 'first' and 'last' links | |||||
2014-06-13 | Revert "Make num_links=0 in pagination library possible to configure" | Takayuki Sakai | 1 | -15/+9 | |
This reverts commit a01924d2cc2d63d2bddbee85a18b423b88a9b19e. | |||||
2014-06-13 | Make num_links=0 in pagination library possible to configure | Takayuki Sakai | 1 | -9/+15 | |
2014-06-07 | Fix #3085 | Andrey Andreev | 1 | -17/+19 | |
2014-06-03 | Fix a potential undefined variable error | Andrey Andreev | 1 | -1/+1 | |
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 | |
Depends on the Intl extension | |||||
2014-05-31 | Remove CI_Encrypt::_xor_encode() | Andrey Andreev | 1 | -47/+12 | |
2014-05-20 | Merge pull request #3058 from vlakoff/word_wrap | Andrey Andreev | 1 | -8/+8 | |
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 | 1 | -2/+2 | |
* in Email library: these tags were not removed * in text helper: simplified code | |||||
2014-05-20 | Regex fixes | vlakoff | 1 | -1/+1 | |
* 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 | 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 | 1 | -3/+6 | |
* in get_mimes(): was missing isset() test * in Email->_mimes_types(): static cache of reference was noneffective refs 6ef498b49946ba74d610b3805fb908b163a7f03a | |||||
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(). |