summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2015-02-26Update changelog.rstIgnasimg1-2/+1
2015-02-21[ci skip] Fix a changelog entryAndrey Andreev1-1/+1
2015-02-20Added support for raw_input_stream property.Ignasimg1-0/+2
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-1/+2
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607
2015-02-19Make set_status_header() a dummy under CLIAndrey Andreev1-1/+2
Close #3605
2015-02-18Fix #3593Andrey Andreev1-3/+1
Revert "fixes" for #167, #388, #705 (also #1326) as it turns out URL-decoding isn't compliant with the CGI/1.1 specification. RFC 3875: http://www.faqs.org/rfcs/rfc3875.html
2015-02-17[ci skip] Add missing changelog entry from last commitAndrey Andreev1-0/+1
2015-02-06Polish changes following PR #3573Andrey Andreev1-0/+1
2015-02-05update changelog for set_value()Adrian Voicu1-0/+1
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