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
brunoais
21cc1fda85
[ticket/13664] Added alias to table to make modding easier.
...
PHPBB3-13664
2015-03-01 20:57:06 +00:00
brunoais
5fa6871ebf
[ticket/13664] Add event to allow changing number of unapproved posts listed
...
PHPBB3-13664
2015-03-01 20:26:12 +00:00
brunoais
5ad69bbecf
[ticket/13664] From string query in mcp_front unapproved posts to built query
...
PHPBB3-13664
2015-03-01 19:55:43 +00:00
brunoais
8b23272c33
[ticket/13660] Allow changing the query for total reports in mcp_front
...
PHPBB3-13660
2015-02-28 08:57:43 +00:00
brunoais
c37d5f9b7c
[ticket/13142] Default $total to -1 before the event for more flexibility
...
PHPBB3-13142
2015-02-27 22:51:32 +00:00
Robert Heim
2ad87c662f
[ticket/13658] renamed events and added table_ary parameter
...
- added suffix '_query' to event names
- added table_ary to before event
PHPBB3-13658
2015-02-27 21:04:08 +01:00
RobertHeim
71828ee8df
[ticket/13658] add event before and after topics are deleted
...
PHPBB3-13658
2015-02-27 18:01:26 +01:00
MateBartus
193c5b86b4
[ticket/12466] Move classes from acp_database.php to their own files
...
* Moving classes from acp_database.php to phpbb/db/extractor namespace,
also into separate files
* Adding DocBlocks and property visibility to classes
* Removing globals from code
* Passing former globals to base_extractor's constructor
* Adding DB extractor as a service, also implementing the extractor interface
as well as the extractor factory.
PHPBB3-12466
2015-02-27 16:18:50 +01:00
Marc Alexander
f526e81ddf
Merge branch '3.1.x'
2015-02-27 12:21:46 +01:00
Marc Alexander
e15b9dc782
Merge pull request #3388 from rxu/ticket/13596
...
[ticket/13596] Add display_forums() event to allow modifying forums list data
2015-02-27 12:20:50 +01:00
brunoais
df9331084b
[ticket/13142] Removed surperfulous space
...
PHPBB3-13142
2015-02-27 10:42:27 +00:00
brunoais
1e73f8d5ea
[ticket/13142] Removed surperfulous new line
...
PHPBB3-13142
2015-02-27 08:34:28 +00:00
Joas Schilling
48d208a3a6
Merge branch '3.1.x'
...
Conflicts:
phpBB/includes/functions_mcp.php
2015-02-26 22:48:52 +01:00
brunoais
ec855f1817
[ticket/13142] Place the event in the most meaningful place
...
The event now has nearly all variables and it is in the place where it can
most influence this method's outcome without requiring the extension
to re-process phpBB's code.
PHPBB3-13142
2015-02-26 13:07:35 +00:00
brunoais
3e451cbe75
[ticket/13142] Delete event in order to move it.
...
PHPBB3-13142
2015-02-26 10:05:12 +00:00
brunoais
c8be24fd5e
[ticket/13652] Added $phpbb_dispatcher from global to phpbb_mcp_sorting()
...
PHPBB3-13652
2015-02-25 23:28:42 +00:00
RMcGirr83
0442957420
[ticket/13650] Move core event
...
PHPBB3-13650
2015-02-25 11:28:00 -05:00
Nils Adermann
6f3f6282d1
[ticket/13617] Enforce column size limit for session_forum_id
...
PHPBB3-13617
2015-02-25 16:20:50 +01:00
Joas Schilling
261c3bc1d0
Merge branch '3.1.x'
2015-02-24 21:57:14 +01:00
Joas Schilling
3ac583271f
Merge pull request #3381 from rxu/ticket/13591
...
[ticket/13591] Add core events to the function obtain_users_online_string()
2015-02-24 21:56:34 +01:00
Joas Schilling
06d6bcbe00
Merge branch '3.1.x'
2015-02-24 21:53:05 +01:00
Joas Schilling
9f9e392c7d
Merge pull request #3436 from RMcGirr83/ticket/13650
...
[ticket/13650] Validate ucp profile data changes
2015-02-24 21:53:01 +01:00
MateBartus
19fe32d5b2
[ticket/13636] Deleting inactive user in acp_users gives unexpected link
...
Change "referer" to "redirect" in variable names and GET params as well.
PHPBB3-13636
2015-02-24 21:23:58 +01:00
MateBartus
b8dfbfe390
[ticket/13636] Deleting inactive user in acp_users gives unexpected link
...
Success message did not provide the expected "previous page" link
(acp_inactive was expected, but the link took users to acp_users) if the
acp_users module was accessed by navigating from the inactive user list to
acp_users and then deleting inactive user.
PHPBB3-13636
2015-02-24 21:06:53 +01:00
Joas Schilling
17b00812a7
Merge branch '3.1.x'
2015-02-24 20:44:37 +01:00
RMcGirr83
80e1c233d9
[ticket/13587] SQL syntax errors in get_prune_users()
...
PHPBB3-13587
2015-02-24 13:28:47 -05: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
Joas Schilling
0dab7e2552
Merge branch '3.1.x'
2015-02-20 20:29:45 +01:00
Joas Schilling
c24a840048
Merge pull request #3277 from dhruvgoel92/ticket/13472
...
[ticket/13472] Delete admin activation notification when deleting user
2015-02-20 20:29:05 +01:00
Joas Schilling
de061b5e11
Merge branch '3.1.x'
2015-02-20 19:56:36 +01:00
Joas Schilling
31ae574830
Merge pull request #3197 from brunoais/ticket/13142
...
[ticket/13142] Before query to list unapproved and deleted posts
2015-02-20 19:54:02 +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
Jakub Senko
8d6ab63fea
[ticket/11424] Add space between control flow keywords and parenthesis
...
PHPBB3-11424
2015-02-19 22:07:26 +01:00
RMcGirr83
1f345a8cf9
[ticket/13635] Add sql_ary to ucp profile event
...
PHPBB3-13635
2015-02-19 05:45:10 -05:00
Marc Alexander
5ad4685f00
Merge branch '3.1.x'
2015-02-18 18:04:46 +01:00
Marc Alexander
098854a822
Merge pull request #3395 from s9e/ticket/13595
...
[ticket/13595] Remove unused instances of the bbcode class
2015-02-18 18:02:23 +01:00
Marc Alexander
ddc96a7d07
Merge branch '3.1.x'
2015-02-18 00:19:10 +01:00
rxu
fa1c61f608
[ticket/13433] Fix parsing of email addresses
...
Currently email addresses are parsed incorrectly due to the regex structure.
Namely, if localpart consists of several dot separated parts, only the last
part with the trailing dot will be captured.
The patch change this behavior to capture the whole localpart.
PHPBB3-13433
2015-02-17 17:24:30 +07:00
kasimi
c7ce6cd26f
[ticket/13540] Add total post count to mcp_topic_review_modify_row event
...
PHPBB3-13540
2015-02-17 00:48:04 +01:00
kasimi
f9d34a16dd
[ticket/13540] Add topic_info to mcp_topic_review_modify_row event
...
PHPBB3-13540
2015-02-16 20:11:19 +01:00
Jakub Senko
6f56dc8568
[ticket/11424] Handle race condition properly for Quick-Mod Tools
...
PHPBB3-11424
2015-02-16 19:51:09 +01:00
Joas Schilling
1e3175cca3
[ticket/10748] Fix class type hinting
...
PHPBB3-10748
2015-02-15 17:01:20 +01:00