summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Expand)AuthorFilesLines
2008-05-11removed closing PHP tag from all framework filesDerek Jones19-19/+0
2008-05-08added symbolic_permissions() and octal_permissions() to the File helperDerek Jones1-0/+88
2008-05-07removed default title= attribute from anchor() in URL HelperDerek Jones1-5/+1
2008-05-07fixed a typo with a variable in the compatibility helperDerek Jones1-2/+2
2008-05-06Added a Compatibility HelperDerek Jones1-0/+496
2008-05-06Flipped user guide page titles for easier recognition in tabs:Derek Jones1-1/+1
2008-05-06fixed a bug where the dir resource was not closed in the directory helper, an...Derek Jones1-3/+12
2008-05-06Changed the radio() and checkbox() functions to default to not checked by def...Derek Allard1-2/+2
2008-05-05tweak to the new fopen mode constant namesDerek Jones1-2/+2
2008-05-05implemented fopen mode constantsDerek Jones1-3/+3
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard14-60/+227
2008-05-01revert... Derek's an idiotDerek Allard1-2/+1
2008-05-01another change to the download helper for compatibilityDerek Allard1-1/+2
2008-04-27Added the ability to include an optional HTTP Response Code in the redirect()...Derek Allard1-2/+4
2008-04-18The Download helper now exits within force-download().Derek Allard1-1/+1
2008-04-01Modified get_filenames() to use DIRECTORY_SEPARATOR constant instead of '/' f...Derek Jones1-2/+2
2008-03-30Fixed a bug in link_tag() of the URL helper where a key was passed instead of...Derek Allard1-1/+1
2008-03-28moved the $_recursion conditional in get_filenames() to fix a bug where a bad...Derek Jones1-9/+8
2008-03-27Fixed bug #4350 in get_filenames() when the $source_dir does not include a tr...Derek Jones1-2/+6
2008-03-18added form_button to form helperDerek Allard1-0/+27
2008-03-06Modified img() in the HTML Helper to remove an unneeded space.Derek Allard2-2/+2
2008-02-27fixed recursion in get_filenames() (bug #3523)Derek Jones1-4/+9
2008-02-21fix $FALSE to FALSEDerek Allard1-1/+1
2008-02-20modified get_filenames() to return FALSE if the directory cannot be readDerek Jones1-0/+4
2008-02-11added Path HelperDerek Allard1-0/+70
2008-01-30added img() to HTML helperDerek Allard1-22/+29
2008-01-30remove stylesheet() so as not to overly pollute function names, rename link()...Derek Allard1-21/+2
2008-01-30added stylesheet() to html helperDerek Allard1-2/+24
2008-01-30Added link() to the HTML helper.Derek Allard1-4/+126
2008-01-30Fixed a bug (#1872) where word_limiter() was not retaining whitespace.Derek Jones1-13/+7
2008-01-29fixed bug #3314 where the top level path would be deleted along with files in...Derek Jones1-3/+2
2008-01-29Fixed a bug (#3328) where the smiley helper might return an undefined variable.Derek Allard1-1/+1
2008-01-28added ability to "extend" helpersDerek Jones17-1370/+1638
2008-01-28added is_really_writable() to Common.php, replaced is_writable() throughout a...Derek Jones1-35/+0
2008-01-22further refinement to highlight_code()'s regex replacementsDerek Jones1-3/+2
2008-01-22modified markers in highlight_code() to not introduce unintended highlighting...Derek Jones1-5/+4
2008-01-22fixed bug #3156 in highlight_code() where PHP tags were not being converted p...Derek Jones1-5/+8
2008-01-22Fixed bug #3289 where temp files in directories being tested with is_really_w...Derek Jones1-0/+2
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones17-52/+52
2008-01-19added email helperDerek Allard1-0/+54
2008-01-19Fixed a bug in the Typography Helper where unordered list was listed "un" (#3...Derek Allard1-1/+1
2008-01-18typo fix: stering to stringDerek Allard1-1/+1
2008-01-18ExpressionEngine Dev Team in creditDerek Allard16-32/+694
2008-01-18added check for "multiple" attribute in form_dropdown() (bug# 3261)Derek Allard1-1/+2
2008-01-17Fixed bug #2810 with nested tags improperly having paragraph tags placed arou...Derek Jones1-2/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard1-1/+1
2008-01-16bug(re)fix: I am so smart. s - m - r - tDerek Allard1-1/+1
2008-01-10added support for external urls in form_openDerek Allard1-2/+4
2008-01-09bugfixDerek Allard1-1/+1
2008-01-09fix for is_really_writableDerek Allard1-0/+35