Age | Commit message (Expand) | Author | Files | Lines |
2014-02-13 | Add language translation support to CI_Pagination (#1589) | Andrey Andreev | 3 | -9/+25 |
2014-02-13 | [ci skip] Polish changes from #2874 | Andrey Andreev | 3 | -71/+68 |
2014-02-13 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Andrey Andreev | 3 | -7/+47 |
2014-02-13 | [ci skip] Add index.html to system/core/compat/ | Andrey Andreev | 1 | -0/+10 |
2014-02-13 | Merge pull request #2874 from aanbar/develop | Andrey Andreev | 3 | -7/+47 |
2014-02-13 | Added Missing new line. | Ahmad Anbar | 1 | -0/+1 |
2014-02-13 | Re-arranged documentation, fixed comment. | Ahmad Anbar | 2 | -5/+16 |
2014-02-13 | Fix syntax error | Andrey Andreev | 1 | -2/+2 |
2014-02-13 | Added changelog entry. | Ahmad Anbar | 3 | -6/+18 |
2014-02-13 | Update Text and Inflector helpers to utilize mbstring, if available | Andrey Andreev | 3 | -19/+25 |
2014-02-13 | Merge pull request #2610 from mjnaderi/patch-1 | Andrey Andreev | 1 | -4/+4 |
2014-02-13 | Introducing compatibility layers | Andrey Andreev | 7 | -0/+582 |
2014-02-13 | Delete by values, not keys | Ahmad Anbar | 1 | -4/+3 |
2014-02-13 | Fixed code style & added few extra checks. | Ahmad Anbar | 2 | -7/+20 |
2014-02-13 | [ci skip] Test fixes | Andrey Andreev | 2 | -5/+10 |
2014-02-12 | Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf... | Andrey Andreev | 4 | -61/+73 |
2014-02-12 | [ci skip] Indentation fix | Andrey Andreev | 1 | -1/+1 |
2014-02-12 | Remove pointless mocks for remove_invisible_characters(), is_php(), is_really... | Andrey Andreev | 1 | -51/+0 |
2014-02-11 | Allow updating all properties for an item. | Ahmad Anbar | 1 | -1/+5 |
2014-02-11 | Utf8/iconv/mbstring-related changes | Andrey Andreev | 6 | -10/+59 |
2014-02-11 | Merge pull request #2873 from darwinel/develop | Andrey Andreev | 3 | -6/+6 |
2014-02-11 | [ci skip] Update the XML-RPC lib docs | Andrey Andreev | 1 | -65/+66 |
2014-02-11 | Some other small writing consistency fixes | darwinel | 3 | -6/+6 |
2014-02-11 | Merge pull request #2872 from darwinel/develop | Andrey Andreev | 16 | -22/+38 |
2014-02-11 | "BASEPATH check" consistency | darwinel | 15 | -15/+31 |
2014-02-11 | Add PHP 5.6 (currently alpha) to .travis.yml | Andrey Andreev | 1 | -0/+1 |
2014-02-11 | Writing style fix based on style guide | darwinel | 1 | -7/+7 |
2014-02-11 | Merge pull request #2869 from darwinel/develop | Andrey Andreev | 193 | -195/+195 |
2014-02-11 | 2013 > 2014 | darwinel | 193 | -195/+195 |
2014-02-11 | More code reduced from CI_Table | Andrey Andreev | 1 | -17/+5 |
2014-02-11 | Another tiny optimization in CI_Table + remove an accidental addition | Andrey Andreev | 1 | -6/+4 |
2014-02-11 | Change CI_Table:: to NULL | Andrey Andreev | 2 | -7/+7 |
2014-02-11 | A bug fix and optimizations in CI_Table | Andrey Andreev | 3 | -69/+55 |
2014-02-11 | Fix issue #43 | Andrey Andreev | 2 | -28/+44 |
2014-02-11 | Fix a typo in the smileys config (PR #2853) | Andrey Andreev | 1 | -1/+1 |
2014-02-11 | Merge branch 'develop' into patch-1 | Andrew | 82 | -5171/+8529 |
2014-02-11 | updates per narfbg request | Andrew | 1 | -3/+1 |
2014-02-10 | CI_Security: URL-decode until possible | Andrey Andreev | 1 | -1/+5 |
2014-02-10 | [ci skip] Fix a typo | Andrey Andreev | 1 | -1/+1 |
2014-02-10 | CI_Security: Expect a backslash as a tag separator | Andrey Andreev | 1 | -2/+2 |
2014-02-10 | CI_Security: Filter jscript, wscript, vbs, confirm, prompt the same way as ja... | Andrey Andreev | 1 | -6/+10 |
2014-02-10 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Andrey Andreev | 2 | -2/+2 |
2014-02-10 | CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docs | Andrey Andreev | 3 | -6/+563 |
2014-02-10 | Merge pull request #2867 from Chanthoeun/develop | Andrey Andreev | 1 | -1/+1 |
2014-02-10 | Remove bottom line | Chanthoeun | 1 | -0/+1 |
2014-02-10 | Remove bottom line | Chanthoeun | 1 | -1/+0 |
2014-02-10 | Remove bottom line | Chanthoeun | 1 | -0/+1 |
2014-02-10 | Remove bottom line | Chanthoeun | 1 | -1/+0 |
2014-02-10 | Correct word peforming to performing | Chanthoeun | 1 | -2/+2 |
2014-02-09 | updates per narfbg's comments | Andrew | 1 | -5/+6 |