Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-12 | Add CLI error templates and only send HTTP status headers for non-CLI ↵ | Andrey Andreev | 1 | -0/+1 | |
requests (issue #1743) | |||||
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 6 | -2/+44 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-11-11 | Cleanup PR #2719 | GDmac | 1 | -1/+1 | |
for Fix #2406 query builder cache Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2013-11-11 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | GDmac | 2 | -0/+24 | |
2013-11-11 | Polish changes from PR #2712 | Andrey Andreev | 2 | -26/+13 | |
2013-11-11 | Merge pull request #2712 from pveyes/develop | Andrey Andreev | 2 | -0/+37 | |
Enable HTTP Verb in Routing | |||||
2013-11-09 | docs: get_compile_select | GDmac | 1 | -3/+3 | |
get_compile_select(null,false) without reset also preserves LIMIT settings | |||||
2013-11-05 | Fix HTTP Verb Routing Rules | Fatih Kalifa | 2 | -0/+37 | |
Fix code style, removed (:any) rule in http verb to avoid confusion, and add proposed documentation and changelog | |||||
2013-10-29 | Update sess_time_to_update description (rel #2397) | Andrey Andreev | 1 | -2/+3 | |
2013-10-29 | newline at the eof | Kakysha | 1 | -1/+1 | |
2013-10-29 | Update caching.rst | kakysha | 1 | -1/+1 | |
2013-10-29 | typos | kakysha | 1 | -1/+1 | |
2013-10-28 | Added changelog entry | kakysha | 1 | -0/+1 | |
2013-10-28 | Update Redis Caching block | kakysha | 1 | -6/+17 | |
Added config options | |||||
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 | 2 | -0/+6 | |
2013-10-21 | Add 'filename' to the return elements for create_captcha() (PR #2602) | Andrey Andreev | 2 | -4/+6 | |
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 | 2 | -1/+6 | |
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-15 | Adding missing reference to min_length in rules reference | AdwinTrave | 1 | -0/+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 | 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 | |