Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-06 | Remove a redudant value check | Andrey Andreev | 1 | -1/+1 | |
2014-01-06 | Fix #2579: Query Builder's "no escape" functionality didn't work properly ↵ | Andrey Andreev | 2 | -4/+18 | |
with query cache | |||||
2014-01-06 | Remove redudant Loader tests for library() & driver() with no parameters | Andrey Andreev | 1 | -6/+0 | |
2014-01-06 | Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), ↵ | Andrey Andreev | 1 | -5/+5 | |
unset_userdata() and unset_flashdata()'s first parameter mandatory | |||||
2014-01-06 | Make CI_Loader methods library(), driver(), vars() and language()'s first ↵ | Andrey Andreev | 1 | -6/+6 | |
parameters mandatory and fix a docblock | |||||
2014-01-06 | [ci skip] Fix a docblock typo | Andrey Andreev | 1 | -1/+1 | |
2014-01-06 | Make CI_Form_validation::error()'s first parameter mandatory and add a ↵ | Andrey Andreev | 1 | -6/+6 | |
typehint for CI_Form_validation::error() | |||||
2014-01-06 | Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), ↵ | Andrey Andreev | 2 | -4/+4 | |
delete_cookie()'s first (name) parameter mandatory | |||||
2014-01-03 | Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't ↵ | Andrey Andreev | 1 | -2/+2 | |
make sense) | |||||
2014-01-03 | [ci skip] Some spaces & docblock fixes | Andrey Andreev | 4 | -17/+15 | |
2014-01-03 | Merge pull request #2753 from SirDre/patch-1 | Andrey Andreev | 1 | -1/+2 | |
Update user_agents.php | |||||
2014-01-03 | Merge pull request #2768 from porquero/patch-1 | Andrey Andreev | 1 | -1/+2 | |
Added post-increment for $count | |||||
2014-01-03 | Make CI_Lang::line()'s first parameter mandatory (optional doesn't make sense) | Andrey Andreev | 1 | -1/+1 | |
2014-01-03 | FTP class improvements | Andrey Andreev | 2 | -9/+9 | |
- Make changedir()'s first parameter mandatory (optional doesn't make sense) - Fix a few typos (langfile included) | |||||
2014-01-03 | Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense) | Andrey Andreev | 1 | -1/+1 | |
2014-01-03 | [ci skip] Remove a few spaces | Andrey Andreev | 1 | -3/+3 | |
2014-01-03 | A tiny improvement in ruri_string() | Andrey Andreev | 1 | -6/+1 | |
2014-01-03 | [ci skip] Manually apply PR #2746 and remove other -moz-box-shadow and ↵ | Andrey Andreev | 4 | -8/+1 | |
-webkit-box-shadow usage | |||||
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-24 | Merge pull request #2790 from captbaritone/patch-2 | Andrey Andreev | 1 | -2/+2 | |
Update Forum and Wiki links in Readme | |||||
2013-12-24 | Update Forum and Wiki links in Readme | Jordan Eldredge | 1 | -2/+2 | |
Old links were 404ing | |||||
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-14 | Added post-increment for $count | Cristian Riffo Huez | 1 | -1/+2 | |
It has been added the missing post-increment for variable $count. | |||||
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-12-06 | Update user_agents.php | Andre Gardiner | 1 | -1/+2 | |
Added Win 8.1 user agent to the array | |||||
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 | |