summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2014-10-28Add a real exception handlerAndrey Andreev1-4/+5
Close #1590 Close #3200
2014-10-28Close #3292Andrey Andreev1-0/+1
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-6/+1
2014-10-24Fix Sphinx compilation warningsvlakoff1-1/+1
2014-10-22Reword change log and add the resulting query in the manual.clawoo1-1/+1
2014-10-21Update the change log and the documentation with the array values binding ↵clawoo1-0/+1
feature.
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev1-0/+1
Close #3001 Close #3232 Related: #3244
2014-09-29Close #3194Andrey Andreev1-0/+1
2014-09-29Revert #3194Andrey Andreev1-1/+0
This has caused way too many BC breaks (#3238, #3242, #3257). Close #3257
2014-09-24fixed a typo in changelogAmir Saboury1-1/+1
Signed-off-by: Amir Saboury <amir.saboury@gmail.com>
2014-08-27Fix #2963Andrey Andreev1-1/+6
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib
2014-08-27Add CI_Security::get_random_bytes() for CSRF & XSS token generationAndrey Andreev1-1/+2
2014-08-27Close #3205Andrey Andreev1-0/+1
2014-08-27Fix #3189Andrey Andreev1-0/+1
2014-08-25Upgrading the function html_escape() - documentation corrections.Ivan Tcholakov1-1/+1
2014-08-25Upgrading the function html_escape(), escaping twice can be prevented by ↵Ivan Tcholakov1-0/+1
setting the second argument to FALSE.
2014-08-22Query builder, IS NOT NULL support #3194: Adding a changelog entry.Ivan Tcholakov1-0/+1
2014-08-18[ci skip] Polish changes from PR #3176Andrey Andreev1-2/+2
2014-08-11CSRF whitelist supports regexCasey Hancock1-1/+1
Signed-off-by: Casey Hancock <crh431@gmail.com>
2014-08-10Polish changes following PR #3173Andrey Andreev1-1/+1
2014-08-08Using ImagePNG in CAPTCHA helperET-NiK1-0/+1
Using ImagePNG function, if ImageJPG not exists
2014-07-31Merge pull request #3162 from MianSaleem/patch-1Andrey Andreev1-0/+1
anchor popup's menubar attribute is missing
2014-07-31Support for menubar attribute to the :func:`anchor_popup()` Mian Saleem1-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-31Fix #3161Andrey Andreev1-0/+1
2014-07-14Merge pull request #3134 from kdazzle/patch-1Andrey Andreev1-0/+1
Return 403 instead of 500 if no CSRF token given
2014-07-14Add changelog entry for CSRF status code; remove line at EOFKyle Valade1-0/+1
2014-07-11Add setting ['composer_autoload']Andrey Andreev1-0/+1
Supersedes PR #3132
2014-07-07Add a backport (compat) for quoted_printable_encode()Andrey Andreev1-1/+1
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev1-1/+1
2014-06-13Fixed the changelog entry againTakayuki Sakai1-1/+1
2014-06-13Fixed a changelog entryTakayuki Sakai1-1/+1
2014-06-13Add a changelog entry in Pagination Library sectionTakayuki Sakai1-0/+1
2014-05-31Add support for non-ASCII domain names in FV & Email classes' valid_email()Andrey Andreev1-0/+2
Depends on the Intl extension
2014-05-31[ci skip] Update changelogAndrey Andreev1-1/+2
2014-05-31[ci skip] Update changelogAndrey Andreev1-2/+17
2014-05-09Add hash_equals() to ext/hash compat layerAndrey Andreev1-1/+1
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-25Minor fixesvlakoff1-2/+2
2014-04-14Change 'standardize_newlines' default to FALSEAndrey Andreev1-1/+1
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923
2014-04-14Rename config item "error_templates_path" to "error_views_path"vlakoff1-1/+1
2014-04-12Group error templates entries in changelogvlakoff1-1/+1
2014-04-12Make the error templates path configurablevlakoff1-0/+1
2014-04-05Remove default parameter value of is_php()vlakoff1-0/+1
It was simply pointless.
2014-03-14Merge pull request #2940 from aanbar/zip_mtime_fixAndrey Andreev1-0/+1
Fixed issue with _get_mod_time
2014-03-14Updated changelog.Ahmad Anbar1-1/+1
2014-03-14Added changelog entry.Ahmad Anbar1-0/+1
2014-03-14Fixed coding style & line length.Ahmad Anbar1-2/+1
2014-03-14Removed the requirment of quantity to trigger cart update.Ahmad Anbar1-0/+1
2014-03-10Add support for callable form validation rulesAndrey Andreev1-0/+1
2014-03-05Add support for simpler (Callable) hooks (issue #2917)Andrey Andreev1-0/+1
2014-02-27Add parameter to CI_Input::user_agent()Andrey Andreev1-0/+1