Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-03-21 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -4/+4 | |
Resolved conflicts: 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 | |||||
2016-03-17 | Merge pull request #4544 from fulopm/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix codeblock formatting in Zip library docs | |||||
2016-03-17 | adding code format on line 29 | Fülöp Márk | 1 | -1/+1 | |
2016-03-14 | Removed socket_type and socket parameters from the user guide | Masterklavi | 1 | -2/+0 | |
2016-03-12 | [ci skip] Deprecate prep_for_form() in Form_validation | Andrey Andreev | 1 | -4/+4 | |
2016-03-07 | Merge pull request #4506 from mixinix/patch-1 | Andrey Andreev | 1 | -4/+4 | |
[ci skip] Update Calendar docs | |||||
2016-03-06 | Update calendar.rst | mixinix | 1 | -4/+4 | |
2016-03-04 | Merge pull request #4502 from brutalcrozt/develop | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Update image_lib docs | |||||
2016-03-02 | Doc , update image_lib.rst | Adi Prasetyo | 1 | -1/+2 | |
> at *the* same level *as* | |||||
2016-01-26 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2016-01-20 | [ci skip] Fix a documentation error on output cache times | Andrey Andreev | 1 | -2/+2 | |
2016-01-02 | Merge pull request #4353 from paranic/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Docs typo correction | |||||
2016-01-01 | typo correction to avoid copy paste error | paranic | 1 | -1/+1 | |
2015-12-10 | Merge pull request #4304 from scherepn/fix-doc-build-errors | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix mismatched brackets in documentation | |||||
2015-12-09 | Remove accidentally included change | Phil Scherer | 1 | -1/+1 | |
2015-12-09 | Fix mismatched brackets in documentation | Phil Scherer | 2 | -2/+2 | |
Sphinx generates incomplete/incorrect HTML output because there are mismatched brackets in the documentation. Signed-off-by: Phil Scherer <pscher1@umbc.edu> | |||||
2015-11-26 | Merge pull request #4273 from suhindra/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271 | |||||
2015-11-26 | fix another file name according PR #4271 | Suhindra | 1 | -2/+2 | |
Fix another file name in documentation according PR #4271 | |||||
2015-11-26 | Merge pull request #4271 from galdiolo/patch-12 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix file name in documentation | |||||
2015-11-25 | Fix file name | Claudio Galdiolo | 1 | -1/+1 | |
With case-sensitive filesystem, visiting example.com/index.php/form/ returns a '404 Page Not Found' error | |||||
2015-10-12 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -23/+22 | |
2015-09-29 | Merge pull request #4126 from zoaked/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Persist config file rules when using FV reset_validation() | |||||
2015-09-29 | Merge pull request #4126 from zoaked/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Persist config file rules when using FV reset_validation() | |||||
2015-09-28 | cal_cel_other | Дмитрий | 1 | -2/+2 | |
forget to close a tag cal_cel_other | |||||
2015-09-27 | cal_cel_other | Дмитрий | 1 | -2/+2 | |
forget to close a tag cal_cel_other |