- 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
- dc3e4be Fixed year and month seconds for timespan(). by Eric Barnes · 13 years ago
- 79c1c46 Makes form open properly when empty array of parameters is passed by Joel Kallman · 13 years ago
- cde712c Added ability to change the separator value in the humanize function by Eric Barnes · 13 years ago
- 793cc2b auto_link() learned to recognize more URLs by has2k1 · 13 years ago
- 90658ad Fix invalid date format by Syahril Zulkefli · 13 years ago
- 6d63853 Fix invalid date format by Syahril Zulkefli · 13 years ago
- 50e5dbb Adding auto-detection of best redirect method in url_helper. by Brandon Jones · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- d3a32a2 Update: fix typo error #564 by Bo-Yi Wu · 13 years ago
- 609077d Merge pull request #511 from freewil/typography-helper-dry by Greg Aker · 13 years ago
- 365940a newline character ending for link_tag() function result by MrHyde · 13 years ago
- 70037f3 add missing @param tag by freewil · 13 years ago
- 91f00f0 remove redundant 'if' in typography helper by freewil · 13 years ago
- 9e2df7c Major speed improvement in function random_string() for cases 'alpha', 'alnum', 'numeric' and 'nozero' by druu · 13 years ago
- b50df5f Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Greg Aker · 13 years ago
- c964e72 A bit more cleanup in the date helper. by Greg Aker · 13 years ago
- f916839 CI Coding standards cleanup in the date helper. by Greg Aker · 13 years ago
- 5c9b0d1 always use charset config item by freewil · 13 years ago
- 8cc0cfe always use charset config item by freewil · 13 years ago
- a6aa8be Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- f318950 Changed doc block options. Fixes #100 by Eric Barnes · 13 years ago
- 597aff7 Merge pull request #255 from kylefarris/master by Greg Aker · 13 years ago
- 896d95a Added a function that's able to take some really bad date formats from systems that idiots wrote and convert them to something useful. by Kyle Farris · 13 years ago
- a01877c Merge branch 'develop' of https://github.com/waldmeister/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
- 75bc58b Fixed problem with needless seperator at begin/end of string by David Behler · 13 years ago
- 98963b3 Resolved issue 65 - made action on form_open_multipart helper function call optional by Ben Edmunds · 13 years ago
- dbac73b Added increment_string() docs and changelog. by Phil Sturgeon · 13 years ago
- d8ef630 Fixed conflict. by Phil Sturgeon · 13 years ago
- 99f6c8c Improved logic for plural() and singular() as words like "tax" would become "taxs" and it was tough to code in new rules. by Phil Sturgeon · 13 years ago
- b13a0dd Fixed issue #199 - Attributes passed as string does not include a space between it and the opening tag. by Eric Barnes · 14 years ago
- 3cf2715 Merge branch 'develop' of ellislab.beanstalkapp.com:/codeigniter into develop by Phil Sturgeon · 13 years ago
- 7de3160 Big text area was big. Reduced the size a little. by Phil Sturgeon · 13 years ago
- 50e57bc Improved logic for plural() and singular() as words like "tax" would become "taxs" and it was tough to code in new rules. by Phil Sturgeon · 13 years ago
- c4f0246 Merging - fingers crossed by Pascal Kriete · 13 years ago
- 6addf31 Fixed issue #199 - Attributes passed as string does not include a space between it and the opening tag. by Eric Barnes · 14 years ago
- 08a245f CSRF field is only added when post method is used and action is internal. Closes #165 by Joël Cox · 14 years ago
- 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
- 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
- 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
- b2e728f Merged base_url changes. by philsturgeon · 14 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- c83bea6 Removing debug code accidentally committed. by Greg Aker · 14 years ago
- c6d918a Fix #233 Fixing a regression in _get_validation_object() in the form helper after some refactoring the other day. by Greg Aker · 14 years ago
- 0c9ee4a Refactoring the loader to set protected class variables. by Greg Aker · 14 years ago
- 9ce4385 1/2 reverting a previous change to the form_helper. Wrapping hidden form elements in <div style="display:none"></div> instead of an empty div. If a user is styling form div {} they can run into display issues, so something is needed. by Greg Aker · 14 years ago
- 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
- 826429c Added an optional third parameter to heading() which allows adding html attributes to the rendered heading tag. by Greg Aker · 14 years ago
- 64e35cd There is absolutely no need to specify class name (it will validate anyway). by patwork · 14 years ago
- 1f6f0ab Fixing a bug in the form_helper where csrf_token_name and csrf_hash were referencing class properties in the Security class that were moved. by Greg Aker · 14 years ago
- a3f1d6d Changed the 'plural' function so that it doesn't ruin the captalization of your string. It also take into consideration acronyms which are all caps. by Phil Sturgeon · 14 years ago
- eda33d5 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
- 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
- 6b48867 Removing dohash and deprecating CI_SHA by Pascal Kriete · 14 years ago
- 6984aaf Removing security loading calls. by Pascal Kriete · 14 years ago
- 9d0e617 Added is_cli_request() method to documentation for Input class. by Phil Sturgeon · 14 years ago
- fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
- 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
- 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
- 2f620fe Fixed the capitalization "bug" in the singular function as well. by Kyle Farris · 14 years ago
- af376a2 Forgot to trim the string first. by Kyle Farris · 14 years ago
- 7c6a589 Changed the 'plural' function so that it doesn't ruin the captalization of your string. It also take into consideration acronyms which are all caps. by Kyle Farris · 14 years ago
- 52e7318 Fixed last commit, form helper will work fine for self-submissions and normal URLs. by Phil Sturgeon · 14 years ago
- 133beaf Changed the logic for form_open() in Form helper. If no value is passed it will submit to the current URL. by Phil Sturgeon · 14 years ago
- 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
- d8d1e24 Secure cookies can now be made with the set_cookie() helper and Input Class method. by Phil Sturgeon · 14 years ago
- 45e3cdf Whitespace cleanup for code consistency by Pascal Kriete · 14 years ago
- d09c51a Made config->base_url() accept parameters. config->base_url($uri). Updated base_url() in url_helper accordingly. by anaxamaxan@blackdog.local · 14 years ago
- e886771 white space tweak to fix repo. by Robin Sowell · 14 years ago
- 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
- 5e04480 Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde. by Eric Barnes · 14 years ago
- 7b3be2f Changed || to OR to match coding standards by Eric Barnes · 14 years ago
- 3b889a9 Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorrectly formatted date string. by Greg Aker · 14 years ago
- 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
- 68e30fd Removing the compatitibility helper. by Pascal Kriete · 14 years ago
- 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
- f7d162a Fix #95 bug in the html helper where too much white space was rendered between the src and alt tags in the img() function. by Greg Aker · 14 years ago
- 3a082fd added elements() to the Array Helper to return elements from an array with 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 by Derek Jones · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- 28b425a Update to form_open() in form helper to drop hidden elements passed to the function into div class="hidden" (thanks Dan) by Greg Aker · 14 years ago
- fd2ba88 Fix #96 html validation failure on csrf hidden input on form_open() in the form helper. Added <div class="hidden"> around the hidden form input. by Greg Aker · 14 years ago
- d2167a0 Fixed a bug in the URL Helper where prep_url() could cause a PHP error on PHP versions < 5.1.2. by Robin Sowell · 14 years ago
- 0f6b7c1 moving code comment in text helper by Greg Aker · 14 years ago
- cbe3247 Adding an ellipsize function to the text helper, and associated documentation to the user guide. by Greg Aker · 14 years ago
- 4433f42 adding sanitize_filename() into the security helper by Derek Allard · 15 years ago
- 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
- a0905f3 img() will now generate an empty string as an alt attribute if one is not provided. by Derek Allard · 15 years ago
- 60e78c7 Modifying smiley_js() in the smiley helper to add optional third parameter to return only the javascript with no script tags. by Greg Aker · 15 years ago
- 73c19fc Modified get_file_info in the file helper, changing filectime() to filemtime() for dates. by Robin Sowell · 15 years ago
- a091147 moved entity_decode() to the Security library to handle an issue with HTML in input when the global XSS filter is enabled by Derek Jones · 15 years ago
- d265871 expanded philsturgeon's bugfix to parse_url() and updated docs and changelog by Derek Jones · 15 years ago
- 726c8eb prep_url() will now not append http:// to string if a protocol is already used. That would really mess up itunes://, spotify://, telnet://, etc. by Phil Sturgeon · 15 years ago
- 76b369e Changed a few strstr to strpos for consistency w performance guidelines and to mirror EE2. by Robin Sowell · 15 years ago
- 4e8d66a code comment typo fix by Derek Allard · 15 years ago
- fc5c7e5 added @php4 tag to compat helper (thanks Phil) by Derek Jones · 15 years ago
- b6de7d1 REMOVING js calendar helper / plugin. No need with the prolific jQuery calendars by Derek Jones · 15 years ago
- e659fbb moving js cal plugin to a helper by Derek Jones · 15 years ago
- 1c73f4e fixed eof code comment by Derek Jones · 15 years ago
- b41032d moved CAPTCHA plugin to a helper by Derek Jones · 15 years ago
- 99111e3 added end of function marker by Derek Jones · 15 years ago