Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-13 | [ci skip] Fix a changelog message | Andrey Andreev | 1 | -1/+1 | |
2013-09-13 | Fix array notation fields for set_select() as well | Andrey Andreev | 1 | -2/+1 | |
2013-09-13 | Fix #2639 | Andrey Andreev | 1 | -1/+2 | |
2013-09-13 | Fix a PostgreSQL string escaping bug and use pg_escape_literal() when possible | Andrey Andreev | 1 | -0/+2 | |
2013-09-13 | Update MySQLi to use the PHP API for transactions, where possible | Andrey Andreev | 1 | -0/+1 | |
2013-09-13 | Drop the unused parameter from log_message() / CI_Log::write_log() | Andrey Andreev | 2 | -2/+2 | |
2013-09-12 | [ci skip] Simplify changelog message for PR #2633 | Andrey Andreev | 1 | -1/+1 | |
2013-09-12 | Make the changelog entry for #2633 more descriptive. | Kaiwang Chen | 1 | -1/+1 | |
2013-09-12 | Add changelog entry for #2633. | Kaiwang Chen | 1 | -0/+1 | |
2013-09-10 | Add support for UPDATE ... RETURNING statements in PostgreSQL | Andrey Andreev | 1 | -1/+1 | |
An improved version of PR #2629. Also removes REPLACE from the regular expression, as it is not supported by PostgreSQL. | |||||
2013-09-02 | Add changelog entry for #2609 | vlakoff | 1 | -0/+1 | |
2013-08-28 | [ci skip] Fix a documentation error | Andrey Andreev | 1 | -1/+1 | |
2013-08-14 | add '$' at news_section.rst file | Zaki Akhmad | 1 | -1/+1 | |
2013-08-12 | Improve changelog entry | vlakoff | 2 | -4/+4 | |
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 3 | -9/+29 | |
followup to PR #2522 | |||||
2013-08-08 | [ci skip] Add MD5 checksums to download page (rel: #991) | Andrey Andreev | 1 | -29/+31 | |
2013-08-07 | Add a changelog entry for PR #2590 and further optimize log_message() | Andrey Andreev | 1 | -0/+1 | |
CI_Log::write_log() already checks the log threshold, so there's no point in doing it in log_message() as well. | |||||
2013-08-07 | An improved version of PR #2584, fixes #2583 | Andrey Andreev | 1 | -0/+1 | |
2013-08-06 | Various typos and tabs adjustments | vlakoff | 3 | -9/+9 | |
2013-08-06 | Fix #2585 | Andrey Andreev | 1 | -0/+1 | |
2013-08-06 | Merge pull request #2566 from vlakoff/develop | Andrey Andreev | 1 | -15/+37 | |
Complete 3.0 upgrade notes about NULL returned on missing items | |||||
2013-08-06 | [ci skip] Alter a changelog line | Andrey Andreev | 1 | -1/+1 | |
2013-08-04 | Rename bad chars property to filename_bad_chars, remove the setter and add ↵ | Hunter Wu | 1 | -0/+1 | |
changelog entry | |||||
2013-07-30 | Updated Changelog Cache Log Level | Tyler Brownell | 1 | -0/+1 | |
- Updated the changelog to include the log level updates in the cache drivers. | |||||
2013-07-29 | Change spaces to tabs | vlakoff | 1 | -14/+14 | |
2013-07-28 | Polishing Form helper | vlakoff | 1 | -11/+15 | |
2013-07-27 | Complete 3.0 upgrade notes about NULL returned on missing items | vlakoff | 1 | -15/+37 | |
2013-07-27 | Merge pull request #2554 from vlakoff/develop-3 | Andrey Andreev | 3 | -8/+17 | |
config->item() now returns NULL instead of FALSE when the required item doesn't exist. | |||||
2013-07-26 | Fix #2560 | Andrey Andreev | 1 | -0/+1 | |
2013-07-25 | Adjustments to the previous commit | vlakoff | 1 | -1/+1 | |
2013-07-24 | config->item() now returns NULL instead of FALSE when the required item ↵ | vlakoff | 3 | -8/+16 | |
doesn't exist. Uniformization with other functions. This also brings the ability to properly use booleans in configuration. | |||||
2013-07-24 | Add a changelog entry about changes in Array helper's element() and elements() | vlakoff | 1 | -0/+1 | |
2013-07-23 | Loader changes & optimizations related to issue #2551 | Andrey Andreev | 2 | -0/+29 | |
2013-07-22 | [ci skip] Fix style guide typos | Andrey Andreev | 1 | -2/+2 | |
2013-07-22 | [ci skip] Add a changelog entry for class file naming rule change | Andrey Andreev | 1 | -0/+1 | |
2013-07-22 | Change class filenames to Ucfirst | Andrey Andreev | 15 | -58/+105 | |
2013-07-22 | [ci skip] Small upgrade notes fixes | Andrey Andreev | 1 | -5/+5 | |
2013-07-19 | [ci skip] Remove a leftover description of the non-configurable translating ↵ | Andrey Andreev | 1 | -18/+0 | |
of URI dashes | |||||
2013-07-19 | Router improvements | Andrey Andreev | 2 | -3/+15 | |
- Make dashes-to-underscores URI segment replacement configurable via ['translate_uri_dashes']. - Make _set_routing() protected and move the call to the class constructor. - Remove redudant calls to set_class() and set_method(). - Clean-up/optimize the routes loading procedure. (fixes issue #2503) | |||||
2013-07-19 | [ci skip] Add a changelog entry | Andrey Andreev | 1 | -0/+1 | |
2013-07-19 | Remove documentation note obsoleted by previous commit | vlakoff | 1 | -4/+0 | |
2013-07-18 | Fix a Memcache(d) default configuration bug (based on #249) | Andrey Andreev | 1 | -0/+1 | |
2013-07-18 | [ci skip] Remove a description for a non-existing shadow color in the ↵ | Andrey Andreev | 1 | -1/+1 | |
CAPTCHA helper docs | |||||
2013-07-18 | Add color customization to the CAPTCHA helper | Andrey Andreev | 2 | -2/+15 | |
Ref: Issue #867 & PRs #1405, #2485 | |||||
2013-07-18 | Add an optional parameter to URL helpers base_url() and site_url() ↵ | Andrey Andreev | 2 | -2/+5 | |
(supersedes #2535) | |||||
2013-07-17 | Fix #2490 (an improved version of PR #2534) | Andrey Andreev | 1 | -0/+1 | |
2013-07-17 | Cherry-picking some changes from PR #2425: | Andrey Andreev | 1 | -0/+2 | |
- Session events logging (debug) - Bug fix for OCI8 method stored_procedure() | |||||
2013-07-17 | Add changelog entry for PR #2502 | Andrey Andreev | 1 | -0/+1 | |
2013-07-17 | [ci skip] Revert some cosmetic changes from PR #2524, for consistency | Andrey Andreev | 1 | -17/+13 | |
2013-07-16 | Merge doc changes; small related updates. | Eric Roberts | 2 | -37/+39 | |