Marc Alexander
8841d88845
Merge pull request #6225 from rubencm/ticket/16790
...
[ticket/16790] Remove unused code
2022-12-09 21:17:23 +01:00
Marc Alexander
c84403286e
Merge branch '3.3.x'
2022-07-28 20:26:03 +02:00
Marc Alexander
7275f9e7f1
[ticket/17003] Small code style adjustmens
...
PHPBB3-17003
2022-07-27 18:17:46 +02:00
Patrick Webster
040c2e9b78
[ticket/17003] Include topic icon on UCP front page
...
Prosilver already supports rendering topic icons on this view, but the backend
didn't populate the needed topicrow values.
PHPBB3-17003
2022-07-09 14:57:01 -05:00
Marc Alexander
5f7ce9b66a
Merge branch '3.3.x'
2022-04-30 23:02:13 +02:00
battye
b9f7c3ff6e
[ticket/16800] Fix 'No Posts' bug when no date format supplied
...
PHPBB3-16800
2022-04-17 18:03:48 +08:00
rubencm
2f41ce219c
[ticket/16790] Remove unused code
...
PHPBB3-16790
2021-11-22 18:52:01 +01:00
Máté Bartus
553a20ddf7
Merge pull request #6056 from senky/ticket/16574
...
[ticket/16574] Remove flash BBcode
2021-08-23 21:34:28 +02:00
Marc Alexander
72cf2ba2ea
Merge branch '3.3.x'
2021-08-23 20:30:14 +02:00
Jakub Senko
28f98402f3
[ticket/16574] Remove flash BBcode
...
PHPBB3-16574
2021-08-19 23:01:42 +02:00
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
rxu
19b12bf6ee
[ticket/16649] Upgrade to Symfony 5
...
PHPBB3-16649
2021-02-19 21:10:54 +07:00
Matt Friedman
9b9ca25934
[ticket/16237] Fix broken vars and remove conditional overhead
...
PHPBB3-16237
2020-08-21 15:33:08 -07:00
hanakin
dc4fe2d4b7
[ticket/16237] squash all commits
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
kasimi
75007697ae
[ticket/15954] Add safeguards to include() calls
...
PHPBB3-15954
2019-01-26 22:29:54 +01:00
kasimi
83f4074116
[ticket/15910] Pass object arguments by reference implicitly
...
PHPBB3-15910
2018-12-12 12:41:56 +01:00
Ruben Calvo
b148bb5d70
[ticket/15849] Stop using php4 constructors
...
PHPBB3-15849
2018-10-21 07:02:26 +00:00
Marc Alexander
2de198e30d
Merge pull request #5354 from Elsensee/ticket/15329
...
[ticket/15329] Parse drafts before saving them (and decode)
2018-10-08 22:21:55 +02:00
Marc Alexander
426d8ce79f
Merge pull request #5152 from senky/ticket/15579
...
[ticket/15579] Add ucp_front events
2018-10-08 21:04:56 +02:00
Jakub Senko
1a284ebe8d
[ticket/15579] Add ucp_front events
...
PHPBB3-15579
2018-09-16 14:20:49 +02:00
Oliver Schramm
0d7c33c1af
[ticket/15329] Parse drafts before saving them (and decode)
...
PHPBB3-15329
2018-09-14 14:54:51 +02: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
e76ea47fb8
Merge branch '3.1.x' into 3.2.x
2016-09-17 16:27:25 +02:00
Wesley Fok
3038bf5eaf
[ticket/14638] Rollback changes from 3.2.x version
...
Mistakenly brought in the modified 3.2.x version verbatim instead of diffing
against the 3.1.x version of ucp_main.php. Removed any changes I didn't
explicitly make.
PHPBB3-14638
2016-08-03 13:27:06 -04:00
Wesley Fok
2081a78095
[ticket/14638] New UCP hooks for subscriptions
...
Adds various event hooks to the Manage subscriptions page of the User
Control Panel. core.ucp_subscribed_post_data allows us to handle
additional post data from the form that unwatches subscriptions.
core.ucp_main_subscribed_forums_modify_query,
core.ucp_main_topiclist_count_modify_query and
core.ucp_main_topiclist_modify_query all modify the queries used to get
the list of subscribed forums and subscribed/bookmarked topics.
core.ucp_main_subscribed_forum_modify_template_vars and
core.ucp_main_topiclist_topic_modify_template_vars modify the template
variable array associated with each subscribed forum and topic row.
This is a backport to 3.1.x of the code in PR #4318 .
PHPBB3-14638
2016-08-03 13:18:43 -04: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
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
Gaëtan Muller
b5544b2f47
[ticket/13450] Type-hint return value of $phpbb_container->get()
...
PHPBB3-13450
2015-01-12 20:19:07 +01:00
Marc Alexander
e5e45f860b
[ticket/12966] Sort by post_time and post_id where applicable
...
This change was not applied to the search as this would require a larger
rewrite of the search methods.
PHPBB3-12966
2014-08-23 16:36:39 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Andreas Fischer
89391dec08
[ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.
...
* There MUST NOT be trailing whitespace at the end of lines.
* There MUST NOT be whitespace before the first content of a file.
* There MUST NOT be whitespace after the last content of a file.
* Functions MUST NOT contain multiple empty lines in a row.
PHPBB3-12458
2014-04-29 17:51:21 +02:00
Matt Friedman
96ac2790fc
[ticket/12300] Make only red topic/forum row icons clickable to unread posts
...
PHPBB3-12300
2014-03-28 20:54:49 -07:00
geetakshi
9a3011c2dd
[ticket/8309] Changing $last_activity to $last_active
...
PHPBB3-8309
2014-03-20 01:48:52 +05:30
geetakshi
66ed9881df
[ticket/8309] Removing key with similar function to avoid redundancy
...
PHPBB3-8309
2014-03-17 21:08:03 +05:30
geetakshi
0bf758f00f
[ticket/8309] Rename $last_visit to $last_activity
...
PHPBB3-8309
2014-03-16 03:37:21 +05:30
geetakshi
8c4604a78e
[ticket/8309] Renaming "Last visit" to "Last activity"
...
PHPBB3-8309
2014-03-16 03:32:08 +05:30
Nathan Guse
7015fc8a00
Merge pull request #2002 from prototech/ticket/12153
...
[ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
2014-02-18 14:11:48 -06:00
Joas Schilling
bbada27ee9
[ticket/12115] Also port user interests to profile fields
...
PHPBB3-12115
2014-02-06 11:32:11 +01:00
Joas Schilling
3c640e57c5
[ticket/12115] Convert user occupation to a profile field
...
PHPBB3-12115
2014-02-06 11:32:06 +01: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
e4950ced92
[ticket/11849] Update rest of the UCP modules
...
PHPBB3-11849
2013-12-18 18:36:08 +01:00
Nils Adermann
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00
Nils Adermann
da2752e400
[ticket/11700] Modify all code to use the new interface names
...
PHPBB3-11700
2013-07-14 13:30:52 -04:00
Joas Schilling
9aed758c13
[ticket/9657] Use the service instead of the static class
...
PHPBB3-9657
2013-07-11 14:24:07 +02:00
Joas Schilling
9945561b4b
[feature/soft-delete] Correctly calculate the number of replies everywhere
...
PHPBB3-9567
2012-10-22 11:14:00 +02:00
Nathan Guse
a2dd99b75e
[ticket/10885] Fix UCP Main Error if no forums exist
...
This error is caused by an empty set passed to sql_in_set
if the user cannot read any forums
PHPBB3-10885
2012-08-06 16:01:05 -05:00
Drae
584d49459d
[feature/pagination-as-list] New parameter for name of start var
...
Add a new parameter to hold the name of the start variable. This
fulfills ticket PHPBB3-8535.
PHPBB3-10968
2012-07-18 14:32:42 +01:00
Drae
27d8aef528
[feature/pagination-as-list] Updates for nils comments
...
Re-remove deprecated functions, change on_page to phpbb_on_page,
add null returns, remove globals and pass as params.
PHPBB3-10968
2012-07-18 14:32:18 +01:00
Drae
cf4d6e926d
[feature/pagination-as-list] Rename and deprecate functions
...
Returned and marked deprecated topic_generate_pagination. Rename
new function in line with coding guidelines.
PHPBB3-10968
2012-07-18 14:31:50 +01:00