Age | Commit message (Expand) | Author | Files | Lines |
2016-10-31 | single entry restriction if $filename is an array | George Petculescu | 1 | -1/+1 |
2016-10-31 | download helper should be able to offer a download by reading a local file an... | George Petculescu | 1 | -7/+21 |
2016-10-21 | [ci skip] Add changelog entry for PR #4862 | Andrey Andreev | 1 | -3/+3 |
2016-10-21 | fixed small coding style issues | gxgpet | 1 | -5/+4 |
2016-10-20 | ordinal_format will accept only non-negative natural numbers and return origi... | George Petculescu | 1 | -2/+2 |
2016-10-20 | fixed unnecessary file termination for Number helper | George Petculescu | 1 | -1/+1 |
2016-10-20 | moved ordinal_format() helper function from Number helper to Inflector helper | George Petculescu | 2 | -41/+41 |
2016-10-20 | fixed coding style + removal of extra paranthesis | gxgpet | 1 | -2/+3 |
2016-10-20 | fixed floating for ordinal_format() | gxgpet | 1 | -1/+1 |
2016-10-20 | small refactorisations | gxgpet | 1 | -2/+12 |
2016-10-20 | Accepting strings too, 0 allowed. | gxgpet | 1 | -1/+1 |
2016-10-19 | added ordinal_format() to Number helper; added to docs the info. | George Petculescu | 1 | -0/+29 |
2016-10-10 | Updated list of words that aren't countable | René de Kat | 1 | -2/+31 |
2016-09-30 | Merge pull request #4822 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 |
2016-09-28 | - reverting changes, wrong branch selected. | George Petculescu | 1 | -5/+11 |
2016-09-28 | - download helper uses better file buffering when the content of a local file... | George Petculescu | 1 | -11/+5 |
2016-09-27 | - fixed identation | George Petculescu | 1 | -1/+1 |
2016-09-27 | - captcha helper will now look for .png files too when deleting old files | George Petculescu | 1 | -1/+2 |
2016-09-27 | - revert | George Petculescu | 1 | -5/+4 |
2016-09-27 | Remove inline styles from hidden form input | Edwin Smulders | 1 | -1/+1 |
2016-09-25 | - captcha helper uses now filemtime to get file timestamp | George Petculescu | 1 | -4/+5 |
2016-08-11 | Removed useless checks | Vivek Dinesh | 1 | -1/+1 |
2016-08-11 | URI schemes are not case-sensitive | Vivek Dinesh | 1 | -1/+1 |
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -67/+12 |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -67/+12 |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -4/+6 |
2016-07-26 | [ci skip] Whitespace | Andrey Andreev | 1 | -1/+1 |
2016-07-26 | Merge pull request #4709 from nopesled/develop | Andrey Andreev | 1 | -1/+1 |
2016-07-07 | Update path_helper.php | nopesled | 1 | -1/+1 |
2016-07-07 | Update path_helper.php | nopesled | 1 | -1/+1 |
2016-06-22 | Fix #4675 | Andrey Andreev | 1 | -3/+5 |
2016-05-20 | Merge pull request #4638 from kasimtan/phpdoc_fixes | Andrey Andreev | 1 | -1/+1 |
2016-05-20 | Removed an extra space char | Kasim Tan | 1 | -1/+1 |
2016-05-19 | Fixed PHPDoc parameter name and type discrepancies | Kasim Tan | 1 | -1/+1 |
2016-02-09 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -28/+44 |
2016-02-07 | hunanize() helper: Escaping the $separator argument. | Ivan Tcholakov | 1 | -1/+1 |
2016-02-04 | Fix #4427 | Andrey Andreev | 1 | -22/+23 |
2016-01-29 | Fix an error from 6af9dd6e24687b6a7b9d14a058a47edcac761e61 | Andrey Andreev | 1 | -1/+1 |
2016-01-29 | Fix #4407 | Andrey Andreev | 1 | -3/+18 |
2016-01-29 | Fix a regression in Form helper caused by 0139e6a4a99cbe9b0cc06f394fa12d56911... | Andrey Andreev | 1 | -2/+2 |
2016-01-20 | Default doctype is now HTML 5 | Sébastien Adam | 1 | -1/+1 |
2016-01-11 | Polish changes from PR #4269 | Andrey Andreev | 1 | -7/+21 |
2016-01-11 | Merge branch 'develop' of github.com:sebastienadam/CodeIgniter into feature/h... | Andrey Andreev | 1 | -6/+7 |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 21 | -21/+21 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 21 | -42/+42 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 21 | -42/+42 |
2015-12-03 | Fix #4283 | Andrey Andreev | 1 | -1/+2 |
2015-12-01 | Forgot change in the comment on the meta function | Sébastien Adam | 1 | -1/+1 |
2015-12-01 | Modified as asked after pull request: | Sébastien Adam | 1 | -7/+7 |
2015-11-25 | HTML Helper - doctype(): now default type is HTML 5 | Sébastien Adam | 1 | -1/+1 |