summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Collapse)AuthorFilesLines
2012-07-01If you don't know an answer, just say that you don't know.Phil Sturgeon1-2/+2
2012-06-27valid_email() to always return booleanAndrey Andreev1-1/+1
2012-06-27Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into emailTimothy Warren6-117/+117
2012-06-27URL Helper redirect() to utilize HTTP/1.1 response code 303 See OtherAndrey Andreev1-3/+11
2012-06-26Fix issue #427Andrey Andreev1-1/+2
2012-06-22Added optional fourth parameter to timezone_menuMat Whitney1-2/+18
allows setting one or more attributes on the generated select tag. This allows passing attributes needed for Section 508 compliance § 1194.22(n), such as an id. http://access-board.gov/sec508/guide/1194.22.htm#(n) http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels
2012-06-17Add deprecated docblock tags for do_hash() and read_file()Andrey Andreev2-0/+2
2012-06-16anchor_popup() improvementsAndrey Andreev1-3/+13
2012-06-16Fix two anchor_popup() issuesAndrey Andreev1-5/+2
2012-06-16Fix local_to_gmt()Andrey Andreev1-7/+7
2012-06-16Small improvements to form_open()Andrey Andreev1-4/+6
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie1-1/+1
Interestingly `wether` means a castrated ram in old English
2012-06-15Fix issue #520Andrey Andreev1-0/+4
2012-06-15Optimize encode_php_tags()Andrey Andreev1-1/+1
2012-06-14Improve date helper functions human_to_unix() and nice_date()Andrey Andreev1-37/+14
2012-06-14Some date helper improvementsAndrey Andreev1-60/+43
2012-06-14Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into emailTimothy Warren1-25/+22
2012-06-14Some optimizations to the date helperAndrey Andreev1-10/+8
2012-06-13Fixed some stuff in documentation.Iban Eguia1-2/+2
2012-06-12Changed the config parameter. The session's _get_time() function has also ↵Iban Eguia1-1/+1
changed.
2012-06-12Merge upstreamTimothy Warren5-62/+25
2012-06-11Optimized now() function. Thanks to @narfbgIban Eguia1-13/+8
2012-06-09Fixed timezone change in index.phpIban Eguia1-4/+10
Now it does not ever change the local timezone, and it adds the option to get the 'local' time()
2012-06-08Merge remote-tracking branch 'upstream/develop' into new_dateIban Eguia21-1541/+1456
2012-06-07Suppress errors from file_get_contents() in read_file()Andrey Andreev1-1/+1
2012-06-07Deprecated do_hash() and read_file() in favor of hash() and ↵Andrey Andreev2-27/+7
file_get_contents() respectively
2012-06-07Remove some unnecessary function_exists() checks and some minor improvementsAndrey Andreev1-1/+1
2012-06-07fixesMichiel Vugteveen1-3/+3
2012-06-06fixesMichiel Vugteveen1-4/+7
2012-06-06form_checkbox set_value fixMichiel Vugteveen1-2/+2
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵Andrey Andreev2-27/+7
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
2012-06-04Direct return from mimes config, instead of using global $mimes;Phil Sturgeon2-5/+5
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace.
2012-06-04Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into emailTimothy Warren13-69/+69
2012-06-04Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b ↵Andrey Andreev1-5/+5
and d261b1e89c3d4d5191036d5a5660ef6764e593a0
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/helpersAlex Bilbie13-68/+68
2012-05-17merge upstreamTimothy Warren15-558/+536
2012-05-17Suggested changesTimothy Warren2-2/+2
2012-05-17Update inflector docblocks, add changelog entryTimothy Warren1-5/+5
2012-05-17tweak and changelog entryTimothy Warren1-4/+1
2012-05-17Merge upstreamTimothy Warren5-42/+38
2012-05-17Clean up the helpersAndrey Andreev6-43/+39
2012-05-17Remove regex validation in favor of filter_varTimothy Warren1-33/+1
2012-05-16Added filter_var for newer versions of phpTimothy Warren1-0/+7
2012-05-03Make valid_email helper function more accurateTimothy Warren1-2/+30
2012-05-02Merge upstreamTimothy Warren3-203/+163
2012-05-02Fix a wrong variable nameAndrey Andreev1-1/+1
2012-05-02Merge pull request #876 from narfbg/develop-helpers-sstAndrey Andreev3-196/+156
Improve the smiley, string & text helpers
2012-04-27Fix rest of the helpersTimothy Warren11-527/+509
2012-04-27Fix docblocks A-HTimothy Warren10-671/+680
2012-04-24Update system/helpers/file_helper.phpst21-1/+1