summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Whitespace cleanup for code consistencyPascal Kriete6-7/+7
2011-02-03Made config->base_url() accept parameters. config->base_url($uri). Updated ↵anaxamaxan@blackdog.local1-4/+7
base_url() in url_helper accordingly.
2011-01-30white space tweak to fix repo.Robin Sowell1-0/+1
2011-01-28update to CI 2.0Florian Pritz23-1030/+983
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon2-14/+5
2011-01-11Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde.Eric Barnes1-13/+4
2011-01-11 Changed || to OR to match coding standardsEric Barnes1-1/+1
2011-01-10Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an ↵Greg Aker1-1/+1
incorrectly formatted date string.
2011-01-05Hey look, it's 2011Greg Aker21-21/+21
2010-12-07update to CI 1.7.3Florian Pritz21-21/+21
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-11-10Removing the compatitibility helper.Pascal Kriete1-499/+0
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker22-22/+22
2010-11-09Fix #95 bug in the html helper where too much white space was rendered ↵Greg Aker1-3/+3
between the src and alt tags in the img() function.
2010-10-07added elements() to the Array Helper to return elements from an array with ↵Derek Jones1-0/+40
specified keys only. Differs from array_intersect_assoc() in that a default value can be provided for keys that do not exist in the supplied array
2010-10-04Cleanup of stray spaces and tabsBarry Mieny22-499/+499
2010-09-15Update to form_open() in form helper to drop hidden elements passed to the ↵Greg Aker1-8/+5
function into div class="hidden" (thanks Dan)
2010-09-15Fix #96 html validation failure on csrf hidden input on form_open() in the ↵Greg Aker1-1/+4
form helper. Added <div class="hidden"> around the hidden form input.
2010-09-14Fixed a bug in the URL Helper where prep_url() could cause a PHP error on ↵Robin Sowell1-1/+3
PHP versions < 5.1.2.
2010-08-05moving code comment in text helperGreg Aker1-11/+11
2010-08-05Adding an ellipsize function to the text helper, and associated ↵Greg Aker1-0/+42
documentation to the user guide.
2010-07-23adding sanitize_filename() into the security helperDerek Allard1-0/+18
2010-07-22Adding CSRF into configDerek Allard1-0/+6
Adding CSRF token into form open()
2010-07-05img() will now generate an empty string as an alt attribute if one is not ↵Derek Allard1-0/+6
provided.
2010-04-20Modifying smiley_js() in the smiley helper to add optional third parameter ↵Greg Aker1-2/+9
to return only the javascript with no script tags.
2010-04-09Modified get_file_info in the file helper, changing filectime() to ↵Robin Sowell1-1/+1
filemtime() for dates.
2010-03-30moved entity_decode() to the Security library to handle an issue with HTML ↵Derek Jones1-35/+3
in input when the global XSS filter is enabled
2010-03-22expanded philsturgeon's bugfix to parse_url() and updated docs and changelogDerek Jones1-2/+2
2010-03-12prep_url() will now not append http:// to string if a protocol is already ↵Phil Sturgeon1-1/+1
used. That would really mess up itunes://, spotify://, telnet://, etc.
2010-03-19Changed a few strstr to strpos for consistency w performance guidelines and ↵Robin Sowell1-1/+1
to mirror EE2.
2010-03-15code comment typo fixDerek Allard1-1/+1
2010-03-11added @php4 tag to compat helper (thanks Phil)Derek Jones1-0/+1
2010-03-05REMOVING js calendar helper / plugin. No need with the prolific jQuery ↵Derek Jones1-629/+0
calendars
2010-03-05moving js cal plugin to a helperDerek Jones1-0/+629
2010-03-05fixed eof code commentDerek Jones1-2/+2
2010-03-05moved CAPTCHA plugin to a helperDerek Jones1-0/+246
2010-03-05added end of function markerDerek Jones1-0/+1
2010-03-05improved xml_convert() of XML helperDerek Jones1-8/+16
2010-03-05added entity_decode() to Typography helper, updated auto_typography()Derek Jones1-2/+57
2010-03-05added convert_accented_characters() function to Text HelperDerek Jones1-5/+43
2010-03-05whitespace, code commentsDerek Jones1-6/+8
2010-03-05updating attributes to lowercase and added CDATA block around jsDerek Jones1-3/+2
2010-03-05no in helpers, updated security lib to use Security class instead of InputDerek Jones1-2/+2
2010-03-05whitespaceDerek Jones1-1/+0
2010-03-05bringing form helper in syncDerek Jones1-4/+3
2010-03-05little cleaner regex in human_to_unix()Derek Jones1-6/+6
2010-03-03code comments fixDerek Jones1-2/+2
2010-03-03modified cookie helper to use input classDerek Jones1-42/+1
2010-02-06Initial commitFlorian Pritz22-0/+5728
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-01-23Added alpha, and sha1 string types to random_string() in the String Helper.Derek Allard1-5/+20
2010-01-17optional precision argument in byte_format()Derek Allard1-6/+8