Age | Commit message (Expand) | Author | Files | Lines |
2012-03-01 | Switch private properties in the Email class to protected | Andrey Andreev | 1 | -24/+25 |
2012-03-01 | Fix 'skip' section of limit clause | Timothy Warren | 1 | -1/+1 |
2012-02-29 | Change end() usage due to E_STRICT messages | Andrey Andreev | 2 | -2/+4 |
2012-02-29 | Finally figured out limit statement | Timothy Warren | 1 | -1/+25 |
2012-02-29 | Add strtolower to the HTTPS check | Andrey Andreev | 1 | -1/+1 |
2012-02-29 | Merge pull request #1093 from IT-Can/upload-double-slash-fix | Andrey Andreev | 1 | -1/+1 |
2012-02-29 | removed changelog | Michiel Vugteveen | 1 | -1/+0 |
2012-02-29 | removed double slash | Michiel Vugteveen | 2 | -1/+2 |
2012-02-29 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird | Timothy Warren | 7 | -123/+263 |
2012-02-29 | Merge pull request #1088 from IT-Can/word-mime-fix | Andrey Andreev | 2 | -1/+2 |
2012-02-29 | changelog fix | Michiel Vugteveen | 1 | -1/+1 |
2012-02-29 | updated branch | Michiel Vugteveen | 8 | -151/+277 |
2012-02-29 | docx and xlsx was already fixes | Michiel Vugteveen | 2 | -2/+3 |
2012-02-29 | Merge pull request #1092 from narfbg/develop-force-download | Andrey Andreev | 2 | -41/+43 |
2012-02-29 | Merge remote-tracking branch 'upstream/develop' into develop-issue-499 | Andrey Andreev | 6 | -84/+221 |
2012-02-29 | Merge upstream branch | Andrey Andreev | 6 | -85/+221 |
2012-02-29 | Improved plural() and singular(). | Phil Sturgeon | 2 | -56/+98 |
2012-02-29 | Add an optional set_mime parameter to force_download() | Andrey Andreev | 2 | -39/+42 |
2012-02-29 | Merged in 2.1-stable changes. | Phil Sturgeon | 5 | -28/+123 |
2012-02-28 | tab separator in _config_delimiters dockblock. | Mike Funk | 1 | -1/+1 |
2012-02-28 | using tabs as @item seperators in docblocks. | Mike Funk | 1 | -2/+2 |
2012-02-28 | fixed some mismatched brackets. | Mike Funk | 1 | -4/+4 |
2012-02-28 | changed _config_delimiters() to protected. | Mike Funk | 1 | -1/+1 |
2012-02-28 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird | Timothy Warren | 2 | -28/+15 |
2012-02-28 | Merge upstream branch | Andrey Andreev | 3 | -46/+28 |
2012-02-28 | Merge upstream branch | Andrey Andreev | 2 | -28/+15 |
2012-02-28 | Merge pull request #1089 from narfbg/develop-issue-177 | Andrey Andreev | 2 | -28/+15 |
2012-02-28 | Replace AND with && | Andrey Andreev | 1 | -1/+1 |
2012-02-28 | Fix issue #177 | Andrey Andreev | 2 | -28/+15 |
2012-02-28 | mime types doc, docx, xlsx fixes | Michiel Vugteveen | 1 | -3/+3 |
2012-02-27 | Add changelog entry | Andrey Andreev | 1 | -0/+1 |
2012-02-27 | Do not create a CSRF cookie if CSRF protection is not enabled | Andrey Andreev | 1 | -19/+20 |
2012-02-27 | Merge upstream | Timothy Warren | 7 | -32/+80 |
2012-02-27 | Merge pull request #1086 from narfbg/develop-common | Andrey Andreev | 1 | -18/+13 |
2012-02-27 | Just some style changes and removed a useless check | Andrey Andreev | 1 | -18/+13 |
2012-02-27 | Update the changelog entry with issue ID | Andrey Andreev | 1 | -1/+1 |
2012-02-27 | Fixed a db_set_charset() bug | Andrey Andreev | 10 | -140/+11 |
2012-02-24 | updated documentation to differentiate prefix and suffix more. | Mike Funk | 1 | -2/+2 |
2012-02-24 | fixed suffix documentation. | Mike Funk | 1 | -1/+1 |
2012-02-24 | added config process method checking for delimiter values, updated changelog ... | Mike Funk | 3 | -1/+32 |
2012-02-24 | added config check, changelog entry, and user guide update. | Mike Funk | 3 | -1/+18 |
2012-02-24 | fixed active record inconsistency. | Mike Funk | 1 | -1/+1 |
2012-02-24 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Mike Funk | 6 | -14/+67 |
2012-02-24 | Merge pull request #1069 from narfbg/develop-db-select | Andrey Andreev | 6 | -14/+67 |
2012-02-24 | Update database property when switching to a new one | Andrey Andreev | 4 | -4/+48 |
2012-02-23 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Mike Funk | 190 | -7188/+9974 |
2012-02-22 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird | Timothy Warren | 2 | -24/+11 |
2012-02-22 | Merge pull request #1072 from narfbg/develop-issue-1070 | Andrey Andreev | 2 | -24/+11 |
2012-02-22 | Fix issue 1070 | Andrey Andreev | 2 | -24/+11 |
2012-02-22 | Close services after using them, added dbutil->backup() method | Timothy Warren | 3 | -6/+23 |