summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
2019-01-28fixes #5648jonsmith19821-1/+11
2019-01-16[ci skip] Start of 3.1.11 developmentAndrey Andreev1-1/+1
2019-01-16[ci skip] Prepare for 3.1.10 releaseAndrey Andreev1-1/+1
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT21-63/+63
2018-12-27Update copyright date to 2019Jim Parry21-42/+42
2018-06-26Using `isset`.tianhe19861-2/+2
2018-06-22Using null comparison instead of isset().tianhe19861-6/+4
2018-06-12[ci skip] Mark the start of 3.1.10 developmentAndrey Andreev1-1/+1
2018-06-12[ci skip] Prepare 3.1.9 releaseAndrey Andreev1-1/+1
2018-05-18http:// to https://Mehdi Bounya21-57/+57
2018-04-24[ci skip] Close #5479Andrey Andreev1-3/+3
2018-03-22Merge branch '3.1-stable' into developAndrey Andreev1-2/+10
2018-03-22[ci skip] Mark the start of 3.1.9 developmentAndrey Andreev1-1/+1
2018-03-22[ci skip] Prepare 3.1.8 releaseAndrey Andreev1-1/+1
2018-03-15fixed styleguide violationsChristian Mohr1-3/+6
2018-03-15Merge pull request #5431 from CyberSecutor/developAndrey Andreev1-4/+6
2018-03-10[ci skip] Fix #5420Andrey Andreev1-2/+10
2018-03-07improved code structure and commentsChristian Mohr1-15/+27
2018-03-05Fixed typoRemko Silvis1-1/+1
2018-03-05Added parenthesis check around "document" elements and fixed non-existent doc...Remko Silvis1-3/+5
2018-02-13only retain 103, 207, 308, 421 and 451qichengzx1-8/+0
2018-02-11complement the missing HTTP status codesqichengzx1-0/+13
2018-01-13[ci skip] Start 3.1.8-devAndrey Andreev1-1/+1
2018-01-13[ci skip] Prepare 3.1.7 releaseAndrey Andreev1-1/+1
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev21-42/+42
2018-01-09Annual copyright updateMaster Yoda21-42/+42
2018-01-03fixed case without parameterChristian Mohr1-0/+5
2018-01-03reproduce caching behaviour for nested view() callsChristian Mohr1-1/+1
2018-01-03reproduce caching behaviour for nested view() callsChristian Mohr1-11/+7
2018-01-03reproduce caching behaviour for nested view() callsChristian Mohr1-4/+30
2018-01-03prevent _ci_vars from being cached in _ci_cached_varsChristian Mohr1-4/+3
2017-11-29[ci skip] Fix allow_get_array defaulting to FALSE if it doesn't existAndrey Andreev1-1/+1
2017-11-15Merge branch '3.1-stable' into developAndrey Andreev2-13/+7
2017-11-15Partially revert c9420849853a33a192c482e28c737e166d4fa698; close #5332Andrey Andreev1-0/+8
2017-11-10Close #5330Andrey Andreev2-13/+7
2017-11-09Refactor CI_Config, CI_Hooks interaction (close #5323)Andrey Andreev2-17/+17
2017-11-06[ci skip] Merge pull request #5321 from PrestigeT/documentationAndrey Andreev1-1/+1
2017-11-02Fixed docblock on model function. Changed @param model from string to mixedAvrom1-1/+1
2017-09-25Merge branch '3.1-stable' into developAndrey Andreev1-37/+35
2017-09-25[ci skip] Mark the start of 3.1.7-devAndrey Andreev1-1/+1
2017-09-25[ci skip] Prepare 3.1.6 releaseAndrey Andreev1-1/+1
2017-08-05Minor change in _display() method in CI_Output class allowing us to override ...Erik Nord1-2/+2
2017-07-06[ci skip] Merge pull request #5173 from Syafiqq/developAndrey Andreev1-1/+1
2017-07-06Add array identifier for library loaderSyafiqq1-1/+1
2017-06-28[ci skip] Remove redundant elses from CI_Loader::_ci_load_stock_library()Andrey Andreev1-8/+4
2017-06-28#5164 fix for stock librariesAndrey Andreev1-10/+11
2017-06-28Correct fix for #5164Andrey Andreev1-1/+1
2017-06-27Fix #5164Andrey Andreev1-20/+21
2017-06-21Always check whether a model be a subclass of CI_Model when loaded.tianhe19861-2/+3
2017-06-19Merge branch '3.1-stable' into developAndrey Andreev2-52/+45