aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x'Tristan Darricau2015-10-121-4/+4
|\ | | | | | | | | * 3.1.x: [ticket/14164] Add instructions to use the CLI for database updates
| * Merge pull request #3906 from Zoddo/ticket/14164Tristan Darricau2015-10-121-4/+4
| |\ | | | | | | | | | | | | | | | | | | [ticket/14164] Add instructions to use the CLI for database updates * Zoddo/ticket/14164: [ticket/14164] Add instructions to use the CLI for database updates
| | * [ticket/14164] Add instructions to use the CLI for database updatesLady_G2015-09-271-4/+4
| | | | | | | | | | | | PHPBB3-14164
* | | Merge branch '3.1.x'Tristan Darricau2015-10-121-0/+13
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14191] Add core.get_gravatar_url_after event
| * | Merge pull request #3925 from Senky/ticket/14191Tristan Darricau2015-10-121-0/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14191] Add core.get_gravatar_url_after event * Senky/ticket/14191: [ticket/14191] Add core.get_gravatar_url_after event
| | * | [ticket/14191] Add core.get_gravatar_url_after eventJakub Senko2015-09-231-0/+13
| | | | | | | | | | | | | | | | PHPBB3-14191
* | | | Merge branch '3.1.x'Tristan Darricau2015-10-122-0/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/14187] Add acp_styles_list_before event
| * | | Merge pull request #3921 from Senky/ticket/14187Tristan Darricau2015-10-122-0/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14187] Add acp_styles_list_before event * Senky/ticket/14187: [ticket/14187] Add acp_styles_list_before event
| | * | | [ticket/14187] Add acp_styles_list_before eventJakub Senko2015-09-232-0/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-14187
* | | | | Merge remote-tracking branch 'upstream/3.1.x'Tristan Darricau2015-10-121-1/+17
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * upstream/3.1.x: [ticket/14188] Add core.acp_styles_action_before event
| * | | | Merge pull request #3922 from Senky/ticket/14188Tristan Darricau2015-10-121-1/+17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14188] Add core.acp_styles_action_before event * Senky/ticket/14188: [ticket/14188] Add core.acp_styles_action_before event
| | * | | | [ticket/14188] Add core.acp_styles_action_before eventJakub Senko2015-09-231-1/+17
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-14188
* | | | | Merge branch '3.1.x'Tristan Darricau2015-10-121-0/+13
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14212] Fix version number [ticket/14212] Adding event after users have been removed to a group
| * | | | Merge pull request #3944 from Wardormeur/ticket/14212Tristan Darricau2015-10-121-0/+13
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14212] Adding event after users have been removed to a group * Wardormeur/ticket/14212: [ticket/14212] Fix version number [ticket/14212] Adding event after users have been removed to a group
| | * | | | [ticket/14212] Fix version numberWardormeur2015-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for core.group_delete_user_after event PHPBB-14212
| | * | | | [ticket/14212] Adding event after users have been removed to a groupWardormeur2015-10-041-0/+13
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The idea is to be able to map with others CMS by exposing most commons user configuration & changes. Difference between the event before and after group belonging removal is that users belongs to multiple groups, so that the belonging into a group also depends on the others groups (and not only the deleted one), which is not reflected before as the user is not yet deleted PHPBB-14212
* | | | | Merge branch '3.1.x'Tristan Darricau2015-10-121-7/+12
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * 3.1.x: [ticket/13591] Change SQL query into array to allow
| * | | | Merge pull request #3946 from RMcGirr83/ticket_13591Tristan Darricau2015-10-121-7/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13591] Change SQL query into array to allow * RMcGirr83/ticket_13591: [ticket/13591] Change SQL query into array to allow
| | * | | | [ticket/13591] Change SQL query into array to allowRMcGirr832015-10-081-7/+12
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | extension authors to modify SQL query PHPBB3-13591
* | | | | Merge branch '3.1.x'Tristan Darricau2015-10-122-2/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * 3.1.x: [ticket/14200] Allow hidden users to see himself on viewonline
| * | | | Merge pull request #3957 from Zoddo/ticket/14200Tristan Darricau2015-10-122-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14200] Allow hidden users to see himself on viewonline * Zoddo/ticket/14200: [ticket/14200] Allow hidden users to see himself on viewonline
| | * | | | [ticket/14200] Allow hidden users to see himself on viewonlineZoddo2015-10-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14200
* | | | | | Merge pull request #3964 from prototech/ticket/13993Tristan Darricau2015-10-123-4/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13993] Do not parse signatures as posts when editing them. * prototech/ticket/13993: [ticket/13993] Do not parse signatures as posts when editing them.
| * | | | | | [ticket/13993] Do not parse signatures as posts when editing them.Cesar G2015-10-113-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation of PHPBB3-12516 changed the manual use of the message parser to using generate_text_for_storage(). The function does not support parse_message::parse()'s mode parameter, thus all the error checks on the sig are invalid. PHPBB3-13993
* | | | | | | Merge remote-tracking branch 'marc1706/ticket/14230'Cesar G2015-10-111-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * marc1706/ticket/14230: [ticket/14230] Show unread post icon in different color
| * | | | | | [ticket/14230] Show unread post icon in different colorMarc Alexander2015-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14230
* | | | | | | Merge pull request #3962 from hanakin/ticket/14231Marc Alexander2015-10-112-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14231]Fix double icon issue
| * | | | | | | [ticket/14231]Fix double icon issueMichael Miday2015-10-112-2/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14231
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-10-111-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge pull request #3902 from Zoddo/ticket/14161Marc Alexander2015-10-111-2/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14161] Wrong var name for core.download_file_send_to_browser_before
| | * | | | | [ticket/14161] Wrong var name for core.download_file_send_to_browser_beforeZoddo2015-10-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `extension` must be `extensions` Introduced in fix of PHPBB3-14101 (PR GH-3831) PHPBB3-14161
* | | | | | | Merge pull request #3931 from hanakin/ticket/14194Marc Alexander2015-10-114-6/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [Ticket/14194] Responsive Quick Links Menu Broken
| * | | | | | | [ticket14194]Remove double inline-blockMichael Miday2015-10-111-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14194
| * | | | | | | [ticket/14194]Fix search and quicklinksMichael Miday2015-10-111-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14194
| * | | | | | | [ticket/14194]Patch dropdown small-iconMichael Miday2015-10-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14194
| * | | | | | | [ticket/14194] Fix quick-links responsive menuMichael Miday2015-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14194
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-10-116-10/+77
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Merge pull request #3864 from Zoddo/ticket/8920Marc Alexander2015-10-116-10/+77
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | [ticket/8920] Add a MCP PM reports view permission
| | * | | | | [ticket/8920] Revert update_module_auth() on revert_data()Zoddo2015-09-131-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8920
| | * | | | | [ticket/8920] Add a MCP PM reports view permissionZoddo2015-08-306-10/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Anybody who has the permission to read reports in one forum can read PM reports. Solving this problem by adding a new permission to read PM reports. PHPBB3-8920
* | | | | | | Merge pull request #3903 from Zoddo/ticket/13101Marc Alexander2015-10-104-3/+150
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13101] Remove MSN/WLM custom profile field
| * | | | | | | [ticket/13101] Remove existing MSN/WLM custom profile fieldZoddo2015-10-102-1/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13101
| * | | | | | | [ticket/13101] Remove MSN/WLM custom profile field from new installsZoddo2015-09-272-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13101
* | | | | | | | Merge pull request #3896 from Zoddo/ticket/14157Marc Alexander2015-10-109-6/+69
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14157] Allow to set the alt/title attribute on post icons
| * | | | | | | | [ticket/14157] Allow to set the alt/title attribute on post iconsZoddo2015-10-109-6/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14157
* | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-10-093-3/+5
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #3893 from VSEphpbb/ticket/14155Marc Alexander2015-10-093-3/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14155] Row highlighting for extension/styles management Conflicts: phpBB/adm/style/acp_ext_list.html
| | * | | | | | | | [ticket/14155] Row highlighting for extension/styles managementMatt Friedman2015-09-113-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14155
* | | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-10-091-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge pull request #3934 from Zoddo/ticket/14181Marc Alexander2015-10-091-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14181] Fix empty denial reason if the reason isn't translated