Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-14 | Merge pull request #3134 from kdazzle/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Return 403 instead of 500 if no CSRF token given | |||||
2014-07-14 | Add changelog entry for CSRF status code; remove line at EOF | Kyle Valade | 1 | -0/+1 | |
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 | 2 | -1/+6 | |
Supersedes PR #3132 | |||||
2014-07-07 | Add a backport (compat) for quoted_printable_encode() | Andrey Andreev | 2 | -2/+11 | |
2014-07-07 | Fix a few typos and add a backport (compat) for hex2bin() | Andrey Andreev | 3 | -18/+26 | |
2014-07-02 | Remove GCM mode from CI_Encryption (OpenSSL) | Andrey Andreev | 1 | -11/+6 | |
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 | -5/+10 | |
This was planned, we somehow forgot about it. :) | |||||
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 | 1 | -1/+0 | |
It serves for no practical purpose and can only do harm. | |||||
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-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-01 | Merge pull request #3074 from aanbar/output_documentation | Andrey Andreev | 1 | -1/+25 | |
Added _display documentation. | |||||
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 | 1 | -0/+2 | |
Depends on the Intl extension | |||||
2014-05-31 | Remove CI_Encrypt::_xor_encode() | Andrey Andreev | 1 | -7/+2 | |
2014-05-31 | [ci skip] Update changelog | Andrey Andreev | 1 | -1/+2 | |
2014-05-31 | [ci skip] Update changelog | Andrey Andreev | 1 | -2/+17 | |
2014-05-31 | Added _display documentation. | Ahmad Anbar | 1 | -1/+29 | |
2014-05-22 | Update profiling.rst | Manu Ganji | 1 | -2/+2 | |
correcting rst syntax | |||||
2014-05-22 | Update profiling.rst | Manu Ganji | 1 | -2/+4 | |
There is some confusion about how to enable profiling for queries. This will save some time for devs who want to debug their generated SQL. | |||||
2014-05-16 | [ci skip] Manually apply an improved version of PR #3034 (doc fixes) | Andrey Andreev | 1 | -4/+4 | |
2014-05-15 | Typo boolen => boolean | Kit Sunde | 1 | -1/+1 | |
2014-05-14 | [ci skip] Add a note about QB escaping field names | Andrey Andreev | 1 | -4/+8 | |
2014-05-09 | Add hash_equals() to ext/hash compat layer | Andrey Andreev | 2 | -3/+14 | |
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-04-25 | Minor fixes | vlakoff | 1 | -2/+2 | |
2014-04-19 | Doc fix for Encryption library | Kakysha | 1 | -2/+2 | |
2014-04-14 | Change 'standardize_newlines' default to FALSE | Andrey Andreev | 1 | -1/+1 | |
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923 | |||||
2014-04-14 | Uniformization in smiley helper documentation | vlakoff | 1 | -1/+1 | |
oversight from 20292311636837e120d205e470e41826820feb46 | |||||
2014-04-14 | Rename config item "error_templates_path" to "error_views_path" | vlakoff | 1 | -1/+1 | |
2014-04-12 | Group error templates entries in changelog | vlakoff | 1 | -1/+1 | |
2014-04-12 | Make the error templates path configurable | vlakoff | 1 | -0/+1 | |
2014-04-12 | Small documentation update | vlakoff | 1 | -2/+0 | |
As the error templates are now by default inside the views folder. | |||||
2014-04-05 | Remove default parameter value of is_php() | vlakoff | 2 | -2/+3 | |
It was simply pointless. | |||||
2014-04-04 | [ci skip] Document 'first_url' Pagination option (supersedes PR #2992) | Andrey Andreev | 1 | -0/+5 | |
2014-04-01 | fixes warnings | Connor Tumbleson | 1 | -1/+1 | |
2014-03-21 | Fixed typo in tutorial/create_news_items | aochagavia | 1 | -1/+1 | |
2014-03-14 | Merge pull request #2940 from aanbar/zip_mtime_fix | Andrey Andreev | 1 | -0/+1 | |
Fixed issue with _get_mod_time | |||||
2014-03-14 | Updated changelog. | Ahmad Anbar | 1 | -1/+1 | |
2014-03-14 | Added changelog entry. | Ahmad Anbar | 1 | -0/+1 | |
2014-03-14 | Fixed coding style & line length. | Ahmad Anbar | 2 | -4/+3 | |
2014-03-14 | Removed the requirment of quantity to trigger cart update. | Ahmad Anbar | 2 | -2/+3 | |
2014-03-10 | Add support for callable form validation rules | Andrey Andreev | 2 | -1/+38 | |
2014-03-05 | Add support for simpler (Callable) hooks (issue #2917) | Andrey Andreev | 2 | -1/+10 | |
2014-03-04 | CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility | Andrey Andreev | 1 | -1/+7 | |
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-27 | Add parameter to CI_Input::user_agent() | Andrey Andreev | 2 | -1/+3 | |
2014-02-26 | Deprecate HTML helpers nbs(), br() | Andrey Andreev | 3 | -36/+55 | |