summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Expand)AuthorFilesLines
2008-08-26Switched spaces to tabsRick Ellis1-5/+5
2008-08-26Added some new functions that work with the new form validation classRick Ellis1-14/+321
2008-08-21whitespace fixesDerek Allard5-119/+119
2008-08-20Added current_url() and uri_string() functions to the URL helperRick Ellis1-2/+40
2008-08-13updated time zone list and offsets to match the world's current time zonesDerek Jones1-31/+41
2008-08-12Added newline character in between hidden fieldsRick Ellis1-0/+1
2008-08-07tightened human time stamp validation regexDerek Jones1-1/+1
2008-07-21removing stray quotesDerek Allard1-1/+1
2008-07-21Removed added newlines ("\n") from most form and html helper functions.Derek Allard2-10/+15
2008-06-30fixed some whitespace in the number helper and improved on the calculation me...Derek Jones1-9/+9
2008-06-27Moved the <label> output ability from the language library to a language help...Derek Jones1-0/+58
2008-06-27Fixed a double opening &lt;p&gt; tag in the index pages of each system direct...Derek Allard1-8/+3
2008-06-26Number helper uses lang filesDerek Allard1-5/+8
2008-06-19(no commit message)Derek Allard1-67/+71
2008-06-19added a Number helperDerek Jones1-0/+68
2008-06-19removed maxlength and size as automatically added attributes in form helperDerek Allard1-1/+1
2008-06-06goofed. Fixed up.Derek Allard1-1/+6
2008-06-06default to post methodDerek Allard1-4/+1
2008-06-06Form helper refactored to allow form_open() and form_fieldset() to accept arr...Derek Allard1-19/+51
2008-05-29added error suppression to fopen() in write_file()Derek Jones1-1/+1
2008-05-13Some sweeping syntax changes for consistency:Derek Jones19-238/+244
2008-05-12removed an ereg from configDerek Allard1-3/+3
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones19-20/+58
2008-05-11Undoing change committed in r1115Derek Jones19-0/+19
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