Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-08 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+11 | |
Conflicts resolved: system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/captcha_helper.php system/helpers/email_helper.php system/helpers/inflector_helper.php system/helpers/smiley_helper.php system/language/english/form_validation_lang.php system/libraries/Cart.php system/libraries/Form_validation.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php tests/codeigniter/helpers/inflector_helper_test.php user_guide_src/source/helpers/inflector_helper.rst | |||||
2019-01-08 | [ci skip] Close #5482 | Andrey Andreev | 1 | -4/+15 | |
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 1 | -3/+3 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-06-01 | [ci skip] Close #5482 | Andrey Andreev | 1 | -4/+4 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-05-09 | Merge pull request #5108 from ft23/patch-1 | Andrey Andreev | 1 | -0/+1 | |
quizzes singular doesn't work | |||||
2017-05-06 | quizzes singular is doesnt work. | Fatih Turan | 1 | -0/+1 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-10-28 | [ci skip] Clear trailing whitespace from PR #4834 | Andrey Andreev | 1 | -1/+1 | |
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 | moved ordinal_format() helper function from Number helper to Inflector helper | George Petculescu | 1 | -0/+40 | |
2016-10-11 | Merge pull request #4834 from renedekat/patch-1 | Andrey Andreev | 1 | -2/+31 | |
Updated list of words that aren't countable in is_countable() inflector helper | |||||
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-02-07 | hunanize() helper: Escaping the $separator argument. | Ivan Tcholakov | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-04-14 | [helper]update plural regular | ftwbzhao | 1 | -0/+1 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-02-13 | Update Text and Inflector helpers to utilize mbstring, if available | Andrey Andreev | 1 | -8/+9 | |
Text: word_wrap(), ellipsize() Inflector: humanize(), underscore() (rel #2855) | |||||
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -26/+26 | |
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵ | Andrey Andreev | 1 | -11/+10 | |
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-05-17 | Update inflector docblocks, add changelog entry | Timothy Warren | 1 | -5/+5 | |
2012-04-27 | Fix rest of the helpers | Timothy Warren | 1 | -48/+50 | |
2012-03-26 | Remove remaining access description lines from helpers + some style fixes | Andrey Andreev | 1 | -9/+11 | |
2012-03-14 | Merged unit test progress. | Phil Sturgeon | 1 | -7/+4 | |
2012-03-14 | Merge branch 'feature/unit-tests' into develop | Phil Sturgeon | 1 | -1/+1 | |
2012-03-10 | Really fix camelize() | Andrey Andreev | 1 | -1/+1 | |
2012-03-10 | Fix camelize() | Andrey Andreev | 1 | -8/+5 | |
2012-03-10 | Fixed camelize. | Phil Sturgeon | 1 | -1/+1 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-02-29 | Improved plural() and singular(). | Phil Sturgeon | 1 | -56/+96 | |
Avoids double-pluralization using "uncountable words" and better logic. | |||||
2012-01-17 | Fixed error in inflector_helper.php in the singular function. | Wilbur Suero | 1 | -1/+1 | |
The function was excepting $singluar_rules and got $singular_values. | |||||
2012-01-06 | Improve html, inflector & language helpers | Andrey Andreev | 1 | -25/+5 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-25 | Fixing soft tabs in a few files. | Greg Aker | 1 | -45/+45 | |
2011-12-09 | Added ability to change the separator value in the humanize function | Eric Barnes | 1 | -9/+9 | |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-08-13 | Improved logic for plural() and singular() as words like "tax" would become ↵ | Phil Sturgeon | 1 | -48/+67 | |
"taxs" and it was tough to code in new rules. |