Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 2 | -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-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 1 | -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-12 | removed additional tabs and semicolon | Preetham | 1 | -2/+2 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Removing extra spaces. | Preetham | 1 | -1/+0 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Closing #656 and updating documentation | Preetham | 1 | -0/+3 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-08-27 | Fix #2963 | Andrey Andreev | 2 | -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-14 | Uniformization in smiley helper documentation | vlakoff | 1 | -1/+1 | |
oversight from 20292311636837e120d205e470e41826820feb46 | |||||
2014-02-26 | Deprecate HTML helpers nbs(), br() | Andrey Andreev | 1 | -35/+41 | |
2014-02-20 | Date helper days_in_month(), CI_Calendar::get_total_days() changes | Andrey Andreev | 1 | -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-18 | Correct typo | Serge Noskov | 1 | -21/+21 | |
2014-02-07 | [ci skip] Add return types to helper docs (+ some other formatting) | Andrey Andreev | 21 | -326/+361 | |
2014-01-24 | [ci skip] Update Session library docs | Andrey Andreev | 1 | -1/+1 | |
2014-01-20 | [ci skip] Replace incorrect usage of 'then', where it should be 'than' | Andrey Andreev | 2 | -18/+18 | |
2014-01-20 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 2 | -4/+3 | |
2014-01-08 | [ci skip] Update the Input library and Cookie helper docs | Andrey Andreev | 1 | -1/+1 | |
default value is now NULL | |||||
2014-01-07 | [ci skip] Update the Text helper docs | Andrey Andreev | 1 | -3/+13 | |
2014-01-06 | [ci skip] Update the Input library and Cookie helper docs | Andrey Andreev | 1 | -23/+20 | |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 1 | -1/+1 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-10-21 | Add 'filename' to the return elements for create_captcha() (PR #2602) | Andrey Andreev | 1 | -4/+5 | |
2013-08-07 | Fix a few more merge conflicts | vlakoff | 2 | -22/+26 | |
2013-08-06 | Fix various typos | vlakoff | 1 | -3/+3 | |
2013-08-06 | Various typos and tabs adjustments | vlakoff | 1 | -3/+3 | |
2013-07-29 | Change spaces to tabs | vlakoff | 1 | -14/+14 | |
2013-07-28 | Polishing Form helper | vlakoff | 1 | -11/+15 | |