summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-07Update path_helper.phpnopesled1-1/+1
2016-07-07Update path_helper.phpnopesled1-1/+1
Protect against RFI via php:// wrapper
2016-07-06[ci skip] Add a changelog entry for PR #4691Andrey Andreev1-0/+1
2016-07-06Merge pull request #4691 from chestnutprog/developAndrey Andreev1-1/+1
[ci skip] Fix a bug in CI_Upload::data()
2016-07-06Merge pull request #4691 from chestnutprog/developAndrey Andreev1-1/+1
[ci skip] Fix a bug in CI_Upload::data()
2016-07-06Update Upload.phpchestnutprog1-1/+1
特殊文件名可能会引起bug
2016-07-04[ci skip] Fix a changelog entry referenceAndrey Andreev1-1/+1
2016-07-04[ci skip] Make the ZIP library's doc 'Next' button point to DBAndrey Andreev1-1/+1
Suggested in #4682
2016-06-28[ci skip] Add changelog entries for PR #4678Andrey Andreev3-2/+2
2016-06-28Merge pull request #4678 from kenjis/fix-oci8_forgeAndrey Andreev2-4/+69
DBForge adjustments for Oracle
2016-06-28Merge pull request #4678 from kenjis/fix-oci8_forgeAndrey Andreev2-4/+69
DBForge adjustments for Oracle
2016-06-28Remove duplicated $_create_table_ifkenjis1-7/+0
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com>
2016-06-27Fix oci8_forgekenjis2-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-22Fix #4674Andrey Andreev3-2/+11
2016-06-22Fix #4675Andrey Andreev2-3/+6
2016-06-20[ci skip] Remove non-existent parameter from log_message() docsAndrey Andreev1-2/+1
Reported in #4671
2016-06-08Make db_select() clear cached database metadataAndrey Andreev6-0/+6
2016-06-06[ci skip] Add changelog entry for issue #4583, PR #4585Andrey Andreev1-0/+1
2016-06-06Merge branch 'feature/email-attachments' into developAndrey Andreev1-77/+117
2016-06-06Merge branch 'feature/email-attachments' into developAndrey Andreev1-77/+117
2016-06-06Merge pull request #4660 from r4ngy4l/patch-1Andrey Andreev1-6/+6
[ci skip] Fix issues in feaure/email-attachmens
2016-06-04Update Email.phpRobert Angyal1-6/+6
2016-05-26[ci skip] Fix a minor Redis Session bugAndrey Andreev2-2/+3
2016-05-26Merge pull request #4648 from el-ma/developAndrey Andreev1-1/+3
[ci skip] Add two more robots to config/user_agents.php
2016-05-26Merge pull request #4648 from el-ma/developAndrey Andreev1-1/+3
[ci skip] Add two more robots to config/user_agents.php
2016-05-26Fix #4647Andrey Andreev2-1/+2
2016-05-26Update robots in config/user_agents.phpel-ma1-1/+3
Added Majestic-12 and Uptimebot
2016-05-25Merge pull request #4646 from el-ma/developAndrey Andreev1-1/+2
[ci skip] Add "Alexa Crawler" to robots
2016-05-25Merge pull request #4646 from el-ma/developAndrey Andreev1-1/+2
[ci skip] Add "Alexa Crawler" to robots
2016-05-25added "Alexa Crawler"el-ma1-1/+2
2016-05-25[ci skip] Refactor changes from PR #4585Andrey Andreev1-95/+70
Related: #4583
2016-05-25[ci skip] Add 'LONGTEXT' to 'STRING' alias to CUBRID drivers for DBForgeAndrey Andreev3-0/+7
Requested in #4640
2016-05-25Fix #4639Andrey Andreev2-2/+24
Really fix #4633
2016-05-25Amend fix for #4637Andrey Andreev1-1/+1
2016-05-20Merge pull request #4638 from kasimtan/phpdoc_fixesAndrey Andreev13-13/+8
[ci skip] Fixed PHPDoc parameter name and type discrepancies
2016-05-20Merge pull request #4638 from kasimtan/phpdoc_fixesAndrey Andreev13-13/+8
[ci skip] Fixed PHPDoc parameter name and type discrepancies
2016-05-20Removed an extra space charKasim Tan1-1/+1
2016-05-19Fixed PHPDoc parameter name and type discrepanciesKasim Tan13-13/+8
2016-05-19[ci skip] Fix #4637Andrey Andreev2-7/+14
2016-05-19Merge pull request #4635 from jim-parry/fix-userguideAndrey Andreev1-1/+1
[ci skip] Fix a typo in inflector helper docs
2016-05-19Merge pull request #4635 from jim-parry/fix-userguideAndrey Andreev1-1/+1
[ci skip] Fix a typo in inflector helper docs
2016-05-19Fix typo in inflector helper writeup.Master Yoda1-1/+1
Reported by email from Jessie Rubi Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2016-05-17Fix #4633Andrey Andreev3-72/+63
2016-05-16[ci skip] Correct an erroneous step in 2.0.3 to 2.1.0 upgrade instructionsAndrey Andreev1-3/+3
2016-05-11Merge pull request #4625 from rochefort/missing_parenthesisAndrey Andreev2-5/+5
[ci skip] Minor documentation fixes
2016-05-11Merge pull request #4625 from rochefort/missing_parenthesisAndrey Andreev2-5/+5
[ci skip] Minor documentation fixes
2016-05-10Fix docs [ci skip]rochefort2-5/+5
- Fix missing parenthesis of function - Fix incorrect place of a sentence - Fix a missing doc link
2016-05-10Merge pull request #4620 from jim-parry/faviconAndrey Andreev1-0/+0
[ci skip] Add missing favicon to user guide source
2016-05-10Merge pull request #4620 from jim-parry/faviconAndrey Andreev1-0/+0
[ci skip] Add missing favicon to user guide source
2016-05-09Add favicon to user guide source (it was missing).Master Yoda1-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>