aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11691] Fix table names and arguments/docsJoas Schilling2013-09-261-8/+8
| | | | PHPBB3-11691
* [ticket/11691] Move purge code into new functionJoas Schilling2013-09-261-7/+7
| | | | PHPBB3-11691
* [ticket/11691] Fix typo in commentJoas Schilling2013-09-261-1/+1
| | | | PHPBB3-11691
* [ticket/11691] Add order by to the queryJoas Schilling2013-09-261-1/+2
| | | | PHPBB3-11691
* [ticket/11691] Fix some minor commentsJoas Schilling2013-09-261-4/+3
| | | | PHPBB3-11691
* [ticket/11691] Fix some more problems with softdelete updateJoas Schilling2013-09-261-4/+9
| | | | | | | | * wrong order of arguments on sql_query_limit * avoid "BIGINT UNSIGNED value is out of range" errors * increase limit for the loop PHPBB3-11691
* [ticket/11691] Change detection of effectively_installed()Joas Schilling2013-09-261-1/+3
| | | | | | | When start is set for a migration, it is not yet effectively installed. So we just continue doing it... PHPBB3-11691
* [ticket/11691] Stagger user notification reconversion even moreJoas Schilling2013-09-261-7/+24
| | | | PHPBB3-11691
* [ticket/11691] Stagger the convertion of soft delete updatesJoas Schilling2013-09-261-3/+23
| | | | PHPBB3-11691
* Merge pull request #1565 from naderman/ticket/11700Nils Adermann2013-09-25477-2119/+2985
|\ | | | | [WIP][ticket/11700] Namespaces
| * [ticket/11700] Undo migrations migration, as not an issue for new installsNils Adermann2013-09-251-55/+0
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Update migrations table for namespacesNils Adermann2013-09-251-0/+55
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Only replace phpbb_search in strings that matchNils Adermann2013-09-251-1/+1
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Use spaces, not tabsNils Adermann2013-09-252-17/+17
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Return class names with leading backslash in finderNils Adermann2013-09-251-1/+1
| | | | | | | | PHPBB3-11700
| * Merge pull request #3 from nickvergessen/ticket/naderman/11700Nils Adermann2013-09-252-2/+7
| |\ | | | | | | Ticket/naderman/11700
| | * [ticket/11700] Escape Backslashes from schema_data.sql for MySQLiJoas Schilling2013-09-251-1/+6
| | | | | | | | | | | | PHPBB3-11700
| | * [ticket/11700] Fix unresolvable condition in migrationJoas Schilling2013-09-251-1/+1
| |/ | | | | | | PHPBB3-11700
| * [ticket/11700] No need to escape \ in SQL stringNils Adermann2013-09-191-1/+1
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Correctly load templates for extensionsNils Adermann2013-09-192-7/+7
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Get unit tests to run again with namespacesNils Adermann2013-09-194-5/+9
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-1923-46/+72
| | | | | | | | | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
| * [ticket/11700] Change search backend db entry to namespacesNils Adermann2013-09-192-1/+31
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Fix redirection in common.php until fs dependency on request ↵Nils Adermann2013-09-191-0/+6
| | | | | | | | | | | | is removed PHPBB3-11700
| * [ticket/11700] Correctly load avatar templates for namespaced driversNils Adermann2013-09-192-2/+2
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Correct ucp_auth_link request interface referencesNils Adermann2013-09-191-3/+3
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Correctly handle avatar drivers with namespacesNils Adermann2013-09-191-3/+3
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Fix some more incorrectly changed commentsNils Adermann2013-09-1914-15/+15
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Add file headers to develop scripts for namespaceNils Adermann2013-09-192-0/+30
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Replace some leftover phpbb_filesystem usesNils Adermann2013-09-172-3/+3
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Namespacif skipped filesystem instantiation in testNils Adermann2013-09-171-1/+1
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Namespace needed for mock object in web path testNils Adermann2013-09-171-1/+1
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Get functional tests running after develop mergeNils Adermann2013-09-173-3/+3
| | | | | | | | PHPBB3-11700
| * [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-1716-32/+34
| | | | | | | | PHPBB3-11700
| * Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-1726-161/+558
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: [ticket/11832] Correct paths in tests [ticket/11832] Correct ROOT_PATH variable [ticket/11832] get_url() from phpbb_template_asset should return web path [ticket/11832] Fix INCLUDE(JS/CSS) [ticket/11832] Fix constructions of phpbb_filesystem [ticket/11832] Fix smiley paths [ticket/11832] Create phpbb_symfony_request to handle initiating symfony_request [ticket/11832] Fix build_url and the S_LOGIN_ACTION [ticket/11832] Changing comments to say app.php rather than index.php [ticket/11832] We must instantiate the $phpbb_filesystem in common [ticket/11832] Fix the web path corrections [ticket/11832] More extensive testing [ticket/11832] Use dirname(__FILE__) [ticket/11832] Use $phpbb_filesystem instead of the container in append_sid Revert "[ticket/11832] Make $phpbb_container a global initiated by the framework" [ticket/11832] Make $phpbb_container a global initiated by the framework [ticket/11832] Fix log tests [ticket/11832] update_web_root_path helper and tests [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving) Conflicts: phpBB/common.php phpBB/config/services.yml phpBB/includes/bbcode.php phpBB/includes/functions.php phpBB/includes/functions_messenger.php phpBB/install/index.php phpBB/phpbb/filesystem.php phpBB/phpbb/template/twig/environment.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/dbal/migrator_test.php tests/extension/manager_test.php tests/extension/metadata_manager_test.php tests/filesystem/clean_path_test.php tests/mock/extension_manager.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * | [ticket/11700] Add back accidently deleted file in cache dirNils Adermann2013-09-171-0/+10
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-1729-72/+111
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Correctly convert old acm type to namespaced class nameNils Adermann2013-09-161-1/+1
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Use underscores in avatar driver template file namesNils Adermann2013-09-161-1/+1
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] namespacify phpbb_permissions classNils Adermann2013-09-161-13/+15
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Correct service definitions with namespacesNils Adermann2013-09-161-4/+4
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Load avatar explanations correctly from namespacesNils Adermann2013-09-161-1/+1
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Correctly generate lang key from avatar driver classNils Adermann2013-09-161-1/+1
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Fix leftover backslashes in commentsNils Adermann2013-09-1613-18/+18
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Check for ALLOW_REMOTE_UPLOAD in acp output as expectedNils Adermann2013-09-162-2/+2
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] And some last comments with backslashesNils Adermann2013-09-1611-30/+30
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Fix another case of non-namespaced classnamesNils Adermann2013-09-161-1/+1
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Fix a few more commentsNils Adermann2013-09-1614-20/+20
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] The driver is namespaced now, so properly replace itNils Adermann2013-09-161-1/+1
| | | | | | | | | | | | PHPBB3-11700
| * | [ticket/11700] Default db driver for tests must not lead with \Nils Adermann2013-09-161-1/+1
| | | | | | | | | | | | PHPBB3-11700