Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-24 | Merge pull request #2784 from captbaritone/bug/unneeded_session_code | Andrey Andreev | 1 | -91/+4 | |
Remove unneeded manual escaping of session data | |||||
2013-12-23 | Remove _serialize() and _unserialize() methods | Jordan Eldredge | 1 | -34/+4 | |
Since removing the unneeded manual escaping code, there is no-longer any reason to have the serialization functions abstracted. This also allows us to only suppress errors when unserializing cookie data, and only trim when we are unserializing database data (see commit 6b8312). | |||||
2013-12-21 | Remove unneeded manual escaping of session data | Jordan Eldredge | 1 | -60/+3 | |
2013-12-20 | Polishing changes from #PR #2781 | Andrey Andreev | 2 | -4/+4 | |
Looks like an unnecessary commit was made by the author just as I was clicking the Merge button. :) | |||||
2013-12-19 | Merge pull request #2781 from tufanbarisyildirim/develop | Andrey Andreev | 2 | -2/+5 | |
EXISTS / NOT EXISTS clause support for DB_driver | |||||
2013-12-19 | so we need \sNOT EXISTS | Tufan Barış YILDIRIM | 1 | -1/+1 | |
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 | changed EXISTS / NOT EXISTS pattern | Tufan Barış YILDIRIM | 1 | -3/+3 | |
@narfbg "It has parenthesis, so use the IN / NOT IN pattern as a base." | |||||
2013-12-19 | EXISTS / NOT EXISTS clause support for DB_driver | Tufan Barış YILDIRIM | 1 | -3/+3 | |
2013-12-19 | EXISTS / NOT EXISTS clause support for DB_driver | Tufan Barış YILDIRIM | 1 | -2/+4 | |
2013-12-19 | EXISTS / NOT EXISTS clause support for DB_query_builder. | Tufan Barış YILDIRIM | 1 | -2/+4 | |
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-18 | Merge pull request #2779 from mjnaderi/develop | Andrey Andreev | 1 | -3/+2 | |
Use table name as a prefix for index names | |||||
2013-12-18 | Use table name as a prefix for index names | mjnaderi | 1 | -3/+2 | |
2013-12-18 | Merge pull request #2777 from mjnaderi/develop | Andrey Andreev | 1 | -1/+1 | |
Cleanup DB_forge _process_indexes | |||||
2013-12-18 | Cleanup DB_forge _process_indexes | mjnaderi | 1 | -1/+2 | |
2013-12-18 | Cleanup DB_forge _process_indexes | mjnaderi | 1 | -1/+0 | |
2013-12-17 | Fix #2775 (security lib docs) | Andrey Andreev | 1 | -4/+4 | |
2013-12-14 | Merge pull request #2770 from ↵ | Derek Jones | 1 | -1/+1 | |
kakysha/themostawesomebranchevercreatedforcodeigniter DB call_function() bug : funny typo -or- smart autocomplete? | |||||
2013-12-14 | DB call_function() bug : funny typo -or- smart autocomplete? | Kakysha | 1 | -1/+1 | |
2013-12-13 | Merge pull request #2764 from refringe/feature/cookie_session | Andrey Andreev | 1 | -1/+1 | |
Issue #2763 - Fixes Session GC Probability Calculation | |||||
2013-12-13 | Issue #2763 - Fixes Session GC Probability Calculation | Tyler Brownell | 1 | -1/+1 | |
This should resolve issue #2763 where the cookie session garbage collection was running every request. | |||||
2013-12-10 | Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers | Andrey Andreev | 5 | -5/+50 | |
Supersedes PR #2756 | |||||
2013-11-27 | [ci skip] Remove a few more spaces | Andrey Andreev | 4 | -5/+5 | |
2013-11-27 | [ci skip] Remove 2 spaces | Andrey Andreev | 1 | -1/+1 | |
2013-11-17 | Always load application/config/constants.php | Andrey Andreev | 1 | -6/+4 | |
2013-11-17 | Merge pull request #2731 from josephok/develop | Andrey Andreev | 1 | -9/+9 | |
Update CodeIgniter.php | |||||
2013-11-17 | Merge pull request #2733 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 | |
Small docblock fix | |||||
2013-11-17 | Small docblock fix | vlakoff | 1 | -1/+1 | |
2013-11-16 | Update CodeIgniter.php | josephok | 1 | -9/+9 | |
require(APPPATH.'config/constants.php') should be in front of require(BASEPATH.'core/Common.php') because Common.php uses some constants defined in constants.php. | |||||
2013-11-14 | Remove a function_exists() check for error_get_last() | Andrey Andreev | 1 | -1/+1 | |
It was only relevant until we dropped support for PHP < 5.2 | |||||
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 | 12 | -18/+212 | |
requests (issue #1743) | |||||
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 12 | -32/+80 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-11-12 | [ci skip] Remove some whitespace chars | Andrey Andreev | 1 | -3/+2 | |
2013-11-12 | Merge pull request #2719 from GDmac/develop | Andrey Andreev | 2 | -8/+9 | |
Fix #2406 query builder cache | |||||
2013-11-11 | Cleanup PR #2719 | GDmac | 2 | -6/+3 | |
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 | 4 | -3/+53 | |
2013-11-11 | Polish changes from PR #2712 | Andrey Andreev | 4 | -31/+16 | |
2013-11-11 | Merge pull request #2718 from vkeranov/develop | Andrey Andreev | 1 | -2/+3 | |
Update user_agents.php | |||||
2013-11-11 | Merge pull request #2712 from pveyes/develop | Andrey Andreev | 3 | -2/+66 | |
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-08 | Fix #2406 query builder cache | GDmac | 1 | -6/+10 | |
Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2013-11-08 | Update user_agents.php | vkeranov | 1 | -2/+3 | |
Added Ubuntu Web Browser. More info here: http://www.omgubuntu.co.uk/2013/11/ubuntu-touch-browser-finally-given-unique-user-agent-string | |||||
2013-11-05 | Fix HTTP Verb Routing Rules | Fatih Kalifa | 3 | -18/+51 | |
Fix code style, removed (:any) rule in http verb to avoid confusion, and add proposed documentation and changelog | |||||
2013-10-31 | Enable HTTP Verb in Routing | Fatih Kalifa | 1 | -1/+32 | |
Using array for HTTP Verb e.g: $route['(:any)']['POST'] = "controller/post_method"; $route['path']['GET'] = "controller/path_get_method"; $route['path']['(:any)'] = "controller/path_any_method"; Using (:any) or not will make same result e.g: $route['path']['(:any)'] == $route['path'] So it won't break existing route | |||||
2013-10-31 | Fix #2710 | Andrey Andreev | 1 | -2/+1 | |
2013-10-31 | Merge branch 'feature/minify' into develop | Andrey Andreev | 1 | -132/+71 | |
2013-10-31 | Merge branch 'develop' into feature/minify | Andrey Andreev | 8 | -16/+73 | |