-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
46 lines (27 loc) · 1.38 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Changelog for @PACKAGE@
----------------------------------------------------------------------
2007-02-24 v1.0.5, Maurice Makaay
- Fixed a couple of undefined index warnings.
- Added missing quotes in the All link HTML code.
2006-02-24 v1.0.4, Maurice Makaay
- In the initial module, there was a hard-coded check if the user
was logged in or not. The mod would not work for anonymous visitors.
I added an option to the settings screen where you can specify for
whom to enable this mod.
2006-02-22 v1.0.3, Maurice Makaay
- Fixed an error for the read page, in case the number of messages is
larger than the configured maximum.
2006-02-22 v1.0.2, Maurice Makaay
- Fixed an undefined variable warning that could occur for moderators.
- Only run the common hook on the list and read pages.
2006-01-23 v1.0.1, Maurice Makaay
- The combination of threaded list + flat read made the "All" link
not be displayed on the read page. This has been fixed.
- The configured maximum number of messages in the settings now hides
the "All" link in case the number of messages in the whole thread
is higher than this maximum.
- Use of full PHP open tag (<?php).
- Use of phorum_admin_okmsg() and phorum_admin_error() in settings.php.
- Added README and Changelog.
2006-01-22 v1.0.0, Yuri Abramenkov
- Initial release