summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2015-02-02[ci skip] Fix #3515Andrey Andreev1-61/+61
2015-01-29fix typoClaudio Galdiolo1-1/+1
2015-01-28updated formatting on changelog entry for in_listLance Vincent1-1/+1
2015-01-28Form Validation - In MethodLance Vincent1-0/+1
2015-01-26Correct path in documentationvlakoff1-1/+1
Sphinx could handle it although.
2015-01-23[ci skip] Update docs to account for 2.2.1 releaseAndrey Andreev1-4/+25
2015-01-20Revert 7c4d10660a0a47446474bf97e3cb65f80693f1eeAndrey Andreev1-1/+1
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477
2015-01-20Pagination: Add 'use_global_url_suffix' settingAndrey Andreev1-1/+2
Resolves issue #1887
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev1-0/+1
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated.
2015-01-20Merge pull request #3427 from gadelat/logdateAndrey Andreev1-0/+1
Support for microseconds in CI_Log
2015-01-19[ci skip] Update changelog messages for Session libraryAndrey Andreev1-8/+8
2015-01-12[ci skip] Polish changes from PR #3278Andrey Andreev1-1/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-1/+1
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450
2014-12-19.Gabriel Potkány1-1/+1
2014-12-19Support for microsecondsGabriel Potkány1-0/+1
2014-12-17Add support for configuring socket pipe connections in 'mysqli'Andrey Andreev1-1/+2
Supersedes PR #3415
2014-12-12fixed indentation/linkref errorsDavid Wosnitza1-1/+1
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-11Add method chaining support ot CI_DB_query_builder::reset_query()Andrey Andreev1-1/+1
2014-12-11Add method chaining support to QB cache methodsAndrey Andreev1-0/+1
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