Jakub Senko
6deae170bd
[ticket/15670] Fix SQL error when !f_list_topics and f_read
...
PHPBB3-15670
2018-06-18 18:38:53 +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
6acfe2a0cb
Merge pull request #4868 from javiexin/ticket/15266
...
[ticket/15266] Fix events in content_visibility
2017-12-27 14:15:27 +01:00
javiexin
bd81af3b9e
[ticket/15266] Expand functionality of content_visibility
...
Added new function "is_visible", and replaced several immediate
uses of the above, including a single event in the new function
to handle change in all places consistently, and much simpler.
PHPBB3-15266
2017-12-27 13:27:38 +01:00
Marc Alexander
a6c5204cbd
Merge pull request #4973 from DavidIQ/ticket/15372
...
[ticket/15372] Add permission for listing topics without being able to read them
2017-11-01 10:39:56 +01:00
David Colón
dc5267728b
[ticket/15372] Add and handle f_list_topics permission
2017-10-26 16:09:01 -04:00
rxu
ae02cf785a
[ticket/15374] Add core event to modify page title in viewforum.php
...
PHPBB3-15374
2017-09-22 20:15:05 +07:00
rxu
68c3a0307d
[ticket/15324] Add more core and template events
...
PHPBB3-15324
2017-08-16 22:38:34 +07:00
Marc Alexander
a26e8a1aa4
Merge branch '3.1.x' into 3.2.x
2017-04-09 14:10:49 +02:00
upstrocker
f991a99a14
[ticket/15139] Assigned 'topics_per_page' before template included
...
The element $config['topics_per_page'] was assigned a value after the
template was included, which led to incorrect page number display in the
header when pagination.
Now this var is assigned the correct value before the template is included
PHPBB3-15139
2017-03-28 20:41:38 +02:00
Marc Alexander
f27cdad73e
Merge branch '3.1.x' into 3.2.x
2017-02-11 21:48:20 +01:00
Marc Alexander
45199adebd
Merge pull request #4523 from senky/ticket/13429
...
[ticket/13429] Replace @change with @changed in event docblocks
2017-02-11 15:19:47 +01:00
Jakub Senko
779758f219
[ticket/13429] Replace @change with @changed
...
PHPBB3-13429
2017-01-23 13:33:15 +01:00
Marc Alexander
c431dc0d04
Merge branch '3.1.x' into 3.2.x
2016-12-28 22:15:26 +01:00
Jakub Senko
ea73920261
[ticket/14468] Add forum_id to core.viewforum_modify_topics_data
...
PHPBB3-14468
2016-12-18 09:39:00 +01:00
Jakub Senko
c2836725f9
[ticket/13429] Replace @changed with @change in event docblocks
...
PHPBB3-13429
2016-11-20 17:58:59 +01:00
Jakub Senko
4b6c2c8cde
[ticket/10961] Send HTTP 403 when applicable
...
PHPBB3-10961
2016-09-01 08:48:37 +02:00
Marc Alexander
be8bf42fe3
Merge branch '3.1.x' into 3.2.x
2016-07-17 11:06:50 +02:00
Marc Alexander
d0a5f87a44
Merge pull request #4364 from kinerity/ticket/14687
...
[ticket/14687] Modify viewforum_modify_topicrow event
2016-07-17 11:06:43 +02:00
Marc Alexander
4e7705fcaf
Merge branch '3.1.x' into 3.2.x
2016-07-17 10:58:04 +02:00
Kailey Truscott
4653951673
[ticket/14687] Modify viewforum_modify_topicrow event
...
Add s_type_switch and s_type_switch_test to event vars.
PHPBB3-14687
2016-06-20 18:21:05 -04:00
Kailey Truscott
a19bf11f73
[ticket/14685] Add viewforum_get_announcement_topic_ids_data event
...
Create a new event to alter the SQL array of announcements.
PHPBB3-14685
2016-06-19 21:30:03 -04:00
Marc Alexander
a7950bd8ce
Merge branch '3.1.x' into 3.2.x
2016-03-27 12:37:27 +02:00
Richard McGirr
9b94eaa0e4
[ticket/13625] Fix types of properties
...
PHPBB3-13625
2016-03-25 06:22:33 -04:00
Marc Alexander
51c243f76b
Merge branch '3.1.x' into 3.2.x
2016-03-24 17:22:07 +01:00
rxu
a5790597ca
[ticket/14051] Restore accidentally removed $topics_count value
...
PHPBB3-14051
2016-03-24 21:41:41 +07:00
Marc Alexander
ed21921c58
Merge branch '3.1.x' into 3.2.x
2016-03-24 15:22:38 +01:00
Richard McGirr
78bf53587a
[ticket/14051] Add table alias and fix types of property
...
PHPBB3-14051
2016-03-24 07:01:57 -04:00
Richard McGirr
d9ad14e4c5
[ticket/14051] Fix whitespace
...
PHPBB3-14051
2016-03-23 21:46:45 -04:00
Richard McGirr
c003611f05
[ticket/14051] Replace sql array of viewforum sort topics function
...
PHPBB3-14051
2016-03-23 21:30:30 -04:00
Marc Alexander
eecde66ed4
Merge branch '3.1.x'
2015-11-24 21:46:01 +01:00
Marc Alexander
8489cb6f40
Merge pull request #4033 from tas2580/ticket/14297
...
[ticket/14297] Uppercase and lowercase when sorting topics
2015-11-24 21:45:53 +01:00
Tobi Schäfer
f4f6a4f810
[ticket/14297] Uppercase and lowercase when sorting topics
...
PHPBB3-14297
Ticket: https://tracker.phpbb.com/browse/PHPBB3-14297
2015-11-16 21:01:32 +01:00
Marc Alexander
f2a048e5ae
Merge branch '3.1.x'
2015-03-06 13:45:12 +01:00
brunoais
52b83bd5e9
[ticket/13625] Added forum_id to allow more flexibility and possibilities.
...
PHPBB3-13625
2015-03-05 22:52:03 +00:00
brunoais
b934617a3b
[ticket/13625] Adding multiple variables to core.viewforum_get_topic_data
...
Added topics_count, sort_days, sort_key and sort_dir to
core.viewforum_get_topic_data and adjusted the event's comment explaining
it's possible extended purpose now that it has more variables.
PHPBB3-13625
2015-02-16 11:31:05 +00: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
Joas Schilling
58d8ea5b0b
Merge pull request #3265 from tas2580/develop-ascraeus
...
[ticket/13453] Sort param in Canonical URL
2015-01-09 21:41:19 +01:00
Tobi Schäfer
de3d7aca16
[ticket/13453] Sort param in Canonical URL
...
PHPBB3-13453
2015-01-06 15:31:27 +01:00
rxu
970ed40b09
[ticket/13449] Add viewforum event after the topic's been assigned to template
...
PHPBB3-13449
2015-01-03 20:12:47 +07:00
Jakub Senko
91dc002c31
[ticket/13368] Update version
...
PHPBB3-13368
2014-12-11 14:11:43 +01:00
Jakub Senko
b8ecd1a656
[ticket/13368] Add @changed entry
...
PHPBB3-13368
2014-11-24 21:30:42 +01:00
Jakub Senko
9348b0c4f2
[ticket/13368] Add $forum_data to viewforum_get_topic_ids_data event
...
PHPBB3-13368
2014-11-24 20:28:47 +01:00
Joas Schilling
9ee177573d
[ticket/13241] Fix pagination with global announcements
...
PHPBB3-13241
2014-10-29 13:42:42 +01:00
Joas Schilling
ae6a3b03c4
[ticket/13241] Correctly ignore announcements from topics list
...
PHPBB3-13241
2014-10-29 13:42:41 +01:00
Joas Schilling
6bc23ee282
[ticket/13062] Fix name of "ORDER_BY" key in SQL array
...
PHPBB3-13062
2014-09-19 00:56:16 +02:00
rxu
e731dcfe6e
[ticket/13062] Add viewforum.php core event to modify topic ids sql query
...
Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45383
PHPBB3-13062
2014-09-14 01:04:34 +08:00
Andreas Fischer
3458aa2482
Merge pull request #2931 from rxu/ticket/13050
...
[ticket/13050] Allow topic/forum subscription when email/jabber is off
* rxu/ticket/13050:
[ticket/13050] Allow topic/forum subscription when email/jabber is off
2014-09-08 21:23:46 +02:00
Marc Alexander
cc96bcff99
Merge pull request #2911 from rxu/ticket/13020
...
[ticket/13020] Add variables to core.viewforum_get_topic_data event
2014-09-08 16:30:05 +02:00