- 01b129a Fix docblocks A-H by Timothy Warren · 13 years ago
- 14c350c Update system/helpers/file_helper.php by st2 · 13 years ago
- bbd9dd3 Tweak to comments to conform to style guide. by Sam Li · 13 years ago
- d52e3b1 Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277 by Sam Li · 13 years ago
- fd6c2bc Fix issue #1238 by Andrey Andreev · 13 years ago
- e92df33 Remove remaining access description lines from helpers + some style fixes by Andrey Andreev · 13 years ago
- 3419db1 Further improve a for() loop by Andrey Andreev · 13 years ago
- a720961 Some more minor improvements by Andrey Andreev · 13 years ago
- 33101f4 Merge upstream branch by Andrey Andreev · 13 years ago
- 925d373 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-acc by Andrey Andreev · 13 years ago
- 84c3b27 Remove access description lines and cleanup the string and typography helpers by Andrey Andreev · 13 years ago
- b251864 Remove access description lines and cleanup the file and email helpers by Andrey Andreev · 13 years ago
- 1222087 Remove access description lines and cleanup the url helper by Andrey Andreev · 13 years ago
- 93a83c7 Remove access description lines and cleanup the form helper by Andrey Andreev · 13 years ago
- 2046b1a Remove access description lines and cleanup the html helper by Andrey Andreev · 13 years ago
- 627e172 Remove access description lines and cleanup the download, language, number, path & xml helpers by Andrey Andreev · 13 years ago
- e684bda Clear some spaces and fix some inconsistencies in the Zip library and system/helpers/ files by Andrey Andreev · 13 years ago
- e6f7d61 Remove EOF newlines by Andrey Andreev · 13 years ago
- 151ba1c Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-acc by Andrey Andreev · 13 years ago
- 7eea306 Apply strtolower() to hash support check in do_hash() by Andrey Andreev · 13 years ago
- 50bff7c Fix possible error messages with do_hash() and alter a changelog entry by Andrey Andreev · 13 years ago
- cf10de5 Merge pull request #1182 from freewil/cookies-httponly by Andrey Andreev · 13 years ago
- 8840c96 use php's hash() function for do_hash() helper by freewil · 13 years ago
- 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
- 08d75dd Merge pull request #1165 from junap/develop by Andrey Andreev · 13 years ago
- 15a29e1 Merged unit test progress. by Phil Sturgeon · 13 years ago
- 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
- 597eb21 check array count for seconds unit too by Roger Herbert · 13 years ago
- 8d69aa1 changed default value for $units to 7 by Roger Herbert · 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
- d153002 Clean up the directory helper by Andrey Andreev · 13 years ago
- 6b47711 Remove access description line by Andrey Andreev · 13 years ago
- 8681633 Merge upstream branch by Andrey Andreev · 13 years ago
- e561733 Clean up the array helper by Andrey Andreev · 13 years ago
- 6013856 Merge upstream branch by Andrey Andreev · 13 years ago
- dbf4a5a Clean up the cookie helper by Andrey Andreev · 13 years ago
- fc49a65 Extra by Taufan Aditya · 13 years ago
- 7164cda Minimal PHP version annotation by Taufan Aditya · 13 years ago
- 4a7dd98 Left the function_exists due some security restriction in some hosting environment 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
- 0863157 defaults for the function by nihaopaul · 13 years ago
- b6a8443 test if isset(['name']) is actually set instead of assuming it to be by nihaopaul · 13 years ago
- 8abb67c code readability improvements by nihaopaul · 13 years ago
- 4252f8d form_dropdown() will now also take an array for unity with other form helpers., false => FALSE and the options check fixed by nihaopaul · 13 years ago
- 10ecad5 form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
- ca5cabc form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
- 0ba29f5 form_dropdown() will now also take an array for unity with other form helpers. by nihaopaul · 13 years ago
- 3d933b6 Fix erroneus regex from previous commit by Andrey Andreev · 13 years ago
- fce2ed6 Added an Android <= 2.1 specific check to force_download() by Andrey Andreev · 13 years ago
- b8fb66b AND -> && by Roger Herbert · 13 years ago
- 04c146d refactored to start from latest version, also less diff pain by Roger Herbert · 13 years ago
- 11f46f7 Revert "Make timespan() helper show fuzzier periods if required" by Roger Herbert · 13 years ago
- 03dbcf0 Make timespan() helper show fuzzier periods if required by Roger Herbert · 13 years ago
- c6dfcca Really fix camelize() by Andrey Andreev · 13 years ago
- 52a31ba Fix camelize() by Andrey Andreev · 13 years ago
- e40c763 Fixed camelize. by Phil Sturgeon · 13 years ago
- 4da9478 Removed quotes from the Content-Type header to support mime-type detection on android by dododedodonl · 13 years ago
- 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- 7203d54 Merge upstream branch by Andrey Andreev · 13 years ago
- c2659b8 fix + style fix by Michiel Vugteveen · 13 years ago
- 0f2cb79 Merged develop and fixed conflicts. by Phil Sturgeon · 13 years ago
- a2bd363 Updated with 2.1-stable. by Phil Sturgeon · 13 years ago
- 1a69710 Allow developers to use any string as a separator, not just dashes or underscores. by tubalmartin · 13 years ago
- f8f04ce Fixed conflicts. by Phil Sturgeon · 13 years ago
- 3edd88e An even better url_title helper. Tests: http://codepad.org/tuJgvkyN by tubalmartin · 13 years ago
- 8edf87d Remove a PHP_VERSION < 5 check (no longer needed) by Andrey Andreev · 13 years ago
- db0c062 Change end() usage due to E_STRICT messages by Andrey Andreev · 13 years ago
- 5040607 Merge upstream branch by Andrey Andreev · 13 years ago
- 002b4be Improved plural() and singular(). by Phil Sturgeon · 13 years ago
- b38c5dd Add an optional set_mime parameter to force_download() by Andrey Andreev · 13 years ago
- 827a92a Merge pull request #934 from wilburhimself/develop by Phil Sturgeon · 13 years ago
- 51a2281 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
- 0e4d2b6 Fix bug #195 by Eric Roberts · 13 years ago
- 5ad9e4e Replace AND with && by Andrey Andreev · 13 years ago
- 63a2100 Some more cleaning by Andrey Andreev · 13 years ago
- c357f5e Fixed error in inflector_helper.php in the singular function. by Wilbur Suero · 13 years ago
- 3b8ad8f Fix a bug in the File helper by Andrey Andreev · 13 years ago
- 4f2933d Some more misc. stuff by Andrey Andreev · 13 years ago
- debcc36 Improve typography, url & xml helpers by Andrey Andreev · 13 years ago
- 9252d7b Merge pull request #871 from narfbg/develop-helpers-eff by Phil Sturgeon · 13 years ago
- cad20a2 Merge pull request #872 from narfbg/develop-helpers-hil by Phil Sturgeon · 13 years ago
- a381d17 Improve number, path & security helpers by Andrey Andreev · 13 years ago
- 1e6b72c Improve html, inflector & language helpers by Andrey Andreev · 13 years ago
- 8bf6bb6 Improve email, file & form helpers by Andrey Andreev · 13 years ago
- f1b43d4 Improve array, captcha & cookie helpers by Andrey Andreev · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
- ef38f0a Merge branch 'develop' into feature/unit-tests by Greg Aker · 13 years ago
- 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
- 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
- c836978 Merge branch 'refs/heads/develop' into feature/unit-tests by Eric Barnes · 13 years ago
- 7e66dda Merge branch 'refs/heads/develop' into feature/unit-tests by Eric Barnes · 13 years ago
- 9a05d2b Changed form_open() to compare $action against base_url() by John Nicely · 13 years ago