Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-21 | Merge pull request #4862 from gxgpet/remote-develop | Andrey Andreev | 2 | -1/+56 | |
New function for Inflector helper: ordinal_format() | |||||
2016-10-21 | fixed small coding style issues | gxgpet | 1 | -5/+4 | |
2016-10-21 | Fix #4865 | Andrey Andreev | 3 | -1/+2 | |
2016-10-20 | ordinal_format will accept only non-negative natural numbers and return ↵ | George Petculescu | 2 | -7/+8 | |
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 | 4 | -58/+58 | |
2016-10-20 | FV: throw BadMethodCallException when set_rules() called without | Andrey Andreev | 4 | -2/+17 | |
2016-10-20 | [ci skip] Document FV set_rules() fourth parameter | Andrey Andreev | 1 | -1/+2 | |
2016-10-20 | [ci skip] Polish changes and add a changelog entry for PR #4855 | Andrey Andreev | 3 | -2/+13 | |
2016-10-20 | [ci skip] Document FV set_rules() fourth parameter | Andrey Andreev | 1 | -1/+2 | |
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 | Update xmlrpc.rst | Instructor, Computer Systems Technology | 1 | -2/+2 | |
Fix markdown notation | |||||
2016-10-20 | Update Xmlrpc.php | Instructor, Computer Systems Technology | 1 | -1/+1 | |
Fix style | |||||
2016-10-20 | [ci skip] Polish changes and add a changelog entry for PR #4855 | Andrey Andreev | 3 | -4/+5 | |
2016-10-20 | - fixed docs | gxgpet | 1 | -4/+4 | |
2016-10-20 | Accepting strings too, 0 allowed. | gxgpet | 1 | -1/+1 | |
2016-10-20 | Merge pull request #4855 from jim-parry/fix/xmlrpc-timeout | Instructor, Computer Systems Technology | 2 | -3/+6 | |
Fix xmlrpc timeout, #4843 | |||||
2016-10-20 | [ci skip] Add changelog entry for #4863 | Andrey Andreev | 1 | -0/+1 | |
2016-10-20 | Merge pull request #4863 from gxgpet/develop4 | Andrey Andreev | 1 | -0/+1 | |
Add missing method chaining support to CI_Table::set_caption() | |||||
2016-10-20 | Merge pull request #4863 from gxgpet/develop4 | Andrey Andreev | 1 | -0/+1 | |
Add missing method chaining support to CI_Table::set_caption() | |||||
2016-10-20 | - fixed method chaining for set_caption in Table helper. | George Petculescu | 1 | -0/+1 | |
2016-10-19 | added ordinal_format() to Number helper; added to docs the info. | George Petculescu | 2 | -1/+45 | |
2016-10-19 | Merge pull request #4855 from jim-parry/fix/xmlrpc-timeout | Instructor, Computer Systems Technology | 2 | -3/+6 | |
Fix xmlrpc timeout, #4843 | |||||
2016-10-18 | Fix xmlrpc timeout, #4843 | Master Yoda | 2 | -3/+6 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2016-10-17 | Fix #4851 | Andrey Andreev | 7 | -10/+11 | |
2016-10-14 | Merge pull request #4840 from ihatehandles/patch-2 | Andrey Andreev | 1 | -3/+3 | |
[ci skip] Fixed some typos | |||||
2016-10-14 | Merge pull request #4840 from ihatehandles/patch-2 | Andrey Andreev | 1 | -3/+3 | |
[ci skip] Fixed some typos | |||||
2016-10-12 | Fixed typos | ihatehandles | 1 | -3/+3 | |
2016-10-11 | [ci skip] Add new HTTP status codes | Andrey Andreev | 2 | -3/+11 | |
https://tools.ietf.org/html/rfc2817 https://tools.ietf.org/html/rfc6585 Requested in #4835 | |||||
2016-10-11 | [ci skip] Add changelog entry for PR #4834 | Andrey Andreev | 1 | -0/+1 | |
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-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 | - revert: set_caption method chaining will be fixed lately. | George Petculescu | 1 | -1/+0 | |
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-10-07 | - fixed small typo | George Petculescu | 1 | -1/+1 | |
2016-10-03 | [ci skip] Alter a docblock | Andrey Andreev | 1 | -1/+1 | |
2016-10-03 | Fix #4823 | Andrey Andreev | 2 | -2/+26 | |
2016-10-01 | - fixed codingstyle (2) ... | George Petculescu | 1 | -1/+1 | |
2016-10-01 | - fixed codingstyle | George Petculescu | 1 | -1/+1 | |
2016-10-01 | - small fix for HTML Table library: caption is not clearing properly and ↵ | George Petculescu | 2 | -1/+5 | |
method chaining has been fixed for set_caption method. | |||||
2016-09-30 | - download helper uses better file buffering when the content of a local ↵ | George Petculescu | 1 | -9/+3 | |
file is output'd | |||||
2016-09-30 | [ci skip] Add a changelog entry for #4822 | Andrey Andreev | 1 | -0/+1 | |
2016-09-30 | Merge pull request #4822 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
Fix PNG file deletion on captcha helper | |||||
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 | |