Marc Alexander
36fdb4d33d
[birthday/year_opt] Make year optional for displaying date in birthday ahead
2013-10-29 13:43:13 +01:00
Marc Alexander
ad82abde08
[birthday/php_5_5_compat] Remove unneeded functions from birthday list
2013-10-27 17:25:09 +01:00
Marc Alexander
6bbd7cff42
[birthday/php_5_5_compat] Filter out array elements from lang dates
2013-10-26 18:42:39 +02:00
Marc Alexander
aae9917f9f
Merge pull request #156 from marc1706/birthday/ahead_date
...
[birthday/ahead_date] Add span title with date to birthday ahead list
2013-10-26 08:38:52 -07:00
Marc Alexander
70a77ca298
[birthday/ahead_date] Add span title with date to birthday ahead list
2013-10-26 17:37:56 +02:00
Marc Alexander
58ced7a6e7
[fix/acp-logs] Do not create duplicate acp logs and fix custom module logs
2013-10-26 14:56:35 +02:00
Marc Alexander
e594d23f79
[remove/format_birthday] Remove useless function format_birthday()
...
B3P-RM-FORMAT_BIRTHDAY
2013-10-06 15:53:53 +02:00
Marc Alexander
93376e16a5
[feature/clean-up] Remove duplicated code from portal modules
...
B3P-CU
2013-10-05 11:00:33 +02:00
Marc Alexander
651514aa54
[ŧicket/223] Set correct permissions to uploaded files (644)
...
phpbb_chmod() only sets the owner permissions. As we need to set the
permissions for all users, it is not possible to use phpbb_chmod().
B3P-223
2013-10-04 16:32:10 +02:00
Marc Alexander
cd4dd32e0d
[ticket/224] Add possibility to append username to donation
...
B3P-224
2013-09-21 14:22:16 +02:00
Marc Alexander
22b51dfb66
Merge pull request #132 from marc1706/ticket/120
...
[ticket/120] Move birthday block HTML to template files
2013-06-09 07:42:06 -07: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
36903cb9c8
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.
2013-02-15 10:45:12 +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
326d9013b2
Add missing language variable "NO_FILE_B3P"
2012-10-13 21:50:30 +02:00
Marc Alexander
c4026c9066
Save module settings even if module image can't be found
2012-08-11 17:28:41 +02:00
Marc Alexander
2b100c2792
Remove unnecessary variables from format_birthday() & clean-up
2012-08-09 15:02:39 +02: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
a72b7b788f
Remove converter for Board3 Portal 1.0.6
...
Fixed #85
2012-06-27 17:10:06 +02:00
Marc Alexander
e81bb0f967
Properly handle mutated vowels in links
2012-06-19 15:51:41 +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
5ae08f7604
[ticket/203] Future all day events are always displayed as current
2012-06-05 22:24:29 +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
a7bb3b3226
Add missing edit to portal_attachments.php after c0e0191945
2012-04-07 17:53:03 +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
4917e8ca3c
Make sure we don't try to copy folders
2012-02-26 13:19:14 +01:00
Marc Alexander
9850484fa3
Add missing class references
2012-02-01 21:43:18 +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
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
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
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
4cb5081b53
Unread topics do not get displayed
2011-08-05 22:15:15 +02: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
1f60e3daad
Do not install random members block by default
2011-05-16 23:40:24 +02:00
Marc Alexander
e52d009593
Updated files for first Beta release
...
Fixed a few small bugs
2011-05-13 00:01:23 +02:00