aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v31x/style_update.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13263] Make sure default style exists and clean up codeMarc Alexander2014-11-011-47/+12
| | | | PHPBB3-13263
* [ticket/13263] Only install/set prosilver if no style availableMarc Alexander2014-11-011-28/+24
| | | | | | | Users that have a nonexistent style selectd will revert back to the default style. PHPBB3-13263
* [ticket/13263] Use prosilver as default style if user's style doesn't existMarc Alexander2014-11-011-0/+175
If prosilver is not installed for whatever reason, it will be installed by the newly added migration. PHPBB3-13263