Jakub Senko
c016e09ca4
[ticket/12925] Pluralize permanent delete checkbox label
...
PHPBB3-12925
2016-08-15 18:27:33 +02:00
Marc Alexander
4ac2547d62
Merge pull request #4301 from 3D-I/PHPBB3-14596
...
[ticket/14596] Deny installation of Ascraeus under PHP 7
2016-07-31 15:18:35 +02:00
3Di
0026ed02ae
[ticket/14596] Deny installation of Ascraeus under PHP 7
...
PHPBB3-14596
2016-07-18 23:45:58 +02:00
Marc Alexander
e8454e018d
Merge pull request #4378 from Crizz0/ticket/14704
...
[ticket/14704] Removes unused function and language files in base.php
2016-07-17 15:57:21 +02:00
Marc Alexander
55b854906d
Merge pull request #4342 from Senky/ticket/14654
...
[ticket/14654] Change Imagemagick to ImageMagick
2016-07-07 19:15:33 +02:00
Marc Alexander
cddb884be6
Merge pull request #4354 from Stanzilla/smtp_explain
...
[ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option
2016-07-06 19:23:54 +02:00
Crizzo
53b9216c78
[ticket/14704] Removes unused function and language files in base.php
...
PHPBB3-14704
2016-07-03 14:22:08 +02:00
rxu
773a701d62
[ticket/14683] Fix typos in email templates.
...
PHPBB3-14683
2016-06-20 00:15:37 +07:00
Benjamin Staneck
3708770eb9
[ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option
...
This should help users trying to figure out why their
mail config is not working when they forgot to use a protocol prefix.
PHPBB3-14184
2016-06-17 08:46:02 +02:00
Jakub Senko
7dc1af25bc
[ticket/14654] Change Imagemagick to ImageMagick
...
PHPBB3-14654
2016-06-11 21:32:16 +02:00
Richard McGirr
0d7625c534
[ticket/13716] Remove extra br tag and correct missing closing a html tag
...
PHPBB3-13716
2016-05-16 18:01:55 -04:00
3Di
269e253524
[ticket/14596] Deny installation of Ascraeus under PHP 7
...
PHPBB3-14596
2016-04-23 07:11:34 +02:00
Richard McGirr
c938077172
[ticket/13716] Fix verboseness
...
PHPBB3-13716
2016-04-12 05:17:02 -04:00
Richard McGirr
e80f79fc9a
[ticket/13716] Fix grammar and href title tags
...
PHPBB3-13716
2016-04-06 06:18:26 -04:00
Richard McGirr
04f320cb01
[ticket/13716] Check phpBB version against config version
...
Display a warning in the ACP if the version constant (files)
does not match the phpbb_config version
(often indicating that the database updates hasn't been run)
PHPBB3-13716
2016-04-05 07:09:12 -04:00
Marc Alexander
5e96738ca1
Merge pull request #4230 from Senky/ticket/13028
...
[ticket/13028] Rename unanswered search label
2016-03-27 12:33:48 +02:00
Jakub Senko
9ef5b126ec
[ticket/13013] Explain to user explicitl what "participate more" means
...
PHPBB3-13013
2016-03-26 19:17:41 +01:00
Jakub Senko
4dc8841e33
[ticket/13028] Rename unanswered search label
...
PHPBB3-13028
2016-03-18 11:54:46 +01:00
Marc Alexander
215fad420f
[ticket/14241] Log fatal captcha error to error log
...
PHPBB3-14241
2016-03-12 10:24:07 +01:00
Marc Alexander
4c5c289f75
[ticket/14241] Prevent empty q&a as a result of improper settings
...
Improper setup of the q&a captcha in combination with the admin choosing a
default language that does not have any questions and answers set might
result in the user being presented empty questions and answers. This
change will try to fall back to any question in case the admin incorrectly
set the default language and has no questions & answers set. If that does
not work, the captcha will not allow passing it and suggest to contact the
board admin to resolve this issue.
PHPBB3-14241
2016-03-11 10:51:07 +01:00
Richard McGirr
83fd8e88d6
[ticket/14508] Adjust account inactive language
...
PHPBB3-14508
2016-03-03 06:55:36 -05:00
Richard McGirr
65ce507dda
[ticket/14508] Change language notice on account activation
...
PHPBB3-14508
2016-03-02 07:05:37 -05:00
phpBB España
bb5a171674
[ticket/14303] Use UTF8 quotes in app.php lang file
...
PHPBB3-14303
2015-12-26 08:14:33 +01:00
Matt Friedman
627488da5b
[ticket/14353] Complete [list] bbcode documentation/examples
...
PHPBB3-14353
2015-12-11 17:14:22 -08:00
Richard McGirr
03662d5a89
[ticket/14283] Add a Manage Group link on a group page
...
PHPBB3-14283
2015-11-14 06:10:41 -05:00
DavidIQ
9a8393c912
[ticket/10343] Show clearer indication an account is inactive in memberlist
...
PHPBB3-10343
2015-10-17 18:38:53 -04:00
Cesar G
c7d7967a91
[ticket/13945] Send reactivation requests to admins using notifications system.
...
PHPBB3-13945
2015-10-15 22:26:14 -07:00
Marc Alexander
f6c8338358
Merge pull request #3864 from Zoddo/ticket/8920
...
[ticket/8920] Add a MCP PM reports view permission
2015-10-11 10:47:44 +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
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
Matt Friedman
76158e429b
[ticket/14123] Fix typo
...
PHPBB3-14123
2015-08-28 07:54:50 -07:00
Matt Friedman
6c36f56b12
[ticket/14123] Remove redundant help messages
...
PHPBB3-14123
2015-08-28 07:49:07 -07:00
Zoddo
2b01772fa9
[ticket/14127] Fix the BBCode FAQ about auto-linking w/o protocol
...
This error was accidentally introduced in the patch
for PHPBB3-13967 (PR #3729 )
PHPBB3-14127
2015-08-25 12:43:18 +02:00
Matt Friedman
13851f308f
[ticket/14123] Add descriptive help to the CLI help output
...
PHPBB3-14123
2015-08-23 15:14:08 -07:00
Joas Schilling
7b903919bf
Merge pull request #3620 from VSEphpbb/ticket/13818
...
[ticket/13818] Add Extension and Style CDB Links into ACP Management pages
2015-06-27 14:54:33 +02:00
Zoddo
8bb48b575d
[ticket/13967] Use HTTPS on phpbb.com links
...
This fix the HTTPS breaking issue on the BBCode FAQ.
PHPBB3-13967
2015-06-26 14:53:05 +02:00
Matt Friedman
a620651ca1
[ticket/13818] Add browse CDB links to ext style lang management
...
PHPBB3-13818
2015-06-06 10:30:09 -07:00
Tristan Darricau
0e7448e2b3
Merge pull request #3562 from VSEphpbb/ticket/11521
...
[ticket/11521] Add missing lang strings for migration exceptions
2015-05-04 10:56:41 +02:00
Matt Friedman
c818873d48
[ticket/11521] Add missing lang strings for migration exceptions
...
PHPBB3-11521
2015-04-28 00:02:42 -07:00
Matt Friedman
281661c23e
[ticket/13778] Update wording of the reCaptcha instructions
...
PHPBB3-13778
2015-04-26 20:57:56 -07:00
Richard McGirr
60f31d48e2
[ticket/13763] Fix typo in extension lang file
...
PHPBB3-13763
2015-04-15 07:35:42 -04:00
Joas Schilling
835ee2ba63
Merge pull request #3380 from n-aleha/ticket/13586
...
[ticket/13586] Allow '0' as username with Jabber notifications
2015-02-20 20:52:54 +01:00
Jakub Senko
ec8aeaf2cd
[ticket/13618] Fix typo in English FAQ
...
PHPBB3-13618
2015-02-16 20:27:52 +01:00
n-aleha
e1eac80b8f
[ticket/13586] Allow '0' as username with Jabber notifications
...
PHPBB3-13586
2015-02-07 19:33:19 +02:00
Joas Schilling
6ff0aaaa70
Merge pull request #3225 from prototech/ticket/13302
...
[ticket/13302] Fix incorrect links to phpBB.com resources
2014-12-27 14:12:23 +01:00
Joas Schilling
aea67c8e37
Merge pull request #3168 from Senky/ticket/11033
...
[ticket/11033] FULLTEXT_SPHINX_NO_CONFIG_DATA references unrequired field
2014-12-27 13:37:04 +01:00
Joas Schilling
a66e4770c1
Merge pull request #3159 from Crizz0/ticket/13357
...
[ticket/13357] Adds missing LOG_MOVED_TOPIC for 3.0.12 left-over entries
2014-12-27 13:29:04 +01:00
Cesar G
bb4b3d2731
[ticket/13302] Update documentation and support forum links to 3.1 versions.
...
PHPBB3-13302
2014-12-09 17:10:03 -08:00
kochi
dfbc109b59
[ticket/13400] Information text if the server load id high at search
...
PHPBB3-13400
2014-12-06 13:42:16 +01:00
Jakub Senko
86b3c54c77
[ticket/11033] Update string to reflect real requirements
...
PHPBB3-11033
2014-11-22 11:56:52 +01:00