Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-24 | Merge pull request #4868 from hex-ci/patch-2 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a doc link | |||||
2016-10-24 | Fix small doc problem. | Hex | 1 | -1/+1 | |
2016-10-21 | [ci skip] Add changelog entry for PR #4862 | Andrey Andreev | 2 | -3/+4 | |
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-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 | 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 | - fixed docs | gxgpet | 1 | -4/+4 | |
2016-10-20 | Accepting strings too, 0 allowed. | gxgpet | 1 | -1/+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 | - 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-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 | 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-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 | [ci skip] Add changelog entry for PR #4821 | Andrey Andreev | 1 | -0/+1 | |
2016-09-27 | Merge pull request #4821 from loga4/redis-cache | Andrey Andreev | 1 | -1/+7 | |
Cache_redis: Select database index if provided | |||||
2016-09-27 | Add database index by default | logach | 1 | -1/+7 | |
Select database if exists | |||||
2016-09-27 | Merge pull request #4810 from Dutchy-/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Remove inline style from form_open() hidden fields | |||||
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-09-12 | Merge pull request #4806 from hex-ci/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix formatting in 2.1.0 upgrade instructions | |||||
2016-09-12 | Fix small doc problem. | Hex | 1 | -2/+2 | |
2016-09-09 | Merge pull request #4805 from intekhabrizvi/develop | Andrey Andreev | 1 | -1/+1 | |
Use MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT as a connection flag instead of option | |||||
2016-09-09 | Removed mysqli options function for ssl certificate verification false | intekhab | 1 | -1/+0 | |
2016-09-09 | supplied flag to turn off mysqli SSL verification if ssl_verify passed as false | intekhab | 1 | -0/+1 | |
2016-08-30 | Merge pull request #4788 from edtsz/patch-2 | Andrey Andreev | 1 | -1/+17 | |
Add OpenOffice mime-types to config/mimes.php | |||||
2016-08-30 | OpenOffice mime-types | Éderson T. Szlachta | 1 | -1/+17 | |
According to IANA media types : http://www.iana.org/assignments/media-types/media-types.xhtml | |||||
2016-08-29 | Merge pull request #4785 from guitarrist/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2016-08-26 | fix typo | Antônio | 1 | -1/+1 | |
2016-08-23 | Merge pull request #4781 from tianhe1986/develop_hash_pbkdf2 | Andrey Andreev | 1 | -1/+1 | |
Hash: processing algorithm name case-insensitively in hash_pbkdf2() | |||||
2016-08-23 | Move strtolower() inside the is_array() check, | tianhe1986 | 1 | -2/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> |