Age | Commit message (Expand) | Author | Files | Lines |
2014-02-20 | Fix CI_Calendar tests | Andrey Andreev | 2 | -7/+27 |
2014-02-20 | [ci skip] Fix date helper loading in CI_Calendar::get_total_days() | Andrey Andreev | 1 | -1/+1 |
2014-02-20 | Date helper days_in_month(), CI_Calendar::get_total_days() changes | Andrey Andreev | 5 | -19/+17 |
2014-02-20 | Don't use error suppression with ini_set() | Andrey Andreev | 2 | -2/+2 |
2014-02-19 | Add compatibility layer for array_column(), array_replace(), array_replace_re... | Andrey Andreev | 7 | -3/+736 |
2014-02-19 | Merge pull request #2892 from jacobtabak/develop | Andrey Andreev | 1 | -2/+2 |
2014-02-19 | Fixed typos in Migration library documentation | Jacob Tabak | 1 | -2/+2 |
2014-02-19 | Merge pull request #2891 from cristik/develop | Andrey Andreev | 1 | -3/+2 |
2014-02-19 | Moved $_error load statement lower. | Cristian Kocza | 1 | -3/+2 |
2014-02-18 | Don't load password hashing compat for HHVM | Andrey Andreev | 2 | -1/+7 |
2014-02-18 | Merge pull request #2889 from noskov/develop | Andrey Andreev | 1 | -21/+21 |
2014-02-18 | Merge pull request #2888 from aanbar/develop | Andrey Andreev | 1 | -1/+1 |
2014-02-18 | Correct typo | Serge Noskov | 1 | -21/+21 |
2014-02-18 | Fixed variable scope. | Ahmad Anbar | 1 | -1/+1 |
2014-02-18 | CI_Encryption::hkdf() to follow RFC5869 more strictly | Andrey Andreev | 1 | -1/+1 |
2014-02-18 | [ci skip] Clean-up following PR #2864 | Andrey Andreev | 3 | -54/+58 |
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 |
2014-02-17 | Merge pull request #2881 from brenjt/form_helper | Andrey Andreev | 1 | -10/+16 |
2014-02-17 | Removed extra space, condensed $defaults | Brennan Thompson | 1 | -4/+3 |
2014-02-17 | documentation for calendar updates | Andrew | 2 | -2/+15 |
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 |
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 |
2014-02-13 | [ci skip] Add compatibility functions documentation + Sphinx build fixes for ... | Andrey Andreev | 4 | -22/+180 |
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 |
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 |