summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers
AgeCommit message (Collapse)AuthorFilesLines
2018-02-12[ci skip] Fix rendering of literal 'http://' strings in the manualAndrey Andreev2-4/+4
2017-11-07[ci skip] Deprecate extra parameters of the CAPTCHA helperAndrey Andreev1-4/+8
2017-05-25[ci skip] Doc changes following PR #5130Andrey Andreev1-1/+1
2017-02-01Fix a CI_Input::set_cookie() bugAndrey Andreev1-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/spellingAndrey Andreev2-2/+2
Spelling fixes in comment blocks and docs
2016-11-23[ci skip] Deprecate nice_date()Andrey Andreev1-2/+5
2016-07-19Close #4692Andrey Andreev1-1/+1
2016-07-19[ci skip] Clarify lang() helper docsAndrey Andreev1-5/+8
As requested in #4693
2016-05-19Merge pull request #4635 from jim-parry/fix-userguideAndrey Andreev1-1/+1
[ci skip] Fix a typo in inflector helper docs
2016-05-11Merge pull request #4625 from rochefort/missing_parenthesisAndrey Andreev2-5/+5
[ci skip] Minor documentation fixes
2016-04-28Merge pull request #4603 from rochefort/fix-typeAndrey Andreev1-2/+2
[ci skip] Fix a parameter type in url_title() docs
2016-01-08Merge pull request #4365 from ponsfrilus/developAndrey Andreev1-2/+2
[ci skip] Form helper examples missing ; at end of function calls
2015-12-10Merge pull request #4304 from scherepn/fix-doc-build-errorsAndrey Andreev2-5/+5
[ci skip] Fix mismatched brackets in documentation
2015-08-07[ci skip] Add a note about string helpersAndrey Andreev1-0/+3
2015-07-31[ci skip] Add a note about form helper set_value()Andrey Andreev1-0/+5
2015-07-31Merge pull request #4010 from aneasystone/html_helperAndrey Andreev1-1/+1
[ci skip] Correct description of HTML helper function ul()
2015-07-31Correct the notes of html_helper ul functionaneasystone1-1/+1
Signed-off-by: aneasystone <aneasystone@gmail.com>
2015-07-26Merge pull request #3999 from aneasystone/doc-proAndrey Andreev1-1/+5
[ci skip] Clarify word_wrap() text helper docs
2015-07-26fix word_wrap produce not clearaneasystone1-1/+5
Signed-off-by: aneasystone <aneasystone@gmail.com>
2015-07-15Polish changes from PR #3893Andrey Andreev1-14/+17
2015-06-17removed unnecessary change to form_radio, updated docs and added changelog entryAdam Jackett1-11/+11
2015-06-03made all form helpers consistent regarding extra attributesAdam Jackett1-11/+26
2015-05-02[ci skip] Fix timezones list in date helper docsAndrey Andreev1-1/+1
Close #3818
2015-03-25Fixed user guide internal & external links to resolve problems reported by ↵Master Yoda6-8/+8
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-12Update html_helper.rstAdrian Voicu1-3/+3
2015-03-12Update html_helper.rstAdrian Voicu1-6/+6
2015-03-12Update html_helper.rstAdrian Voicu1-1/+1
2015-03-12additional info on heading() functionAdrian Voicu1-8/+11
...worth mentioning...
2015-02-09Update form_helper.rstAdrian Voicu1-1/+1
2015-02-09some missed explanation on set_value()Adrian Voicu1-1/+2
...sorry about that...
2015-02-05[ci skip] Remove some whitespaceAndrey Andreev1-1/+1
2015-02-05Update form_helper.rstAdrian Voicu1-7/+5
2015-02-02[ci skip] Fix #3515Andrey Andreev21-147/+147
2015-01-29[ci skip] Clarify get_cookie(), CI_Input::cookie() docsAndrey Andreev1-9/+10
Close #3527 Close #3528
2015-01-20Revert 7c4d10660a0a47446474bf97e3cb65f80693f1eeAndrey Andreev1-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-06Documentation updated.Peter Denk1-2/+2
Signed-off-by: Peter Denk <peter@skypay.se>
2014-12-05removing extra spacesPreetham1-1/+1
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Removed img_name from captcha helperPreetham1-2/+0
Signed-off-by: Preetham <me@preetham.in>
2014-12-05closing #51. Added img_id and img_name in capcha helperPreetham1-1/+5
Signed-off-by: Preetham <me@preetham.in>
2014-12-04[ci skip] Update on the changes from PR #3388Andrey Andreev2-5/+5
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs
2014-12-04Flag the smiley helper and shopping cart as deprecated.James L Parry1-0/+4
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-12removed additional tabs and semicolonPreetham1-2/+2
Signed-off-by: Preetham <me@preetham.in>
2014-11-12Removing extra spaces.Preetham1-1/+0
Signed-off-by: Preetham <me@preetham.in>
2014-11-12 Closing #656 and updating documentationPreetham1-0/+3
Signed-off-by: Preetham <me@preetham.in>
2014-08-27Fix #2963Andrey Andreev2-3/+3
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib
2014-04-14Uniformization in smiley helper documentationvlakoff1-1/+1
oversight from 20292311636837e120d205e470e41826820feb46
2014-02-26Deprecate HTML helpers nbs(), br()Andrey Andreev1-35/+41
2014-02-20Date helper days_in_month(), CI_Calendar::get_total_days() changesAndrey Andreev1-0/+3
- days_in_month() now uses cal_days_in_month(), if available. - CI_Calendar::get_total_days() is now an alias for days_in_month().
2014-02-18Correct typoSerge Noskov1-21/+21
2014-02-07[ci skip] Add return types to helper docs (+ some other formatting)Andrey Andreev21-326/+361