aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310/softdelete_p1.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12121] Preserve link redirect counts when updating from 3.0.x.Cesar G2014-04-151-0/+9
| | | | PHPBB3-12121
* [ticket/12349] Update license header in several new filesJoas Schilling2014-04-031-1/+1
| | | | PHPBB3-12349
* [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] Stagger the convertion of soft delete updatesJoas Schilling2013-09-261-3/+23
| | | | PHPBB3-11691
* [ticket/11700] Namespaces and class names should not start with digitsNils Adermann2013-09-161-0/+173
PHPBB3-11700