aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11835] Fix ucp_auth_link adding in migrationNathan Guse2013-09-101-1/+1
| | | | PHPBB3-11835
* [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joseph Warner2013-09-0638-61/+116
|\ | | | | | | | | | | | | | | | | | | | | | | feature/oauth Conflicts: phpBB/composer.json phpBB/composer.lock phpBB/develop/create_schema_files.php phpBB/includes/ucp/ucp_register.php PHPBB3-11673
| * Merge remote-tracking branch 'Elsensee/ticket/11760' into developDhruv2013-08-1936-36/+36
| |\ | | | | | | | | | | | | | | | | | | # By Oliver Schramm # Via Oliver Schramm * Elsensee/ticket/11760: [ticket/11760] Use phpbb_version_compare() wrapper
| | * [ticket/11760] Use phpbb_version_compare() wrapperOliver Schramm2013-08-0236-36/+36
| | | | | | | | | | | | PHPBB3-11760
| * | Merge pull request #1633 from nickvergessen/ticket/11751Nathan Guse2013-08-091-0/+55
| |\ \ | | | | | | | | [ticket/11751] Add mcp modules for softdelete on update
| | * | [ticket/11751] Add mcp modules for softdelete on updateJoas Schilling2013-07-311-0/+55
| | | | | | | | | | | | | | | | PHPBB3-11751
| * | | Merge remote-tracking branch 'nickvergessen/ticket/11574' into developDhruv2013-08-081-1/+1
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling (16) and Igor Wiedler (6) # Via Joas Schilling (5) and Igor Wiedler (2) * nickvergessen/ticket/11574: (22 commits) [ticket/11574] Remove install/udpate/new/ fallback from database_update.php [ticket/11574] Do not display incompatible package note after successful update [ticket/11574] Remove old "continue step"-message [ticket/11574] Change order of files and database update [ticket/11574] Fix more issues in the updater [ticket/11574] Add trailing slash for consistency [ticket/11574] Fix table prefix in database updater [ticket/11574] Fix various path issues in the updater [ticket/11574] Make install language filename less crazy [ticket/11574] Use alternate DI config file for updater [ticket/11574] Include normalizer so it loads form the correct directory [ticket/11574] Only fall back to install/update versions, when IN_INSTALL ;) [ticket/11574] Use log object instead of old function [ticket/11574] Include vendor into update packages [ticket/11574] Create phpbb_log object before using it. [ticket/11574] Add correct language parameter to return links [ticket/11574] Use request object rather then request_var function [ticket/11574] Load new language files whenever possible [ticket/11574] Require new files in install/index.php and add a class loader [ticket/11574] Require new files in database_update.php and add a class loader ...
| | * | [ticket/11574] Fix more issues in the updaterIgor Wiedler2013-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Stupid mistake in phpbb_create_update_container * Do not bootstrap extensions in installer/updater * Fix template lookup in installer/updater * Do not attempt to delete posts from bots The latter is a really fun problem. Since deleting posts now depends on a new db column that does not exist yet, we cannot call delete_post from a migration, ever. By using retain, we can hack around the issue for now. PHPBB3-11574
| * | | [ticket/11759] Change lowercase to uppercaseOliver Schramm2013-08-0224-47/+47
| | |/ | |/| | | | | | | PHPBB3-11759
| * | [ticket/11757] Fix typo in signature_module_auth migrationOliver Schramm2013-07-301-1/+1
| |/ | | | | | | PHPBB3-11757
* | [feature/oauth] Migration update for new ucp moduleJoseph Warner2013-08-071-1/+16
| | | | | | | | PHPBB3-11673
* | [feature/oauth] Attempt to fix postgres issueJoseph Warner2013-07-311-1/+1
| | | | | | | | PHPBB3-11673
* | [feature/oauth] Fix more errors related to sql changesJoseph Warner2013-07-231-1/+1
| | | | | | | | PHPBB3-11673
* | [feature/oauth] Fix SQL error found in installJoseph Warner2013-07-231-1/+1
| | | | | | | | PHPBB3-11673
* | [feature/oauth] Actual final schema changesJoseph Warner2013-07-231-5/+5
| | | | | | | | PHPBB3-11673
* | [feature/oauth] Finalize schema changesJoseph Warner2013-07-231-2/+2
| | | | | | | | PHPBB3-11673
* | [feature/oauth] Create means to associate phpBB account with externalJoseph Warner2013-07-181-1/+12
| | | | | | | | PHPBB3-11673
* | [feature/oauth] Move last file to appropriate locationJoseph Warner2013-07-141-0/+45
|/ | | | PHPBB3-11673
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-1456-0/+4296
PHPBB3-11698