summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2015-07-06[ci skip] Add missing changelog entries for PRs #3955, #3957Andrey Andreev1-0/+3
2015-07-02Fix QB delete() for multiple tables with where()Andrey Andreev1-1/+1
Reported via the forums: http://forum.codeigniter.com/thread-61774.html
2015-06-29Fix #3932Andrey Andreev1-0/+1
2015-06-22[ci skip] Add remaining changes from PR #3826Andrey Andreev1-1/+1
2015-06-22Fix #3913Andrey Andreev1-0/+2
2015-06-22Work-around for https://bugs.php.net/bug.php?id=39598Andrey Andreev1-0/+1
Fixes #3922
2015-06-22Alter CI_Upload logging levelsAndrey Andreev1-1/+10
Close #3920
2015-06-11Fix #3904Andrey Andreev1-0/+1
2015-06-10Fix #3903Andrey Andreev1-0/+1
2015-06-08Fix #3890Andrey Andreev1-0/+1
2015-05-21Fix a bug in the CSV export DB utilityAndrey Andreev1-0/+1
Reported via the forums: http://forum.codeigniter.com/thread-61810.html
2015-05-13Update changelog.rstLeandro Mangini Antunes1-1/+1
2015-05-13Update changelog.rstLeandro Mangini Antunes1-0/+1
2015-05-11Fix #3846Andrey Andreev1-0/+1
2015-05-07Revert "Issue/PR #3836"Andrey Andreev1-1/+0
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800.
2015-05-07Issue/PR #3836Andrey Andreev1-0/+1
2015-04-30Fix #3823Andrey Andreev1-0/+1
2015-04-29Add list_fields() support for SQLite3Andrey Andreev1-0/+4
2015-04-29Fix #3816Andrey Andreev1-0/+1
2015-04-24A changelog update 3.Ivan Tcholakov1-1/+1
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