v12mike
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
...
Rebase to 3.3.x
PHPBB3-16138
2021-05-19 22:05:06 +02:00
Marc Alexander
3bb58556ea
[ticket/16771] Fix typo and invalid type in event docblocks
...
PHPBB3-16771
2021-05-15 22:49:28 +02:00
rxu
3ff99a9eb1
[ticket/16771] Add MCP core events
...
PHPBB3-16771
2021-05-07 22:30:50 +07:00
Marc Alexander
6b5cbe3768
Merge branch '3.2.x' into 3.3.x
2020-03-16 14:19:51 +01:00
3D-I
1c2f65f268
[ticket/16399] Fix Emoji in topic tile for MCP split topic
...
PHPBB3-16399
2020-03-12 15:27:28 +01:00
brunoais
202478d108
[ticket/16262] Fixing event's $current_row_number by renaming $i
...
PHPBB3-16262
2019-12-26 18:17:39 +00:00
Dark❶
cd75b712d4
[ticket/16113] Add core.mcp_topic_modify_sql_ary
...
PHPBB3-16113
2019-07-29 03:13:29 +05:30
kasimi
75007697ae
[ticket/15954] Add safeguards to include() calls
...
PHPBB3-15954
2019-01-26 22:29:54 +01:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Marc Alexander
b28dc339f0
Merge branch '3.1.x' into 3.2.x
2017-06-25 11:06:47 +02:00
Daniel Sinn
127f5a3ffa
[ticket/15250] Add core event to MCP at the end of merge_posts
...
PHPBB3-15250
2017-06-20 17:56:48 -04:00
Tristan Darricau
c61e43cc91
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/7336] Index first post when splitting topics
[ticket/7336] Add tests for indexing first post after splitting topics
2017-04-19 23:01:35 +02:00
Marc Alexander
02a35baf70
[ticket/7336] Index first post when splitting topics
...
PHPBB3-7336
2017-01-16 22:29:57 +01:00
Marc Alexander
7a6a16e3a5
[ticket/13454] Remove unused variables
...
This is part 5 and there is more to come.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
266576c6a4
[ticket/13454] Remove unused variables
...
Part 4
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
6c25ad4822
[ticket/13454] Remove unused variables
...
Part 3 should fix tests up a little bit again.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
f50ba9ab4f
[ticket/13454] Remove unused variables
...
This is part 2 of the pr.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
73e6e5b77f
[ticket/13454] Remove unused variables
...
This is the first part of the changes. More to come.
PHPBB3-13454
2016-01-06 13:51:19 +01:00
Marc Alexander
eab8a12fb8
Merge branch '3.1.x'
2015-09-16 22:48:10 +02: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
rxu
6b0f235cc9
[ticket/14102] Add core event to the mcp_topic.php
...
PHPBB3-14102
2015-08-15 18:38:25 +07:00
Marc Alexander
f85d49aada
Merge branch '3.1.x'
2015-03-05 15:47:04 +01:00
Marc Alexander
8f09ff210f
Merge pull request #3413 from kasimi/ticket/13540
...
[ticket/13540] Add topic info and total posts count to mcp_topic_review_modify_row event
2015-03-05 15:46:33 +01:00
Marc Alexander
5ad4685f00
Merge branch '3.1.x'
2015-02-18 18:04:46 +01: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
JoshyPHP
4559aca723
[ticket/13595] Removed unused code
...
PHPBB3-13595
2015-02-13 22:55:04 +01:00
Gaëtan Muller
abcb2680ee
[ticket/13455] Remove unnecessary calls to utf8_normalize_nfc()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
Gaëtan Muller
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
Andreas Fischer
284aa8c496
Merge pull request #3281 from MGaetan89/ticket/13496
...
[ticket/13496] Change set_config_count() calls with $config->increment()
* MGaetan89/ticket/13496:
[ticket/13496] Update calls to `set_config_count()`
2015-02-03 18:13:20 +01:00
Joas Schilling
529820b620
Merge branch 'develop-ascraeus' into develop
2015-02-02 23:30:15 +01:00
Gaëtan Muller
a633f3484c
[ticket/13496] Update calls to set_config_count()
...
PHPBB3-13496
2015-02-02 21:52:59 +01:00
Gaëtan Muller
7fc586080b
[ticket/13468] Update calls to add_log()
...
PHPBB3-13468
2015-01-27 18:34:33 +01:00
kasimi
33d7eb69ef
[ticket/13540] Added var row to both events
...
PHPBB3-13540
2015-01-25 13:01:02 +01:00
kasimi
12fba95892
[ticket/13540] Add core event for MCP topic review block data
...
Similar to the previous event, this event triggers for each post in the
MCP topic review.
PHPBB3-13540
2015-01-24 19:41:27 +01:00
Gaëtan Muller
b5544b2f47
[ticket/13450] Type-hint return value of $phpbb_container->get()
...
PHPBB3-13450
2015-01-12 20:19:07 +01:00
Joas Schilling
952b4de231
[ticket/12612] Prefix check_ids() with phpbb_
...
PHPBB3-12612
2014-06-23 23:01:52 +02:00
Joas Schilling
4ac43856f7
[ticket/12612] Prefix mcp_sorting() with phpbb_
...
PHPBB3-12612
2014-06-23 23:00:13 +02:00
Joas Schilling
c315fc6c89
[ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global
...
PHPBB3-12612
2014-06-23 22:58:41 +02:00
Joas Schilling
bba23f61b3
[ticket/12612] Prefix module url functions with phpbb_
...
PHPBB3-12612
2014-06-23 22:54:15 +02:00
Joas Schilling
771cbb2b3a
Merge pull request #2434 from Nicofuma/ticket/8610
...
[ticket/8610] Merging topics does not handle bookmarks correctly
* Nicofuma/ticket/8610:
[ticket/8610] Use css selector instead of xPath
[ticket/8610] Add functional test when two topics are merged
[ticket/8610] Throw an error when the dest topic isn't set
[ticket/8610] Fix bookmarks when merging all the posts of a topic
[ticket/8610] Merging topics does not handle bookmarks correctly
2014-06-09 22:57:27 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Tristan Darricau
d20d86bf10
[ticket/8610] Fix bookmarks when merging all the posts of a topic
...
PHPBB3-8610
2014-05-27 01:35:52 +02:00
Joas Schilling
2ec9c08a2b
[ticket/12052] Use different visibility when post was edited
...
... and needs to be reapproved.
PHPBB3-12052
2014-04-25 11:52:22 +02:00
Cesar G
1251b68668
[ticket/12153] Remove redundant calls to pagination.on_page().
...
PHPBB3-12153
2014-02-03 23:00:39 -08:00
Joas Schilling
edd183b53a
[ticket/11849] Update more MCP calls to pagination class
...
PHPBB3-11849
2013-12-18 18:39:01 +01:00
Cesar G
6a75edc057
[ticket/11892] Fix undefined variables: to_forum_id & to_topic_id
...
PHPBB3-11892
2013-10-08 14:24:57 -07:00
Andreas Fischer
1ac1b9b7ee
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11775] Fix doc blocks syntax
[ticket/11775] Remove spaces at line ends
[ticket/11775] Split test into multiple steps
[ticket/11775] Add functional test for moving the last post
[ticket/11775] Backport moving of the posting functions to 3.0
[ticket/11775] Fix error when moving the last post to another topic
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
2013-08-15 01:40:08 +02:00
Joas Schilling
91eccc708b
[ticket/11775] Fix error when moving the last post to another topic
...
PHPBB3-11775
2013-08-08 13:42:51 +02:00
Joas Schilling
9f60a38539
Merge remote-tracking branch 'brunoais/ticket/11653' into develop
...
* brunoais/ticket/11653:
[ticket/11653] Use $parse_flags
[ticket/11653] generate_text_for_display on mcp/mcp_topic.php
2013-08-01 16:50:50 +02:00