summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Collapse)AuthorFilesLines
2009-02-10Fixed a bug in plural() with words that end in yDerek Jones1-1/+3
http://codeigniter.com/bug_tracker/bug/6342/
2009-02-10Changed the default "type" of form_button() to "button" from "submit" in the ↵Derek Allard1-1/+1
form helper.
2009-02-05wrong var fixDerek Allard1-1/+1
2009-02-05Added the ability to have optgroups in form_dropdown() within the form helper.Derek Allard1-3/+18
2009-02-03tweak to ascii_to_entities() for low ascii entitiesDerek Jones1-1/+11
2009-02-03Fixed a bug where the end character was being added when the character ↵Derek Jones1-4/+6
limit's limit intersected the last word of the string. http://expressionengine.com/forums/viewthread/103748/
2009-02-02replaced all sizeof() in favor of count() - aliases are teh sux0rDerek Jones1-2/+2
2009-01-21Fixed a bug affecting some locales where word censoring would not work on ↵Derek Jones1-5/+12
words beginning or ending with an accented character.
2008-12-09added $lowercase parameter to url_title() to allow forced lowercaseDerek Jones1-1/+6
2008-11-13Changing EOL style to LFDerek Allard22-5503/+5503
2008-11-12Propset eol-style to CRLFDerek Jones3-969/+969
simplified paragraph tag cleanup regex
2008-11-02Added a doctype() function to the HTML helper.Derek Allard1-375/+415
2008-10-26Fixed some typosRick Ellis1-3/+2
2008-10-23Improved meta functionRick Ellis1-3/+23
2008-10-20Added form_prep() call to set_value()Rick Ellis1-2/+2
2008-10-17Fixed a preg_replace bug if the supplied string contains the delimiterRick Ellis1-2/+2
2008-10-17Function was operationg backward to user guide description. Bug #5007Rick Ellis1-1/+1
2008-10-15Added support for arbitrary attributes in anchor_popup() of the URL helper.Derek Allard1-53/+59
2008-10-11modifications to url_title()Derek Jones1-9/+10
2008-10-06Added some code to ignore empty folders when deleting directoriesRick Ellis1-1/+5
2008-10-06Altered auto_link() in the URL helper so that email addresses with "+" ↵Derek Allard1-1/+1
included will be linked.
2008-10-03tweak of temp tag and highlighting replacement to accommodate environments ↵Derek Jones1-4/+3
with different colors specified for highlight_string()
2008-10-03modified how we're performing text highlighting to prevent extra or missing ↵Derek Jones1-15/+15
span tags. Namely, removed the start and ending markers, as if the code being highlighted would be styled the same, PHP would put it all in the same <span>, so when we removed our own additions, it would remove the needed opening span style
2008-09-25Fixed incorrect parenthesis in form_open() function. (#5135)Derek Allard1-1/+1
A few doc typo fixes
2008-09-22minor whitespace cleanupDerek Allard1-118/+119
2008-09-20Removed the strict param from in_array() as this was causing some trouble ↵Rick Ellis1-4/+4
with numeric field names
2008-09-13updated copyrightRick Ellis9-9/+9
2008-09-13updated copyrightRick Ellis12-12/+12
2008-09-13typography tweaksRick Ellis1-8/+3
2008-09-12Continued working on typography class and docsRick Ellis1-18/+3
2008-09-12(no commit message)Rick Ellis1-1/+1
2008-09-11Tweaked the auto_typography functionRick Ellis1-1/+6
2008-09-11Moved the "auto typography" class into its own class file in the libraries ↵Rick Ellis1-466/+3
folder
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
a minor re-ordering of the changelog
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 ↵Derek Jones1-9/+9
method
2008-06-27Moved the <label> output ability from the language library to a language ↵Derek Jones1-0/+58
helper (hotfix for 1.6.3)
2008-06-27Fixed a double opening &lt;p&gt; tag in the index pages of each system ↵Derek Allard1-8/+3
directory.
2008-06-26Number helper uses lang filesDerek Allard1-5/+8
Bytes use whole numbers (123.0 bytes is just silly)
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