summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2014-12-05Merge pull request #3393 from preems/developAndrey Andreev1-0/+1
Added img_id to capcha helper Close #51
2014-12-05removing extra spacesPreetham1-1/+1
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Removed img_name from captcha helperPreetham1-1/+1
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Further changes related to issue #47, PR #3323Andrey Andreev1-0/+2
- Removed a test that was created specifically for the 'convert programmatic characters to entities' feature. - Changed filter_uri() to accept by reference and to not return anything as its only purpose now is to trigger a show_error() call. - Added changelog messages and updated the upgrade instructions.
2014-12-05closing #51. Added img_id and img_name in capcha helperPreetham1-1/+2
Signed-off-by: Preetham <me@preetham.in>
2014-12-04Add 'cache_query_string' configuration optionAndrey Andreev1-1/+1
Close #2349
2014-12-04[ci skip] Add changelog messages for Smiley helper and Cart library deprecationsAndrey Andreev1-0/+2
2014-12-04Zip library changes related to PR #3341Andrey Andreev1-1/+1
- Drop compression_encoding option, it requires PHP 5.4. - Change default compression_level to 2 as this was previously the hard-coded default. - Improve on the doc changes made in the PR.
2014-12-04Merge pull request #3341 from garrettair/gzcompress-argumentsAndrey Andreev1-1/+5
Adds Compression options to Zip Library
2014-12-03Updated changelog to include changes to the Zip Library.garrettair1-1/+5
Signed-off-by: garrettair <garrettair@gmail.com>
2014-12-03Some polishing following PR #3384Andrey Andreev1-1/+1
2014-12-03Fixed code style. Update changelog. #2349Stefano Mazzega1-0/+1
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev1-1/+1
2014-12-02Added changelog entryAhmad Anbar1-0/+1
updated documentation Fixed code style.
2014-11-12Updating changelog.rst for #656Preetham1-0/+1
Signed-off-by: Preetham <me@preetham.in>
2014-11-06Ability to pass array of language files to Language Library similar to ↵Gabriel Potkány1-0/+1
Loader Library
2014-11-06Fix typo in changelog entry for #3305Gabriel Potkány1-1/+1
2014-11-03Polish changes following #3305Andrey Andreev1-0/+1
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/
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