summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Method CI_URI::_fetch_uri_string() has been removed, removal of reference.Ivan Tcholakov1-1/+0
2014-02-20Don't use error suppression on ini_get() eitherAndrey Andreev6-11/+9
2014-02-20CI_Utf8-related changesAndrey Andreev1-8/+8
2014-02-20[ci skip] Fix date helper loading in CI_Calendar::get_total_days()Andrey Andreev1-1/+1
2014-02-20Date helper days_in_month(), CI_Calendar::get_total_days() changesAndrey Andreev2-17/+7
2014-02-20Don't use error suppression with ini_set()Andrey Andreev2-2/+2
2014-02-19Add compatibility layer for array_column(), array_replace(), array_replace_re...Andrey Andreev3-1/+248
2014-02-19Fixed typos in Migration library documentationJacob Tabak1-2/+2
2014-02-19Moved $_error load statement lower.Cristian Kocza1-3/+2
2014-02-18Don't load password hashing compat for HHVMAndrey Andreev1-1/+1
2014-02-18Fixed variable scope.Ahmad Anbar1-1/+1
2014-02-18CI_Encryption::hkdf() to follow RFC5869 more strictlyAndrey Andreev1-1/+1
2014-02-18[ci skip] Clean-up following PR #2864Andrey Andreev1-4/+4
2014-02-18Add an ext/hash compatibility layer (just hash_pbkdf2(), for now)Andrey Andreev2-0/+145
2014-02-17Merge pull request #2864 from browner12/patch-1Andrey Andreev1-42/+56
2014-02-17Merge pull request #2881 from brenjt/form_helperAndrey Andreev1-10/+16
2014-02-17Removed extra space, condensed $defaultsBrennan Thompson1-4/+3
2014-02-17Merge branch 'develop' into patch-1Andrew167-419/+866
2014-02-17Removed extra spaces and irrelevant conditionBrennan Thompson1-11/+11
2014-02-17Micro-optimizationsAndrey Andreev3-56/+56
2014-02-17Fix #2884Andrey Andreev1-1/+1
2014-02-17Updated code to match style guideBrennan Thompson1-3/+3
2014-02-17Removed non permitted changesBrennan Thompson1-3/+1
2014-02-16Dropdown should match style guide now.Brennan Thompson1-2/+8
2014-02-15[ci skip] Don't use output buffering in URL helper safe_mailto()Andrey Andreev1-17/+18
2014-02-15[ci skip] Micro-optimizationAndrey Andreev1-1/+1
2014-02-15Rename CI_Utf8::_is_ascii() to is_ascii() and make it publicAndrey Andreev1-4/+2
2014-02-14Actual fix for extra whitespaceBrennan Thompson1-1/+1
2014-02-14Removed space for travis ci checksBrennan Thompson1-1/+1
2014-02-14Fix for selected being NULL from set_valueBrennan Thompson1-1/+1
2014-02-14Made form_dropdown compatible with the other form helper methodsBrennan Thompson1-19/+22
2014-02-13Fix #2878Andrey Andreev1-1/+1
2014-02-13Fix #2364Andrey Andreev1-19/+21
2014-02-13Add pagination translation fileAndrey Andreev1-0/+35
2014-02-13Add language translation support to CI_Pagination (#1589)Andrey Andreev1-7/+14
2014-02-13[ci skip] Polish changes from #2874Andrey Andreev1-5/+3
2014-02-13Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developAndrey Andreev1-3/+15
2014-02-13[ci skip] Add index.html to system/core/compat/Andrey Andreev1-0/+10
2014-02-13Merge pull request #2874 from aanbar/developAndrey Andreev1-3/+15
2014-02-13Re-arranged documentation, fixed comment.Ahmad Anbar1-1/+1
2014-02-13Fix syntax errorAndrey Andreev1-2/+2
2014-02-13Added changelog entry.Ahmad Anbar1-4/+2
2014-02-13Update Text and Inflector helpers to utilize mbstring, if availableAndrey Andreev2-16/+17
2014-02-13Merge pull request #2610 from mjnaderi/patch-1Andrey Andreev1-4/+4
2014-02-13Introducing compatibility layersAndrey Andreev3-0/+366
2014-02-13Delete by values, not keysAhmad Anbar1-4/+3
2014-02-13Fixed code style & added few extra checks.Ahmad Anbar1-3/+14
2014-02-12Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf...Andrey Andreev2-38/+48
2014-02-11Allow updating all properties for an item.Ahmad Anbar1-1/+5
2014-02-11Utf8/iconv/mbstring-related changesAndrey Andreev3-10/+38