Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-07 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -3/+7 | |
2017-11-07 | [ci skip] Deprecate extra parameters of the CAPTCHA helper | Andrey Andreev | 1 | -4/+8 | |
2017-11-07 | Implement data:image URIs in CAPTCHA helper | Andrey Andreev | 1 | -7/+4 | |
Also, switched to PNG by default and dropped JPEG; refactored image files GC. Close #5200 | |||||
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_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 | |||||
2017-05-25 | [ci skip] Doc changes following PR #5130 | Andrey Andreev | 1 | -1/+1 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
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-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 1 | -1/+1 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 2 | -2/+2 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 2 | -2/+2 | |
2016-12-14 | [ci skip] Update changelog; add an entry & upgrade instructions for last commit | Andrey Andreev | 1 | -2/+1 | |
2016-12-14 | Remove 'global_xss_filtering' config setting | Andrey Andreev | 1 | -1/+1 | |
2016-12-12 | Remove previously deprecated Smiley Helper | Andrey Andreev | 1 | -169/+0 | |
2016-12-01 | Remove previously deprecated Form Helper function form_prep() | Andrey Andreev | 1 | -17/+0 | |
2016-12-01 | Remove previously deprecated File Helper function read_file() | Andrey Andreev | 1 | -27/+1 | |
2016-12-01 | Remove previously deprecates String Helper functions trim_slashes(), repeater() | Andrey Andreev | 1 | -36/+1 | |
2016-12-01 | Remove previously deprecated HTML helper functions br(), nbs() | Andrey Andreev | 1 | -40/+0 | |
2016-12-01 | Remove previously deprecated Security Helper function do_hash() | Andrey Andreev | 1 | -26/+1 | |
2016-12-01 | Remove previously deprecated Date Helper function standard_date() | Andrey Andreev | 1 | -39/+0 | |
2016-12-01 | Remove previously deprecated Email Helper | Andrey Andreev | 1 | -75/+0 | |
2016-12-01 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+5 | |
2016-11-23 | [ci skip] Deprecate nice_date() | Andrey Andreev | 1 | -2/+5 | |
2016-10-31 | refactorised Docs (parts) of Download helper. | George PETCULESCU | 1 | -3/+4 | |
2016-10-31 | download helper should be able to offer a download by reading a local file ↵ | George Petculescu | 1 | -3/+11 | |
and also a custom destination filename. | |||||
2016-10-20 | ordinal_format will accept only non-negative natural numbers and return ↵ | George Petculescu | 1 | -5/+6 | |
original value on failure + docs update regarding this. | |||||
2016-10-20 | moved ordinal_format() helper function from Number helper to Inflector helper | George Petculescu | 2 | -17/+17 | |
2016-10-20 | - fixed docs | gxgpet | 1 | -4/+4 | |
2016-10-19 | added ordinal_format() to Number helper; added to docs the info. | George Petculescu | 1 | -1/+16 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -6/+9 | |
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-19 | Close #4692 | Andrey Andreev | 1 | -1/+1 | |
2016-07-19 | [ci skip] Clarify lang() helper docs | Andrey Andreev | 1 | -5/+8 | |
As requested in #4693 | |||||
2016-05-19 | Merge pull request #4635 from jim-parry/fix-userguide | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a typo in inflector helper docs | |||||
2016-05-19 | Fix typo in inflector helper writeup. | Master Yoda | 1 | -1/+1 | |
Reported by email from Jessie Rubi Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2016-05-11 | Merge pull request #4625 from rochefort/missing_parenthesis | Andrey Andreev | 2 | -5/+5 | |
[ci skip] Minor documentation fixes | |||||
2016-05-10 | Fix docs [ci skip] | rochefort | 2 | -5/+5 | |
- Fix missing parenthesis of function - Fix incorrect place of a sentence - Fix a missing doc link | |||||
2016-04-28 | Merge pull request #4603 from rochefort/fix-type | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix a parameter type in url_title() docs | |||||
2016-04-28 | Merge pull request #4603 from rochefort/fix-type | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix a parameter type in url_title() docs | |||||
2016-04-27 | Fix a type of parameter in url_title [ci skip] | rochefort | 1 | -2/+2 | |
2016-01-20 | Default doctype is now HTML 5 | Sébastien Adam | 1 | -3/+3 | |
2016-01-11 | Polish changes from PR #4269 | Andrey Andreev | 1 | -3/+9 | |
2016-01-11 | Merge branch 'develop' of github.com:sebastienadam/CodeIgniter into ↵ | Andrey Andreev | 1 | -8/+8 | |
feature/html_meta | |||||
2016-01-08 | Merge pull request #4365 from ponsfrilus/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Form helper examples missing ; at end of function calls | |||||
2016-01-08 | [typo] missing ; at end of PHP lines 464 and 469 | ponsfrilus | 1 | -2/+2 | |
2015-12-10 | Merge pull request #4304 from scherepn/fix-doc-build-errors | Andrey Andreev | 2 | -5/+5 | |
[ci skip] Fix mismatched brackets in documentation | |||||
2015-12-09 | Fix mismatched brackets in documentation | Phil Scherer | 2 | -5/+5 | |
Sphinx generates incomplete/incorrect HTML output because there are mismatched brackets in the documentation. Signed-off-by: Phil Scherer <pscher1@umbc.edu> | |||||
2015-12-01 | Modified as asked after pull request: | Sébastien Adam | 1 | -2/+2 | |
* comment of meta fuction adapted * alignments in meta fuction adapted * using '===' comparator in meta function * changing back the example of the meta function help * changing back the default value of the doctype function Also changing test unit to reflect the modification of the meta function (original tests not modified). | |||||
2015-11-25 | HTML Helper - doctype(): now default type is HTML 5 | Sébastien Adam | 1 | -4/+4 | |
2015-11-25 | HTML Helper - meta(): now can generate HTML meta charset & Open Graph property | Sébastien Adam | 1 | -6/+6 | |
2015-08-07 | [ci skip] Add a note about string helpers | Andrey Andreev | 1 | -0/+3 | |
2015-07-31 | [ci skip] Add a note about form helper set_value() | Andrey Andreev | 1 | -0/+5 | |
2015-07-31 | Merge pull request #4010 from aneasystone/html_helper | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Correct description of HTML helper function ul() |