- 2029231 Change class filenames to Ucfirst by Andrey Andreev · 12 years ago
- c0a1ce9 [ci skip] Remove a description for a non-existing shadow color in the CAPTCHA helper docs by Andrey Andreev · 12 years ago
- 8963f40 Add color customization to the CAPTCHA helper 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
- 58f677f 2.1.4 release related stuff by Andrey Andreev · 12 years ago
- 7a09152 Fixing incorect references for time zones by AdwinTrave · 12 years ago
- d200123 Changed the smiley zip file download to reflect the new location at the by Steven Crothers · 12 years ago
- 3a66fac user guide newline. 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
- 4fa6385 Documentation change - explanation of captcha_word_length and character_pool_for_generated_word by ash · 12 years ago
- 9c7e651 documenation edit by ash · 12 years ago
- 3fd9bf8 Updated documenation by ash · 12 years ago
- 1a00149 Move db_select() call from CI_DB_driver::initialize() to db_connect() by Andrey Andreev · 12 years ago
- 3b1e6e6 Removed slash from URI helper doc by Melvin Lammerts · 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
- 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
- 48a8675 Polish docs for Array, CAPTCHA, Cookie, Date, Directory and Download helpers by Andrey Andreev · 12 years ago
- 0898e23 Deprecate the Email helper by Andrey Andreev · 12 years ago
- ba77f8a Fix issue #1978 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
- 74ffd17 Deprecated form helper function form_prep(). by Andrey Andreev · 12 years ago
- c60c2bd Remove an empty line by Andrey Andreev · 12 years ago
- 5b50218 Merge upstream branch by Andrey Andreev · 12 years ago
- 530b946 redirect() documentation: add a note for IIS users by vlakoff · 12 years ago
- aab26a1 Better server test in redirect() of URL helper by vlakoff · 12 years ago
- f3fddf6 fix issue #1719 and update ip address length on captcha helper by Bo-Yi Wu · 12 years ago
- 00b3df4 Added documentation for mailto function. by InFog · 12 years ago
- ed5538d t commit -s 'Added info about set_*() functions and form_validation class in by aditya · 13 years ago
- ac57033 Deprecate Date helper standard_date() by Andrey Andreev · 13 years ago
- 0cd5535 Update Array Helper documentation by vlakoff · 13 years ago
- ce79be0 Fixing various Sphinx bugs and syntax errors in docs by Derek Jones · 13 years ago
- 7540ded Added optional fourth parameter to timezone_menu by Mat Whitney · 13 years ago
- 81c3208 anchor_popup() improvements by Andrey Andreev · 13 years ago
- c275b23 Fix nice_date() documentation by Andrey Andreev · 13 years ago
- 7400965 Fixed some stuff in documentation. by Iban Eguia · 13 years ago
- feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
- e15e3dd Fixed timezone change in index.php by Iban Eguia · 13 years ago
- 895e98c Merge remote-tracking branch 'upstream/develop' into new_date by Iban Eguia · 13 years ago
- 0f0b769 Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively by Andrey Andreev · 13 years ago
- 14aa317 Merge upstream branch by Andrey Andreev · 13 years ago
- 79ac3d1 Merge pull request #1004 from kwaanonline/develop by Phil Sturgeon · 13 years ago
- d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
- 7bf0a4f Added doccumentation for the new date helper. by Iban Eguia · 13 years ago
- 3ea6b1f Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-dh-date-range by Andrey Andreev · 13 years ago
- 401e4c9 Merge pull request #994 from Razican/doctypes by Andrey Andreev · 13 years ago
- 160a4e5 Merge upstream branch by Andrey Andreev · 13 years ago
- 8840c96 use php's hash() function for do_hash() helper by freewil · 13 years ago
- e538e2c Fix form_fieldset_close() example to match actual return by tiyowan · 13 years ago
- 5511fbf Add strip_slashes() to string helper documentation by tiyowan · 13 years ago
- dd1cabd Fix form_input() associative array example to match actual return by tiyowan · 13 years ago
- a5c8a6d timespan() helper change by Roger Herbert · 13 years ago
- ce707b4 Further improve the path helper by Andrey Andreev · 13 years ago
- 3f103aa Merge pull request #1175 from toopay/path_helper by Andrey Andreev · 13 years ago
- f2915f2 New line and changelog correction by Taufan Aditya · 13 years ago
- c1cda23 Merge upstream branch by Andrey Andreev · 13 years ago
- 28f102d typo by Michiel Vugteveen · 13 years ago
- 492aa42 user guide udate by Michiel Vugteveen · 13 years ago
- 311b230 Doc by Taufan Aditya · 13 years ago
- 8933882 Path helper improvement by Taufan Aditya · 13 years ago
- b81f909 updated docs & changelog by Roger Herbert · 13 years ago
- 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
- e90b684 - Updated timezone selete list to match function output. by Kwaan Online · 13 years ago
- 0baf232 Added doccumentation for the new doctypes. by Iban Eguia · 13 years ago
- 2139ecd Added date_range() to the Date helper by Andrey Andreev · 13 years ago
- 399cca9 Added a reference note for people needing to limit to a set number of characters by Eric Barnes · 13 years ago
- cde712c Added ability to change the separator value in the humanize function by Eric Barnes · 13 years ago
- bc20481 Updated docs for increment_string example. by Eric Barnes · 13 years ago
- 50e5dbb Adding auto-detection of best redirect method in url_helper. by Brandon Jones · 13 years ago
- 087a7a8 fix RST format and typo by kenjis · 13 years ago
- 9616842 updated Directory helper docs to use proper PHP method Sphinx roles by Derek Jones · 13 years ago
- bb859fd Line Break for L165 $mysql = '20061124092345'; $unix = mysql_to_unix($mysql); by Fumito Mizuno · 13 years ago
- 8ede1a2 replacing the old HTML user guide with a Sphinx-managed user guide by Derek Jones · 13 years ago