Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 1 | -1/+1 | |
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs | |||||
2014-12-04 | Merge pull request #3388 from jim-parry/fix/deprecation | Andrey Andreev | 1 | -0/+1 | |
Flag the smiley helper and shopping cart as deprecated. | |||||
2014-12-04 | Zip library changes related to PR #3341 | Andrey Andreev | 1 | -14/+10 | |
- Drop compression_encoding option, it requires PHP 5.4. - Change default compression_level to 2 as this was previously the hard-coded default. - Improve on the doc changes made in the PR. | |||||
2014-12-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 1 | -0/+1 | |
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-19 | Exposed the arguments to gzcompress by adding public variables to the Zip ↵ | garrettair | 1 | -1/+14 | |
library. | |||||
2014-11-18 | Force ORDER BY usage with OFFSET-FETCH on SQL Server | Andrey Andreev | 1 | -1/+1 | |
Close #3128 Close #3332 Close #3334 Close #3335 | |||||
2014-11-13 | Removing empty lines | Michael Granados | 1 | -1/+1 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-12 | Making required changes | Michael Granados | 1 | -3/+3 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-09 | Verifying From header before send mail | Michael Granados | 1 | -0/+6 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 1 | -0/+1 | |
2014-11-04 | #3310 Remove a dead line | Andrey Andreev | 1 | -1/+0 | |
2014-11-04 | Fix #3310 | Andrey Andreev | 1 | -2/+1 | |
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 34 | -479/+853 | |
2014-10-23 | Fix #3283 | Andrey Andreev | 1 | -1/+1 | |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -1/+1 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-09-08 | Add 'named callable' rules to Form validation library | Andrey Andreev | 1 | -4/+16 | |
Requested in issue #3183 Supersedes PR #3220 | |||||
2014-08-28 | CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 ↵ | Andrey Andreev | 1 | -1/+1 | |
(#3189) | |||||
2014-08-27 | Fix #2963 | Andrey Andreev | 2 | -11/+14 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-08-27 | Close #3205 | Andrey Andreev | 1 | -18/+4 | |
2014-08-27 | [ci skip] Update a comment block description | Andrey Andreev | 1 | -1/+1 | |
2014-08-27 | Fix #3189 | Andrey Andreev | 1 | -33/+33 | |
2014-08-18 | Fix a wrong variable name from previous commit | Andrey Andreev | 1 | -1/+1 | |
Rel: #3186 | |||||
2014-08-18 | Optimize Redis serialized values support | Andrey Andreev | 1 | -17/+19 | |
Rel: PR #3186 | |||||
2014-08-18 | Cache_redis: A code-styling correction.. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-18 | Cache_redis: Optimizations. | Ivan Tcholakov | 1 | -2/+2 | |
2014-08-18 | Cache_redis: Polishing. | Ivan Tcholakov | 1 | -7/+4 | |
2014-08-18 | Cache_redis: Refactoring if delete() method. | Ivan Tcholakov | 1 | -3/+3 | |
2014-08-18 | Cache_redis, save() method: An optimization, moving sRemove call. | Ivan Tcholakov | 1 | -2/+1 | |
2014-08-18 | Cache_redis, delete() method: Try to remove a key from Redis auxilary set ↵ | Ivan Tcholakov | 1 | -3/+6 | |
only when the corresponding value is really deleted. | |||||
2014-08-18 | Cache_redis, delete() method: Bringing back a line of code. | Ivan Tcholakov | 1 | -0/+3 | |
2014-08-18 | Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. | Ivan Tcholakov | 1 | -8/+3 | |
2014-08-18 | Cache_redis, delete() method: Removing code for updating the internal cache, ↵ | Ivan Tcholakov | 1 | -7/+0 | |
it is useless. | |||||
2014-08-18 | Cache_redis: Strinct array_search() for now. | Ivan Tcholakov | 1 | -3/+3 | |
2014-08-18 | Cache_redis: AND -> && correction, srrict in_array() check. | Ivan Tcholakov | 1 | -1/+1 | |
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 | |