aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-021-0/+4
|\
| * Merge pull request #2908 from Pico/t/12661Marc Alexander2014-09-021-0/+4
| |\ | | | | | | | | | [ticket/12661] Load extensions templates from "all" folder by render()
| | * [ticket/12661] Add template testPico882014-08-241-1/+1
| | | | | | | | | | | | PHPBB3-12661
| | * [ticket/12661] Load extensions templates from "all" folder by render()Pico882014-08-241-0/+4
| | | | | | | | | | | | PHPBB3-12661
* | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-013-0/+36
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/mcp_warn_post.html phpBB/styles/subsilver2/template/mcp_warn_user.html
| * | Merge pull request #2887 from Pico/ticket/12991Marc Alexander2014-09-015-0/+50
| |\ \ | | | | | | | | | | | | [ticket/12991] Have events after/before "add warning" field - user and post
| | * | [ticket/12991] Correct language mistakesPico2014-08-301-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12991
| | * | [ticket/12991] Have events after/before "add warning" field - user and postPico882014-08-175-0/+50
| | | | | | | | | | | | | | | | PHPBB3-12991
* | | | [ticket/13024] Fix event file (remove subsilver references)Tristan Darricau2014-09-011-1/+0
| | | | | | | | | | | | | | | | PHPBB3-13024
* | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-312-0/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/viewtopic_body.html
| * | | Merge pull request #2913 from Nicofuma/ticket/13024Marc Alexander2014-08-313-0/+12
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13024] Add template event viewtopic_body_postrow_post_content_footer
| | * | | [ticket/13024] Add template event viewtopic_body_postrow_post_content_footerTristan Darricau2014-08-303-0/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-13024
* | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-301-0/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #2826 from brunoais/ticket/12928Marc Alexander2014-08-301-0/+21
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [ticket/12928] core.mcp_reports_gather_query_before
| | * | | [ticket/12928] Update to RC4brunoais2014-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12928
| | * | | [ticket/12928] core.mcp_reports_gather_query_beforebrunoais2014-08-081-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the core.mcp_reports_gather_query_before event to mcp backend. PHPBB3-12928
* | | | | Merge branch 'develop-ascraeus' into developDhruv2014-08-2915-33/+51
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Marc Alexander # Via Dhruv Goel (1) and Marc Alexander (1) * develop-ascraeus: [ticket/12966] Sort by post_time and post_id where applicable [ticket/12966] Sort posts by post_id in addition to sorting by post_time
| * | | | Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-2915-33/+51
| |\ \ \ \ | | | | | | | | | | | | [ticket/12966] Sort posts by post_id in addition to sorting by post_time
| | * | | | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-2315-32/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966
| | * | | | [ticket/12966] Sort posts by post_id in addition to sorting by post_timeMarc Alexander2014-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make sure that posts with the same post time are properly sorted on database backends like postgres. PHPBB3-12966
* | | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-281-54/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/11909] Remove unused function load_migrationsn-aleha2014-08-261-54/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused function load_migrations from \phpbb\db\migrator PHPBB3-11909
* | | | | | Merge branch 'develop-ascraeus' into developCesar G2014-08-257-9/+51
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12506] Fix search result h3 margin [ticket/12506] Fix responsive profile min-height (no avatar) [ticket/12506] Reposition buttons to make room for "online" banner [ticket/12506] Reposition post-buttons for compact layout
| * | | | | Merge remote-tracking branch 'PayBas/ticket/12506' into develop-ascraeusCesar G2014-08-257-9/+51
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12506: [ticket/12506] Fix search result h3 margin [ticket/12506] Fix responsive profile min-height (no avatar) [ticket/12506] Reposition buttons to make room for "online" banner [ticket/12506] Reposition post-buttons for compact layout
| | * | | | | [ticket/12506] Fix search result h3 marginPayBas2014-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no buttons present, so don't need to do all this stuff. PHPBB3-12506
| | * | | | | [ticket/12506] Fix responsive profile min-height (no avatar)PayBas2014-08-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12506
| | * | | | | [ticket/12506] Reposition buttons to make room for "online" bannerPayBas2014-08-072-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12506
| | * | | | | [ticket/12506] Reposition post-buttons for compact layoutPayBas2014-08-078-4/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12506
* | | | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-08-241-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13008] Add functionnal test [ticket/13008] Use an absolute path with the FileLocator for the routing files
| * | | | | | Merge pull request #2905 from Nicofuma/ticket/13008Andreas Fischer2014-08-241-1/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13008] Use an absolute path with the FileLocator for the routing files * Nicofuma/ticket/13008: [ticket/13008] Add functionnal test [ticket/13008] Use an absolute path with the FileLocator for the routing files
| | * | | | | [ticket/13008] Use an absolute path with the FileLocator for the routing filesTristan Darricau2014-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13008
* | | | | | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-08-241-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock
| * | | | | | Merge pull request #2907 from marc1706/ticket/13010Tristan Darricau2014-08-241-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock * marc1706/ticket/13010: [ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock
| | * | | | | | [ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblockMarc Alexander2014-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13010
* | | | | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-241-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #2904 from Nicofuma/ticket/12990Marc Alexander2014-08-241-0/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | [ticket/12990] Disable all the notifications types which are not in the core
| | * | | | | | [ticket/12990] Disable all the notifications types which are not in the coreTristan Darricau2014-08-231-0/+5
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-12990
* | | | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-08-238-19/+11
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12862] Remove remaining simple-wrap id [ticket/12862] Resize popups consistently [ticket/12862] Add Border
| * | | | | | Merge pull request #2783 from hanakin/ticket/12862Andreas Fischer2014-08-238-19/+11
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12862] Fix pop-up box wraps * hanakin/ticket/12862: [ticket/12862] Remove remaining simple-wrap id [ticket/12862] Resize popups consistently [ticket/12862] Add Border
| | * | | | | [ticket/12862] Remove remaining simple-wrap idMichael Miday2014-08-111-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12862
| | * | | | | [ticket/12862] Resize popups consistentlyhanakin2014-07-306-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12862
| | * | | | | [ticket/12862] Add Borderhanakin2014-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12862
* | | | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-08-222-4/+7
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13003] Add missing language keys
| * | | | | | Merge pull request #2899 from Skouat/ticket/13003Andreas Fischer2014-08-222-4/+7
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13003] Add missing language keys * Skouat/ticket/13003: [ticket/13003] Add missing language keys
| | * | | | | | [ticket/13003] Add missing language keysMario Skouat2014-08-212-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13003
* | | | | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-08-211-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13004] Remove obsolete S_HAS_ATTACHMENTS check from topic tools.
| * | | | | | | Merge pull request #2900 from prototech/ticket/13004Andreas Fischer2014-08-211-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13004] Remove obsolete S_HAS_ATTACHMENTS check from topic tools. * prototech/ticket/13004: [ticket/13004] Remove obsolete S_HAS_ATTACHMENTS check from topic tools.
| | * | | | | | | [ticket/13004] Remove obsolete S_HAS_ATTACHMENTS check from topic tools.Cesar G2014-08-211-1/+1
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13004
* | | | | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-211-12/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [ticket/12990] Use {$var} instead of ${var}Tristan Darricau2014-08-211-12/+12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-12990