Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-07 | Fix a few bugs in CI_Hook (based on PR #2762) | Andrey Andreev | 1 | -0/+1 | |
2014-01-07 | [ci skip] Add a PostgreSQL CREATE TABLE sample to the Session docs | Andrey Andreev | 1 | -3/+16 | |
From PR #2758 | |||||
2014-01-07 | Add a more clear note about query builder caching (issue #2721) | Andrey Andreev | 1 | -1/+6 | |
2014-01-07 | [ci skip] Update the Text helper docs | Andrey Andreev | 1 | -3/+13 | |
2014-01-07 | Change Text helper default tag from <strong> to <mark> | Andrey Andreev | 2 | -4/+23 | |
Supersedes PR #1497 | |||||
2014-01-07 | [ci skip] Update CI_Zip::read_file() docs | Andrey Andreev | 1 | -3/+13 | |
2014-01-07 | Add ability for changing the original file path/name in CI_Zip::read_file() | Andrey Andreev | 1 | -0/+1 | |
Supersedes PR #884 | |||||
2014-01-07 | Fix #2143 | Andrey Andreev | 1 | -0/+1 | |
When trying to load rules from a configuration file, the Form validation library matched against ruri_string() as opposed to 'controller/method' like described in the manual. Since ruri_string() also makes sense, now both are being checked with ruri_string() having a higher precedence. Supersedes PR #2224 | |||||
2014-01-07 | [ci skip] Update Loader library docs for method chaining | Andrey Andreev | 1 | -10/+10 | |
2014-01-07 | Implement Loader method chaining | Andrey Andreev | 1 | -0/+1 | |
Requested in issue #2165 Supersedes PR #2319 | |||||
2014-01-07 | Fix #2268 (manually implementing PR #2269) | Andrey Andreev | 1 | -0/+1 | |
2014-01-07 | Add basic HTTP auth info to the XML-RPC docs | Andrey Andreev | 1 | -0/+4 | |
2014-01-07 | Add Basic HTTP authentication support to the XML-RPC library | Andrey Andreev | 1 | -2/+6 | |
(based on PR #1716) | |||||
2014-01-07 | [ci skip] Clean up the common functions docs | Andrey Andreev | 1 | -96/+69 | |
2014-01-06 | Fix #2237: Parser library failed if the same tag pair is used more than once ↵ | Andrey Andreev | 1 | -0/+1 | |
within a template (manually applying PR #2238 + updated unit tests) | |||||
2014-01-06 | Fix #2579: Query Builder's "no escape" functionality didn't work properly ↵ | Andrey Andreev | 1 | -0/+1 | |
with query cache | |||||
2014-01-06 | [ci skip] Update the Session library docs | Andrey Andreev | 1 | -27/+33 | |
2014-01-06 | [ci skip] Update the Image_lib docs | Andrey Andreev | 1 | -134/+171 | |
2014-01-06 | [ci skip] Update the Loader class docs | Andrey Andreev | 1 | -233/+298 | |
2014-01-06 | [ci skip] Update the Form_validation library docs | Andrey Andreev | 1 | -107/+61 | |
2014-01-06 | [ci skip] Update the Input library and Cookie helper docs | Andrey Andreev | 2 | -192/+247 | |
2014-01-03 | [ci skip] Update the Unit testing library docs | Andrey Andreev | 1 | -12/+85 | |
2014-01-03 | [ci skip] Some spaces & docblock fixes | Andrey Andreev | 1 | -1/+1 | |
2014-01-03 | [ci skip] Update the Language library docs | Andrey Andreev | 1 | -3/+36 | |
2014-01-03 | [ci skip] Add missing docs for CI_FTP::changedir() | Andrey Andreev | 1 | -0/+11 | |
2014-01-03 | [ci skip] Finish updating the FTP class docs | Andrey Andreev | 1 | -90/+111 | |
2014-01-03 | [ci skip] Some more generic user guide cleanup | Andrey Andreev | 14 | -44/+73 | |
2014-01-03 | [ci skip] Update the URI library docs | Andrey Andreev | 1 | -124/+149 | |
2014-01-03 | [ci skip] Update the Migration library docs | Andrey Andreev | 1 | -54/+62 | |
2014-01-03 | [ci skip] Update the Output library docs | Andrey Andreev | 1 | -104/+120 | |
2014-01-03 | [ci skip] Update the Pagination library docs | Andrey Andreev | 1 | -48/+57 | |
2014-01-03 | [ci skip] Update the Parser library docs | Andrey Andreev | 1 | -14/+35 | |
2014-01-03 | [ci skip] Update the Security class docs | Andrey Andreev | 1 | -43/+60 | |
2014-01-03 | [ci skip] Add/remove some newlines from the session docs | Andrey Andreev | 1 | -2/+3 | |
2014-01-03 | [ci skip] Add a missing semicolon in the docs css | Andrey Andreev | 1 | -2/+2 | |
2014-01-03 | Merge pull request #2544 from HashemQolami/user-guide-patch | Andrey Andreev | 1 | -7/+6 | |
Fix User Guide CSS Issue | |||||
2013-12-20 | Polishing changes from #PR #2781 | Andrey Andreev | 1 | -1/+1 | |
Looks like an unnecessary commit was made by the author just as I was clicking the Merge button. :) | |||||
2013-12-19 | added changelog about EXISTS / NOT EXISTS | Tufan Barış YILDIRIM | 1 | -0/+1 | |
@narfbg "And you should also add a changelog entry for this addition. :)" | |||||
2013-12-19 | [ci skip] Fix a changelog message | Andrey Andreev | 1 | -1/+1 | |
2013-12-19 | [ci skip] Add notes to get_compiled_insert(), get_compiled_update() docs | Andrey Andreev | 1 | -4/+7 | |
2013-12-17 | Fix #2775 (security lib docs) | Andrey Andreev | 1 | -4/+4 | |
2013-12-10 | Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers | Andrey Andreev | 1 | -0/+1 | |
Supersedes PR #2756 | |||||
2013-11-12 | Update the upgrade instructions for error templates | Andrey Andreev | 1 | -4/+11 | |
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 |