aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/driver
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-137-76/+253
| | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (101 commits) [ticket/10491] Make recreate_database static. [ticket/11088] Pass required objects in as arguments [ticket/11088] Globalize objects in new permission function [ticket/11088] Move permission creation to a function [ticket/11088] Copy a_styles permission for a_extensions [ticket/11088] Remove extraneous word from sentence in comment [ticket/11088] Changed "file extensions" to "attachment extensions" [ticket/11088] Fix the database updater to correctly manipulate the modules [ticket/11088] Put language pack module move below extension module creation [ticket/11088] Untested, progress on update script [ticket/11088] Fix typo (period instead of comma) [ticket/11088] Untested progress for update script [ticket/11088] Added missing comma [ticket/11088] Removed added space [ticket/11088] Move style, extension and language pack management to customise [ticket/11243] Show download all link on all pages of topic with attachments [feature/template-events] Pass arguments in correct order. [feature/template-events] Pass arguments in correct order. [ticket/10491] Install board once per test run. [ticket/11257] Do not require set_name() method to exist ...
* [ticket/11015] Restore whitespace to avoid conflict when merging develop.Oleg Pudeyev2012-12-131-1/+1
| | | | PHPBB3-11015
* [ticket/11015] Remove strange method_exists callIgor Wiedler2012-11-161-1/+1
| | | | PHPBB3-11015
* [ticket/11015] Fix some more whitespace in the driverIgor Wiedler2012-11-151-21/+21
| | | | PHPBB3-11015
* [ticket/11015] Fix line endings of phpbb_db_driver to LFIgor Wiedler2012-11-151-1021/+1021
| | | | PHPBB3-11015
* [ticket/11015] Fixup some things from the big mergeIgor Wiedler2012-11-1210-82/+81
| | | | PHPBB3-11015
* [ticket/11015] Correctly set sql_layer in driver base classIgor Wiedler2012-07-211-1/+1
| | | | PHPBB3-11015
* [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-2110-0/+5795
PHPBB3-11015 This allows us to just create the object without having to include the driver first. However, it also means that users must specify the full class name in config.php