Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-03 | Ensure forge comments are actually getting parsed | Zachary Flower | 1 | -0/+2 | |
Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-11-03 | Disable database COMMENT field by default in all other DB Forge drivers | Zachary Flower | 20 | -0/+140 | |
Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-11-03 | Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, ↵ | Zachary Flower | 4 | -0/+33 | |
mysql, and mysqli) Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-10-29 | Merge pull request #3296 from Razican/doc-fix | Andreas Pfotenhauer | 1 | -1/+1 | |
Fixed download link text | |||||
2014-10-29 | Fixed download link text | Razican | 1 | -1/+1 | |
2014-10-29 | [ci skip] Update some (docs) links | Andrey Andreev | 7 | -27/+31 | |
2014-10-28 | [ci skip] Add 2.2.0 to the downloads page in docs | Andrey Andreev | 1 | -0/+1 | |
2014-10-28 | Merge pull request #3295 from jim-parry/fix/user-guide-style-clean | Andrey Andreev | 3 | -4/+15 | |
Revert to default sphinx theme | |||||
2014-10-28 | [ci skip] Untrack nbproject/ | root | 3 | -17/+2 | |
2014-10-28 | Revert to default sphinx theme | James L Parry | 4 | -3/+29 | |
Remove dependency on EllisLab corporate theme - that is not appropriate for us. Reverted to default Sphinx theme, with a couple of options, which have the side-effect of adding back document tree navigation (next/previous) and collapsible menu (albeit a sidebar not a top one). Closes #2605 and closes #2354, for now. This is not a proper styling - that is a separate issue! Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-10-28 | Add a real exception handler | Andrey Andreev | 6 | -13/+211 | |
Close #1590 Close #3200 | |||||
2014-10-28 | The HHVM build on Travis-CI seems to be misconfigured ... | Andrey Andreev | 1 | -1/+1 | |
2014-10-28 | Close #3292 | Andrey Andreev | 4 | -5/+10 | |
2014-10-28 | [ci skip] Update the contribution guide | Andrey Andreev | 1 | -5/+5 | |
2014-10-28 | Merge pull request #3294 from jim-parry/fix/ug-copyright | Andrey Andreev | 1 | -6/+6 | |
Fix/ug copyright | |||||
2014-10-28 | [ci skip] Update composer.json | Andrey Andreev | 1 | -2/+3 | |
2014-10-27 | Specify sphinx version (fixes #3275) | James L Parry | 1 | -1/+1 | |
The latest version of sphinx installed by easy_install is incompatible with our user guide. This change specifies sphinx version 1.2.3, the required one. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-10-27 | [ci skip] Update link to the license in readme.rst | Andrey Andreev | 1 | -2/+2 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 200 | -3585/+4948 | |
2014-10-27 | Fix copyright | James L Parry | 1 | -6/+6 | |
Update the sphinx configuration to reflect BCIT as the copyright holder. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-10-27 | Specify sphinx version (fixes #3275) | James L Parry | 1 | -1/+1 | |
The latest version of sphinx installed by easy_install is incompatible with our user guide. This change specifies sphinx version 1.2.3, the required one. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-10-27 | Revert "Specify sphinx version (fixes #3275)" | James L Parry | 1 | -1/+1 | |
This reverts commit 4ac399216f0c745134830149cb17dd5423243dd1. | |||||
2014-10-27 | Specify sphinx version (fixes #3275) | James L Parry | 1 | -1/+1 | |
The latest version of sphinx installed by easy_install is incompatible with our user guide. This change specifies sphinx version 1.2.3, the required one. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-10-26 | Merge pull request #3287 from appleboy/patch-3 | Andrey Andreev | 1 | -8/+8 | |
update some link. | |||||
2014-10-25 | update some link. | Bo-Yi Wu | 1 | -8/+8 | |
New version of CodeIgniter website http://www.codeigniter.com/ | |||||
2014-10-24 | Merge pull request #3284 from vlakoff/documentation | Andrey Andreev | 2 | -1/+2 | |
Fix Sphinx compilation warnings | |||||
2014-10-24 | Fix Sphinx compilation warnings | vlakoff | 2 | -1/+2 | |
2014-10-23 | Fix #3283 | Andrey Andreev | 1 | -1/+1 | |
2014-10-22 | Merge pull request #3277 from clawoo/develop | Andrey Andreev | 3 | -2/+22 | |
Escape arrays sent as binding values for database queries. | |||||
2014-10-22 | [ci skip] Trim a newline character | Andrey Andreev | 1 | -1/+1 | |
2014-10-22 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -1/+2 | |
2014-10-22 | Merge pull request #3282 from SirDre/patch-3 | Andrey Andreev | 1 | -1/+2 | |
Update mimes.php | |||||
2014-10-22 | [ci skip] Update 2 links to relate to bcit-ci/ | Andrey Andreev | 2 | -2/+2 | |
2014-10-22 | [ci skip] Fix Travis build status badge | Andrey Andreev | 1 | -1/+1 | |
It broke with the repo transition. | |||||
2014-10-22 | Reword change log and add the resulting query in the manual. | clawoo | 2 | -2/+5 | |
2014-10-22 | Close #3280 | Andrey Andreev | 1 | -1/+1 | |
2014-10-22 | Update mimes.php | Andre Gardiner | 1 | -1/+2 | |
Updated a mines for file format ical. Although it is the same as ics the upload library should also recognize ical file format just the same. | |||||
2014-10-21 | Update the change log and the documentation with the array values binding ↵ | clawoo | 2 | -0/+7 | |
feature. | |||||
2014-10-20 | Escape the array elements separately and join them in compile_binds() | clawoo | 1 | -2/+7 | |
2014-10-18 | Escape arrays sent as binding values for database queries. | clawoo | 1 | -1/+6 | |
2014-10-10 | Fix Config_test::test_base_url() | Andrey Andreev | 1 | -3/+8 | |
2014-10-10 | Fix #3270 | Andrey Andreev | 1 | -5/+2 | |
Related: #3268, 4bdb66759c24c41fefec7952b12a0595a671eaa2 | |||||
2014-10-07 | #3253 | Andrey Andreev | 1 | -1/+1 | |
2014-10-07 | Attempt a better base_url auto-detection | Andrey Andreev | 1 | -3/+5 | |
2014-10-06 | Update a config_item() use case for the new NULL return value | Andrey Andreev | 1 | -1/+1 | |
2014-10-06 | E_DEPRECATED is not available in PHP 5.2 | Andrey Andreev | 1 | -1/+8 | |
2014-10-06 | Optimize the composer_autoload check | Andrey Andreev | 1 | -1/+1 | |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 9 | -14/+23 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-10-03 | Merge pull request #3262 from adrianorsouza/pr-fix-doc-input-class | Andrey Andreev | 1 | -1/+1 | |
fix doc block get_request_header() | |||||
2014-10-03 | fix doc block get_request_header() | Adriano Rosa | 1 | -1/+1 | |
This method does not return FALSE as said in doc block, the correct return is STRING or NULL. |