aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13892] Replace other uses of self with static.Cesar G2015-10-157-9/+9
| | | | PHPBB3-13892
* [ticket/13892] Respect "Someone reports a post" notification setting.Cesar G2015-10-151-1/+1
| | | | | | | | report_post inherits from post_in_queue, therefore using self:: instead of static:: results in the incorrect notification type being used to determine which users to exclude from the notification. PHPBB3-13892
* [ticket/13835] Normalize filename for attachments uploaded in chunks.Cesar G2015-10-131-1/+1
| | | | PHPBB3-13835
* Merge pull request #3830 from rxu/ticket/14098Tristan Darricau2015-10-124-13/+263
|\ | | | | | | | | | | | | [ticket/14098] Add core events to the search backends * rxu/ticket/14098: [ticket/14098] Add core events to the search backends
| * [ticket/14098] Add core events to the search backendsrxu2015-10-094-13/+263
| | | | | | | | PHPBB3-14098
* | 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 pull request #3864 from Zoddo/ticket/8920Marc Alexander2015-10-112-2/+67
|\ \ | |/ |/| | | [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-302-2/+46
| | | | | | | | | | | | | | | | | | 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 #3890 from marc1706/ticket/13423Tristan Darricau2015-09-091-0/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/13423] Set busyTimeout on connect to prevent db locking * marc1706/ticket/13423: [ticket/13423] Set busyTimeout on connect to prevent db locking
| * | [ticket/13423] Set busyTimeout on connect to prevent db lockingMarc Alexander2015-09-071-0/+1
| | | | | | | | | | | | PHPBB3-13423
* | | Merge pull request #3881 from VSEphpbb/ticket/14142Marc Alexander2015-09-081-1/+1
|\ \ \ | |/ / |/| | | | | [ticket/14142] Remove unused ignore_configs from avatar drivers
| * | [ticket/14142] Remove unused ignore_configs from avatar driversMatt Friedman2015-09-041-1/+1
| | | | | | | | | | | | PHPBB3-14142
* | | Merge branch 'prep-release-3.1.6' into 3.1.xJoas Schilling2015-09-051-0/+31
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * | [prep-release-3.1.6] Add migration for 3.1.6Joas Schilling2015-09-051-0/+31
| | |
* | | Merge pull request #3855 from VSEphpbb/ticket/14123Tristan Darricau2015-09-021-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14123] Add descriptive help to the CLI help output * VSEphpbb/ticket/14123: [ticket/14123] Fix typo [ticket/14123] Remove redundant help messages [ticket/14123] Add descriptive help to the CLI help output
| * | | [ticket/14123] Remove redundant help messagesMatt Friedman2015-08-2814-14/+0
| | | | | | | | | | | | | | | | PHPBB3-14123
| * | | [ticket/14123] Add descriptive help to the CLI help outputMatt Friedman2015-08-2315-0/+15
| | | | | | | | | | | | | | | | PHPBB3-14123
* | | | Merge pull request #3872 from Zoddo/ticket/11468Tristan Darricau2015-09-021-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11468] Allow controllers to set paramters of page_header() * Zoddo/ticket/11468: [ticket/11468] Allow controllers to set paramters of page_header()
| * | | | [ticket/11468] Allow controllers to set paramters of page_header()Zoddo2015-08-301-2/+4
| | |_|/ | |/| | | | | | | | | | PHPBB3-11468
* | | | [ticket/13950] Hide undefined categoriesZoddo2015-08-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | This hides the categories added by disabled extensions PHPBB3-13950
* | | | [ticket/13950] Hide undefined permissionsZoddo2015-08-281-0/+11
|/ / / | | | | | | | | | | | | | | | This hides the permissions of the disabled extensions PHPBB3-13950
* | | Merge pull request #3764 from Zoddo/ticket/13988Tristan Darricau2015-08-281-4/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | [ticket/13988] Use absolute path for image attachments in feeds * Zoddo/ticket/13988: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds
| * | [ticket/13988] Use absolute path for image attachments in feedsCarstenF2015-07-151-4/+2
| | | | | | | | | | | | | | | | | | Previously, atom feeds use relative links for image attachments PHPBB3-13988
* | | [prep-release-3.1.6] Add migration for 3.1.6-RC1Joas Schilling2015-08-231-0/+31
| | |
* | | Merge pull request #3829 from Nicofuma/ticket/14099Joas Schilling2015-08-231-0/+19
|\ \ \ | | | | | | | | | | | | [ticket/14099] Update Twig to 1.20.0
| * | | [ticket/14099] Fix the assetsTristan Darricau2015-08-181-3/+14
| | | | | | | | | | | | | | | | PHPBB3-14099
| * | | [ticket/14099] Fix testsTristan Darricau2015-08-141-0/+8
| | | | | | | | | | | | | | | | PHPBB3-14099
* | | | Merge pull request #3834 from brunoais/ticket/14104Marc Alexander2015-08-221-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14104] Fix missing variables from previous commit
| * | | | [ticket/14104] Fix missing variables from previous commitbrunoais2015-08-151-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13691 PHPBB3-14104
* | | | [ticket/14037] Minor coding style improvements to eventMarc Alexander2015-08-201-0/+2
| | | | | | | | | | | | | | | | PHPBB3-14037
* | | | [ticket/14037] Allows adapting memberlist profile fields headlinejaviexin2015-08-201-0/+18
| |_|/ |/| | | | | | | | | | | | | | | | | Adds an event to allow modifying the profile fields headline in line with modifications to profile fields data. PHPBB3-14037
* | | Merge pull request #3848 from VSEphpbb/ticket/14116Andreas Fischer2015-08-202-3/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | [ticket/14116] sql_affectedrows method has no arguments * VSEphpbb/ticket/14116: [ticket/14116] sql_affectedrows method has no arguments
| * | [ticket/14116] sql_affectedrows method has no argumentsMatt Friedman2015-08-192-3/+3
| | | | | | | | | | | | PHPBB3-14116
* | | [ticket/13968] Add core.user_setup_after eventZoddo2015-08-121-0/+8
|/ / | | | | | | | | | | | | It allows to execute code at the end of user setup. It can replace the phpbb_user_session_handler hook. PHPBB3-13968
* | Merge pull request #3811 from marcovo/ticket/14069Andreas Fischer2015-08-101-1/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration * marcovo/ticket/14069: [ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
| * | [ticket/14069] Corrected sql_fetchfield() in style_update_p1 migrationMarco Kubuntu2015-08-051-1/+1
| | | | | | | | | | | | | | | | | | Changed the sql_fetchfield() call to comply to the function definition. PHPBB3-14069
* | | Merge pull request #3822 from brunoais/ticket/14083Marc Alexander2015-08-091-0/+4
|\ \ \ | | | | | | | | | | | | [ticket/14083] Fix wrong variables from previous commit
| * | | [ticket/14083] Fix wrong variables from previous commitbrunoais2015-08-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13693 PHPBB3-14083
* | | | [ticket/14082] Fix wrong variables from previous commitbrunoais2015-08-081-5/+7
|/ / / | | | | | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13686 PHPBB3-14082
* | | Merge pull request #3738 from javiexin/ticket/13981Marc Alexander2015-08-081-7/+67
|\ \ \ | |/ / |/| | | | | [ticket/13981] Add events to capture avatar deletion or overwriting
| * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | An event to capture new avatar moving in place (and maybe overwriting existing avatar), and another to capture deletion. Includes better error processing. Rename event. PHPBB3-13981
| * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix typo. PHPBB3-13981
| * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-171-6/+10
| | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. PHPBB3-13981
| * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-091-0/+10
| | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. PHPBB3-13981
| * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-031-6/+52
| | | | | | | | | | | | PHPBB3-13981
* | | [ticket/13711] Notifications are sent to inactive usersRMcGirr832015-07-271-1/+1
| | | | | | | | | | | | PHPBB3-13711
* | | Merge pull request #3593 from satanasov/ticket/13817Marc Alexander2015-07-171-4/+54
|\ \ \ | |_|/ |/| | | | | [ticket/13817] Add core.update_session event
| * | [ticket/13817] Fix target versionStanislav Atanasov2015-07-121-4/+4
| | | | | | | | | | | | PHPBB3-13817