Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-01-20 | Revert 7c4d10660a0a47446474bf97e3cb65f80693f1ee | Andrey Andreev | 1 | -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-20 | Pagination: Add 'use_global_url_suffix' setting | Andrey Andreev | 1 | -1/+2 | |
Resolves issue #1887 | |||||
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -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-20 | Merge pull request #3427 from gadelat/logdate | Andrey Andreev | 1 | -0/+1 | |
Support for microseconds in CI_Log | |||||
2015-01-19 | [ci skip] Update changelog messages for Session library | Andrey Andreev | 1 | -8/+8 | |
2015-01-12 | [ci skip] Polish changes from PR #3278 | Andrey Andreev | 1 | -1/+1 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -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ány | 1 | -1/+1 | |
2014-12-19 | Support for microseconds | Gabriel Potkány | 1 | -0/+1 | |
2014-12-17 | Add support for configuring socket pipe connections in 'mysqli' | Andrey Andreev | 1 | -1/+2 | |
Supersedes PR #3415 | |||||
2014-12-12 | fixed indentation/linkref errors | David Wosnitza | 1 | -1/+1 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-11 | Add method chaining support ot CI_DB_query_builder::reset_query() | Andrey Andreev | 1 | -1/+1 | |
2014-12-11 | Add method chaining support to QB cache methods | Andrey Andreev | 1 | -0/+1 | |
2014-12-05 | Merge pull request #3393 from preems/develop | Andrey Andreev | 1 | -0/+1 | |
Added img_id to capcha helper Close #51 | |||||
2014-12-05 | removing extra spaces | Preetham | 1 | -1/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Removed img_name from captcha helper | Preetham | 1 | -1/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Further changes related to issue #47, PR #3323 | Andrey Andreev | 1 | -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-05 | closing #51. Added img_id and img_name in capcha helper | Preetham | 1 | -1/+2 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-04 | Add 'cache_query_string' configuration option | Andrey Andreev | 1 | -1/+1 | |
Close #2349 | |||||
2014-12-04 | [ci skip] Add changelog messages for Smiley helper and Cart library deprecations | Andrey Andreev | 1 | -0/+2 | |
2014-12-04 | Zip library changes related to PR #3341 | Andrey Andreev | 1 | -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-04 | Merge pull request #3341 from garrettair/gzcompress-arguments | Andrey Andreev | 1 | -1/+5 | |
Adds Compression options to Zip Library | |||||
2014-12-03 | Updated changelog to include changes to the Zip Library. | garrettair | 1 | -1/+5 | |
Signed-off-by: garrettair <garrettair@gmail.com> | |||||
2014-12-03 | Some polishing following PR #3384 | Andrey Andreev | 1 | -1/+1 | |
2014-12-03 | Fixed code style. Update changelog. #2349 | Stefano Mazzega | 1 | -0/+1 | |
2014-12-02 | Some optimizations & polishing following PR #3381 | Andrey Andreev | 1 | -1/+1 | |
2014-12-02 | Added changelog entry | Ahmad Anbar | 1 | -0/+1 | |
updated documentation Fixed code style. | |||||
2014-11-12 | Updating changelog.rst for #656 | Preetham | 1 | -0/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-06 | Ability to pass array of language files to Language Library similar to ↵ | Gabriel Potkány | 1 | -0/+1 | |
Loader Library | |||||
2014-11-06 | Fix typo in changelog entry for #3305 | Gabriel Potkány | 1 | -1/+1 | |
2014-11-03 | Polish changes following #3305 | Andrey Andreev | 1 | -0/+1 | |
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/ | |||||
2014-10-28 | Add a real exception handler | Andrey Andreev | 1 | -4/+5 | |
Close #1590 Close #3200 | |||||
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -0/+1 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -6/+1 | |
2014-10-24 | Fix Sphinx compilation warnings | vlakoff | 1 | -1/+1 | |
2014-10-22 | Reword change log and add the resulting query in the manual. | clawoo | 1 | -1/+1 | |
2014-10-21 | Update the change log and the documentation with the array values binding ↵ | clawoo | 1 | -0/+1 | |
feature. | |||||
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -0/+1 | |
Close #3001 Close #3232 Related: #3244 |