HB
66397ae0e4
[ticket/14181] Fix empty denial reason if the reason isn't translated
...
PHPBB3-14181
2015-09-27 17:23:49 +02:00
Lady_G
cb71a7b8d2
[ticket/14164] Add instructions to use the CLI for database updates
...
PHPBB3-14164
2015-09-27 12:40:57 +02:00
rxu
2642cfe298
[ticket/14201] Add more template events to ACP
...
PHPBB3-14201
2015-09-26 23:58:59 +07:00
rxu
3672df0bc2
[ticket/14201] Add events to acp_users.html, permission_forum_copy.html
...
PHPBB3-14201
2015-09-26 22:36:38 +07:00
rxu
098c8e1fe9
[ticket/14201] Add template events to acp_permissions.html
...
PHPBB3-14201
2015-09-26 22:20:52 +07:00
Kilian
30279347ac
[ticket/12618] Allow extension author to use SSL for version-check
...
For version-check a new parameter 'ssl' is introduced.
If set to true, it will use 443 as port for the file_downloader.
In file_downloader, the host parameter of fsockopen is appended
with 'ssl://' in case the port is 443 in order to use SSL.
PHPBB3-12618
2015-09-25 22:16:29 +02:00
Jakub Senko
d5f625382b
[ticket/14191] Add core.get_gravatar_url_after event
...
PHPBB3-14191
2015-09-23 18:45:15 +02:00
Jakub Senko
20c0b57421
[ticket/14188] Add core.acp_styles_action_before event
...
PHPBB3-14188
2015-09-23 11:26:35 +02:00
Jakub Senko
65997eb577
[ticket/14187] Add acp_styles_list_before event
...
PHPBB3-14187
2015-09-23 11:03:42 +02:00
Andreas Fischer
7e379c4cea
Merge pull request #3920 from marc1706/ticket/14186
...
[ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()
* marc1706/ticket/14186:
[ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()
2015-09-22 19:14:34 +02:00
Marc Alexander
d62b03e0de
[ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()
...
PHPBB3-14186
2015-09-22 09:50:17 +02:00
Kailey Truscott
07b55530ec
[ticket/14170] Fix mcp_change_poster_after event
...
Move the mcp_change_poster_after event to before renewing $post_info. I
changed the "since" version as this would be fixed in 3.1.7-RC1.
PHPBB3-14170
2015-09-16 22:49:06 -04:00
Marc Alexander
d92a46ef02
Merge pull request #3833 from rxu/ticket/14102
...
[ticket/14102] Add core event to the mcp_topic.php
2015-09-16 22:47:11 +02:00
Tristan Darricau
5b9d828328
Merge pull request #3895 from Zoddo/ticket/14154
...
[ticket/14154] Add extension composer name as tooltip
* Zoddo/ticket/14154:
[ticket/14154] Add extension composer name as tooltip
2015-09-16 11:57:28 +02:00
Marc Alexander
3cdf97f003
[ticket/14163] Properly fix select all for code tag in Edge
...
PHPBB3-14163
2015-09-15 14:42:11 +02:00
Marc Alexander
2bf9e91101
Merge pull request #3865 from Zoddo/ticket/13992
...
[ticket/13992] Fix HTML5 error from w3.org validator
2015-09-15 14:35:29 +02:00
Marc Alexander
bc518bf96e
Merge pull request #3894 from Nicofuma/ticket/14156
...
[ticket/14156] Add Symfony ResponseListener
2015-09-13 17:51:02 +02:00
Zoddo
aa01ee1bbc
[ticket/8920] Revert update_module_auth() on revert_data()
...
PHPBB3-8920
2015-09-13 14:06:10 +02:00
Zoddo
2f4fcee7e8
[ticket/14159] Hide version info on ACP if we don't have the permission
...
This also hide a link to an unreachable module (Check phpBB version).
We could have simply remove the link to the module, but if the user hasn't
the permission to access to the phpBB version check module, I think that
he shouldn't view any version information about phpBB.
PHPBB3-14159
2015-09-12 17:11:20 +02:00
Zoddo
a4a99f5ea3
[ticket/14154] Add extension composer name as tooltip
...
PHPBB3-14154
2015-09-12 14:52:31 +02:00
Marc Alexander
c166adf3c7
Merge pull request #3767 from Zoddo/ticket/14020
...
[ticket/14089] Add posting_topic_title_after template event
Conflicts:
phpBB/docs/events.md
2015-09-12 13:23:47 +02:00
Tristan Darricau
7d15704f6a
[ticket/14156] Add Symfony ResponseListener
...
PHPBB3-14156
2015-09-11 18:17:09 +02:00
Marc Alexander
46f6b4459a
Merge pull request #3892 from cyberalien/ticket/14153
...
[ticket/14153] Fix floating elements in notifications dropdown header
2015-09-11 09:35:24 +02:00
Matt Friedman
0f49eaa2e2
[ticket/14155] Row highlighting for extension/styles management
...
PHPBB3-14155
2015-09-11 00:19:58 -07:00
cyberalien
0744330080
[ticket/14153] Fix floating elements in notifications dropdown header
...
PHPBB3-14153
2015-09-10 12:03:02 +03:00
Tristan Darricau
c9d159257a
Merge pull request #3868 from Zoddo/ticket/7362
...
[ticket/7362] Add alt attribute on topic icons
* Zoddo/ticket/7362:
[ticket/7362] Add alt attribute on topic icons
2015-09-09 11:06:36 +02:00
Tristan Darricau
1affd34814
Merge pull request #3890 from marc1706/ticket/13423
...
[ticket/13423] Set busyTimeout on connect to prevent db locking
* marc1706/ticket/13423:
[ticket/13423] Set busyTimeout on connect to prevent db locking
2015-09-09 11:00:44 +02:00
Marc Alexander
90d5eefccf
Merge pull request #3881 from VSEphpbb/ticket/14142
...
[ticket/14142] Remove unused ignore_configs from avatar drivers
2015-09-08 13:34:58 +02:00
Marc Alexander
ea594d00f7
[ticket/13423] Set busyTimeout on connect to prevent db locking
...
PHPBB3-13423
2015-09-07 12:23:49 +02:00
Marc Alexander
9537ec56eb
Merge pull request #3884 from Nicofuma/ticket/14143
...
[ticket/14143] Flush the mail queue when writing it
2015-09-07 12:15:24 +02:00
Tristan Darricau
0e93efd7cb
[ticket/14143] Flush the mail queue when writing it
...
PHPBB3-14143
2015-09-05 17:53:29 +02:00
Andreas Fischer
8cab2374f9
Merge pull request #3877 from Nicofuma/ticket/14140
...
[ticket/14140] Update Symfony to 2.3.32
* Nicofuma/ticket/14140:
[ticket/14140] Update SYmfony to 2.3.32
2015-09-05 16:08:13 +02:00
Joas Schilling
f201c22ca7
Merge branch 'prep-release-3.1.6' into 3.1.x
...
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
2015-09-05 15:19:16 +02:00
Joas Schilling
5258fba2e0
[prep-release-3.1.6] Add migration for 3.1.6
release-3.1.6
2015-09-05 12:45:53 +02:00
Joas Schilling
82a45cd4da
[prep-release-3.1.6] Update version for final 3.1.6 release
2015-09-05 12:45:00 +02:00
Matt Friedman
076807c63a
[ticket/14142] Remove unused ignore_configs from avatar drivers
...
PHPBB3-14142
2015-09-04 13:38:14 -07:00
Zoddo
053a6d1d70
[ticket/8800] Add "mark topics read" link to "View unread posts"
...
PHPBB3-8800
2015-09-04 20:06:13 +02:00
Tristan Darricau
7701034871
[ticket/14140] Update SYmfony to 2.3.32
...
PHPBB3-14140
2015-09-03 14:57:05 +02:00
Tristan Darricau
5faa12db4c
Merge pull request #3855 from VSEphpbb/ticket/14123
...
[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
2015-09-02 12:44:52 +02:00
Tristan Darricau
58af8606c1
Merge pull request #3853 from marc1706/ticket/14075
...
[ticket/14075] Add template event after poll preview panel
* marc1706/ticket/14075:
[ticket/14075] Update version to 3.1.7-RC1
[ticket/14075] Add template event after poll preview panel
2015-09-02 12:03:58 +02:00
Tristan Darricau
48d05bad25
Merge pull request #3860 from kinerity/ticket/14126
...
[ticket/14126] Add viewtopic_topic_title_after template event
* kinerity/ticket/14126:
[ticket/14126] Add viewtopic_topic_title_after template event
2015-09-02 11:59:14 +02:00
Tristan Darricau
2ee8b14f86
Merge pull request #3872 from Zoddo/ticket/11468
...
[ticket/11468] Allow controllers to set paramters of page_header()
* Zoddo/ticket/11468:
[ticket/11468] Allow controllers to set paramters of page_header()
2015-09-02 11:50:35 +02:00
Tristan Darricau
8749c99e34
Merge pull request #3765 from Zoddo/ticket/13950
...
[ticket/13950] Hide undefined permissions
* Zoddo/ticket/13950:
[ticket/13950] Hide undefined categories
[ticket/13950] Hide undefined permissions
2015-09-01 21:47:05 +02:00
Tristan Darricau
4979d98aa9
Merge pull request #3873 from lavigor/ticket/14133
...
[ticket/14133] Comment fix for phpbb_get_user_rank()
* lavigor/ticket/14133:
[ticket/14133] Comment fix for phpbb_get_user_rank()
2015-09-01 18:46:56 +02:00
lavigor
3fe517f50c
[ticket/14133] Comment fix for phpbb_get_user_rank()
...
PHPBB3-14133
2015-08-31 21:49:22 +03:00
Zoddo
cc060a2611
[ticket/11468] Allow controllers to set paramters of page_header()
...
PHPBB3-11468
2015-08-30 23:24:07 +02:00
Max Pen
96521767f8
[ticket/13992] Fix HTML5 error from w3.org validator
...
PHPBB3-13992
2015-08-30 22:02:39 +02:00
Zoddo
a606b1c480
[ticket/7362] Add alt attribute on topic icons
...
PHPBB3-7362
2015-08-30 14:37:28 +02:00
Zoddo
e9e199bc37
[ticket/8920] Add a MCP PM reports view permission
...
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
2015-08-30 12:18:37 +02:00
Zoddo
af246483e2
[ticket/13950] Hide undefined categories
...
This hides the categories added by disabled extensions
PHPBB3-13950
2015-08-28 18:56:10 +02:00