aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-0126-0/+98
| | | | PHPBB3-10961
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-312-66/+120
|\ | | | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-312-66/+120
| |\ | | | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules
| | * [ticket/14703] Fix the docblockrxu2016-07-241-2/+2
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Fix existance checking if multiple parent module_langname foundrxu2016-07-241-9/+26
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-241-5/+7
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Select the parent module id from the several foundrxu2016-07-232-3/+23
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Refine the parent module selection for custom extension modulesrxu2016-07-102-71/+81
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Fix parent module selection for custom modules removalrxu2016-07-031-2/+4
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Fix parent module selection for custom extension modulesrxu2016-07-031-1/+4
| | | | | | | | | | | | PHPBB3-14703
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-08-311-1/+1
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14673] Changes wrong language variable in mcp_forum
| * | Merge pull request #4422 from Crizz0/ticket/14673Tristan Darricau2016-08-311-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14673] Changes wrong language variable in mcp_forum * Crizz0/ticket/14673: [ticket/14673] Changes wrong language variable in mcp_forum
| | * | [ticket/14673] Changes wrong language variable in mcp_forumCrizzo2016-08-221-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14673
* | | | [ticket/14588] fix header search rtlMichael Miday2016-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14588#add-comment PHPBB3-14588
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-282-1/+10
|\ \ \ \ | |/ / /
| * | | Merge pull request #4338 from Senky/ticket/14469Marc Alexander2016-08-283-2/+14
| |\ \ \ | | | | | | | | | | | | | | | Add viewforum_body_topicrow_before template event
| | * | | [ticket/14469] Add viewforum_body_topicrow_before template eventJakub Senko2016-08-113-2/+14
| | | | | | | | | | | | | | | | | | | | PHPBB3-14469
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-283-0/+35
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4389 from kasimi/ticket/14715-3.1.xMarc Alexander2016-08-285-0/+42
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14715] Add template events in posting_topic_review & mcp_topic
| | * | | | [ticket/14715] Converted tabs to spaceskasimi2016-07-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14715
| | * | | | [ticket/14715] Fixed typos in events.mdkasimi2016-07-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14715
| | * | | | [ticket/14715] Add template events in posting_topic_review & mcp_topickasimi2016-07-215-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The events will allow adding content before and after the post details in topic review and topic moderation. PHPBB3-14715
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-281-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3659 from Elsensee/ticket/12230Marc Alexander2016-08-281-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | [ticket/12230] Disable newly registered group when post limit is set to 0
| | * | | | [ticket/12230] Remove users from new users group when post limit is 0Oliver Schramm2016-05-171-1/+1
| | | |/ / | | |/| | | | | | | | | | | | PHPBB3-12230
* | | | | [ticket/14753] Fix mcp_postRichard McGirr2016-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14753
* | | | | [ticket/14753] Fix language suffixRichard McGirr2016-08-276-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing L parameter in language strings https://tracker.phpbb.com/browse/PHPBB3-14753 PHPBB3-14753
* | | | | Merge pull request #4423 from Crizz0/ticket/14749Andreas Fischer2016-08-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14749] Adds missing } in mcp_forum.html to {TOPIC_DELETED * Crizz0/ticket/14749: [ticket/14749] Adds missing } in mcp_forum.html to TOPIC_DELETED
| * | | | | [ticket/14749] Adds missing } in mcp_forum.html to TOPIC_DELETEDCrizzo2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14749
* | | | | | Merge pull request #4416 from Elsensee/ticket/14746Marc Alexander2016-08-211-7/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14746] Make msg_handler in installer independent from container
| * | | | | | [ticket/14746] Make msg_handler in installer independent from containerOliver Schramm2016-08-191-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14746
* | | | | | | Merge pull request #4418 from Elsensee/ticket/14636Marc Alexander2016-08-211-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14636] Restore BC with compatibility functions
| * | | | | | | [ticket/14636] Inject into set_config methodsOliver Schramm2016-08-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13573 PHPBB3-14636
| * | | | | | | [ticket/14636] Restore BC with request_varOliver Schramm2016-08-201-0/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14636
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-214-12/+21
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #4411 from Senky/ticket/12925Marc Alexander2016-08-214-12/+21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12925] Pluralize permanent delete checkbox label
| | * | | | | | [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-154-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12925
* | | | | | | | [ticket/14742] Increase user feedback by improving progress barOliver Schramm2016-08-202-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now count and display each step that was done by increasing the task count. PHPBB3-14742
* | | | | | | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-206-59/+55
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | | Conflicts: phpBB/phpbb/db/migrator.php
| * | | | | | [ticket/14742] Reset migration_data_state before revertingOliver Schramm2016-08-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | [ticket/14742] Change constants to use Symfony valuesOliver Schramm2016-08-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid errors when comparing verbosity levels in a CLI output handler that is using Symfony's OutputInterface for example. PHPBB3-14742
| * | | | | | [ticket/14742] Pause after each update_data step tooOliver Schramm2016-08-201-50/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewriting process_data_step() to remove the now useless foreach() loop. PHPBB3-14742
| * | | | | | [ticket/14742] Improve readability of the codeOliver Schramm2016-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | [ticket/14742] Fix comments in migratorOliver Schramm2016-08-205-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-161-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #4413 from wesleyfok/ticket/14745Marc Alexander2016-08-161-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14745] Removed unneeded HTML ampersand
| | * | | | | | [ticket/14745] Removed unneeded HTML ampersandWesley Fok2016-08-151-1/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare ampersand character. PHPBB3-14745
* | | | | | | Merge pull request #4404 from JoshyPHP/ticket/14740Marc Alexander2016-08-161-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14740] Added support for quoted attributes in BBCode definitions
| * | | | | | | [ticket/14740] Added support for quoted attributes in BBCode definitionsJoshyPHP2016-08-101-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14740
* | | | | | | | [ticket/14742] Further improve progress bar in db updaterOliver Schramm2016-08-121-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742