summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Collapse)AuthorFilesLines
2017-02-14Don't duplicate is_file and filesize checksZach Ploskey1-10/+5
Move duplicate is_file and file_size checks out of if/else branches. Signed-off-by: Zach Ploskey <zach@ploskey.com>
2017-01-16[ci skip] Fix #4985Andrey Andreev1-1/+1
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev1-6/+35
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-01-06Merge pull request #4825 from gxgpet/developAndrey Andreev1-9/+3
Download helper improvement on reading phase
2017-01-06[ci skip] A cosmetic change to the PR #4251Andrey Andreev1-2/+2
2017-01-06[ci skip] Merge pull request #4251 from dimitribalazs/patch-2Andrey Andreev1-2/+3
Added alt attribute functionality to captcha helper
2017-01-04Close #4904Andrey Andreev1-2/+2
2017-01-04[ci skip] Try to mitigate BREACH attacks against CSRF tokensAndrey Andreev1-6/+35
2017-01-03[ci skip] Update year number in remaining files that were recently deleted ↵Andrey Andreev2-4/+4
from develop
2017-01-03Update copyright data to 2017Master Yoda19-38/+38
2016-12-31Update copyright data to 2017Master Yoda19-38/+38
2016-12-16Merge pull request #4945 from vlakoff/text_helperAndrey Andreev1-1/+1
Small code simplification in character_limiter()
2016-12-15Small code simplification in character_limiter()vlakoff1-1/+1
2016-12-14Remove dead parameter from form_upload()Andrey Andreev1-2/+1
Close #3558
2016-12-14Remove 'global_xss_filtering' config settingAndrey Andreev1-2/+1
2016-12-12Remove previously deprecated Smiley HelperAndrey Andreev1-255/+0
2016-12-01Remove previously deprecated Form Helper function form_prep()Andrey Andreev1-19/+0
2016-12-01Remove previously deprecated File Helper function read_file()Andrey Andreev1-20/+0
2016-12-01Remove previously deprecates String Helper functions trim_slashes(), repeater()Andrey Andreev1-47/+0
2016-12-01Remove previously deprecated HTML helper functions br(), nbs()Andrey Andreev1-34/+0
2016-12-01Remove previously deprecated Security Helper function do_hash()Andrey Andreev1-24/+0
2016-12-01Remove previously deprecated Date Helper function standard_date()Andrey Andreev1-40/+0
2016-12-01Remove previously deprecated Email HelperAndrey Andreev1-84/+0
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev1-2/+3
2016-11-23[ci skip] Deprecate nice_date()Andrey Andreev1-0/+1
2016-11-23Fix #4917Andrey Andreev1-2/+2
2016-11-01strict comparison of 1.George PETCULESCU1-1/+1
2016-11-01fixed when $filename is an array with a different count than 1.George PETCULESCU1-1/+6
2016-11-01Fixed coding style (this time for real)gxgpet1-2/+2
2016-11-01if download helper receives a numeric array now it won't workGeorge Petculescu1-0/+5
2016-10-31fixed coding style (2)George PETCULESCU1-1/+1
2016-10-31fixed coding styleGeorge PETCULESCU1-1/+1
2016-10-31single entry restriction if $filename is an arrayGeorge Petculescu1-1/+1
2016-10-31download helper should be able to offer a download by reading a local file ↵George Petculescu1-7/+21
and also a custom destination filename.
2016-10-28[ci skip] Clear trailing whitespace from PR #4834Andrey Andreev1-1/+1
2016-10-21[ci skip] Add changelog entry for PR #4862Andrey Andreev1-3/+3
2016-10-21fixed small coding style issuesgxgpet1-5/+4
2016-10-20ordinal_format will accept only non-negative natural numbers and return ↵George Petculescu1-2/+2
original value on failure + docs update regarding this.
2016-10-20fixed unnecessary file termination for Number helperGeorge Petculescu1-1/+1
2016-10-20moved ordinal_format() helper function from Number helper to Inflector helperGeorge Petculescu2-41/+41
2016-10-20 fixed coding style + removal of extra paranthesisgxgpet1-2/+3
2016-10-20fixed floating for ordinal_format()gxgpet1-1/+1
2016-10-20small refactorisationsgxgpet1-2/+12
2016-10-20Accepting strings too, 0 allowed.gxgpet1-1/+1
2016-10-19added ordinal_format() to Number helper; added to docs the info.George Petculescu1-0/+29
2016-10-11Merge pull request #4834 from renedekat/patch-1Andrey Andreev1-2/+31
Updated list of words that aren't countable in is_countable() inflector helper
2016-10-10Updated list of words that aren't countableRené de Kat1-2/+31
Updated list of words that are the same in plural and singular form in English.
2016-09-30- download helper uses better file buffering when the content of a local ↵George Petculescu1-9/+3
file is output'd
2016-09-30Merge pull request #4822 from gxgpet/developAndrey Andreev1-1/+2
Fix PNG file deletion on captcha helper
2016-09-30Merge pull request #4822 from gxgpet/developAndrey Andreev1-1/+2
Fix PNG file deletion on captcha helper