summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2015-04-24A changelog update 2.Ivan Tcholakov1-1/+1
2015-04-24A changelog update.Ivan Tcholakov1-0/+1
2015-04-20Fix #3787Andrey Andreev1-0/+1
2015-04-14Fix #3771Andrey Andreev1-0/+1
2015-04-14Fix #3773Andrey Andreev1-0/+1
2015-04-12Close #3761Andrey Andreev1-0/+1
2015-04-09add changelog for #3744ftwbzhao1-0/+1
2015-04-04Fix #3733Andrey Andreev1-1/+5
Close #3734
2015-04-01Mitigate potential DoS attacks against hash_pbkdf2()Andrey Andreev1-2/+12
Related: #3720
2015-03-30[ci skip] Fix a broken link in the changelogAndrey Andreev1-1/+1
2015-03-25Fixed user guide internal & external links to resolve problems reported by ↵Master Yoda1-14/+8
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-16[ci skip] Polish changes from PR #3669Andrey Andreev1-1/+1
2015-03-16update documentation in database/query_builder.rst, change 2 tabs + 4 spaces ↵yaoshanliang1-2/+1
to 3 tabs.
2015-03-15add changelog and documentation for adding an optional parameter to ↵yaoshanliang1-0/+2
``count_all_results()``
2015-03-13Close #3663Andrey Andreev1-0/+1
2015-02-28[ci skip] Formally deprecate 'global_xss_filtering'Andrey Andreev1-0/+1
2015-02-26Merge pull request #3604 from Ignasimg/patch-1Andrey Andreev1-0/+1
Add support for raw_input_stream
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>