Marc Alexander
aa6e53812b
[ticket/382] Fix inheritdoc and functions_upload docblock
...
B3P-382
2014-10-31 07:08:57 +01:00
Marc Alexander
d6815f7468
[ticket/365] Enable poll side module again
...
B3P-365
2014-09-16 01:07:07 +02:00
Marc Alexander
52c668eba1
[ticket/349] Pass link_id to form when submitting edited link
...
B3P-349
2014-08-24 23:19:35 +02:00
Marc Alexander
c3366f746a
[ticket/347] Rename services and controllers to be prefix with vendor & ext
...
B3P-347
2014-08-24 01:16:09 +02:00
Marc Alexander
f0f8b85280
[ticket/346] Use phpbb_get_avtar() instead of deprecated function
...
B3P-346
2014-08-24 00:04:17 +02:00
Marc Alexander
3f87caf3f3
[ticket/346] Use phpBB log class instead of add_log()
...
B3P-346
2014-08-23 23:50:32 +02:00
Marc Alexander
ff26914f72
[ticket/346] Use $config->set() instead of set_config()
...
B3P-346
2014-08-23 22:27:02 +02:00
Marc Alexander
5a285050a7
[ticket/339] Remove add_log call from welcome module acp settings
...
B3P-339
2014-08-23 21:48:00 +02:00
Marc Alexander
39a14ea788
[ticket/314] Fix function and method comments
2014-08-17 22:36:45 +02:00
Marc Alexander
a031bd611e
[ticket/331] Remove EPV errors in code
2014-08-17 16:01:53 +02:00
Marc Alexander
4b099019e0
[ticket/207] Use different template var for redirect and fix portal link
2014-07-28 16:27:52 +02:00
Marc Alexander
d41bd0eab9
[ticket/289] Move store_selected_forums to modules_helper
2014-07-24 19:18:25 +02:00
Marc Alexander
2c279b71df
[ticket/289] Use generate_forum_select() in all modules
2014-07-24 18:04:05 +02:00
Marc Alexander
483c621fac
[ticket/289] Remove unneeded assignment
2014-07-24 17:52:34 +02:00
Marc Alexander
7f887b872c
[ticket/289] Add method for generating forum select boxes
2014-07-24 17:42:51 +02:00
Marc Alexander
240168e925
[ticket/289] Add method for generating select boxes in modules
2014-07-24 13:16:48 +02:00
Marc Alexander
53a58f8a7c
[ticket/289] Removed duplicated code from attachments.php
2014-07-24 09:12:18 +02:00
Marc Alexander
304f7883d9
[ticket/289] Fix newly added scrutinizer issues
2014-07-24 08:28:34 +02:00
Marc Alexander
2692429e82
[ticket/289] Fix scrutinizer documentation issues
2014-07-23 23:21:39 +02:00
Marc Alexander
e57d1f411a
[ticket/305] Use fetch posts service in news and announcements modules
...
B3P-305
2014-07-13 10:25:47 +02:00
Marc Alexander
40f630a55d
[ticket/291] Add modules_helper and use for permission checks
...
B3P-291
2014-07-07 15:16:29 +02:00
Marc Alexander
4390d9cf62
[ticket/289] Add a few more minor scrutinizer fixes
...
B3P-289
2014-07-07 00:00:20 +02:00
Marc Alexander
3ce983c7b6
[ticket/286] Use get_ methods for dbal properties
...
B3P-286
2014-07-06 19:14:39 +02:00
Marc Alexander
4a7f5e6ed8
[ticket/269] Fix codesniffer complaints
...
B3P-269
2014-06-27 17:38:00 +02:00
Marc Alexander
a4b71f01e3
[ticket/261] Properly build birthday list database query
...
This should fix compatibility with sqlite3.
B3P-261
2014-06-11 17:56:59 +02:00
Marc Alexander
6cb6cca7f8
[ticket/258] Slightly improve calendar code and update copyright
...
B3P-258
2014-06-09 21:26:41 +02:00
Marc Alexander
36963661d4
[ticket/258] U_ACTION should be B3P_U_ACTION for calendar events
...
B3P-258
2014-06-09 21:14:30 +02:00
Marc Alexander
50737c5cff
[ticket/251] Fix display of date of users upcoming birthdays
...
B3P-251
2014-06-09 14:39:22 +02:00
Marc Alexander
6e67220fcc
[ticket/248] Allow different types of timestrings for calendar events
...
B3P-248
2014-06-09 11:43:32 +02:00
Marc Alexander
eb256a647d
[ticket/249] Fix codesniffer complaints in portal files
...
B3P-249
2014-06-09 00:32:38 +02:00
Marc Alexander
251ed1d857
Merge pull request #245 from marc1706/ticket/241
...
[ticket/241] Correctly call on_page in portal modules
2014-04-12 16:23:38 +02:00
Marc Alexander
f4add715f0
[ticket/241] Correctly call on_page() for news module
...
B3P-241
2014-04-12 16:01:28 +02:00
Marc Alexander
045efb6df2
[ticket/241] Correctly call on_page() for announcements
...
B3P-241
2014-04-12 16:00:01 +02:00
Marc Alexander
81d25051ad
[ticket/240] Specify correct namespace of bbcode class
...
B3P-240
2014-04-12 15:42:49 +02:00
Marc Alexander
9bc05fb9e6
[ticket/102] Fix menu module acp settings
...
B3P-102
2014-04-08 17:21:21 +02:00
Marc Alexander
8db374bcd8
[ticket/233] Properly redirect to portal after login
...
We need to provide a proper path with controller helper and path helper.
A simple path to the portal is not enough, as we redirect from ucp.php.
Therefore, we need to remove the web root path from the URL to the portal.
B3P-233
2014-04-06 19:48:41 +02:00
Marc Alexander
2ea6bfa6fb
[ticket/229] Display all groups in who is online module
...
B3P-229
2014-04-06 01:13:42 +02:00
Marc Alexander
8a7212bdb3
[ticket/224] Fix incorrect include and call to get_user_rank
...
B3P-224
2014-04-05 18:09:49 +02:00
Marc Alexander
c873fd768c
[ticket/208] Fix paths after moving includes files
...
B3P-208
2014-02-04 00:14:59 +01:00
Marc Alexander
cb4dc1fe5e
[funct_test/registered] Fix incorrect topic and post columns in user menu
...
Fixed #203
B3P-203
2014-01-31 16:56:14 +01:00
Marc Alexander
ecdaf2acdb
[responsive/portal] Add new pagination to announcements module
2013-12-29 00:10:52 +01:00
Marc Alexander
6e2b9e3a13
[responsive/portal] Add new pagination to portal
2013-12-29 00:09:07 +01:00
Marc Alexander
f164d2e901
[responsive/portal] Use correct folder img in announcements
2013-12-02 14:12:42 +01:00
Marc Alexander
61af6d6569
[responsive/portal] Include missing functions for forumlist module
2013-12-01 22:55:25 +01:00
Marc Alexander
e20eae3e18
[use/request_class] Use request class in calendar module
2013-11-26 14:23:45 +01:00
Marc Alexander
84fef324b1
[use/request_class] Use request class in welcome module
2013-11-26 14:20:15 +01:00
Marc Alexander
e0f676c2f4
[use/request_class] Use request class in news module
2013-11-26 14:17:11 +01:00
Marc Alexander
837e36eba6
[use/request_class] Use request class in custom module
2013-11-26 14:14:15 +01:00
Marc Alexander
591e232650
[use/request_class] Use request class in announcements module
2013-11-26 14:07:36 +01:00
Marc Alexander
c601476ead
[use/request_class] Use request class in stylechanger
2013-11-26 14:05:14 +01:00