index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
helpers
/
form_helper.php
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-17
modified the way accept-charset is added
Derek Allard
1
-32
/
+22
2009-09-16
(no commit message)
Derek Allard
1
-2
/
+2
2009-09-16
adding accept-charset to form_open()
Derek Allard
1
-1
/
+22
2009-07-17
modification to form_prep() solution. A bandaid really, to return the $str i...
Derek Jones
1
-1
/
+5
2009-07-17
modified Form Helper so that form_prep() keeps track of strings it's already ...
Derek Jones
1
-9
/
+22
2009-07-10
removed entity protection from form_prep() so as to preserve the user's input...
Derek Jones
1
-11
/
+0
2009-06-09
Changing form_textarea to correctly prep all data.
Pascal Kriete
1
-1
/
+1
2009-04-22
updated copyrights to 2009
Derek Jones
1
-1
/
+1
2009-04-08
added form_multiselect() to form helper to make it easier to create multisele...
Derek Jones
1
-0
/
+25
2009-03-26
Modified form_hidden() to accept multi-dimensional arrays.
Robin Sowell
1
-8
/
+24
2009-03-09
Fixed a bug that was not setting the default checkbox/radio/pull-down value c...
Rick Ellis
1
-3
/
+3
2009-02-10
Changed the default "type" of form_button() to "button" from "submit" in the ...
Derek Allard
1
-1
/
+1
2009-02-05
wrong var fix
Derek Allard
1
-1
/
+1
2009-02-05
Added the ability to have optgroups in form_dropdown() within the form helper.
Derek Allard
1
-3
/
+18
2008-11-13
Changing EOL style to LF
Derek Allard
1
-962
/
+962
2008-10-20
Added form_prep() call to set_value()
Rick Ellis
1
-2
/
+2
2008-09-25
Fixed incorrect parenthesis in form_open() function. (#5135)
Derek Allard
1
-1
/
+1
2008-09-22
minor whitespace cleanup
Derek Allard
1
-118
/
+119
2008-09-20
Removed the strict param from in_array() as this was causing some trouble wit...
Rick Ellis
1
-4
/
+4
2008-09-13
updated copyright
Rick Ellis
1
-1
/
+1
2008-08-26
Switched spaces to tabs
Rick Ellis
1
-5
/
+5
2008-08-26
Added some new functions that work with the new form validation class
Rick Ellis
1
-14
/
+321
2008-08-21
whitespace fixes
Derek Allard
1
-6
/
+6
2008-08-12
Added newline character in between hidden fields
Rick Ellis
1
-0
/
+1
2008-07-21
Removed added newlines ("\n") from most form and html helper functions.
Derek Allard
1
-8
/
+13
2008-06-19
removed maxlength and size as automatically added attributes in form helper
Derek Allard
1
-1
/
+1
2008-06-06
goofed. Fixed up.
Derek Allard
1
-1
/
+6
2008-06-06
default to post method
Derek Allard
1
-4
/
+1
2008-06-06
Form helper refactored to allow form_open() and form_fieldset() to accept arr...
Derek Allard
1
-19
/
+51
2008-05-13
Some sweeping syntax changes for consistency:
Derek Jones
1
-35
/
+35
2008-05-11
Removed closing PHP tags, replaced with a comment block identifying the end o...
Derek Jones
1
-1
/
+3
2008-05-11
Undoing change committed in r1115
Derek Jones
1
-0
/
+1
2008-05-11
removed closing PHP tag from all framework files
Derek Jones
1
-1
/
+0
2008-05-06
Changed the radio() and checkbox() functions to default to not checked by def...
Derek Allard
1
-2
/
+2
2008-05-05
Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...
Derek Allard
1
-13
/
+13
2008-03-18
added form_button to form helper
Derek Allard
1
-0
/
+27
2008-01-28
added ability to "extend" helpers
Derek Jones
1
-174
/
+228
2008-01-21
replaced www.codeigniter.com with codeigniter.com
Derek Jones
1
-3
/
+3
2008-01-18
ExpressionEngine Dev Team in credit
Derek Allard
1
-2
/
+2
2008-01-18
added check for "multiple" attribute in form_dropdown() (bug# 3261)
Derek Allard
1
-1
/
+2
2008-01-16
Many new Active Record functions, and another whack of stuff
Derek Allard
1
-1
/
+1
2008-01-16
bug(re)fix: I am so smart. s - m - r - t
Derek Allard
1
-1
/
+1
2008-01-10
added support for external urls in form_open
Derek Allard
1
-2
/
+4
2008-01-09
bugfix
Derek Allard
1
-1
/
+1
2008-01-04
added the ability to have multiple selected items in form_dropdown()
Derek Allard
1
-4
/
+10
2008-01-04
Added form_fieldset(), form_fieldset_close(), and form_label() to form helper.
Derek Allard
1
-1
/
+523
2007-12-17
Added form_reset() function to form helper.
Derek Allard
1
-420
/
+1
2007-10-04
Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
Derek Allard
1
-1
/
+1
2007-07-12
type cast $key => $val pair in $options array as strings for friendlier handl...
Derek Jones
1
-0
/
+3
2007-04-27
fixed checked = 1 to be checked = checked in array created checkboxes
Derek Allard
1
-0
/
+6
[prev]
[next]