aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12174] Update the conditionsTristan Darricau2014-05-091-10/+7
| | | | PHPBB3-12174
* [ticket/12174] Remove inline assignmentTristan Darricau2014-05-091-1/+2
| | | | PHPBB3-12174
* [ticket/12174] Update sql queryTristan Darricau2014-05-091-9/+10
| | | | PHPBB3-12174
* [ticket/12174] Revert the changes on $topic_update_arrayTristan Darricau2014-05-081-4/+4
| | | | PHPBB3-12174
* [ticket/12174] CorrectionsTristan Darricau2014-05-081-21/+10
| | | | PHPBB3-12174
* [ticket/12174] Update topic_attachment flag when a post is soft-deletedTristan Darricau2014-05-082-11/+62
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12174 PHPBB3-12174
* Merge pull request #2373 from Nicofuma/ticket/12459Joas Schilling2014-05-067-21/+37
|\ | | | | | | | | | | | | | | | | | | | | [ticket/12459] Unapproved posts/topics are not correctly handled in feeds * Nicofuma/ticket/12459: [ticket/12459] Change language strings [ticket/12459] Enable related tests [ticket/12459] Fix: Differentiating unapproved and deleted posts [ticket/12459] Fix: Soft deleted topics should appear in feeds [ticket/12459] Fix: the posts were always marked as unapproved
| * [ticket/12459] Change language stringsTristan Darricau2014-05-052-6/+8
| | | | | | | | PHPBB3-12459
| * [ticket/12459] Fix: Differentiating unapproved and deleted postsTristan Darricau2014-05-041-1/+2
| | | | | | | | | | | | | | Unapproved and deleted posts should not be displayed with the same message (POST_UNAPPROVED) PHPBB3-12459
| * [ticket/12459] Fix: Soft deleted topics should appear in feedsTristan Darricau2014-05-045-15/+28
| | | | | | | | | | | | | | As for the posts, a soft deleted topic should appear (with a corresponding message) in topic's based feeds. PHPBB3-12459
| * [ticket/12459] Fix: the posts were always marked as unapprovedTristan Darricau2014-05-041-1/+1
| | | | | | | | | | | | the database return a string, so the strict comparison always returned false PHPBB3-12459
* | Merge pull request #2397 from Nicofuma/ticket/11497Joas Schilling2014-05-065-43/+41
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11497] Remove 'ext.finder' from services' list * Nicofuma/ticket/11497: [ticket/11497] Rename set_ext_finder in find_routing_files [ticket/11497] Change the date in the package declaration [ticket/11497] Fix pagination tests [ticket/11497] Use a mock object to define the root folder for the finder [ticket/11497] Generate the list of the routes in controller_helper [ticket/11497] Fix the path for the finder in controller_provider [ticket/11497] Fix tests [ticket/11497] Update pagination test [ticket/11497] Remove 'ext.finder' from services' list
| * | [ticket/11497] Rename set_ext_finder in find_routing_filesTristan Darricau2014-05-053-4/+4
| | | | | | | | | | | | PHPBB3-11497
| * | [ticket/11497] Use a mock object to define the root folder for the finderTristan Darricau2014-05-031-1/+1
| | | | | | | | | | | | PHPBB3-11497
| * | [ticket/11497] Generate the list of the routes in controller_helperTristan Darricau2014-05-031-1/+1
| | | | | | | | | | | | PHPBB3-11497
| * | [ticket/11497] Fix the path for the finder in controller_providerNicofuma2014-05-031-1/+1
| | | | | | | | | | | | PHPBB3-11497
| * | [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-035-42/+40
| |/ | | | | | | PHPBB3-11497
* | Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeusCesar G2014-05-059-25/+46
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12332: [ticket/12332] Add missing semicolon to inline styling [ticket/12332] Adjust size of mark column where too wide [ticket/12332] Adjust column widths for responsive changes [ticket/12332] Restore some changes back to original state [ticket/12332] Add break-word to fixed width table CSS [ticket/12332] Accomplish all word creaking in template and CSS [ticket/12332] Remove width sizing, as it is already set [ticket/12332] Fix displaying attachments with long file names
| * | [ticket/12332] Add missing semicolon to inline stylingMatt Friedman2014-05-011-1/+1
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Adjust size of mark column where too wideMatt Friedman2014-04-262-3/+3
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Adjust column widths for responsive changesMatt Friedman2014-04-262-5/+5
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Restore some changes back to original stateMatt Friedman2014-04-262-2/+2
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Add break-word to fixed width table CSSMatt Friedman2014-04-261-0/+1
| | | | | | | | | | | | | | | | | | This ensures long words break and remain within the table cell PHPBB3-12332
| * | [ticket/12332] Accomplish all word creaking in template and CSSMatt Friedman2014-04-264-19/+19
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Remove width sizing, as it is already setMatt Friedman2014-04-261-1/+0
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Fix displaying attachments with long file namesMatt Friedman2014-04-258-10/+31
| | | | | | | | | | | | PHPBB3-12332
* | | Merge remote-tracking branch 'Crizz0/ticket/12498' into develop-ascraeusCesar G2014-05-051-0/+5
|\ \ \ | | | | | | | | | | | | | | | | * Crizz0/ticket/12498: [ticket/12498] Adds height-property for IE8 in tweaks.css
| * | | [ticket/12498] Adds height-property for IE8 in tweaks.cssCrizzo2014-05-041-0/+5
| | | | | | | | | | | | | | | | PHPBB3-12498
* | | | Merge pull request #2409 from prototech/ticket/12491Joas Schilling2014-05-052-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12491] Fix clashing USERNAME_FULL template variable. * prototech/ticket/12491: [ticket/12491] Fix clashing USERNAME_FULL template variable.
| * | | | [ticket/12491] Fix clashing USERNAME_FULL template variable.Cesar G2014-05-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The user notes and user warn pages have a variable with the same name. PHPBB3-12491
* | | | | Merge remote-tracking branch 'MGaetan89/ticket/12415' into develop-ascraeusCesar G2014-05-041-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * MGaetan89/ticket/12415: [ticket/12415] Use private message instead of "pm" accronym
| * | | | | [ticket/12415] Use private message instead of "pm" accronymGaƫtan Muller2014-05-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12415 PHPBB3-12415
* | | | | | [ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrateTristan Darricau2014-05-041-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12499 PHPBB3-12499
* | | | | [prep-release-3.1.0-b3] Update phpBB Version for b4 developmentJoas Schilling2014-05-042-2/+2
| | | | |
* | | | | [prep-release-3.1.0-b3] Add changelog for 3.1.0-b3Joas Schilling2014-05-041-0/+163
| | | | |
* | | | | [prep-release-3.1.0-b3] Prepare ChangelogJoas Schilling2014-05-041-26/+29
| | | | |
* | | | | [prep-release-3.1.0-b3] Add migration for 3.1.0-b3Joas Schilling2014-05-041-0/+32
| | | | |
* | | | | [prep-release-3.1.0-b3] Update version to 3.1.0-b3Joas Schilling2014-05-045-7/+7
| | | | |
* | | | | Merge pull request #2405 from Nicofuma/ticket/12494Joas Schilling2014-05-041-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12494] Undefined index: user_type on viewtopic.php * Nicofuma/ticket/12494: [ticket/12494] Undefined index: user_type on viewtopic.php
| * | | | | [ticket/12494] Undefined index: user_type on viewtopic.phpTristan Darricau2014-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12494
* | | | | | Merge pull request #2394 from VSEphpbb/ticket/12484Joas Schilling2014-05-043-0/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12484] Add template event ucp_agreement_terms_before/after * VSEphpbb/ticket/12484: [ticket/12484] Add template event ucp_agreement_terms_before/after
| * | | | | | [ticket/12484] Add template event ucp_agreement_terms_before/afterMatt Friedman2014-05-023-0/+20
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | PHPBB3-12484
* | | | | | Merge pull request #2315 from PayBas/ticket/12411Joas Schilling2014-05-041-3/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12411] Expand vars of event: core.search_modify_tpl_ary * PayBas/ticket/12411: [ticket/12411] Improved change documentation [ticket/12411] Missed on bool var [ticket/12411] Corrected event vars description [ticket/12411] Expand vars of event: core.search_modify_tpl_ary
| * | | | | | [ticket/12411] Improved change documentationPayBas2014-05-021-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12411
| * | | | | | [ticket/12411] Missed on bool varPayBas2014-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sloppy PHPBB3-12411
| * | | | | | [ticket/12411] Corrected event vars descriptionPayBas2014-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12411
| * | | | | | [ticket/12411] Expand vars of event: core.search_modify_tpl_aryPayBas2014-05-021-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12411
* | | | | | | Merge pull request #2294 from PayBas/ticket/12392Joas Schilling2014-05-041-22/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12392] Include $profile_fields in core.memberlist_view_profile * PayBas/ticket/12392: [ticket/12392] Fix avatar double assignment bug [ticket/12392] Include $profile_fields in core.memberlist_view_profile
| * | | | | | | [ticket/12392] Fix avatar double assignment bugPayBas2014-05-021-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12392
| * | | | | | | [ticket/12392] Include $profile_fields in core.memberlist_view_profilePayBas2014-05-021-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12392