Commit Graph

591 Commits

Author SHA1 Message Date
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
ec54bb99c4 Fix: Infinite loop caused by smiley code with "["
This reworks the previous commit and fix the incorrect readings.
I would've rebased but my windows git is missing some commands for
not so obvious reasons.
2012-08-04 13:23:05 +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
cea6d2b155 Fix: Infinite loop caused by smiley code with "["
Complete error description here:
http://www.flying-bits.org/tracker.php?p=33&t=978
2012-07-30 21:45:06 +02:00
Marc Alexander
a72b7b788f Remove converter for Board3 Portal 1.0.6
Fixed #85
2012-06-27 17:10:06 +02:00
Marc Alexander
591d6af124 Add missing language var for logs after removing a link 2012-06-23 22:59:07 +02:00
Marc Alexander
e81bb0f967 Properly handle mutated vowels in links 2012-06-19 15:51:41 +02:00
Marc Alexander
f203232c60 Fix incorrect space above calendar in IE9 2012-06-11 13:50:49 +02:00
Marc Alexander
e5206ff46d Fix PHP notice when unable to rename
Also change chmod() to phpbb_chmod()
2012-06-06 15:00:19 +02:00
Marc Alexander
9907b61aa9 [ticket/206] Missing link to MCP in subsilver2 2012-06-05 22:49:15 +02:00
Marc Alexander
d8558bafb0 [ticket/207] Debug warning in ACP when using PHP 5.4 2012-06-05 22:43:56 +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
2acdafd27b Fix incorrect space between blocks in IE9 2012-06-04 18:00:34 +02:00
Marc Alexander
0d6b235b87 Fix error if server-side topic marking is disabled 2012-05-24 20:30:23 +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
361fc247f7 Moving algorithm should finally be fixed now 2012-04-08 22:50:21 +02:00
Marc Alexander
86eb3e7526 Make sure we can only move modules to allowed columns
Moving a module to a column type (side & center columns) where
this module already exists will cause massive issues
2012-04-08 17:19:01 +02:00
Marc Alexander
a7bb3b3226 Add missing edit to portal_attachments.php after c0e0191945 2012-04-07 17:53:03 +02:00
Marc Alexander
cf3784b780 Fix incorrect filtering of custom blocks from drop-down list 2012-04-07 12:17:47 +02:00
Marc Alexander
724505062c Hide modules that can't be added 2012-04-06 11:50:46 +02:00
Marc Alexander
c34c6efe57 Moved duplicate javascript to acp_portal.js 2012-04-06 11:38:18 +02:00
Marc Alexander
2c0838b2c3 Fixed exceeding of max execution time when using trim message tool 2012-04-03 11:03:07 +02:00
Marc Alexander
f2aad0b6a2 Added missing language vars and removed useless ones
Purge caches via install file
2012-03-13 11:24:48 +01:00
Marc Alexander
4917e8ca3c Make sure we don't try to copy folders 2012-02-26 13:19:14 +01:00
Marc Alexander
9e542e181d Get rid of magic numbers in portal.php 2012-02-26 13:00:22 +01:00
Marc Alexander
2e95c0f6ee Fixing incorrect size of module box for oneliners 2012-02-26 01:01:36 +01:00
Marc Alexander
1dd041d67d Fixed "unknown column" issue when installing 2012-02-26 00:42:58 +01:00
Marc Alexander
732098f461 Fix size of input boxes 2012-02-01 21:58:15 +01:00
Marc Alexander
9850484fa3 Add missing class references 2012-02-01 21:43:18 +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
9fa1778225 Fixed missing module_status in board3_basic_install() 2012-01-04 16:23: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
80abc153ea Updated files for upcoming release 2012-01-04 12:05:20 +01:00
Marc Alexander
0cf220a31c Disabled poll module for the side columns 2012-01-03 23:50:04 +01:00
Marc Alexander
d9e56d730a Fix incorrect spacing in forumlist after commit 1350543537 2012-01-03 09:57:04 +01:00
Marc Alexander
baf7909964 Fixed incorrect arrow directions when using rtl language 2012-01-02 20:56: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
92e1a4ca8c Reverted changes to trim_message tool
htmlspecialchars_decode() gets applied in function get_sub_taged_string() now
2012-01-02 12:42:12 +01:00
Marc Alexander
5339a8854d Fixed incorrect ordering of users in leaders module 2012-01-01 18:10:28 +01:00
Marc Alexander
6375e4b5a4 Added missing lang entries for removed events 2012-01-01 15:58:07 +01:00
Marc Alexander
96391cf873 Moved trim_message tool to includes folder
Suggested by nickvergessen
Added htmlspecialchars_decode for $message
2012-01-01 13:46:04 +01:00
Marc Alexander
83c64b941c Add possibility to define a different class for callback functions 2011-12-07 19:03:10 +01:00
Marc Alexander
17ceff91c5 Modified language strings as suggested by nickvergessen 2011-12-07 18:54:39 +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
4cb5081b53 Unread topics do not get displayed 2011-08-05 22:15:15 +02:00