Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-26 | Remove redundant changelog entry | vlakoff | 1 | -1/+0 | |
2013-10-25 | Implement $protocol parameter in Config base_url() and site_url() methods | vlakoff | 1 | -0/+1 | |
Let's keep the implementation logic in one place. Improves 2023c3d05b042cf1322286d69557c2b8bf3bd8d5. | |||||
2013-10-21 | Add CI_Upload:: option | Andrey Andreev | 1 | -0/+1 | |
2013-10-21 | Add 'filename' to the return elements for create_captcha() (PR #2602) | Andrey Andreev | 1 | -0/+1 | |
2013-10-21 | Fix #2515 (manually merge PR #2516) | Andrey Andreev | 1 | -0/+1 | |
2013-10-21 | Fix #2691 | Andrey Andreev | 1 | -0/+1 | |
2013-10-18 | [ci skip] Fix a changelog entry | Andrey Andreev | 1 | -1/+1 | |
2013-10-18 | Fix issue #2681 (alternative to PR #2690) | Andrey Andreev | 1 | -0/+1 | |
2013-10-16 | Merge pull request #2661 from DaveMC08/feature/issue_2617 | Andrey Andreev | 1 | -0/+1 | |
fix issue #2617 | |||||
2013-10-16 | req. changes: | David Cox Jr | 1 | -0/+1 | |
cleaned up conditionals added changelog note regarding profiler updated as per styleguide | |||||
2013-10-16 | Changelog/doc edits following PR #2684 | Andrey Andreev | 1 | -1/+1 | |
2013-10-16 | Fixed empty line at EOF and added changelog entry | Tomaz Lovrec | 1 | -0/+1 | |
2013-09-27 | Added changelog entry. | Jesse van Assen | 1 | -0/+1 | |
2013-09-23 | Fix issue #33 | Andrey Andreev | 1 | -0/+2 | |
2013-09-21 | Merge pull request #2654 from vlakoff/develop | Andrey Andreev | 1 | -2/+1 | |
Fix duplicate changelog entry | |||||
2013-09-20 | Fix duplicate changelog entry | vlakoff | 1 | -2/+1 | |
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 | 1 | -0/+1 | |
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-12 | Improve changelog entry | vlakoff | 1 | -1/+1 | |
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 1 | -0/+1 | |
followup to PR #2522 | |||||
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 | 1 | -5/+5 | |
2013-08-06 | Fix #2585 | Andrey Andreev | 1 | -0/+1 | |
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-27 | Merge pull request #2554 from vlakoff/develop-3 | Andrey Andreev | 1 | -1/+3 | |
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 | 1 | -1/+2 | |
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 | 1 | -0/+3 | |
2013-07-22 | [ci skip] Add a changelog entry for class file naming rule change | Andrey Andreev | 1 | -0/+1 | |
2013-07-19 | Router improvements | Andrey Andreev | 1 | -2/+2 | |
- 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-18 | Fix a Memcache(d) default configuration bug (based on #249) | Andrey Andreev | 1 | -0/+1 | |
2013-07-18 | Add color customization to the CAPTCHA helper | Andrey Andreev | 1 | -1/+5 | |
Ref: Issue #867 & PRs #1405, #2485 | |||||
2013-07-18 | Add an optional parameter to URL helpers base_url() and site_url() ↵ | Andrey Andreev | 1 | -0/+1 | |
(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() |