Commit Graph

121 Commits

Author SHA1 Message Date
Marc Alexander
5c5f8b4845 [feature/clean-up] Remove duplicated code from portal modules
B3P-CU

Conflicts:
	root/portal/modules/portal_poll.php
2013-10-17 11:02:56 +02:00
Marc Alexander
966f5cfa2d Display correct day of the week with negative UTC offset
A duplicate subtraction of the UTC offset and DST time caused the creation
of an incorrect timestamp. In return this caused us to go back too far and
therefore moved us back one day.

Conflicts:
	root/portal/modules/portal_calendar.php
2013-10-17 10:56:42 +02:00
Marc Alexander
198e32ea9d [ticket/224] Add possibility to append username to donation
B3P-224
2013-09-21 14:25:11 +02:00
Marc Alexander
30da5c6261 [ticket/138] Fix issues caused by switching to twig
B3P-138
2013-08-23 15:30:23 -05:00
Marc Alexander
a5102ee393 [ticket/134] Replace old _approved and _replies columns with replacements
Due to softdelete in 3.1, these columns were replaced by newer ones.

B3P-134
2013-08-23 14:23:49 -05:00
Marc Alexander
c260b90488 Merge remote-tracking branch 'marc1706/ticket/120' into develop-2.1.x
Conflicts:
	root/portal/modules/portal_birthday_list.php
2013-06-09 16:52:07 +02:00
Marc Alexander
9d8089b287 [ticket/120] Move birthday block HTML to template files
B3P-120
2013-06-09 16:40:56 +02:00
Marc Alexander
05e320be77 [fixup/theme] Fix theme paths and topic icons
B3P-118
2013-03-09 14:15:24 +01:00
Marc Alexander
a2ef3b8172 Merge pull request #126 from marc1706/fixup/stylechanger
[fixup/stylechanger] Use link to controller file
2013-03-03 09:16:03 -08:00
Marc Alexander
895546f502 [fixup/stylechanger] Use link to controller file
It's not perfect but makes sure the links work right now.

B3P-126
2013-03-03 18:14:38 +01:00
Marc Alexander
b69511de36 [ticket/122] Correctly display days in calendar
Due to changes in handling the time the HTML is incorrectly created and
thus causes a <tr> for every day. This results in every day being on a new
line. Additionally, the calendar module is now HTML5 valid.

B3P-122
2013-03-03 18:05:20 +01:00
Marc Alexander
6b17f71941 [feature/jquery_clock] Remove not needed settings from portal_clock module
B3P-218
2013-03-02 23:33:08 +01:00
Marc Alexander
76bd3af823 [fixup/theme] Fix theme paths and other related paths in module files
Due to the new extension system some paths to files are no longer correct
and need to be fixed. Additionally, an event listener that allows the
loading of portal.css has been added.

B3P-118
2013-02-27 18:18:14 +01:00
Marc Alexander
e33f13f8fb Display correct day of the week with negative UTC offset
A duplicate subtraction of the UTC offset and DST time caused the creation
of an incorrect timestamp. In return this caused us to go back too far and
therefore moved us back one day.

Conflicts:
	root/portal/modules/portal_calendar.php
2013-02-27 17:27:03 +01:00
Marc Alexander
cf79e948c3 Merge branch 'develop-2.1.x' of github.com:board3/Board3-Portal into feature/controller
Conflicts:
	root/portal/modules/portal_user_menu.php
2013-02-25 11:47:49 +01:00
Marc Alexander
b755201897 [feature/controller] Fix missing issues that prevented portal from working
The portal still requires the fix to PHPBB3-11323 in order to work.

B3P-114
2013-02-25 11:41:57 +01:00
Marc Alexander
407f8df8a4 [cleanup/whitespace] Get rid of unnecessary whitespace 2013-01-08 22:33:23 +01:00
Marc Alexander
f948811044 [cleanup/tabs] Remove unnecessary tabbing in portal files 2013-01-04 16:51:43 +01:00
Marc Alexander
fb84ff92ae [ticket/217] Handle incorrect values in the news URL
The news module was actually comparing the id of the selected news
with the maximum allowed length of a news article.

B3P-217
2012-12-08 01:44:03 +01:00
Marc Alexander
d5b91d4c01 [ticket/216] Add function for obtaining user's groups
B3P-216
2012-12-07 00:59:57 +01:00
Marc Alexander
1ea5e2bfd7 Display events that start in the next 24 Hours as "Current"
Cleaned some more code up, too. Using constants instead of magic
numbers in some places where it makes sense to use them.
2012-08-04 17:12:25 +02:00
Marc Alexander
8327c46551 Only variables can be passed by ref in strict mode
Fix for PHP 5.5.x
2012-07-30 22:04:58 +02:00
Marc Alexander
e81bb0f967 Properly handle mutated vowels in links 2012-06-19 15:51:41 +02:00
Marc Alexander
5ae08f7604 [ticket/203] Future all day events are always displayed as current 2012-06-05 22:24:29 +02:00
Marc Alexander
7fe2d484ab Fix incorrect config_name in portal_recent.php 2012-05-15 00:19:02 +02:00
Marc Alexander
9f835088da Fix previous commit for calendar 2012-04-30 20:02:17 +02:00
Marc Alexander
d7dc9cfb04 Fixed incorrect handling of months by strtotime 2012-04-30 18:23:50 +02:00
Marc Alexander
7eca7c6b58 Add rel="nofollow" to calendar navigation 2012-04-20 13:08:44 +02:00
Marc Alexander
f97fad470a Redirect to portal.php when detecting incorrect announcement parameter 2012-04-12 20:01:50 +02:00
Marc Alexander
a7bb3b3226 Add missing edit to portal_attachments.php after c0e0191945 2012-04-07 17:53:03 +02:00
Marc Alexander
9850484fa3 Add missing class references 2012-02-01 21:43:18 +01:00
Marc Alexander
5e8cdd6ba3 Merged small whois online block into whois online module 2012-01-04 16:13:56 +01:00
Marc Alexander
0cf220a31c Disabled poll module for the side columns 2012-01-03 23:50:04 +01:00
Marc Alexander
c0e0191945 Allow duplicate inclusion of module if it's in a different column type
A module can now be added once in the side columns and once in
the center columns, if the module itself allows that
2012-01-02 20:41:24 +01:00
Marc Alexander
5339a8854d Fixed incorrect ordering of users in leaders module 2012-01-01 18:10:28 +01:00
Marc Alexander
8ee238ec65 Added missing permission check for calendar events 2011-07-30 21:22:09 +02:00
Marc Alexander
4e6567c20a Removed number in latest bots title 2011-07-24 21:42:22 +02:00
Marc Alexander
639ee3539b Fixed incorrect timezone handling of events 2011-07-24 21:33:12 +02:00
Marc Alexander
ca25262e38 Fixed incorrect handling of utf8 characters in custom blocks 2011-07-09 16:18:41 +02:00
Marc Alexander
9bb57606b3 Added "open links in new window" to main menu and links module
Added cache destroy when for portal_modules when installing portal
2011-05-11 14:09:33 +02:00
Marc Alexander
166465b8c2 Added feature to open external event links in a new window
Fixed latest bots block
Fixed missing whois_online legend
2011-04-25 17:54:21 +02:00
Marc Alexander
e223d2ce63 Added feature to hide portal name on acp configuration page for
all modules (was only for latest bots module)
2011-04-24 12:26:41 +02:00
Marc Alexander
a3c23052bf Added check to prevent adding a module more than once
Few small bugfixes
2011-04-23 18:48:56 +02:00
Marc Alexander
ff8f71fc60 Modified class files for PHP5 2011-04-23 18:09:23 +02:00
Marc Alexander
337adc1bbf Made calendar block independent of other calendar block 2011-04-17 12:44:36 +02:00
Marc Alexander
b17a77d152 Remove php closing tag 2011-04-07 13:14:48 +02:00
Marc Alexander
391bbdee5c Moved constants into module files 2011-04-05 09:45:44 +02:00
Marc Alexander
a18a0166e6 Added possibility to add forumlist to top and bottom column
Fixed small typo
2011-04-03 15:59:59 +02:00
Marc Alexander
c3c9d59267 Added missing HTML file for center block of attachments module 2011-04-02 19:02:24 +02:00
Marc Alexander
ffeb0a39f3 Fixed incorrect handling of links 2011-04-02 11:20:25 +02:00