Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-11 | Add setting ['composer_autoload'] | Andrey Andreev | 1 | -0/+17 | |
Supersedes PR #3132 | |||||
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 | 2 | -11/+59 | |
strlen(), substr() are not byte-safe when mbstring.func_overload is enabled | |||||
2014-07-07 | Add a backport (compat) for quoted_printable_encode() | Andrey Andreev | 1 | -2/+90 | |
2014-07-07 | Fix a few typos and add a backport (compat) for hex2bin() | Andrey Andreev | 2 | -3/+50 | |
2014-07-06 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Andrey Andreev | 1 | -1/+1 | |
2014-07-06 | Fix #3131 | Andrey Andreev | 1 | -0/+4 | |
2014-07-05 | Missing looping index added. Without index empty rows returned for csv ↵ | Dionysis Arvanitis | 1 | -1/+1 | |
column headers. | |||||
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-07-01 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Andrey Andreev | 1 | -1/+1 | |
2014-07-01 | Fix #3124 | Andrey Andreev | 1 | -2/+2 | |
2014-06-29 | Fixed eof | Graham Campbell | 1 | -1/+1 | |
2014-06-29 | Fixed typo | Graham Campbell | 1 | -2/+2 | |
2014-06-21 | Add CI_Encryption::create_key() | Andrey Andreev | 1 | -0/+15 | |
This was planned, we somehow forgot about it. :) | |||||
2014-06-21 | Fix a _potential_ flaw in password_hash() | Andrey Andreev | 1 | -1/+4 | |
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-19 | Fix #3112 | Andrey Andreev | 4 | -15/+4 | |
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-12 | remove the empty line at the end of file | Fu Xu | 1 | -1/+1 | |
2014-06-12 | style change | Fu Xu | 1 | -1/+1 | |
2014-06-12 | config load bug fix | Fu Xu | 1 | -2/+3 | |
2014-06-12 | Fix #3101 | Andrey Andreev | 1 | -1/+1 | |
2014-06-07 | Fix #3085 | Andrey Andreev | 1 | -17/+19 | |
2014-06-03 | Fix a potential undefined variable error | Andrey Andreev | 2 | -2/+2 | |
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-31 | A fix about loading language files - ensuring suffix '_lang' presence properly. | Ivan Tcholakov | 1 | -1/+1 | |
2014-05-27 | fix callable hooks | Max | 1 | -1/+1 | |
2014-05-27 | fix callable hooks | Max | 1 | -1/+1 | |
2014-05-23 | Fix #3057 | Andrey Andreev | 1 | -66/+62 | |
2014-05-20 | Merge pull request #3058 from vlakoff/word_wrap | Andrey Andreev | 2 | -13/+12 | |
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 | 2 | -6/+5 | |
* in Email library: these tags were not removed * in text helper: simplified code | |||||
2014-05-20 | Regex fixes | vlakoff | 2 | -2/+2 | |
* 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 | 2 | -10/+20 | |
* in get_mimes(): was missing isset() test * in Email->_mimes_types(): static cache of reference was noneffective refs 6ef498b49946ba74d610b3805fb908b163a7f03a | |||||
2014-05-19 | Merge pull request #3053 from vlakoff/get_config | Andrey Andreev | 1 | -7/+4 | |
Simplify code in get_config() | |||||
2014-05-19 | Simplify code in get_config() | vlakoff | 1 | -7/+4 | |
Exact same behavior. The reference was just redundant. | |||||
2014-05-18 | [ci skip] Add a note to CI_Model::__get() (issue #3046) | Andrey Andreev | 1 | -0/+4 | |
2014-05-18 | Adjust docblock of load_class() | vlakoff | 1 | -1/+1 | |
refs c26b9ebb00e29be2e972fece3bcf73d33249a64b | |||||
2014-05-16 | fix wrong if expression in link_tag | Emmanuel Grognet | 1 | -1/+1 | |
2014-05-09 | Suppress PHP 5.6 E_DEPRECATED warnings for mbstring.internal_encoding as well | Andrey Andreev | 1 | -1/+3 | |
2014-05-09 | Add hash_equals() to ext/hash compat layer | Andrey Andreev | 1 | -0/+46 | |
Introduced in PHP 5.6 Beta 1 (unfortunately, still undocumented). RFC: https://wiki.php.net/rfc/timing_attack (Yes, I am aware that the RFC talks about hash_compare(), the function was later renamed in the implementation.) | |||||
2014-05-09 | Call data_seek(0) only if we've used DB_result::*row*() methods | Andrey Andreev | 1 | -3/+3 | |
This should fix HHVM where it throws 'Unable to jump to row 0 on MySQL result index X' error messages for ext/mysqli | |||||
2014-05-09 | Remove (most of) error suppression from database drivers (issue #3036) | Andrey Andreev | 17 | -56/+61 | |