Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-22 | Replace url_encoded invisible characters case-insensitively. | tianhe1986 | 2 | -2/+14 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-07-21 | Merge pull request #4716 from Ema4rl/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix Session userguide typos | |||||
2016-07-21 | Fixed typos | Harrison Emmanuel | 1 | -2/+2 | |
Changed umark_flash() and umark_temp() to unmark_flash() and unmark_temp() to match with their respective methods in the Session class. | |||||
2016-07-19 | Merge pull request #4705 from tianhe1986/develop_upload_raw_name | Andrey Andreev | 1 | -1/+1 | |
Improve #4691 | |||||
2016-07-19 | Merge pull request #4697 from galdiolo/patch-15 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] recommend PHP >= 5.6 | |||||
2016-07-19 | [ci skip] Fix an undefined index for 'timeout' in Redis session driver | Andrey Andreev | 1 | -2/+3 | |
http://forum.codeigniter.com/thread-64219.html | |||||
2016-07-11 | Use negative length for speeding up. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-07-07 | recommend PHP >= 5.6 | Claudio Galdiolo | 1 | -2/+2 | |
PHP 5.5 end of life is July 10, 2016 | |||||
2016-07-06 | Merge pull request #4691 from chestnutprog/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a bug in CI_Upload::data() | |||||
2016-07-06 | Update Upload.php | chestnutprog | 1 | -1/+1 | |
特殊文件名可能会引起bug | |||||
2016-06-28 | Merge pull request #4678 from kenjis/fix-oci8_forge | Andrey Andreev | 2 | -4/+69 | |
DBForge adjustments for Oracle | |||||
2016-06-28 | Remove duplicated $_create_table_if | kenjis | 1 | -7/+0 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2016-06-27 | Fix oci8_forge | kenjis | 2 | -0/+72 | |
* Oracle does not have `create table if exists` * Oracle has only NUMBER for integer Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2016-06-06 | Merge branch 'feature/email-attachments' into develop | Andrey Andreev | 1 | -77/+117 | |
2016-06-06 | Merge pull request #4660 from r4ngy4l/patch-1 | Andrey Andreev | 1 | -6/+6 | |
[ci skip] Fix issues in feaure/email-attachmens | |||||
2016-06-04 | Update Email.php | Robert Angyal | 1 | -6/+6 | |
2016-05-26 | Merge pull request #4648 from el-ma/develop | Andrey Andreev | 1 | -1/+3 | |
[ci skip] Add two more robots to config/user_agents.php | |||||
2016-05-26 | Update robots in config/user_agents.php | el-ma | 1 | -1/+3 | |
Added Majestic-12 and Uptimebot | |||||
2016-05-25 | Merge pull request #4646 from el-ma/develop | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Add "Alexa Crawler" to robots | |||||
2016-05-25 | added "Alexa Crawler" | el-ma | 1 | -1/+2 | |
2016-05-25 | [ci skip] Refactor changes from PR #4585 | Andrey Andreev | 1 | -95/+70 | |
Related: #4583 | |||||
2016-05-20 | Merge pull request #4638 from kasimtan/phpdoc_fixes | Andrey Andreev | 13 | -13/+8 | |
[ci skip] Fixed PHPDoc parameter name and type discrepancies | |||||
2016-05-20 | Removed an extra space char | Kasim Tan | 1 | -1/+1 | |
2016-05-19 | Fixed PHPDoc parameter name and type discrepancies | Kasim Tan | 13 | -13/+8 | |
2016-05-19 | Merge pull request #4635 from jim-parry/fix-userguide | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a typo in inflector helper docs | |||||
2016-05-19 | Fix typo in inflector helper writeup. | Master Yoda | 1 | -1/+1 | |
Reported by email from Jessie Rubi Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2016-05-11 | Merge pull request #4625 from rochefort/missing_parenthesis | Andrey Andreev | 2 | -5/+5 | |
[ci skip] Minor documentation fixes | |||||
2016-05-10 | Fix docs [ci skip] | rochefort | 2 | -5/+5 | |
- Fix missing parenthesis of function - Fix incorrect place of a sentence - Fix a missing doc link | |||||
2016-05-10 | Merge pull request #4620 from jim-parry/favicon | Andrey Andreev | 1 | -0/+0 | |
[ci skip] Add missing favicon to user guide source | |||||
2016-05-09 | Add favicon to user guide source (it was missing). | Master Yoda | 1 | -0/+0 | |
This was mentioned in a tweet. The user guide currently has a configuraiton setting with a favicon link, but it referenced a non-existant file. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2016-05-09 | Stop testing 3.1.0-dev on PHP 5.2, 5.3 | Andrey Andreev | 1 | -8/+1 | |
2016-05-09 | [ci skip] Remove unnecessary backslash from user guide | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Remove unnecessary backslash from user guide | |||||
2016-05-06 | Remove unnecessary backslash from user guide. | kadoppe | 1 | -1/+1 | |
Signed-off-by: kadoppe <kadoppe@me.com> | |||||
2016-05-04 | #4583 Refactor according to the suggestions commented on Pull Request | Robert Angyal | 1 | -9/+7 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-28 | #4583 Refactor according to the suggestions commented on Pull Request | Robert Angyal | 1 | -38/+30 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-28 | Merge pull request #4603 from rochefort/fix-type | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix a parameter type in url_title() docs | |||||
2016-04-27 | Fix a type of parameter in url_title [ci skip] | rochefort | 1 | -2/+2 | |
2016-04-20 | #4583 Fix code style issues | Robert Angyal | 1 | -8/+16 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-17 | Fixes #4583 by separating attachments to related and mixed multiparts | Robert Angyal | 1 | -34/+101 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-12 | Merge pull request #4579 from mokalovesoulmate/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a CI_Email documentation example | |||||
2016-04-12 | Removed double quotes on $cid because if we using quotes, the embedded image ↵ | Moses Kurniawan | 1 | -1/+1 | |
will not appear. | |||||
2016-03-21 | Merge branch '3.0-stable' into develop | Andrey Andreev | 10 | -110/+231 | |
Resolved conflicts: 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 | |||||
2016-03-21 | [ci skip] Mark the start of 3.0.7 development | Andrey Andreev | 6 | -4/+26 | |
2016-03-21 | [ci skip] Prepare for 3.0.6 release | Andrey Andreev | 4 | -5/+5 | |
2016-03-17 | Merge pull request #4544 from fulopm/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix codeblock formatting in Zip library docs | |||||
2016-03-17 | Merge pull request #4544 from fulopm/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix codeblock formatting in Zip library docs | |||||
2016-03-17 | adding code format on line 29 | Fülöp Márk | 1 | -1/+1 | |
2016-03-16 | A small Migrations tweak | Andrey Andreev | 1 | -1/+6 | |
2016-03-16 | Fix #4539 | Andrey Andreev | 2 | -34/+65 | |
2016-03-16 | [ci skip] Add upgrade instructions for CI_Cache changes | Andrey Andreev | 1 | -2/+29 | |