- f746475 Form helper _attributes_to_string() micro-optimization by vlakoff · 11 years ago
- c4f9c62 More logical order by vlakoff · 11 years ago
- ea19bc4 Form helper: refactor form_open() and _attributes_to_string() by vlakoff · 11 years ago
- 122ca9b Fix #2560 by Andrey Andreev · 11 years ago
- 53fd688 Fix #2558 by Andrey Andreev · 11 years ago
- 519f87a Loader changes & optimizations related to issue #2551 by Andrey Andreev · 12 years ago
- 12526cd [ci skip] Simplify get_file_info() by Andrey Andreev · 12 years ago
- 8963f40 Add color customization to the CAPTCHA helper by Andrey Andreev · 12 years ago
- 1f061c2 Micro-optimization on base_url() & site_url() by Andrey Andreev · 12 years ago
- 56c8ca6 Add that parameter for real :) by Andrey Andreev · 12 years ago
- 2023c3d Add an optional parameter to URL helpers base_url() and site_url() (supersedes #2535) by Andrey Andreev · 12 years ago
- c5a7c5f [ci skip] Remove some empty lines by Andrey Andreev · 12 years ago
- e736f49 Required arg in between optional ones by Rasmus Lerdorf · 12 years ago
- 4ad89d8 The date_range() function is a bit broken by Rasmus Lerdorf · 12 years ago
- ffe1bd2 final change (extra space) by ash · 12 years ago
- c3dcf9f newline at end by ash · 12 years ago
- 6e35774 eol by ash · 12 years ago
- 19bafaf eol 2 by ash · 12 years ago
- a0c7ae6 eol test. by ash · 12 years ago
- 29ae72d removed sanity checks (developer-supplied value, not user input), added changelog entry, changed variable names by ash · 12 years ago
- 79dfac7 typo change by ash · 12 years ago
- 1aa336d Add options in create_captcha() to specify the randomly generated captcha word length and character pool by ash · 12 years ago
- 5269c1c Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys by Andrey Andreev · 12 years ago
- 47ea5a8 Code fixes in line with suggestions by nisheeth-barthwal · 12 years ago
- 77236e0 Simplified notation parsing and other cosmetic fixes by nisheeth-barthwal · 12 years ago
- d4d6e09 Fixed error in form_textarea helper function by Zachary Cardoza · 12 years ago
- 9f27a3e Revert "Fixed error in Form Helper textarea function" by Zachary Cardoza · 12 years ago
- a5bcfb1 Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. by nisheeth-barthwal · 12 years ago
- e15d1be Fixed error in Form Helper textarea function by Zach Cardoza · 12 years ago
- a7447d2 Added array notation for keys in Input library by nisheeth-barthwal · 12 years ago
- f5b4f6a Text helper: convert_accented_characters() optimization by vlakoff · 12 years ago
- 06ddcf0 Fixed form helper variable error by Bo-Yi Wu · 12 years ago
- 99ba3a2 Fix #2247 by Andrey Andreev · 12 years ago
- 9708855 Allow non-string values to be used as captcha words (issue #2215) by Andrey Andreev · 12 years ago
- 0687911 Replace is_file() with the faster file_exists() (where it makes sense) by Andrey Andreev · 12 years ago
- 606fee0 Fix auto_link() for the Nth time by Andrey Andreev · 12 years ago
- db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
- 4de1198 Adjust regex. by Eric Roberts · 12 years ago
- 32a28f5 Remove whitespace from empty lines. by Eric Roberts · 12 years ago
- 8093bd7 Fix and optimize auto_link() URL helper function. by Eric Roberts · 12 years ago
- e9eb64f Fix issues #2160, #2161 by Andrey Andreev · 12 years ago
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- 16800e4 While most of CodeIgniter supports protocol-relative URLs, a few URL helpers do not. by Aaron Adams · 12 years ago
- 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
- 719b60f Fix some erroneous variable names (sorry) by Andrey Andreev · 12 years ago
- 3b40706 Language helper lang() to accept optional HTML attributes by Andrey Andreev · 12 years ago
- 53fff91 Added support for stream-like downloads of existing files to force_download() by Andrey Andreev · 12 years ago
- 69779af Corrected phpdoc comment for mysql_to_unix() method by webmasterar · 12 years ago
- 7a7ad78 Some micro-optimizations by Andrey Andreev · 12 years ago
- 08f0f8b Polish docs for URL and XML helpers and deprecate obsolete options for String helper random_string() and URL helper url_title() by Andrey Andreev · 12 years ago
- 442682e Polish docs for String, Text and Typography helpers by Andrey Andreev · 12 years ago
- f7c39d6 Deprecate String helper trim_slashes() by Andrey Andreev · 12 years ago
- 53b8ef5 Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley helpers by Andrey Andreev · 12 years ago
- f6d9a7c Polish docs for the File and Form helpers by Andrey Andreev · 12 years ago
- 0898e23 Deprecate the Email helper by Andrey Andreev · 12 years ago
- e8b8904 directory_map() ... the final one by Andrey Andreev · 12 years ago
- ba77f8a Fix issue #1978 by Andrey Andreev · 12 years ago
- e24eed7 Some micro-optimizations by Andrey Andreev · 12 years ago
- c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
- 075f6fa Fix an erroneous variable name by Andrey Andreev · 12 years ago
- 7c4d106 Fix issue #1953 (form values being escaped twice) by Andrey Andreev · 12 years ago
- 60826db Deprecate string helper repeater() (an alias for str_repeat()) by Andrey Andreev · 12 years ago
- 7d75346 [ci skip] Optimize ascii_to_entities() by Andrey Andreev · 12 years ago
- 29d909d [ci skip] Update docblocks for deprecated functions by Andrey Andreev · 12 years ago
- 582ebcb Fix #142 by Andrey Andreev · 12 years ago
- 74ffd17 Deprecated form helper function form_prep(). by Andrey Andreev · 12 years ago
- 60b9714 Form helpers to ignore empty name attributes (fix #1506) by Andrey Andreev · 12 years ago
- e474258 Add missing delimiter in preg_quote() occurences (fix #1929) by Andrey Andreev · 12 years ago
- d87f6bf Fix #1146 by Andrey Andreev · 12 years ago
- 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
- 256a18c Fix issues #134, #1911 by Andrey Andreev · 12 years ago
- 929e124 Manually apply an improved version of PR #1797 (auto_link() URL helper) by Andrey Andreev · 12 years ago
- 2f8bf9b Set MySQL client compression to FALSE by default (problems reported with it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting by Andrey Andreev · 12 years ago
- 5b50218 Merge upstream branch by Andrey Andreev · 12 years ago
- c2300c8 Merge pull request #1783 from vlakoff/develop by Andrey Andreev · 12 years ago
- 8280885 directory_map() was skipping files and directories named "0" by vlakoff · 12 years ago
- aab26a1 Better server test in redirect() of URL helper by vlakoff · 12 years ago
- cbc768d Merge pull request #1760 from vlakoff/develop-2 by Alex Bilbie · 12 years ago
- 2673539 Merge pull request #1750 from vlakoff/develop by Andrey Andreev · 12 years ago
- 62a5ee3 More complicated but faster method by vlakoff · 12 years ago
- 5f385d0 Slightly robuster test by vlakoff · 12 years ago
- cdbcbfc Simplification in Text Helper's character_limiter() by vlakoff · 12 years ago
- 07cdcf8 Fixes issue #1678 by pickupman · 12 years ago
- 6a64f85 Fix issue #1712 by Andrey Andreev · 12 years ago
- 28ff292 fix issue 1706 by Michiel Vugteveen · 12 years ago
- acedd2b Adding a common stringify_attributes function for dealing with attributes through out various helpers. by Eric Barnes · 12 years ago
- 62ab8b2 Adding optional attributes as array or object for html helper by Eric Barnes · 12 years ago
- 27228c9 Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add changelog entries for pull #1654 by Andrey Andreev · 12 years ago
- f0ecb55 If $htdocs = FALSE delete_files would never unlink by Phil Sturgeon · 12 years ago
- 74cb495 Removing $reduce_linebreaks in auto_typography helper. Fixes #1642 by Eric Barnes · 13 years ago
- 8711aeb Comment fix. Html5 is most popular these days and should be added to comment. Also - information that there are more doctypes than specified in comment was not included. by Przemyslaw Tomaszewski · 13 years ago
- 6b114ae Fix issue #1613 by Andrey Andreev · 13 years ago
- 3c298dc Important space fix :) by vkeranov · 13 years ago
- 95c586b Wrong url again by vkeranov · 13 years ago
- 50ec6a6 Another typo... by vkeranov · 13 years ago
- 6332664 Fixed typo in the comments by vkeranov · 13 years ago
- 6801d04 Ahem. by Phil Sturgeon · 13 years ago
- bf0e38b Further update to `element()` to remove more unexpected results. by Phil Sturgeon · 13 years ago
- 4d1a214 Having `"0"` in an array would give you NULL with `elements()`. BAD!
by Phil Sturgeon · 13 years ago
- ac57033 Deprecate Date helper standard_date() by Andrey Andreev · 13 years ago