Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-31 | fixed coding style (2) | George PETCULESCU | 1 | -1/+1 | |
2016-10-31 | fixed coding style | George PETCULESCU | 1 | -1/+1 | |
2016-10-31 | Merge pull request #4893 from tianhe1986/develop_fix_dbdriver_quote | Andrey Andreev | 2 | -2/+2 | |
Fix compile_binds: do not use back references inside a character class. | |||||
2016-10-31 | Fix compile_binds: do not use back references inside a character class. | tianhe1986 | 2 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-31 | Fix #4890 | Andrey Andreev | 1 | -4/+4 | |
2016-10-31 | Merge pull request #4886 from tianhe1986/develop_dbdriver_quote | Andrey Andreev | 2 | -2/+2 | |
Detect double-quoted strings in DB::compile_binds() | |||||
2016-10-31 | Merge pull request #4886 from tianhe1986/develop_dbdriver_quote | Andrey Andreev | 2 | -2/+2 | |
Detect double-quoted strings in DB::compile_binds() | |||||
2016-10-31 | single entry restriction if $filename is an array | George Petculescu | 1 | -1/+1 | |
2016-10-31 | download helper should be able to offer a download by reading a local file ↵ | George Petculescu | 1 | -7/+21 | |
and also a custom destination filename. | |||||
2016-10-28 | Revert "Match single quote in is_write_type()." | tianhe1986 | 1 | -1/+1 | |
This reverts commit eef5951ae313c2c4080e94b8c1aa743a6d6c93b7. Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 27 | -107/+550 | |
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/form_validation.rst | |||||
2016-10-28 | [ci skip] Mark the start of 3.1.3-dev | Andrey Andreev | 1 | -1/+1 | |
2016-10-28 | [ci skip] Prepare for 3.1.2 release | Andrey Andreev | 1 | -1/+1 | |
2016-10-28 | [ci skip] xss_clean() hardening | Andrey Andreev | 1 | -10/+11 | |
- percent-sign tag (IE) - data: URI scheme inclinding whitespace (Chrome) | |||||
2016-10-28 | Merge pull request #4826 from gxgpet/develop2 | Andrey Andreev | 1 | -0/+1 | |
Make CI_Table::clear() reset captions | |||||
2016-10-28 | Improve byte-safety | Andrey Andreev | 4 | -41/+235 | |
2016-10-28 | Match single quote in is_write_type(). | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-28 | Match both single and double quote in compile_binds(). | tianhe1986 | 2 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-28 | [ci skip] Clear trailing whitespace from PR #4834 | Andrey Andreev | 1 | -1/+1 | |
2016-10-28 | Fix #4884 | Andrey Andreev | 1 | -1/+1 | |
2016-10-27 | [ci skip] Another attempt at #4874 | Andrey Andreev | 1 | -2/+3 | |
2016-10-27 | Fix #4871 | Andrey Andreev | 1 | -3/+5 | |
2016-10-27 | Fix #4874 | Andrey Andreev | 1 | -9/+54 | |
2016-10-27 | Close #4875 | Andrey Andreev | 1 | -1/+20 | |
2016-10-27 | [ci skip] This is 3.1.2-dev | Andrey Andreev | 1 | -1/+1 | |
2016-10-26 | Fix #4877 | Andrey Andreev | 1 | -5/+29 | |
2016-10-22 | [ci skip] Prepare for 3.1.1 release | Andrey Andreev | 1 | -1/+1 | |
2016-10-22 | Merge branch 'security/entity_decode' into 3.1-stable | Andrey Andreev | 1 | -17/+22 | |
2016-10-22 | Close #4830, #3649 | Andrey Andreev | 2 | -6/+48 | |
2016-10-22 | Allow binding 0, null out of array in query() | Andrey Andreev | 1 | -1/+1 | |
2016-10-21 | [ci skip] Add changelog entry for PR #4862 | Andrey Andreev | 1 | -3/+3 | |
2016-10-21 | Merge pull request #4862 from gxgpet/remote-develop | Andrey Andreev | 1 | -0/+39 | |
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 | 2 | -1/+1 | |
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 | FV: throw BadMethodCallException when set_rules() called without | Andrey Andreev | 1 | -1/+5 | |
2016-10-20 | [ci skip] Polish changes and add a changelog entry for PR #4855 | Andrey Andreev | 1 | -1/+1 | |
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.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 | 1 | -2/+2 | |
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 | 1 | -3/+2 | |
Fix xmlrpc timeout, #4843 | |||||
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 | 1 | -0/+29 | |
2016-10-18 | Fix xmlrpc timeout, #4843 | Master Yoda | 1 | -3/+2 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> |