Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-31 | Update copyright data to 2017 | Master Yoda | 34 | -68/+68 | |
2016-12-16 | [ci skip] Remove a function_exists() call from CI_Image_lib | Andrey Andreev | 1 | -1/+1 | |
We use this function elsewhere without checking for existence; nobody has complained | |||||
2016-12-14 | Drop all PHP 5.3-related code | Andrey Andreev | 7 | -124/+8 | |
2016-12-14 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -18/+11 | |
2016-12-12 | Remove previously deprecated Cart Library | Andrey Andreev | 1 | -567/+0 | |
2016-12-12 | Really fix #4937 | Andrey Andreev | 1 | -6/+6 | |
2016-12-09 | [ci skip] Fix #4937 | Andrey Andreev | 1 | -13/+6 | |
2016-12-01 | Remove previously deprecated FV Library method/rule prep_for_form() | Andrey Andreev | 1 | -32/+0 | |
2016-12-01 | Remove previously deprecated Javascript Library | Andrey Andreev | 3 | -1943/+0 | |
2016-12-01 | Remove a function_exists('escapeshellarg') check from CI_Upload | Andrey Andreev | 1 | -3/+1 | |
This didn't originally exist, but was changed due to #1494. We no longer tolerate such broken environments | |||||
2016-12-01 | Switch CI_Email::$validate to On by default | Andrey Andreev | 1 | -1/+1 | |
Relevant: #4844 | |||||
2016-12-01 | Merge branch '3.1-stable' into develop | Andrey Andreev | 7 | -62/+64 | |
2016-12-01 | Fix #4844 | Andrey Andreev | 1 | -1/+1 | |
2016-11-29 | Fix #4923 | Andrey Andreev | 3 | -41/+33 | |
2016-11-22 | Fix #4916 | Andrey Andreev | 1 | -2/+2 | |
2016-11-07 | Fix #4902 | Andrey Andreev | 1 | -1/+1 | |
2016-10-31 | [ci skip] Fix #4887 | Andrey Andreev | 1 | -13/+23 | |
2016-10-31 | Fix #4890 | Andrey Andreev | 1 | -4/+4 | |
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -43/+251 | |
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/form_validation.rst | |||||
2016-10-28 | Merge pull request #4826 from gxgpet/develop2 | Andrey Andreev | 1 | -0/+1 | |
Make CI_Table::clear() reset captions | |||||
2016-10-28 | Improve byte-safety | Andrey Andreev | 2 | -32/+129 | |
2016-10-27 | [ci skip] Another attempt at #4874 | Andrey Andreev | 1 | -2/+3 | |
2016-10-27 | Fix #4874 | Andrey Andreev | 1 | -9/+54 | |
2016-10-22 | Close #4830, #3649 | Andrey Andreev | 2 | -6/+48 | |
2016-10-20 | FV: throw BadMethodCallException when set_rules() called without | Andrey Andreev | 1 | -1/+5 | |
2016-10-20 | [ci skip] Polish changes and add a changelog entry for PR #4855 | Andrey Andreev | 1 | -1/+1 | |
2016-10-20 | Update Xmlrpc.php | Instructor, Computer Systems Technology | 1 | -1/+1 | |
Fix style | |||||
2016-10-20 | [ci skip] Polish changes and add a changelog entry for PR #4855 | Andrey Andreev | 1 | -2/+2 | |
2016-10-20 | Merge pull request #4855 from jim-parry/fix/xmlrpc-timeout | Instructor, Computer Systems Technology | 1 | -3/+2 | |
Fix xmlrpc timeout, #4843 | |||||
2016-10-20 | Merge pull request #4863 from gxgpet/develop4 | Andrey Andreev | 1 | -0/+1 | |
Add missing method chaining support to CI_Table::set_caption() | |||||
2016-10-20 | - fixed method chaining for set_caption in Table helper. | George Petculescu | 1 | -0/+1 | |
2016-10-18 | Fix xmlrpc timeout, #4843 | Master Yoda | 1 | -3/+2 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2016-10-10 | - revert: set_caption method chaining will be fixed lately. | George Petculescu | 1 | -1/+0 | |
2016-10-03 | [ci skip] Alter a docblock | Andrey Andreev | 1 | -1/+1 | |
2016-10-03 | Fix #4823 | Andrey Andreev | 1 | -2/+25 | |
2016-10-01 | - fixed codingstyle (2) ... | George Petculescu | 1 | -1/+1 | |
2016-10-01 | - fixed codingstyle | George Petculescu | 1 | -1/+1 | |
2016-10-01 | - small fix for HTML Table library: caption is not clearing properly and ↵ | George Petculescu | 1 | -0/+2 | |
method chaining has been fixed for set_caption method. | |||||
2016-09-27 | Add database index by default | logach | 1 | -1/+7 | |
Select database if exists | |||||
2016-08-29 | Fix #4787 | Andrey Andreev | 1 | -2/+2 | |
2016-08-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -3/+20 | |
2016-08-22 | Fix CI_Upload errors on PHP 7.1 | Andrey Andreev | 1 | -3/+20 | |
2016-08-22 | Merge pull request #4778 from antydemant/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Docblock return type corrections | |||||
2016-08-21 | return fix | Igor Ostapchuk | 1 | -2/+2 | |
2016-08-11 | Merge pull request #4764 from butane/uri_scheme_case | Andrey Andreev | 2 | -8/+3 | |
URI schemes are not case-sensitive | |||||
2016-08-11 | Removed useless checks | Vivek Dinesh | 1 | -6/+1 | |
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Using "! isset($a, $b, ……)" instead of "! isset($a) OR ! isset($b) OR ↵ | tianhe1986 | 1 | -1/+1 | |
……" Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | URI schemes are not case-sensitive | Vivek Dinesh | 2 | -4/+4 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> |