summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Adjusted returns/return types to suggestionsGabriel Potkány1-5/+5
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-01-21Remove closing blocks at end of PHP filesvlakoff21-63/+0
2015-01-20Revert 7c4d10660a0a47446474bf97e3cb65f80693f1eeAndrey Andreev1-30/+14
2015-01-09Bulk (mostly documentation) updateAndrey Andreev21-63/+63
2014-12-05removing extra spacesPreetham1-1/+1
2014-12-05Removed img_name from captcha helperPreetham1-2/+1
2014-12-05closing #51. Added img_id and img_name in capcha helperPreetham1-1/+3
2014-12-04[ci skip] Update on the changes from PR #3388Andrey Andreev1-2/+2
2014-12-04Flag the smiley helper and shopping cart as deprecated.James L Parry1-1/+2
2014-11-23Fix an erroneous variable nameAndrey Andreev1-1/+1
2014-11-12removed additional tabs and semicolonPreetham1-2/+2
2014-11-12 Closing #656 and updating documentationPreetham1-3/+3
2014-11-12Fix #656 add font_size in create_captcha()Preetham1-2/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev21-294/+525
2014-09-28[ci skip] Remove references to 'PHP5' from commentsAndrey Andreev1-1/+1
2014-08-10Polish changes following PR #3173Andrey Andreev1-4/+4
2014-08-08Using ImagePNG in CAPTCHA helperET-NiK1-2/+16
2014-07-31Last empty line removeMian Saleem1-1/+1
2014-07-31Update url_helper.phpMian Saleem1-1/+1
2014-07-31anchor popup attribute missingMian Saleem1-2/+2
2014-07-06Fix #3131Andrey Andreev1-0/+4
2014-06-03Fix a potential undefined variable errorAndrey Andreev1-1/+1
2014-05-20Fix handling of {unwrap} tags in word_wrap() functionsvlakoff1-4/+3
2014-05-20Regex fixesvlakoff1-1/+1
2014-05-16fix wrong if expression in link_tagEmmanuel Grognet1-1/+1
2014-05-08Removed empty lineegig1-1/+1
2014-05-08Prepare image url.egig1-1/+2
2014-03-17Making highlight_phrase() to be UTF-8 compatible on demand.Ivan Tcholakov1-1/+1
2014-03-12Add support for protocol-relative URLs in HTML helpers img(), link_tag()Andrey Andreev1-3/+3
2014-03-12Check image path is include http:// or https://wuwx1-1/+1
2014-03-06Fix #2919Andrey Andreev1-14/+30
2014-03-04Fix #2916Andrey Andreev1-2/+5
2014-02-26Deprecate HTML helpers nbs(), br()Andrey Andreev1-0/+2
2014-02-26Don't use error suppression on is_dir(), file_exists()Andrey Andreev2-3/+3
2014-02-26Don't use error suppression on realpath() + style adjustmentsAndrey Andreev8-104/+121
2014-02-24Really don't use globalsAndrey Andreev1-2/+1
2014-02-20Date helper days_in_month(), CI_Calendar::get_total_days() changesAndrey Andreev1-0/+5
2014-02-17Merge pull request #2881 from brenjt/form_helperAndrey Andreev1-10/+16
2014-02-17Removed extra space, condensed $defaultsBrennan Thompson1-4/+3
2014-02-17Removed extra spaces and irrelevant conditionBrennan Thompson1-11/+11
2014-02-17Micro-optimizationsAndrey Andreev1-1/+0
2014-02-17Updated code to match style guideBrennan Thompson1-3/+3
2014-02-17Removed non permitted changesBrennan Thompson1-3/+1
2014-02-16Dropdown should match style guide now.Brennan Thompson1-2/+8
2014-02-15[ci skip] Don't use output buffering in URL helper safe_mailto()Andrey Andreev1-17/+18
2014-02-14Actual fix for extra whitespaceBrennan Thompson1-1/+1
2014-02-14Removed space for travis ci checksBrennan Thompson1-1/+1
2014-02-14Fix for selected being NULL from set_valueBrennan Thompson1-1/+1
2014-02-14Made form_dropdown compatible with the other form helper methodsBrennan Thompson1-19/+22