- 7270512 Merge pull request #4834 from renedekat/patch-1 by Andrey Andreev · 8 years ago
- 7e669e6 Merge pull request #4822 from gxgpet/develop by Andrey Andreev · 8 years ago
- 7a49c0b Merge pull request #4810 from Dutchy-/patch-1 by Andrey Andreev · 8 years ago
- a838279 Remove dead code written for PHP 5.2 by Andrey Andreev · 8 years ago
- 287b795 [ci skip] Whitespace by Andrey Andreev · 8 years ago
- 0e49b78 Merge pull request #4709 from nopesled/develop by Andrey Andreev · 8 years ago
- f7b028b Fix #4675 by Andrey Andreev · 9 years ago
- e13fa9f Merge pull request #4638 from kasimtan/phpdoc_fixes by Andrey Andreev · 9 years ago
- 9fee9e4 hunanize() helper: Escaping the $separator argument. by Ivan Tcholakov · 9 years ago
- ec9e96e Fix #4427 by Andrey Andreev · 9 years ago
- 9aab22e Fix an error from 6af9dd6e24687b6a7b9d14a058a47edcac761e61 by Andrey Andreev · 9 years ago
- 6af9dd6 Fix #4407 by Andrey Andreev · 9 years ago
- 0b59bdd Fix a regression in Form helper caused by 0139e6a4a99cbe9b0cc06f394fa12d5691193b72 by Andrey Andreev · 9 years ago
- 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
- bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
- 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
- a18c609 Fix #4283 by Andrey Andreev · 9 years ago
- 2fe1a23 [ci skip] Fix an infinite loop in captcha helper by Andrey Andreev · 9 years ago
- 0139e6a [ci skip] Fix a false default-fallback bug in set_checkbox(), set_radio() by Andrey Andreev · 9 years ago
- f8deea5 Use proper randomness when generating CAPTCHAs by Andrey Andreev · 9 years ago
- 48844d1 Close #4155 by Andrey Andreev · 9 years ago
- 9bb9469 Fix #4023 by Andrey Andreev · 9 years ago
- 36bd341 Fix ReDoS-bug in string_helper.php by Kevin Morssink · 9 years ago
- 55bc505 Fixed typos by Calvin Tam · 9 years ago
- 08c1a11 Update path_helper.php by rajatsharma94 · 10 years ago
- 5911663 Security check updated. by rajatsharma94 · 10 years ago
- d41ec5c Update path_helper.php by rajatsharma94 · 10 years ago
- d2f63a1 IP checking false positives and no ipv6 check by rajatsharma94 · 10 years ago
- 5545dcd IP Address checking generates false positives. by medhavini · 10 years ago
- 78e1b70 Failed security check by rajatsharma94 · 10 years ago
- 08b9f20 Security check fail by medhavini · 10 years ago
- 15e2df7 [ci skip] Fix #3778 by Andrey Andreev · 10 years ago
- c19f3b2 Polish changes from PR #3893 by Andrey Andreev · 10 years ago
- 77034ea Merge branch 'feature/form_helper' of github.com:darkhouse/CodeIgniter into feature/form_helpers_extra_array by Andrey Andreev · 10 years ago
- 28c8305 Add check for PCRE UTF-8 support by dimonneon · 10 years ago
- 32bdf1c Add unicode support in url_title function by dimonneon · 10 years ago
- 0c75c82 removed unnecessary change to form_radio, updated docs and added changelog entry by Adam Jackett · 10 years ago
- 9409a2a Fix typo in url_title function description. by Michael Foss · 10 years ago
- 664d25a made all form helpers consistent regarding extra attributes by Adam Jackett · 10 years ago
- aaca76c [ci skip] Change Array helpers element(), elements() signatures by Andrey Andreev · 10 years ago
- 3eea247 Merge pull request #3770 from ftwbzhao/feature/ci/helper by Andrey Andreev · 10 years ago
- 1a973c3 [helper]update plural regular by ftwbzhao · 10 years ago
- c14aa9b Close #3761 by Andrey Andreev · 10 years ago
- b68a811 add <!DOCTYPE html> by Tjoosten · 10 years ago
- 7df6634 [ci skip] Remove some whitespace by Andrey Andreev · 10 years ago
- fa76607 Merge pull request #3562 from avenirer/patch-1 by Andrey Andreev · 10 years ago
- fa61fb2 Update form_helper.php by Adrian Voicu · 10 years ago
- 86e6a19 Update form_helper.php by Adrian Voicu · 10 years ago
- 11bf768 Allow not-escaping the value in set_value() by Adrian Voicu · 10 years ago
- cea5fb7 Adjusted returns/return types to suggestions by Gabriel Potkány · 10 years ago
- 1fb5000 Fixed inconsistent return types by Gabriel Potkány · 10 years ago
- 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
- 2c24561 Revert 7c4d10660a0a47446474bf97e3cb65f80693f1ee by Andrey Andreev · 10 years ago
- fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
- 6157e52 removing extra spaces by Preetham · 10 years ago
- be7e493 Removed img_name from captcha helper by Preetham · 10 years ago
- e291365 closing #51. Added img_id and img_name in capcha helper by Preetham · 10 years ago
- 21c3c22 [ci skip] Update on the changes from PR #3388 by Andrey Andreev · 10 years ago
- 694d400 Flag the smiley helper and shopping cart as deprecated. by James L Parry · 10 years ago
- 6609614 Fix an erroneous variable name by Andrey Andreev · 10 years ago
- bfa1644 removed additional tabs and semicolon by Preetham · 10 years ago
- 83aeef1 Closing #656 and updating documentation by Preetham · 10 years ago
- 692e796 Fix #656 add font_size in create_captcha() by Preetham · 10 years ago
- bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
- f9a615a [ci skip] Remove references to 'PHP5' from comments by Andrey Andreev · 10 years ago
- 09546ed Polish changes following PR #3173 by Andrey Andreev · 10 years ago
- 6854f87 Using ImagePNG in CAPTCHA helper Using ImagePNG function, if ImageJPG not exists by ET-NiK · 10 years ago
- dc5fe5a Last empty line remove by Mian Saleem · 10 years ago
- fc88a5f Update url_helper.php by Mian Saleem · 10 years ago
- a3f13b7 anchor popup attribute missing by Mian Saleem · 10 years ago
- 5286ef0 Fix #3131 by Andrey Andreev · 11 years ago
- 1f5090a Fix a potential undefined variable error by Andrey Andreev · 11 years ago
- 0f7eba2 Fix handling of {unwrap} tags in word_wrap() functions by vlakoff · 11 years ago
- 2a8560c Regex fixes by vlakoff · 11 years ago
- 60f78b4 fix wrong if expression in link_tag by Emmanuel Grognet · 11 years ago
- f039c9f Removed empty line by egig · 11 years ago
- 225f53b Prepare image url. by egig · 11 years ago
- 8bc73eb Making highlight_phrase() to be UTF-8 compatible on demand. by Ivan Tcholakov · 11 years ago
- d2e3a6f Add support for protocol-relative URLs in HTML helpers img(), link_tag() by Andrey Andreev · 11 years ago
- bcb6b8e Check image path is include http:// or https:// by wuwx · 11 years ago
- 15662dd Fix #2919 by Andrey Andreev · 11 years ago
- 93b4e78 Fix #2916 by Andrey Andreev · 11 years ago
- 59f0426 Deprecate HTML helpers nbs(), br() by Andrey Andreev · 11 years ago
- 382b513 Don't use error suppression on is_dir(), file_exists() by Andrey Andreev · 11 years ago
- ea41c8a Don't use error suppression on realpath() + style adjustments by Andrey Andreev · 11 years ago
- 20e802e Really don't use globals by Andrey Andreev · 11 years ago
- be368a8 Date helper days_in_month(), CI_Calendar::get_total_days() changes by Andrey Andreev · 11 years ago
- ceeafe6 Merge pull request #2881 from brenjt/form_helper by Andrey Andreev · 11 years ago
- 1d03ef4 Removed extra space, condensed $defaults by Brennan Thompson · 11 years ago
- 82c78a9 Removed extra spaces and irrelevant condition by Brennan Thompson · 11 years ago
- ffe8ade Micro-optimizations by Andrey Andreev · 11 years ago
- c8ba663 Updated code to match style guide by Brennan Thompson · 11 years ago
- 7a772e5 Removed non permitted changes by Brennan Thompson · 11 years ago
- 21ef97e Dropdown should match style guide now. by Brennan Thompson · 11 years ago
- cfaf8c4 [ci skip] Don't use output buffering in URL helper safe_mailto() by Andrey Andreev · 11 years ago
- 87f6000 Actual fix for extra whitespace by Brennan Thompson · 11 years ago
- 5c2a6bb Removed space for travis ci checks by Brennan Thompson · 11 years ago
- 06a0d62 Fix for selected being NULL from set_value by Brennan Thompson · 11 years ago
- 40cd600 Made form_dropdown compatible with the other form helper methods by Brennan Thompson · 11 years ago
- 6ce4746 Update Text and Inflector helpers to utilize mbstring, if available by Andrey Andreev · 11 years ago