summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-20[ci skip] Polish changes and add a changelog entry for PR #4855Andrey Andreev3-2/+13
2016-10-20[ci skip] Document FV set_rules() fourth parameterAndrey Andreev1-1/+2
2016-10-20 fixed coding style + removal of extra paranthesisgxgpet1-2/+3
2016-10-20fixed floating for ordinal_format()gxgpet1-1/+1
2016-10-20small refactorisationsgxgpet1-2/+12
2016-10-20Update xmlrpc.rstInstructor, Computer Systems Technology1-2/+2
Fix markdown notation
2016-10-20Update Xmlrpc.phpInstructor, Computer Systems Technology1-1/+1
Fix style
2016-10-20[ci skip] Polish changes and add a changelog entry for PR #4855Andrey Andreev3-4/+5
2016-10-20- fixed docsgxgpet1-4/+4
2016-10-20Accepting strings too, 0 allowed.gxgpet1-1/+1
2016-10-20Merge pull request #4855 from jim-parry/fix/xmlrpc-timeoutInstructor, Computer Systems Technology2-3/+6
Fix xmlrpc timeout, #4843
2016-10-20[ci skip] Add changelog entry for #4863Andrey Andreev1-0/+1
2016-10-20Merge pull request #4863 from gxgpet/develop4Andrey Andreev1-0/+1
Add missing method chaining support to CI_Table::set_caption()
2016-10-20Merge pull request #4863 from gxgpet/develop4Andrey Andreev1-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 Petculescu1-0/+1
2016-10-19added ordinal_format() to Number helper; added to docs the info.George Petculescu2-1/+45
2016-10-19Merge pull request #4855 from jim-parry/fix/xmlrpc-timeoutInstructor, Computer Systems Technology2-3/+6
Fix xmlrpc timeout, #4843
2016-10-18Fix xmlrpc timeout, #4843Master Yoda2-3/+6
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2016-10-17Fix #4851Andrey Andreev7-10/+11
2016-10-14Merge pull request #4840 from ihatehandles/patch-2Andrey Andreev1-3/+3
[ci skip] Fixed some typos
2016-10-14Merge pull request #4840 from ihatehandles/patch-2Andrey Andreev1-3/+3
[ci skip] Fixed some typos
2016-10-12Fixed typosihatehandles1-3/+3
2016-10-11[ci skip] Add new HTTP status codesAndrey Andreev2-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 #4834Andrey Andreev1-0/+1
2016-10-11Merge pull request #4834 from renedekat/patch-1Andrey Andreev1-2/+31
Updated list of words that aren't countable in is_countable() inflector helper
2016-10-11Merge pull request #4834 from renedekat/patch-1Andrey Andreev1-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 Petculescu1-1/+0
2016-10-10Updated list of words that aren't countableRené de Kat1-2/+31
Updated list of words that are the same in plural and singular form in English.
2016-10-07- fixed small typoGeorge Petculescu1-1/+1
2016-10-03[ci skip] Alter a docblockAndrey Andreev1-1/+1
2016-10-03Fix #4823Andrey Andreev2-2/+26
2016-10-01- fixed codingstyle (2) ...George Petculescu1-1/+1
2016-10-01- fixed codingstyleGeorge Petculescu1-1/+1
2016-10-01- small fix for HTML Table library: caption is not clearing properly and ↵George Petculescu2-1/+5
method chaining has been fixed for set_caption method.
2016-09-30[ci skip] Add a changelog entry for #4822Andrey Andreev1-0/+1
2016-09-30Merge pull request #4822 from gxgpet/developAndrey Andreev1-1/+2
Fix PNG file deletion on captcha helper
2016-09-30Merge pull request #4822 from gxgpet/developAndrey Andreev1-1/+2
Fix PNG file deletion on captcha helper
2016-09-28- reverting changes, wrong branch selected.George Petculescu1-5/+11
2016-09-28- download helper uses better file buffering when the content of a local ↵George Petculescu1-11/+5
file is output'd
2016-09-27- fixed identationGeorge Petculescu1-1/+1
2016-09-27- captcha helper will now look for .png files too when deleting old filesGeorge Petculescu1-1/+2
2016-09-27- revertGeorge Petculescu1-5/+4
2016-09-27[ci skip] Add changelog entry for PR #4821Andrey Andreev1-0/+1
2016-09-27Merge pull request #4821 from loga4/redis-cacheAndrey Andreev1-1/+7
Cache_redis: Select database index if provided
2016-09-27Add database index by defaultlogach1-1/+7
Select database if exists
2016-09-27Fix entity_decode() issueAndrey Andreev3-17/+32
2016-09-27Fix #4809Andrey Andreev2-0/+50
2016-09-27Merge pull request #4810 from Dutchy-/patch-1Andrey Andreev1-1/+1
Remove inline style from form_open() hidden fields
2016-09-27Merge pull request #4810 from Dutchy-/patch-1Andrey Andreev1-1/+1
Remove inline style from form_open() hidden fields
2016-09-27Remove inline styles from hidden form inputEdwin Smulders1-1/+1
This change fixes console errors when using a CSP header that disables inline styles.