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-12 | [ci skip] Add a note about CI_Driver (issue #3140) | Andrey Andreev | 1 | -1/+5 | |
2014-07-11 | Add setting ['composer_autoload'] | Andrey Andreev | 4 | -2/+44 | |
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 | 4 | -4/+216 | |
2014-07-07 | Fix a few typos and add a backport (compat) for hex2bin() | Andrey Andreev | 7 | -28/+115 | |
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 | Merge pull request #3130 from dionysiosarvanitis/fix/pdo_result__list_fields | Andrey Andreev | 1 | -1/+1 | |
Missing looping index added. | |||||
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 | 2 | -14/+8 | |
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 | Merge pull request #3121 from GrahamCampbell/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed Typo In Security.php | |||||
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 | 2 | -5/+25 | |
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 | [ci skip] Leftover from 1e83d69a52a85a4f568bfa086d658556acd48980 | Andrey Andreev | 1 | -2/+0 | |
2014-06-19 | Remove the custom IV option from CI_Encryption | Andrey Andreev | 3 | -60/+37 | |
It serves for no practical purpose and can only do harm. | |||||
2014-06-19 | Fix #3112 | Andrey Andreev | 4 | -15/+4 | |
2014-06-13 | Merge pull request #3104 from TakayukiSakai/develop | Andrey Andreev | 2 | -4/+5 | |
Make num_links=0 in pagination library possible to configure | |||||
2014-06-13 | Fixed the changelog entry again | Takayuki Sakai | 1 | -1/+1 | |
2014-06-13 | Fixed a changelog entry | Takayuki Sakai | 1 | -1/+1 | |
2014-06-13 | Add a changelog entry in Pagination Library section | Takayuki Sakai | 1 | -0/+1 | |
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 | Merge pull request #3103 from dickfu/fix_config_load | Andrey Andreev | 1 | -1/+2 | |
config load bug fix | |||||
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-05 | Merge pull request #3082 from AdwinTrave/develop | Andrey Andreev | 1 | -15/+21 | |
Updating table template prototype in documentation | |||||
2014-06-05 | Updating table template prototype id documentation | AdwinTrave | 1 | -15/+21 | |
Updating template prototype in documentation to reflect the actual template prototype in the table library. | |||||
2014-06-04 | Merge pull request #3079 from seanfahey/develop | Andrey Andreev | 1 | -1/+1 | |
Added MIME types for .ppt uploads | |||||
2014-06-04 | Seriously, remove the line ending | sean | 1 | -1/+1 | |
2014-06-03 | Removed errant newline | Sean Fahey | 0 | -0/+0 | |
2014-06-03 | Another ppt mime type | Sean Fahey | 1 | -1/+1 | |
2014-06-03 | Added 'application/vnd.ms-office' MIME for ppt | Sean Fahey | 1 | -2/+2 | |
An export from Apple's Numbers to .ppt gives a MIME of application/vnd.ms-office | |||||
2014-06-03 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Andrey Andreev | 1 | -1/+25 | |
2014-06-03 | Fix a potential undefined variable error | Andrey Andreev | 2 | -2/+2 | |
2014-06-01 | Merge pull request #3074 from aanbar/output_documentation | Andrey Andreev | 1 | -1/+25 | |
Added _display documentation. | |||||
2014-06-01 | Fix wrong variable name | Andrey Andreev | 1 | -2/+2 | |
2014-06-01 | reduced line length. | Ahmad Anbar | 1 | -2/+2 | |
2014-06-01 | Fixed code style. | Ahmad Anbar | 1 | -14/+10 | |
2014-05-31 | Add support for non-ASCII domain names in FV & Email classes' valid_email() | Andrey Andreev | 3 | -0/+12 | |
Depends on the Intl extension | |||||
2014-05-31 | Remove CI_Encrypt::_xor_encode() | Andrey Andreev | 2 | -54/+14 | |