Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-14 | Cache_redis: Adding serialization support. | Ivan Tcholakov | 1 | -2/+57 | |
2014-08-06 | Change name didn't work if reset initialization it's true | Joseba Juániz | 1 | -11/+14 | |
If user initializes the upload library with the reset flag as true, the uploaded file doesn't change it's name, it's neccesary to initialize or change the $_file_name_override every time. | |||||
2014-08-01 | Make CI_Pagination properties per_page, cur_page public | Andrey Andreev | 1 | -38/+38 | |
Useful if you want to make calculations based on them. | |||||
2014-07-31 | Fix #3160 | Andrey Andreev | 1 | -2/+2 | |
2014-07-31 | Fix #3161 | Andrey Andreev | 2 | -8/+12 | |
2014-07-12 | Fix CI_Encryption::substr() for PHP 5.3 | Andrey Andreev | 1 | -1/+4 | |
Nothing critical, just an edge case that isn't currently used | |||||
2014-07-12 | Fix CI_Encryption::substr() usage of mb_substr() | Andrey Andreev | 1 | -1/+1 | |
The whole point was to use 8bit encoding | |||||
2014-07-07 | Continuing from previous commit ... use CI_Encryption::substr() | Andrey Andreev | 1 | -8/+8 | |
2014-07-07 | Fix potential bugs in password_hash(), CI_Encryption | Andrey Andreev | 1 | -8/+53 | |
strlen(), substr() are not byte-safe when mbstring.func_overload is enabled | |||||
2014-07-02 | Remove GCM mode from CI_Encryption (OpenSSL) | Andrey Andreev | 1 | -3/+2 | |
While openssl_get_cipher_methods() lists 'aes-<keysize>-gcm' as supported, it appears that this is only half of the story. To be more specific, only the encryption operation of GCM is performed, and the authentication message is completely missing, rendering the whole thing useles. | |||||
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 |