Commit Graph

239 Commits

Author SHA1 Message Date
Marc Alexander
53436e790c [fix/namespaces] Fix portal after adding namespaces
B3P-FIX-NAMESPACES
2013-10-17 21:42:43 +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
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
156fded994 Merge pull request #130 from marc1706/fixup/theme
[fixup/theme] Fix theme paths and topic icons
2013-03-09 05:17:29 -08:00
Marc Alexander
05e320be77 [fixup/theme] Fix theme paths and topic icons
B3P-118
2013-03-09 14:15:24 +01:00
Marc Alexander
1bbe74e8c6 [fixup/valid_css] Fix invalid CSS and/or HTML
B3P-118
2013-03-09 13:57:21 +01:00
Marc Alexander
16de474503 Merge pull request #127 from marc1706/update/copyright
[update/copyright] Update copyright to 2013
2013-03-03 09:17:42 -08:00
Marc Alexander
78e1a9b064 [update/copyright] Update copyright to 2013
B3P-217
2013-03-03 18:16:31 +01:00
Marc Alexander
b72fef9af3 Merge pull request #125 from marc1706/ticket/124
[ticket/124] Make portal HTML 5 valid
2013-03-03 09:12:56 -08:00
Marc Alexander
ed642b9321 [ticket/124] Make portal HTML 5 valid
B3P-124
2013-03-03 18:11:30 +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
a74347eefc [feature/jquery_clock] Make jquery clock html5 valid
B3P-218
2013-03-03 17:54:16 +01:00
Marc Alexander
09faef4d74 [feature/jquery_clock] Add jQuery clock to subsilver2
The clock module is now also displaying the jQuery clock in subsilver2.

B3P-218
2013-03-02 23:29:21 +01:00
Marc Alexander
53186f7060 [feature/jquery_clock] Add jQuery-based clock to prosilver clock_side
The clock we currently use needs flash support. As newer browsers and
mobile devices are moving on from flash to HTML5 we should do the same and
replace our flash clock with a jQuery based clock.
It is using image sprites which means we only have to load 2 images. One
for the single digits and one for the double digit hours.
This is currently only added to prosilver and the obsolete settings in the
clock module still need to be removed.

B3P-218
2013-03-02 14:15:48 +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
f948811044 [cleanup/tabs] Remove unnecessary tabbing in portal files 2013-01-04 16:51:43 +01:00
Marc Alexander
f203232c60 Fix incorrect space above calendar in IE9 2012-06-11 13:50:49 +02:00
Marc Alexander
9907b61aa9 [ticket/206] Missing link to MCP in subsilver2 2012-06-05 22:49:15 +02:00
Marc Alexander
2acdafd27b Fix incorrect space between blocks in IE9 2012-06-04 18:00:34 +02:00
Marc Alexander
2e95c0f6ee Fixing incorrect size of module box for oneliners 2012-02-26 01:01:36 +01:00
Marc Alexander
732098f461 Fix size of input boxes 2012-02-01 21:58:15 +01:00
Marc Alexander
394a3677c1 Fixed incorrect size of input box in link us module 2012-01-06 20:31:34 +01:00
Marc Alexander
5e8cdd6ba3 Merged small whois online block into whois online module 2012-01-04 16:13:56 +01:00
Marc Alexander
d9e56d730a Fix incorrect spacing in forumlist after commit 1350543537 2012-01-03 09:57: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
685223cd0f Added RTL fixes to subsilver2 2011-12-06 23:19:53 +01:00
Marc Alexander
56a46ab094 Fixed RTL languages on prosilver 2011-11-26 00:19:01 +01:00
Marc Alexander
9ae3012689 Added a few rtl fixes 2011-07-31 18:19:57 +02:00
Marc Alexander
204af4c8be Jumpbox doesn't care if it is enabled in the ACP 2011-07-31 13:24:57 +02:00
Marc Alexander
1da08d37d2 Modified style of calendar in subsilver2 2011-07-30 21:33:23 +02:00
Marc Alexander
b8aa3660c3 Fixed incorrect position of event desc in future events (prosilver) 2011-07-30 21:29:38 +02:00
Marc Alexander
1350543537 Added correct padding between headerbar and portal body 2011-07-29 20:47:14 +02:00
Marc Alexander
320c44b087 Fixed small cosmetic errors in prosilver 2011-07-29 20:39:46 +02:00
Marc Alexander
c29957e316 Added <br /> in forumlist.html to prevent issues in custom styles 2011-07-24 21:48:21 +02:00
Marc Alexander
c2157b502d Centered clock in prosilver 2011-07-24 21:46:35 +02:00
Marc Alexander
4e6567c20a Removed number in latest bots title 2011-07-24 21:42:22 +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
8c0f6c1bfc A few small fixes to upload funtion
Added link arrows to subsilver2 (by Archivar)
2011-05-05 18:16:46 +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
5efe1d6b7c Replace chmod with phpbb_chmod in uploader where needed
Fixed missing update of subsilver2 stylechanger_side.html
2011-04-25 00:48:13 +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
337adc1bbf Made calendar block independent of other calendar block 2011-04-17 12:44:36 +02:00
Marc Alexander
7810d55702 Fixed mixup with td and tr in subsilver2 calendar block 2011-04-02 19:53:31 +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
edd20076ed Fixed mixup with td and tr in subsilver2 calendar block 2011-04-02 12:10:20 +02:00
Marc Alexander
59a0ab6d90 Fixed missing CSS for li-tags of calendar 2011-04-02 11:05:10 +02:00
Marc Alexander
4cb8c9dbb1 Reworked parts of calendar block
Fixed missing CSS for li-tags of calendar
2011-04-01 01:19:01 +02:00
Marc Alexander
3d37f531a5 Fixed select for displaying events 2011-03-11 00:15:58 +01:00