Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-22 | Merge pull request #3277 from clawoo/develop | Andrey Andreev | 2 | -0/+10 | |
Escape arrays sent as binding values for database queries. | |||||
2014-10-22 | Reword change log and add the resulting query in the manual. | clawoo | 2 | -2/+5 | |
2014-10-22 | Close #3280 | Andrey Andreev | 1 | -1/+1 | |
2014-10-21 | Update the change log and the documentation with the array values binding ↵ | clawoo | 2 | -0/+7 | |
feature. | |||||
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 3 | -1/+6 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-09-29 | Close #3194 | Andrey Andreev | 1 | -0/+1 | |
2014-09-29 | Revert #3194 | Andrey Andreev | 1 | -1/+0 | |
This has caused way too many BC breaks (#3238, #3242, #3257). Close #3257 | |||||
2014-09-24 | fixed a typo in changelog | Amir Saboury | 1 | -1/+1 | |
Signed-off-by: Amir Saboury <amir.saboury@gmail.com> | |||||
2014-09-20 | Fix examples in documentation | vlakoff | 2 | -2/+2 | |
2014-09-15 | removed extra quote | Ahmad Anbar | 1 | -1/+1 | |
2014-09-08 | Add 'named callable' rules to Form validation library | Andrey Andreev | 1 | -1/+30 | |
Requested in issue #3183 Supersedes PR #3220 | |||||
2014-08-27 | Fix #2963 | Andrey Andreev | 6 | -8/+15 | |
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 | Add CI_Security::get_random_bytes() for CSRF & XSS token generation | Andrey Andreev | 2 | -2/+18 | |
2014-08-27 | [ci skip] Fix routing documentation (#3192) | Andrey Andreev | 1 | -3/+1 | |
It described a feature that doesn't exist. | |||||
2014-08-27 | Close #3205 | Andrey Andreev | 1 | -0/+1 | |
2014-08-27 | Fix #3189 | Andrey Andreev | 1 | -0/+1 | |
2014-08-25 | Upgrading the function html_escape() - documentation corrections. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-25 | Upgrading the function html_escape(), escaping twice can be prevented by ↵ | Ivan Tcholakov | 1 | -0/+1 | |
setting the second argument to FALSE. | |||||
2014-08-22 | Query builder, IS NOT NULL support #3194: Adding a changelog entry. | Ivan Tcholakov | 1 | -0/+1 | |
2014-08-18 | [ci skip] Polish changes from PR #3176 | Andrey Andreev | 2 | -6/+8 | |
2014-08-18 | Alter Pull #3176 - CSRF Whitelist | caseyh | 1 | -4/+3 | |
2014-08-11 | CSRF whitelist supports regex | Casey Hancock | 2 | -1/+7 | |
Signed-off-by: Casey Hancock <crh431@gmail.com> | |||||
2014-08-10 | Polish changes following PR #3173 | Andrey Andreev | 1 | -1/+1 | |
2014-08-08 | Using ImagePNG in CAPTCHA helper | ET-NiK | 1 | -0/+1 | |
Using ImagePNG function, if ImageJPG not exists | |||||
2014-07-31 | Merge pull request #3162 from MianSaleem/patch-1 | Andrey Andreev | 1 | -0/+1 | |
anchor popup's menubar attribute is missing | |||||
2014-07-31 | Support for menubar attribute to the :func:`anchor_popup()` | Mian Saleem | 1 | -0/+1 | |
Now the menubar can be set to yes with anchor_popup() by adding new attribute array element 'menubar' => 'yes' The list of all available attribute for anchor_popup() function will be $atts = array('width' => '800', 'height' => '600', 'scrollbars' => 'yes', 'menubar' => 'no', 'status' => 'yes', 'resizable' => 'yes', 'screenx' => '0', 'screeny' => '0'); | |||||
2014-07-31 | Fix #3161 | Andrey Andreev | 1 | -0/+1 | |
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 |