Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-21 | Close <pre> tag. | tianhe1986 | 1 | -3/+3 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-21 | Also convert single quotes. | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-16 | spelling fixes | klemens | 5 | -5/+5 | |
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -21/+76 | |
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-01-10 | [ci skip] CI_Image_lib to set gd.jpeg_ignore_warning = 1 | Andrey Andreev | 1 | -0/+10 | |
See #4967 | |||||
2017-01-06 | [ci skip] Don't set User-Agent header in CI_Email::clear() | Andrey Andreev | 1 | -1/+0 | |
Ref: #4765 | |||||
2017-01-06 | Merge pull request #4765 from viitols/develop | Andrey Andreev | 1 | -0/+1 | |
Fix CI_Email not sending User-Agent header | |||||
2017-01-06 | Merge pull request #4765 from viitols/develop | Andrey Andreev | 1 | -0/+1 | |
Fix CI_Email not sending User-Agent header | |||||
2017-01-06 | [ci skip] Cosmetich changes to CI_Image_lib::get_image_properties() | Andrey Andreev | 1 | -14/+15 | |
2017-01-06 | Merge pull request #4457 from KN4CK3R/develop | Andrey Andreev | 1 | -0/+5 | |
Fix CI_Image_lib::get_image_properties() invalid image handling | |||||
2017-01-06 | Merge pull request #4457 from KN4CK3R/develop | Andrey Andreev | 1 | -0/+5 | |
Fix CI_Image_lib::get_image_properties() invalid image handling | |||||
2017-01-06 | Fix FV's valid_mac() on PHP 5.4 | Andrey Andreev | 1 | -1/+1 | |
2017-01-06 | Add valid_mac() FV rule | Andrey Andreev | 1 | -0/+25 | |
Close #3992 | |||||
2017-01-05 | Address #4963 | Andrey Andreev | 1 | -7/+47 | |
Would supersede PR #4966 | |||||
2017-01-03 | [ci skip] Update year number in remaining files that were recently deleted ↵ | Andrey Andreev | 4 | -8/+8 | |
from develop | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 34 | -68/+68 | |
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 | |