Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | George Petculescu | 1 | -2/+2 | |
original value on failure + docs update regarding this. | |||||
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 | |
Updated list of words that are the same in plural and singular form in English. | |||||
2016-09-30 | Merge pull request #4822 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
Fix PNG file deletion on captcha helper | |||||
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 ↵ | George Petculescu | 1 | -11/+5 | |
file is output'd | |||||
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 | |
This change fixes console errors when using a CSP header that disables inline styles. | |||||
2016-09-25 | - captcha helper uses now filemtime to get file timestamp | George Petculescu | 1 | -4/+5 | |
- captcha generated files are a sha1 of current timestamp and word - changed the usage of microtime to time, as this is a more realistic approach Signed-off-by: George Petculescu <gxgpet@gmail.com> | |||||
2016-08-11 | Removed useless checks | Vivek Dinesh | 1 | -1/+1 | |
Based on GitHub discussion. Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2016-08-11 | URI schemes are not case-sensitive | Vivek Dinesh | 1 | -1/+1 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
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 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
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 | |
Filter php:// wrappers in set_realpath() helper | |||||
2016-07-07 | Update path_helper.php | nopesled | 1 | -1/+1 | |
2016-07-07 | Update path_helper.php | nopesled | 1 | -1/+1 | |
Protect against RFI via php:// wrapper | |||||
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 | |
[ci skip] Fixed PHPDoc parameter name and type discrepancies | |||||
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 | |
Fixed conflicts: user_guide_src/source/overview/at_a_glance.rst | |||||
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 | |
Related: #4407 | |||||
2016-01-29 | Fix #4407 | Andrey Andreev | 1 | -3/+18 | |
2016-01-29 | Fix a regression in Form helper caused by ↵ | Andrey Andreev | 1 | -2/+2 | |
0139e6a4a99cbe9b0cc06f394fa12d5691193b72 | |||||
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 ↵ | Andrey Andreev | 1 | -6/+7 | |
feature/html_meta | |||||
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 | |
* comment of meta fuction adapted * alignments in meta fuction adapted * using '===' comparator in meta function * changing back the example of the meta function help * changing back the default value of the doctype function Also changing test unit to reflect the modification of the meta function (original tests not modified). | |||||
2015-11-25 | HTML Helper - doctype(): now default type is HTML 5 | Sébastien Adam | 1 | -1/+1 | |
2015-11-25 | HTML Helper - meta(): now can generate HTML meta charset & Open Graph property | Sébastien Adam | 1 | -4/+5 | |
2015-11-09 | [ci skip] Fix an infinite loop in captcha helper | Andrey Andreev | 1 | -1/+2 | |