Tristan Darricau
f6a4843c6d
Merge pull request #3652 from Elsensee/ticket/12143
...
[ticket/12143] Make it possible to use translated group names for non-special groups
* Elsensee/ticket/12143:
[ticket/12143] Fix tests after rebase
[ticket/12143] Avoid no output from get_group_name()
[ticket/12143] Fix those tests
[ticket/12143] Add some tests
[ticket/12143] Oops, fixed array index
[ticket/12143] Replace group name output
[ticket/12143] Add group helper class to translate groupnames
[ticket/12143] Add is_set method to language service
2015-08-23 22:42:18 +02:00
Marc Alexander
c96c6877bf
Merge branch '3.1.x'
...
Conflicts:
phpBB/includes/ucp/ucp_activate.php
2015-08-22 10:41:46 +02:00
lavigor
1b1fc6ed24
[ticket/14087] Add an event to ucp_activate.php.
...
PHPBB3-14087
2015-08-09 23:35:06 +03:00
Marc Alexander
46ffafd0c6
Merge branch '3.1.x'
2015-08-08 22:17:29 +02:00
Marc Alexander
3dcba7000b
Merge pull request #3757 from Zoddo/ticket/14006
...
[ticket/14006] Add core.ucp_register_agreement event
2015-08-08 22:17:21 +02:00
Tristan Darricau
2260533d47
[ticket/14074] Fix mark notifications as read in the ucp
...
PHPBB3-14074
2015-08-07 16:14:40 +02:00
Oliver Schramm
185fbe41c9
[ticket/12143] Replace group name output
...
So now we can use translated group names for non-special groups
PHPBB3-12143
2015-08-05 17:50:24 +02:00
Marc Alexander
e6e54430b9
Merge branch '3.1.x'
2015-07-16 08:35:12 +02:00
Tristan Darricau
06077d9970
[ticket/11444] BC layer
...
PHPBB3-11444
2015-07-13 22:41:14 +02:00
Nicofuma
be0d4e20d4
[ticket/11444] Moving the in-board notifications to a method class
...
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
2015-07-13 22:41:13 +02:00
Zoddo
e69d23dc88
[ticket/14006] Add core.ucp_register_agreement event
...
It allows to execute code before the agreements are displayed.
PHPBB3-14006
2015-07-12 19:25:05 +02:00
Richard McGirr
629a826f5b
[ticket/14004] Add user_info to core event
...
PHPBB3-14004
2015-07-12 08:30:49 -04:00
JoshyPHP
f02cc27014
[ticket/10620] Implemented quote improvements
...
PHPBB3-10620
2015-06-25 03:11:55 +02:00
Tristan Darricau
6bcf12a558
Merge pull request #3618 from marc1706/ticket/13832
...
[ticket/13832] Use preg_replace_callback instead of /e modifier
2015-06-24 16:36:15 +02:00
Tristan Darricau
d430acb568
Merge pull request #3669 from s9e/ticket/13901
...
[ticket/13901] Add more whitespace to long quotes for readability
2015-06-24 16:34:53 +02:00
Andreas Fischer
1f4976f590
Merge pull request #3696 from marc1706/ticket/13930-master
...
[ticket/13930] Check for correct spacing between keyword & parenthesis
* marc1706/ticket/13930-master:
[ticket/13930] Add missing space to mssql_extractor
[ticket/13930] Add missing spaces to code
[ticket/13930] Use OpeningParenthesisSniff in legacy ruleset
[ticket/13930] Remove not needed return statements
[ticket/13930] Add missing spaces to code
[ticket/13930] Check for correct spacing between keyword & parenthesis
2015-06-09 21:27:23 +02:00
Andreas Fischer
c952622fa0
Merge pull request #3694 from marc1706/ticket/13930
...
[ticket/13930] Check for correct spacing between keyword & parenthesis
* marc1706/ticket/13930:
[ticket/13930] Add missing spaces to code
[ticket/13930] Use OpeningParenthesisSniff in legacy ruleset
[ticket/13930] Remove not needed return statements
[ticket/13930] Add missing spaces to code
[ticket/13930] Check for correct spacing between keyword & parenthesis
2015-06-09 21:27:07 +02:00
Marc Alexander
d3e55a8290
Merge branch '3.1.x'
...
Conflicts:
phpBB/posting.php
2015-06-08 17:59:49 +02:00
Oliver Schramm
c2d254ea41
Merge branch 'ticket/13833-30x' into ticket/13833
...
Conflicts:
phpBB/posting.php
PHPBB3-13833
2015-06-08 17:19:11 +02:00
Oliver Schramm
2c6369c5d9
[ticket/13833] Prevent flooding if type=submit doesn't exist
...
PHPBB3-13833
2015-06-08 17:01:52 +02:00
Marc Alexander
2e31cae7bf
Merge branch 'ticket/13930' into ticket/13930-master
...
Conflicts:
phpBB/includes/acp/acp_database.php
2015-06-08 15:39:47 +02:00
Marc Alexander
f9389995e7
[ticket/13930] Add missing spaces to code
...
PHPBB3-13930
2015-06-08 13:54:50 +02:00
JoshyPHP
2f0d11ba3c
[ticket/13901] Add more whitespace to long quotes for readability
...
PHPBB3-13901
2015-05-30 22:17:14 +02:00
Tristan Darricau
2aecb94068
Merge pull request #3383 from nickvergessen/ticket/9109
...
Ticket/9109 Properly document and calculate the group settings with value 0
2015-05-29 16:04:56 +02:00
Tristan Darricau
a3d46575c7
Merge pull request #3613 from nickvergessen/ticket/13844
...
Ticket/13844 Better FAQ language files
2015-05-29 15:44:39 +02:00
JoshyPHP
64e1824abd
[ticket/13847] Updated ucp_pm_compose to use utils when forwarding
...
PHPBB3-13847
2015-05-25 21:33:17 +02:00
JoshyPHP
2a7a06da2a
[ticket/13847] Updated ucp_pm_compose to use the utils service
...
...when quoting a post
PHPBB3-13847
2015-05-25 21:33:17 +02:00
Marc Alexander
91cace06a5
[ticket/13832] Resolve minor coding issues
...
PHPBB3-13832
2015-05-20 08:59:19 +02:00
Marc Alexander
e8602d4203
[ticket/13832] Use preg_replace_callback in ucp_pm_options
...
PHPBB3-13832
2015-05-19 16:30:52 +02:00
Joas Schilling
07231e7943
[ticket/13844] FAQ in new controller format
...
PHPBB3-13844
2015-05-16 22:09:05 +02:00
Nicofuma
5f18cf4cfb
Merge branch '3.1.x'
2015-05-06 01:14:08 +02:00
Joas Schilling
2226043325
[ticket/13807] Fix "changed version" to match our version numbering
...
PHPBB3-13807
2015-05-02 14:41:59 +02:00
MateBartus
a089ff5eb0
[ticket/13654] Moving reporting into controller
...
Moving report.php's content into different services and controllers to
better comply with the MVC model.
Also implementing:
* Replacement for reasons_display()
* Adding assign_meta_refresh_var() to \controller\helper
* Adding separate routes for easy configuration
* Updating unit tests to expect to correct results
* Add BC tests
PHPBB3-13654
2015-04-16 11:29:11 +02:00
Marc Alexander
6f3ca35ae7
Merge branch '3.1.x'
2015-03-10 15:20:28 +01:00
Marc Alexander
3cb1907e76
Merge pull request #3445 from RMcGirr83/ticket/13650
...
[ticket/13650] Move core event
2015-03-10 15:20:26 +01:00
Marc Alexander
2eb7c21ae0
Merge branch '3.1.x'
2015-03-06 13:50:44 +01:00
Marc Alexander
d087d85618
Merge pull request #3426 from kinerity/ticket/13637
...
[ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event
2015-03-06 13:50:18 +01:00
Kailey Truscott
0f13635fb8
[ticket/13637] Update msg_id docblock
...
Change topic_id to post_id
PHPBB3-13637
2015-03-05 13:28:19 -05:00
Marc Alexander
7c26cd25c7
Merge pull request #3434 from nickvergessen/ticket/13647
...
[ticket/13647] Move FAQ page to a controller
2015-03-05 15:25:30 +01:00
RMcGirr83
0442957420
[ticket/13650] Move core event
...
PHPBB3-13650
2015-02-25 11:28:00 -05:00
Joas Schilling
06d6bcbe00
Merge branch '3.1.x'
2015-02-24 21:53:05 +01:00
Richard McGirr
03ded5853b
[ticket/13650] Validate ucp profile data changes
...
PHPBB3-13650
2015-02-23 21:19:10 -05:00
Joas Schilling
19a236205f
[ticket/13647] Generate route links for faq
...
PHPBB3-13647
2015-02-22 22:44:50 +01:00
Joas Schilling
0357a4d89b
Merge branch '3.1.x'
2015-02-22 22:27:59 +01:00
Joas Schilling
269dee4189
Merge pull request #3415 from RMcGirr83/ticket/13578
...
[ticket/13578] Add ucp_register.php core events
2015-02-22 22:27:41 +01:00
RMcGirr83
7bfb8686d9
[ticket/13578] Add ucp_register.php core events
...
PHPBB3-13578
2015-02-22 08:52:19 -05:00
Kailey Truscott
b8c388f184
[ticket/13637] Update event name and docblock
...
Update the event name to core.ucp_pm_compose_modify_data
Change description of to_group_id and submit dockblock
PHPBB3-13637
2015-02-20 20:36:17 -05:00
Joas Schilling
7f3ad29c47
Merge branch '3.1.x'
2015-02-20 21:00:49 +01:00
Joas Schilling
e6e7d7040a
Merge pull request #3423 from RMcGirr83/ticket/13635
...
[ticket/13635] Add sql_ary to ucp profile event
2015-02-20 21:00:39 +01:00
Kailey Truscott
d28d90bd90
[ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event
...
Add a new PHP event to ucp_pm_compose to alter the default vars
PHPBB3-13637
2015-02-19 20:50:51 -05:00