Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-07 | [ci skip] Update docs & add changelog entry for PR #5217 | Andrey Andreev | 1 | -1/+1 | |
2017-07-20 | Fix some mistakes in the user guide | Master Yoda | 2 | -2/+2 | |
2017-06-25 | Fix the spelling of the word. | Hex | 1 | -1/+1 | |
2017-06-22 | Implement #2436 (access to FV processed data) | Andrey Andreev | 1 | -1/+20 | |
2017-06-22 | [ci skip] Close #3711 | Andrey Andreev | 1 | -4/+8 | |
2017-03-28 | Updated Caching docs according to review | George Petculescu | 1 | -1/+1 | |
2017-03-26 | Added get_loaded_driver() method to Cache.php; updated docs. | George Petculescu | 1 | -0/+10 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -7/+14 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.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/input.rst | |||||
2017-02-21 | [ci skip] Changelog, docs changes following PR #5025 | Andrey Andreev | 1 | -7/+20 | |
2017-02-20 | [ci skip] Add a note on xss_clean() and HTML attributes | Andrey Andreev | 1 | -2/+9 | |
2017-02-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 1 | -3/+3 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
2017-01-30 | [ci skip] Fix #5002 | Andrey Andreev | 1 | -2/+2 | |
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 8 | -10/+10 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 8 | -10/+10 | |
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
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-06 | [ci skip] Correct FV docs on valid_ip accepting a param | Andrey Andreev | 1 | -1/+1 | |
2017-01-06 | Add valid_mac() FV rule | Andrey Andreev | 1 | -0/+1 | |
Close #3992 | |||||
2017-01-04 | Close #4904 | Andrey Andreev | 1 | -4/+4 | |
2016-12-14 | Finally drop CI_Input::_sanitize_globals() | Andrey Andreev | 1 | -23/+5 | |
Close #4101 | |||||
2016-12-14 | Remove 'global_xss_filtering' config setting | Andrey Andreev | 1 | -29/+8 | |
2016-12-14 | Remove 'allow_get_array', 'standardize_newlines' config settings | Andrey Andreev | 1 | -4/+0 | |
2016-12-12 | Remove previously deprecated Cart Library | Andrey Andreev | 1 | -398/+0 | |
2016-12-01 | [ci skip] Mark a historical docs note as written by EllisLab | Andrey Andreev | 1 | -1/+1 | |
2016-12-01 | Remove previously deprecated FV Library method/rule prep_for_form() | Andrey Andreev | 1 | -1/+0 | |
2016-12-01 | Remove previously deprecated Javascript Library | Andrey Andreev | 1 | -322/+0 | |
2016-12-01 | Remove previously deprecated CI_Config::system_url() | Andrey Andreev | 1 | -11/+0 | |
2016-12-01 | Remove previously deprecated CI_Input::is_cli_request() | Andrey Andreev | 1 | -19/+0 | |
2016-12-01 | Switch CI_Email::$validate to On by default | Andrey Andreev | 1 | -2/+2 | |
Relevant: #4844 | |||||
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
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 | [ci skip] Add changelog entry for & polish doc changes from PR #4826 | Andrey Andreev | 1 | -2/+6 | |
2016-10-28 | Merge pull request #4826 from gxgpet/develop2 | Andrey Andreev | 1 | -1/+3 | |
Make CI_Table::clear() reset captions | |||||
2016-10-22 | Close #4830, #3649 | Andrey Andreev | 1 | -2/+2 | |
2016-10-20 | FV: throw BadMethodCallException when set_rules() called without | Andrey Andreev | 1 | -1/+2 | |
2016-10-20 | [ci skip] Document FV set_rules() fourth parameter | Andrey Andreev | 1 | -1/+2 | |
2016-10-20 | [ci skip] Polish changes and add a changelog entry for PR #4855 | Andrey Andreev | 1 | -1/+1 | |
2016-10-20 | [ci skip] Document FV set_rules() fourth parameter | Andrey Andreev | 1 | -1/+2 | |
2016-10-20 | Update xmlrpc.rst | Instructor, Computer Systems Technology | 1 | -2/+2 | |
Fix markdown notation | |||||
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 | -0/+4 | |
Fix xmlrpc timeout, #4843 | |||||
2016-10-18 | Fix xmlrpc timeout, #4843 | Master Yoda | 1 | -0/+4 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2016-10-07 | - fixed small typo | George Petculescu | 1 | -1/+1 | |
2016-10-01 | - small fix for HTML Table library: caption is not clearing properly and ↵ | George Petculescu | 1 | -1/+3 | |
method chaining has been fixed for set_caption method. | |||||
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -4/+3 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 2 | -4/+3 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-07-21 | Merge pull request #4716 from Ema4rl/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix Session userguide typos | |||||
2016-07-21 | Fixed typos | Harrison Emmanuel | 1 | -2/+2 | |
Changed umark_flash() and umark_temp() to unmark_flash() and unmark_temp() to match with their respective methods in the Session class. | |||||
2016-04-12 | Merge pull request #4579 from mokalovesoulmate/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a CI_Email documentation example | |||||
2016-04-12 | Removed double quotes on $cid because if we using quotes, the embedded image ↵ | Moses Kurniawan | 1 | -1/+1 | |
will not appear. | |||||
2016-03-30 | [ci skip] Fix #4557 | Andrey Andreev | 1 | -1/+1 | |