Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-18 | Add an ext/hash compatibility layer (just hash_pbkdf2(), for now) | Andrey Andreev | 6 | -1/+227 | |
2014-02-17 | Merge pull request #2864 from browner12/patch-1 | Andrey Andreev | 3 | -44/+71 | |
simplify calendar library | |||||
2014-02-17 | Merge pull request #2881 from brenjt/form_helper | Andrey Andreev | 1 | -10/+16 | |
form_dropdown array as first param fix | |||||
2014-02-17 | Removed extra space, condensed $defaults | Brennan Thompson | 1 | -4/+3 | |
2014-02-17 | documentation for calendar updates | Andrew | 2 | -2/+15 | |
change log and user guide updates for calendar update | |||||
2014-02-17 | Merge branch 'develop' into patch-1 | Andrew | 225 | -786/+1648 | |
2014-02-17 | Removed extra spaces and irrelevant condition | Brennan Thompson | 1 | -11/+11 | |
2014-02-17 | Micro-optimizations | Andrey Andreev | 3 | -56/+56 | |
2014-02-17 | [ci skip] Minor tests adjustments | Andrey Andreev | 5 | -33/+36 | |
2014-02-17 | Fix #2884 | Andrey Andreev | 1 | -1/+1 | |
2014-02-17 | Enable write_file() test | Andrey Andreev | 1 | -39/+35 | |
2014-02-17 | Updated code to match style guide | Brennan Thompson | 1 | -3/+3 | |
2014-02-17 | Removed non permitted changes | Brennan Thompson | 1 | -3/+1 | |
2014-02-16 | Dropdown should match style guide now. | Brennan Thompson | 1 | -2/+8 | |
2014-02-15 | [ci skip] Don't use output buffering in URL helper safe_mailto() | Andrey Andreev | 1 | -17/+18 | |
2014-02-15 | [ci skip] Micro-optimization | Andrey Andreev | 1 | -1/+1 | |
2014-02-15 | Rename CI_Utf8::_is_ascii() to is_ascii() and make it public | Andrey Andreev | 4 | -11/+5 | |
No reason for it to be protected. | |||||
2014-02-14 | Actual fix for extra whitespace | Brennan Thompson | 1 | -1/+1 | |
2014-02-14 | Removed space for travis ci checks | Brennan Thompson | 1 | -1/+1 | |
2014-02-14 | Fix for selected being NULL from set_value | Brennan Thompson | 1 | -1/+1 | |
2014-02-14 | Made form_dropdown compatible with the other form helper methods | Brennan Thompson | 1 | -19/+22 | |
2014-02-14 | Merge remote-tracking branch 'upstream/develop' into develop | Brennan Thompson | 303 | -7257/+13002 | |
Conflicts: system/helpers/form_helper.php | |||||
2014-02-13 | [ci skip] Add compatibility functions documentation + Sphinx build fixes for ↵ | Andrey Andreev | 4 | -22/+180 | |
Cart | |||||
2014-02-13 | Fix #2878 | Andrey Andreev | 1 | -1/+1 | |
2014-02-13 | Try to avoid 'zend_mm_heap corrupted' failures with phpunit | Andrey Andreev | 1 | -1/+1 | |
2014-02-13 | Fix #2364 | Andrey Andreev | 2 | -19/+22 | |
2014-02-13 | Add pagination translation file | Andrey Andreev | 1 | -0/+35 | |
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 | |
[Cart Library] Allow updating all properties for an item. | |||||
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 | |
An example to the docs. Tidy code a little bit. | |||||
2014-02-13 | Update Text and Inflector helpers to utilize mbstring, if available | Andrey Andreev | 3 | -19/+25 | |
Text: word_wrap(), ellipsize() Inflector: humanize(), underscore() (rel #2855) | |||||
2014-02-13 | Merge pull request #2610 from mjnaderi/patch-1 | Andrey Andreev | 1 | -4/+4 | |
character_limiter now works correct for UTF-8 strings | |||||
2014-02-13 | Introducing compatibility layers | Andrey Andreev | 7 | -0/+582 | |
- Limited support for mbstring (mb_strlen(), mb_strpos(), mb_substr() only) via iconv. Falls back to regular strlen(), strpos(), substr() if iconv is not available. - Password hashing, dependant on CRYPT_BLOWFISH (2y version, available since PHP 5.3.7) availability. | |||||
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 | |
Updated cart documentation. | |||||
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 ↵ | Andrey Andreev | 4 | -61/+73 | |
CI_Utf8::__construct() Also, use mb_substitute_character() instead of ini_set() | |||||
2014-02-12 | [ci skip] Indentation fix | Andrey Andreev | 1 | -1/+1 | |
2014-02-12 | Remove pointless mocks for remove_invisible_characters(), is_php(), ↵ | Andrey Andreev | 1 | -51/+0 | |
is_really_writable() | |||||
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 | |
Some other small writing consistency fixes | |||||
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 | |
As described in the Style guide. Found after some grep’ing. |