aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11691] Move purge code into new functionJoas Schilling2013-09-261-7/+7
* [ticket/11691] Fix typo in commentJoas Schilling2013-09-261-1/+1
* [ticket/11691] Add order by to the queryJoas Schilling2013-09-261-1/+2
* [ticket/11691] Fix some minor commentsJoas Schilling2013-09-261-4/+3
* [ticket/11691] Fix some more problems with softdelete updateJoas Schilling2013-09-261-4/+9
* [ticket/11691] Change detection of effectively_installed()Joas Schilling2013-09-261-1/+3
* [ticket/11691] Stagger user notification reconversion even moreJoas Schilling2013-09-261-7/+24
* [ticket/11691] Stagger the convertion of soft delete updatesJoas Schilling2013-09-261-3/+23
* [ticket/11700] Undo migrations migration, as not an issue for new installsNils Adermann2013-09-251-55/+0
* [ticket/11700] Update migrations table for namespacesNils Adermann2013-09-251-0/+55
* [ticket/11700] Only replace phpbb_search in strings that matchNils Adermann2013-09-251-1/+1
* [ticket/11700] Fix unresolvable condition in migrationJoas Schilling2013-09-251-1/+1
* [ticket/11700] Change search backend db entry to namespacesNils Adermann2013-09-191-0/+30
* [ticket/11700] Fix leftover backslashes in commentsNils Adermann2013-09-162-3/+3
* [ticket/11700] And some last comments with backslashesNils Adermann2013-09-161-7/+7
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-1610-16/+16
* [ticket/11700] Actually "one" in comments is not a classNils Adermann2013-09-161-1/+1
* [ticket/11700] Fix installation after develop mergeNils Adermann2013-09-164-8/+16
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-1642-302/+490
|\
| * Merge remote-tracking branch 'imkingdavid/ticket/11824' into developJoas Schilling2013-09-131-0/+25
| |\
| | * [ticket/11824] Change copyright year in migration fileDavid King2013-09-061-1/+1
| | * [ticket/11824] Add option for mod_rewriteDavid King2013-09-031-0/+25
| * | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11373Nathan Guse2013-09-1240-302/+440
| |\ \
| | * | [ticket/11835] Fix ucp_auth_link adding in migrationNathan Guse2013-09-101-1/+1
| | * | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/oauthJoseph Warner2013-09-101-1219/+0
| | |\ \
| | | * | [ticket/11825] Move schema_data.php into includes/ instead of phpbb/Dhruv2013-09-031-1194/+0
| | | |/
| | * | [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ...Joseph Warner2013-09-0640-302/+1588
| | |\ \ | | | |/
| | | * [ticket/11755] MySQL upgrader out of dateNathan Guse2013-09-022-241/+1447
| | | * Merge remote-tracking branch 'Elsensee/ticket/11760' into developDhruv2013-08-1936-36/+36
| | | |\
| | | | * [ticket/11760] Use phpbb_version_compare() wrapperOliver Schramm2013-08-0236-36/+36
| | | * | Merge pull request #1633 from nickvergessen/ticket/11751Nathan Guse2013-08-091-0/+55
| | | |\ \
| | | | * | [ticket/11751] Add mcp modules for softdelete on updateJoas Schilling2013-07-311-0/+55
| | | * | | Merge remote-tracking branch 'nickvergessen/ticket/11574' into developDhruv2013-08-081-1/+1
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | [ticket/11574] Fix more issues in the updaterIgor Wiedler2013-07-141-1/+1
| | | * | | [ticket/11759] Change lowercase to uppercaseOliver Schramm2013-08-0224-47/+47
| | | | |/ | | | |/|
| | | * | [ticket/11757] Fix typo in signature_module_auth migrationOliver Schramm2013-07-301-1/+1
| | | |/
| | * | [feature/oauth] Migration update for new ucp moduleJoseph Warner2013-08-071-1/+16
| | * | [feature/oauth] Attempt to fix postgres issueJoseph Warner2013-07-311-1/+1
| | * | [feature/oauth] Fix more errors related to sql changesJoseph Warner2013-07-231-1/+1
| | * | [feature/oauth] Fix SQL error found in installJoseph Warner2013-07-231-1/+1
| | * | [feature/oauth] Actual final schema changesJoseph Warner2013-07-231-5/+5
| | * | [feature/oauth] Finalize schema changesJoseph Warner2013-07-231-2/+2
| | * | [feature/oauth] Create means to associate phpBB account with externalJoseph Warner2013-07-181-1/+12
| | * | [feature/oauth] Move last file to appropriate locationJoseph Warner2013-07-141-0/+45
| | |/
| * | [ticket/11373] Prune old read notifications with cronNathan Guse2013-07-271-0/+25
| |/
* | [ticket/11700] Get the installer to run with namespacesNils Adermann2013-09-161-1/+1
* | [ticket/11700] Fix number class names in 3.0.x migrationsNils Adermann2013-09-1637-109/+109
* | [ticket/11700] Namespaces and class names should not start with digitsNils Adermann2013-09-1656-40/+40
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-1677-194/+348
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-143-3/+3