Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-06 | Update Upload.php | chestnutprog | 1 | -1/+1 | |
特殊文件名可能会引起bug | |||||
2016-07-04 | [ci skip] Fix a changelog entry reference | Andrey Andreev | 1 | -1/+1 | |
2016-07-04 | [ci skip] Make the ZIP library's doc 'Next' button point to DB | Andrey Andreev | 1 | -1/+1 | |
Suggested in #4682 | |||||
2016-06-28 | [ci skip] Add changelog entries for PR #4678 | Andrey Andreev | 3 | -2/+2 | |
2016-06-28 | Merge pull request #4678 from kenjis/fix-oci8_forge | Andrey Andreev | 2 | -4/+69 | |
DBForge adjustments for Oracle | |||||
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-22 | Fix #4674 | Andrey Andreev | 3 | -2/+11 | |
2016-06-22 | Fix #4675 | Andrey Andreev | 2 | -3/+6 | |
2016-06-20 | [ci skip] Remove non-existent parameter from log_message() docs | Andrey Andreev | 1 | -2/+1 | |
Reported in #4671 | |||||
2016-06-08 | Make db_select() clear cached database metadata | Andrey Andreev | 6 | -0/+6 | |
2016-06-06 | [ci skip] Add changelog entry for issue #4583, PR #4585 | Andrey Andreev | 1 | -0/+1 | |
2016-06-06 | Merge branch 'feature/email-attachments' into develop | Andrey Andreev | 1 | -77/+117 | |
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 | [ci skip] Fix a minor Redis Session bug | Andrey Andreev | 2 | -2/+3 | |
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 | 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 | Fix #4647 | Andrey Andreev | 2 | -1/+2 | |
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 | 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-25 | [ci skip] Add 'LONGTEXT' to 'STRING' alias to CUBRID drivers for DBForge | Andrey Andreev | 3 | -0/+7 | |
Requested in #4640 | |||||
2016-05-25 | Fix #4639 | Andrey Andreev | 2 | -2/+24 | |
Really fix #4633 | |||||
2016-05-25 | Amend fix for #4637 | Andrey Andreev | 1 | -1/+1 | |
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 | 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 | [ci skip] Fix #4637 | Andrey Andreev | 2 | -7/+14 | |
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 | 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-17 | Fix #4633 | Andrey Andreev | 3 | -72/+63 | |
2016-05-16 | [ci skip] Correct an erroneous step in 2.0.3 to 2.1.0 upgrade instructions | Andrey Andreev | 1 | -3/+3 | |
2016-05-11 | Merge pull request #4625 from rochefort/missing_parenthesis | Andrey Andreev | 2 | -5/+5 | |
[ci skip] Minor documentation fixes | |||||
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-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 | [ci skip] Minor optimizations to CI_Email | Andrey Andreev | 1 | -31/+19 | |
2016-05-09 | [ci skip] Fix #4613 | Andrey Andreev | 2 | -0/+6 | |
2016-05-09 | Stop testing 3.1.0-dev on PHP 5.2, 5.3 | Andrey Andreev | 1 | -8/+1 | |
2016-05-09 | Use 5.3.latest on Travis to fix the build errors | Andrey Andreev | 1 | -1/+2 | |
5.3.3 doesn't have ext/openssl ... Also, allow failures on 5.3 | |||||
2016-05-09 | [ci skip] Remove unnecessary backslash from user guide | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Remove unnecessary backslash from user guide |