Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
788b00f7eaad969120079acedc82e8d60b0e2a46
/
system
/
helpers
788b00f
non-backwards compatible change to get_dir_file_info() for performance reasons, as well as fixing recursive bug
by Derek Jones
· 15 years ago
986e172
incorrect variable name in the smiley helper js
by Pascal Kriete
· 15 years ago
a3f4718
Modified inflector helper to properly pluralize words that end in 'ch' or 'sh'
by Greg Aker
· 15 years ago
8719a5c
Deprecated the dohash() function in favour of do_hash() for naming consistency.
by Derek Allard
· 15 years ago
e339ef5
Made get_mime_by_extension() case insensitive.
by Derek Allard
· 15 years ago
3241d73
modified the way accept-charset is added
by Derek Allard
· 15 years ago
292dcd8
removed some trivial spaces from output
by Derek Allard
· 15 years ago
76763bb
removed some trivial spaces from output
by Derek Allard
· 15 years ago
f673a87
by Derek Allard
· 15 years ago
928158b
adding accept-charset to form_open()
by Derek Allard
· 15 years ago
de8f409
Updating the smiley helper to work with more than one field.
by Pascal Kriete
· 15 years ago
3eb9fac
modification to form_prep() solution. A bandaid really, to return the $str if the field has already been prepped
by Derek Jones
· 16 years ago
01a9b10
modified Form Helper so that form_prep() keeps track of strings it's already processed, to prevent encoding and prep from occurring more than once
by Derek Jones
· 16 years ago
94026d9
added return FALSE if directory_map() cannot read the directory
by Derek Jones
· 16 years ago
8c52996
removed entity protection from form_prep() so as to preserve the user's input when called back into a form element
by Derek Jones
· 16 years ago
6d1998c
Changing form_textarea to correctly prep all data.
by Pascal Kriete
· 16 years ago
96dafa8
Directory helper's directory_map tweaked to allow inclusion of hidden files.
by Robin Sowell
· 16 years ago
fc395a1
updated copyrights to 2009
by Derek Jones
· 16 years ago
c37f0e1
switched some hard /'s to DIRECTORY_SEPARATOR
by Derek Jones
· 16 years ago
93bddd1
doctype helper default value was missing a "1".
by Derek Allard
· 16 years ago
2639929
added form_multiselect() to form helper to make it easier to create multiselect fields, and to make it a bit more semantically correct to boot
by Derek Jones
· 16 years ago
57fe410
Modified form_hidden() to accept multi-dimensional arrays.
by Robin Sowell
· 16 years ago
1322ec5
ereg eradication
by Derek Jones
· 16 years ago
28e5c8f
Fixed a bug that was not setting the default checkbox/radio/pull-down value correctly
by Rick Ellis
· 16 years ago
63dc27f
declared $_filedata as static so it can work properly with recursion through subdirectories
by Derek Jones
· 16 years ago
a04cfa7
didn't mean to completely remove the CI superobject from get_cookie...
by Derek Jones
· 16 years ago
2c8dc58
added global cookie prefix to get_cookie() unless the cookie exists as-requested
by Derek Jones
· 16 years ago
0b2145f
Added trailing periods as characters to be removed in url_title()
by Derek Jones
· 16 years ago
534be03
changed redirect() to only force site_url() when the supplied URL doesn't start with an http protocol, allowing you to use the helper for external URLs.
by Derek Jones
· 16 years ago
f0bcb3c
udpated xss_clean() in the security helper to pass $is_image instead of the deprecated $charset
by Derek Jones
· 16 years ago
a6aabaf
Fixed a bug in plural() with words that end in y
by Derek Jones
· 16 years ago
904094a
Changed the default "type" of form_button() to "button" from "submit" in the form helper.
by Derek Allard
· 16 years ago
86a840c
wrong var fix
by Derek Allard
· 16 years ago
78a5fc9
Added the ability to have optgroups in form_dropdown() within the form helper.
by Derek Allard
· 16 years ago
1978e12
tweak to ascii_to_entities() for low ascii entities
by Derek Jones
· 16 years ago
01d6b4f
Fixed a bug where the end character was being added when the character limit's limit intersected the last word of the string.
by Derek Jones
· 16 years ago
3355910
replaced all sizeof() in favor of count() - aliases are teh sux0r
by Derek Jones
· 16 years ago
f1b721a
Fixed a bug affecting some locales where word censoring would not work on words beginning or ending with an accented character.
by Derek Jones
· 16 years ago
40a2fc8
added $lowercase parameter to url_title() to allow forced lowercase
by Derek Jones
· 16 years ago
2067d1a
Changing EOL style to LF
by Derek Allard
· 16 years ago
85e65f6
Propset eol-style to CRLF
by Derek Jones
· 16 years ago
d3fc76f
Added a doctype() function to the HTML helper.
by Derek Allard
· 16 years ago
ac91bd7
Fixed some typos
by Rick Ellis
· 16 years ago
f63b9f2
Improved meta function
by Rick Ellis
· 16 years ago
862545a
Added form_prep() call to set_value()
by Rick Ellis
· 16 years ago
87da39a
Fixed a preg_replace bug if the supplied string contains the delimiter
by Rick Ellis
· 16 years ago
cf634bc
Function was operationg backward to user guide description. Bug #5007
by Rick Ellis
· 16 years ago
42597a1
Added support for arbitrary attributes in anchor_popup() of the URL helper.
by Derek Allard
· 16 years ago
fd27570
modifications to url_title()
by Derek Jones
· 16 years ago
b4a6cf3
Added some code to ignore empty folders when deleting directories
by Rick Ellis
· 16 years ago
dbc9e15
Altered auto_link() in the URL helper so that email addresses with "+" included will be linked.
by Derek Allard
· 16 years ago
337c74a
tweak of temp tag and highlighting replacement to accommodate environments with different colors specified for highlight_string()
by Derek Jones
· 16 years ago
c0e72b0
modified how we're performing text highlighting to prevent extra or missing span tags.
by Derek Jones
· 16 years ago
69db8ef
Fixed incorrect parenthesis in form_open() function. (#5135)
by Derek Allard
· 16 years ago
39f6f5a
minor whitespace cleanup
by Derek Allard
· 16 years ago
7129d45
Removed the strict param from in_array() as this was causing some trouble with numeric field names
by Rick Ellis
· 16 years ago
86d721c
updated copyright
by Rick Ellis
· 16 years ago
dd1e323
updated copyright
by Rick Ellis
· 16 years ago
3bc791f
typography tweaks
by Rick Ellis
· 16 years ago
9907df4
Continued working on typography class and docs
by Rick Ellis
· 16 years ago
36f375f
by Rick Ellis
· 16 years ago
5574110
Tweaked the auto_typography function
by Rick Ellis
· 16 years ago
037a5bc
Moved the "auto typography" class into its own class file in the libraries folder
by Rick Ellis
· 16 years ago
c3907c6
Switched spaces to tabs
by Rick Ellis
· 16 years ago
43e0fbb
Added some new functions that work with the new form validation class
by Rick Ellis
· 16 years ago
993925b
whitespace fixes a minor re-ordering of the changelog
by Derek Allard
· 16 years ago
9e2c04c
Added current_url() and uri_string() functions to the URL helper
by Rick Ellis
· 16 years ago
c9a4f28
updated time zone list and offsets to match the world's current time zones
by Derek Jones
· 16 years ago
f388511
Added newline character in between hidden fields
by Rick Ellis
· 16 years ago
17756a0
tightened human time stamp validation regex
by Derek Jones
· 16 years ago
8b5d42b
removing stray quotes
by Derek Allard
· 17 years ago
c507418
Removed added newlines ("\n") from most form and html helper functions.
by Derek Allard
· 17 years ago
e37fa05
fixed some whitespace in the number helper and improved on the calculation method
by Derek Jones
· 17 years ago
cc1be0f
Moved the <label> output ability from the language library to a language helper (hotfix for 1.6.3)
by Derek Jones
· 17 years ago
fd7943a
Fixed a double opening <p> tag in the index pages of each system directory.
by Derek Allard
· 17 years ago
85f66ea
Number helper uses lang files
by Derek Allard
· 17 years ago
0f10919
by Derek Allard
· 17 years ago
a935c3f
added a Number helper
by Derek Jones
· 17 years ago
3640a0b
removed maxlength and size as automatically added attributes in form helper
by Derek Allard
· 17 years ago
96537fd
goofed. Fixed up.
by Derek Allard
· 17 years ago
f7623aa
default to post method
by Derek Allard
· 17 years ago
1e6ab99
Form helper refactored to allow form_open() and form_fieldset() to accept arrays or strings as arguments.
by Derek Allard
· 17 years ago
9e11220
added error suppression to fopen() in write_file()
by Derek Jones
· 17 years ago
0b59f27
Some sweeping syntax changes for consistency:
by Derek Jones
· 17 years ago
15dcf49
removed an ereg from config
by Derek Allard
· 17 years ago
a3ffbbb
Removed closing PHP tags, replaced with a comment block identifying the end of the file
by Derek Jones
· 17 years ago
c7deac9
Undoing change committed in r1115
by Derek Jones
· 17 years ago
5583e1a
removed closing PHP tag from all framework files
by Derek Jones
· 17 years ago
94a2182
added symbolic_permissions() and octal_permissions() to the File helper
by Derek Jones
· 17 years ago
cd6f9cd
removed default title= attribute from anchor() in URL Helper
by Derek Jones
· 17 years ago
d196d4e
fixed a typo with a variable in the compatibility helper
by Derek Jones
· 17 years ago
00618de
Added a Compatibility Helper
by Derek Jones
· 17 years ago
fd93d22
Flipped user guide page titles for easier recognition in tabs:
by Derek Jones
· 17 years ago
2798b50
fixed a bug where the dir resource was not closed in the directory helper, and made it more efficient
by Derek Jones
· 17 years ago
de7320b
Changed the radio() and checkbox() functions to default to not checked by default.
by Derek Allard
· 17 years ago
3be20e2
tweak to the new fopen mode constant names
by Derek Jones
· 17 years ago
14031d1
implemented fopen mode constants
by Derek Jones
· 17 years ago
7327499
Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper.
by Derek Allard
· 17 years ago
c0c5c97
revert... Derek's an idiot
by Derek Allard
· 17 years ago
a9911fc
another change to the download helper for compatibility
by Derek Allard
· 17 years ago
Next »