aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | [ticket/11728] Replace topic_approved with topic_visibilityJoas Schilling2013-07-221-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-11728
| * | | | | Merge pull request #1589 from marc1706/ticket/11717Nathan Guse2013-07-221-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | [ticket/11717] Use topic_posts_approved instead of topic_replies
| | * | | | [ticket/11717] Use topic_posts_approved instead of topic_repliesMarc Alexander2013-07-201-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the move to soft-delete, the topic_replies column no longer exists in the topics table. Instead, the column topic_posts_approved should be used. PHPBB3-11717
| * | | | Merge pull request #1513 from nickvergessen/ticket/11582Nathan Guse2013-07-221-0/+340
| |\ \ \ \ | | | | | | | | | | | | Ticket/11582 Split permission logic from translations
| | * | | | [ticket/11582] Test the event and and fix it.Joas Schilling2013-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11582
| | * | | | [ticket/11582] Move file to new directoryJoas Schilling2013-07-141-0/+340
| | | |/ / | | |/| | | | | | | | | | | | PHPBB3-11582
| * | | | [ticket/11707] Twig DEFINE not working as expectedNathaniel Guse2013-07-191-4/+8
| | |/ / | |/| | | | | | | | | | PHPBB3-11707
| * | | [ticket/11706] Use @ to suppress errors for getimagesize in remote avatarMarc Alexander2013-07-141-1/+1
| | |/ | |/| | | | | | | PHPBB3-11706
| * | Merge remote-tracking branch 'galaxyAbstractor/ticket/11697' into developAndreas Fischer2013-07-141-1/+1
| |/ | | | | | | | | * galaxyAbstractor/ticket/11697: [ticket/11697] author_search() used incorrect parameter
* | [ticket/11700] Get the installer to run with namespacesNils Adermann2013-09-162-4/+11
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Avoid \t in double quoted strings for template codeNils Adermann2013-09-161-1/+1
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-161-13/+13
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Fix number class names in 3.0.x migrationsNils Adermann2013-09-1637-109/+109
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Namespaces and class names should not start with digitsNils Adermann2013-09-1656-40/+40
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-16243-1047/+1533
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Use a new style constructor for the error collectorNils Adermann2013-07-141-1/+1
| | | | | | | | PHPBB3-11700
* | [ticket/11700] include and define are not valid class namesNils Adermann2013-07-145-8/+8
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Implement namespace loading in the class loaderNils Adermann2013-07-141-31/+18
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-1430-113/+113
| | | | | | | | PHPBB3-11700
* | [ticket/11700] With namespaces interface will no longer be a valid classnameNils Adermann2013-07-1411-14/+14
|/ | | | PHPBB3-11700
* [ticket/11696] Move file to new directoryJoas Schilling2013-07-141-0/+2486
| | | | PHPBB3-11696
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-5/+0
| | | | PHPBB3-11696
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-14246-0/+46786
PHPBB3-11698