Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-24 | Alter previous commit | Andrey Andreev | 1 | -1/+1 | |
2014-03-24 | CI_Loader::_ci_autoload() micro-optimization | Andrey Andreev | 1 | -3/+3 | |
2014-03-24 | Merge pull request #2959 from fabianozenatti/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix typo in CI_Input constructor | |||||
2014-03-21 | Merge pull request #2961 from aochagavia/Typo-fix | Andrey Andreev | 1 | -1/+1 | |
Fixed typo in tutorial/create_news_items | |||||
2014-03-21 | Fixed typo in tutorial/create_news_items | aochagavia | 1 | -1/+1 | |
2014-03-21 | remove eol | fabianozenatti | 1 | -1/+1 | |
2014-03-21 | Fix typo in CI_Input constructor | fabianozenatti | 1 | -2/+2 | |
2014-03-20 | Merge pull request #2958 from JLeft/develop | Andrey Andreev | 1 | -1/+1 | |
Fixed typo in model loader. | |||||
2014-03-20 | Fixed typo in model loader. | James | 1 | -1/+1 | |
Signed-off-by: James <me@tfel.net> | |||||
2014-03-19 | Merge pull request #2956 from rythie/develop | Andrey Andreev | 1 | -1/+1 | |
Fix profiling of benchmarked names like 'something_endpoint_end' | |||||
2014-03-19 | Fix profiling of benchmarked names like 'something_endpoint_end' | Richard Cunningham | 1 | -1/+1 | |
2014-03-18 | More xss_clean() improvements | Andrey Andreev | 2 | -3/+3 | |
Issue described in https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37980030 + a false positive | |||||
2014-03-18 | Another xss_clean() improvement | Andrey Andreev | 1 | -2/+2 | |
Fixes this: https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37958136 | |||||
2014-03-18 | xss_clean() improvement | Andrey Andreev | 2 | -4/+10 | |
Fixes this: https://github.com/EllisLab/CodeIgniter/issues/2667#issuecomment-37819186 | |||||
2014-03-17 | Fix DB forge unsigned attribute (PR #2949) | Andrey Andreev | 1 | -15/+13 | |
2014-03-17 | [ci skip] Clear some whitespace | Andrey Andreev | 2 | -4/+4 | |
2014-03-17 | Merge pull request #2947 from irfanevrens/patch-2 | Andrey Andreev | 1 | -2/+2 | |
No start tag (<p>) | |||||
2014-03-17 | Merge pull request #2948 from ivantcholakov/develop | Andrey Andreev | 1 | -1/+1 | |
Making highlight_phrase() to be UTF-8 compatible on demand. | |||||
2014-03-17 | Making highlight_phrase() to be UTF-8 compatible on demand. | Ivan Tcholakov | 1 | -1/+1 | |
2014-03-17 | No start tag (<p>) | İrfan Evrens | 1 | -2/+2 | |
2014-03-14 | Merge pull request #2940 from aanbar/zip_mtime_fix | Andrey Andreev | 2 | -1/+2 | |
Fixed issue with _get_mod_time | |||||
2014-03-14 | Updated changelog. | Ahmad Anbar | 1 | -1/+1 | |
2014-03-14 | Added changelog entry. | Ahmad Anbar | 1 | -0/+1 | |
2014-03-14 | Merge pull request #2939 from aanbar/cart_update | Andrey Andreev | 3 | -28/+29 | |
Removed the requirement of quantity to trigger cart update. | |||||
2014-03-14 | Fixed coding style & line length. | Ahmad Anbar | 3 | -5/+4 | |
2014-03-14 | Fixed filemtime | Ahmad Anbar | 1 | -1/+1 | |
2014-03-14 | Added missing semicolon | Ahmad Anbar | 1 | -1/+1 | |
2014-03-14 | Removed the requirment of quantity to trigger cart update. | Ahmad Anbar | 3 | -26/+28 | |
2014-03-13 | Merge pull request #2936 from ivantcholakov/develop | Andrey Andreev | 1 | -3/+3 | |
Image_lib - minor corrections on some comments. | |||||
2014-03-13 | Image_lib - minor corrections on some comments. | Ivan Tcholakov | 1 | -3/+3 | |
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 12 | -37/+38 | |
The core shouldn't depend on constants that are not defined by itself | |||||
2014-03-12 | Add support for protocol-relative URLs in HTML helpers img(), link_tag() | Andrey Andreev | 1 | -3/+3 | |
2014-03-12 | Merge pull request #2934 from wuwx/patch-3 | Andrey Andreev | 1 | -1/+1 | |
Check image path is include http:// or https:// | |||||
2014-03-12 | Check image path is include http:// or https:// | wuwx | 1 | -1/+1 | |
2014-03-10 | Fix #2928, #2929 | Andrey Andreev | 2 | -1/+3 | |
2014-03-10 | Re-enable hhvm/mysqli tests | Andrey Andreev | 1 | -2/+0 | |
2014-03-10 | Fix #2928 | Andrey Andreev | 1 | -2/+5 | |
2014-03-10 | Add support for callable form validation rules | Andrey Andreev | 4 | -36/+106 | |
2014-03-06 | Fix #2919 | Andrey Andreev | 1 | -14/+30 | |
2014-03-06 | [ci skip] Fix a test skip message | Andrey Andreev | 1 | -1/+1 | |
2014-03-05 | Add support for simpler (Callable) hooks (issue #2917) | Andrey Andreev | 3 | -2/+20 | |
2014-03-04 | CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility | Andrey Andreev | 3 | -34/+15 | |
Turns out it's OpenSSL's fault for performing 16 rounds instead of 12 for key sizes of 5-11 bytes. Reference: http://tools.ietf.org/rfc/rfc2144.txt | |||||
2014-03-04 | Fix #2916 | Andrey Andreev | 1 | -2/+5 | |
2014-02-27 | Add parameter to CI_Input::user_agent() | Andrey Andreev | 3 | -15/+5 | |
2014-02-27 | Call db_connect(TRUE) instead of db_pconnect() + some style changes | Andrey Andreev | 2 | -30/+30 | |
2014-02-26 | Deprecate HTML helpers nbs(), br() | Andrey Andreev | 4 | -36/+57 | |
2014-02-26 | More removal of error suppression usage | Andrey Andreev | 2 | -9/+6 | |
2014-02-26 | Don't use error suppression on is_dir(), file_exists() | Andrey Andreev | 10 | -15/+18 | |
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 10 | -107/+124 | |
2014-02-25 | Revert to error suppression on mysql_(p)connect() due to deprecation messages | Andrey Andreev | 1 | -2/+2 | |