Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-29 | Fix #3932 | Andrey Andreev | 1 | -0/+1 | |
2015-06-22 | [ci skip] Add remaining changes from PR #3826 | Andrey Andreev | 1 | -1/+1 | |
2015-06-22 | Fix #3913 | Andrey Andreev | 1 | -0/+2 | |
2015-06-22 | Work-around for https://bugs.php.net/bug.php?id=39598 | Andrey Andreev | 1 | -0/+1 | |
Fixes #3922 | |||||
2015-06-22 | Alter CI_Upload logging levels | Andrey Andreev | 1 | -1/+10 | |
Close #3920 | |||||
2015-06-11 | Fix #3904 | Andrey Andreev | 1 | -0/+1 | |
2015-06-10 | Fix #3903 | Andrey Andreev | 1 | -0/+1 | |
2015-06-08 | Fix #3890 | Andrey Andreev | 1 | -0/+1 | |
2015-05-21 | Fix a bug in the CSV export DB utility | Andrey Andreev | 1 | -0/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-61810.html | |||||
2015-05-13 | Update changelog.rst | Leandro Mangini Antunes | 1 | -1/+1 | |
2015-05-13 | Update changelog.rst | Leandro Mangini Antunes | 1 | -0/+1 | |
2015-05-11 | Fix #3846 | Andrey Andreev | 1 | -0/+1 | |
2015-05-07 | Revert "Issue/PR #3836" | Andrey Andreev | 1 | -1/+0 | |
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800. | |||||
2015-05-07 | Issue/PR #3836 | Andrey Andreev | 1 | -0/+1 | |
2015-04-30 | Fix #3823 | Andrey Andreev | 1 | -0/+1 | |
2015-04-29 | Add list_fields() support for SQLite3 | Andrey Andreev | 1 | -0/+4 | |
2015-04-29 | Fix #3816 | Andrey Andreev | 1 | -0/+1 | |
2015-04-24 | A changelog update 3. | Ivan Tcholakov | 1 | -1/+1 | |
2015-04-24 | A changelog update 2. | Ivan Tcholakov | 1 | -1/+1 | |
2015-04-24 | A changelog update. | Ivan Tcholakov | 1 | -0/+1 | |
2015-04-20 | Fix #3787 | Andrey Andreev | 1 | -0/+1 | |
2015-04-14 | Fix #3771 | Andrey Andreev | 1 | -0/+1 | |
2015-04-14 | Fix #3773 | Andrey Andreev | 1 | -0/+1 | |
2015-04-12 | Close #3761 | Andrey Andreev | 1 | -0/+1 | |
2015-04-09 | add changelog for #3744 | ftwbzhao | 1 | -0/+1 | |
2015-04-04 | Fix #3733 | Andrey Andreev | 1 | -1/+5 | |
Close #3734 | |||||
2015-04-01 | Mitigate potential DoS attacks against hash_pbkdf2() | Andrey Andreev | 1 | -2/+12 | |
Related: #3720 | |||||
2015-03-30 | [ci skip] Fix a broken link in the changelog | Andrey Andreev | 1 | -1/+1 | |
2015-03-25 | Fixed user guide internal & external links to resolve problems reported by ↵ | Master Yoda | 1 | -14/+8 | |
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-16 | [ci skip] Polish changes from PR #3669 | Andrey Andreev | 1 | -1/+1 | |
2015-03-16 | update documentation in database/query_builder.rst, change 2 tabs + 4 spaces ↵ | yaoshanliang | 1 | -2/+1 | |
to 3 tabs. | |||||
2015-03-15 | add changelog and documentation for adding an optional parameter to ↵ | yaoshanliang | 1 | -0/+2 | |
``count_all_results()`` | |||||
2015-03-13 | Close #3663 | Andrey Andreev | 1 | -0/+1 | |
2015-02-28 | [ci skip] Formally deprecate 'global_xss_filtering' | Andrey Andreev | 1 | -0/+1 | |
2015-02-26 | Merge pull request #3604 from Ignasimg/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Add support for raw_input_stream | |||||
2015-02-26 | Update changelog.rst | Ignasimg | 1 | -2/+1 | |
2015-02-21 | [ci skip] Fix a changelog entry | Andrey Andreev | 1 | -1/+1 | |
2015-02-20 | Added support for raw_input_stream property. | Ignasimg | 1 | -0/+2 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -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-19 | Make set_status_header() a dummy under CLI | Andrey Andreev | 1 | -1/+2 | |
Close #3605 | |||||
2015-02-18 | Fix #3593 | Andrey Andreev | 1 | -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 commit | Andrey Andreev | 1 | -0/+1 | |
2015-02-06 | Polish changes following PR #3573 | Andrey Andreev | 1 | -0/+1 | |
2015-02-05 | update changelog for set_value() | Adrian Voicu | 1 | -0/+1 | |
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 1 | -61/+61 | |
2015-01-29 | fix typo | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-28 | updated formatting on changelog entry for in_list | Lance Vincent | 1 | -1/+1 | |
2015-01-28 | Form Validation - In Method | Lance Vincent | 1 | -0/+1 | |
2015-01-26 | Correct path in documentation | vlakoff | 1 | -1/+1 | |
Sphinx could handle it although. | |||||
2015-01-23 | [ci skip] Update docs to account for 2.2.1 release | Andrey Andreev | 1 | -4/+25 | |