Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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() | |||||
2015-07-31 | Correct the notes of html_helper ul function | aneasystone | 1 | -1/+1 | |
Signed-off-by: aneasystone <aneasystone@gmail.com> | |||||
2015-07-26 | Merge pull request #3999 from aneasystone/doc-pro | Andrey Andreev | 1 | -1/+5 | |
[ci skip] Clarify word_wrap() text helper docs | |||||
2015-07-26 | fix word_wrap produce not clear | aneasystone | 1 | -1/+5 | |
Signed-off-by: aneasystone <aneasystone@gmail.com> | |||||
2015-07-15 | Polish changes from PR #3893 | Andrey Andreev | 1 | -14/+17 | |
2015-06-17 | removed unnecessary change to form_radio, updated docs and added changelog entry | Adam Jackett | 1 | -11/+11 | |
2015-06-03 | made all form helpers consistent regarding extra attributes | Adam Jackett | 1 | -11/+26 | |
2015-05-02 | [ci skip] Fix timezones list in date helper docs | Andrey Andreev | 1 | -1/+1 | |
Close #3818 | |||||
2015-03-25 | Fixed user guide internal & external links to resolve problems reported by ↵ | Master Yoda | 6 | -8/+8 | |
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-12 | Update html_helper.rst | Adrian Voicu | 1 | -3/+3 | |
2015-03-12 | Update html_helper.rst | Adrian Voicu | 1 | -6/+6 | |
2015-03-12 | Update html_helper.rst | Adrian Voicu | 1 | -1/+1 | |
2015-03-12 | additional info on heading() function | Adrian Voicu | 1 | -8/+11 | |
...worth mentioning... | |||||
2015-02-09 | Update form_helper.rst | Adrian Voicu | 1 | -1/+1 | |
2015-02-09 | some missed explanation on set_value() | Adrian Voicu | 1 | -1/+2 | |
...sorry about that... | |||||
2015-02-05 | [ci skip] Remove some whitespace | Andrey Andreev | 1 | -1/+1 | |
2015-02-05 | Update form_helper.rst | Adrian Voicu | 1 | -7/+5 | |
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 21 | -147/+147 | |
2015-01-29 | [ci skip] Clarify get_cookie(), CI_Input::cookie() docs | Andrey Andreev | 1 | -9/+10 | |
Close #3527 Close #3528 | |||||
2015-01-20 | Revert 7c4d10660a0a47446474bf97e3cb65f80693f1ee | Andrey Andreev | 1 | -33/+52 | |
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477 | |||||
2015-01-06 | Documentation updated. | Peter Denk | 1 | -2/+2 | |
Signed-off-by: Peter Denk <peter@skypay.se> | |||||
2014-12-05 | removing extra spaces | Preetham | 1 | -1/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Removed img_name from captcha helper | Preetham | 1 | -2/+0 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | closing #51. Added img_id and img_name in capcha helper | Preetham | 1 | -1/+5 | |
Signed-off-by: Preetham <me@preetham.in> |