This repository was archived by the owner on May 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathChangeLog
More file actions
executable file
·222 lines (149 loc) · 7.75 KB
/
ChangeLog
File metadata and controls
executable file
·222 lines (149 loc) · 7.75 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
2011-02-09 Martin Helmich <m.helmich@mittwald.de>
* [#BUGFIX]: Fixed a pagebrowsing bug
2011-02-08 Martin Helmich <m.helmich@mittwald.de>
* [+FEATURE]: Hook for dditional markers in search result (fixes issue #12435)
* [#BUGFIX]: Wrong value for userGroup & adminGroup with wizard (fixed issue #7539)
* [#BUGFIX]: Fatal Error with TYPO3 v 4.5 and Extbase v 1.3.0 (fixes issue #12588)
2011-02-01 Martin Helmich <m.helmich@mittwald.de>
* [#BUGFIX]: Error when caching framework is not enabled (fixes issue #12600)
* [#BUGFIX]: PNG images are not shown with enabled IE PNG fix (fixes issue #12120)
* [#BUGFIX]: [typoscript] bb code is not parsed correctly (fixes issue #7468)
2009-04-30 Martin Helmich <m.helmich@mittwald.de>
* Adapted user settings plugin to new user field management.
2009-04-10 Martin Helmich <m.helmich@mittwald.de>
* Fixed a lot of different bugs
* Improved BBcode handling
* Fixed issue #3064
* Added rating functionality
2009-04-07 Martin Helmich <m.helmich@mittwald.de>
* Fixed issue #3039, #3038
2009-04-05 Martin Helmich <m.helmich@mittwald.de>
* Fixed issues #2707, #2002, #2084, #2058
2009-04-04 Martin Helmich <m.helmich@mittwald.de>
* Fixed issues #3032, #2731, #2605, #2447, #2445, #2199, #2139, #2103, #2079, #2021
2009-03-30 Martin Helmich <m.helmich@mittwald.de>
* All user profile fields are now controlled using dynamic userfields that
are configured in the tx_mmforum_userfields table.
* Redesign of backend module.
* Fixed issue #2715
* Implemented a cronjob for notifying moderators about reported topics (credits
go to Nathan Lenz)
2009-02-16 Martin Helmich <m.helmich@mittwald.de>
* Fixed issues 2585, 2597
* Buttons below posts can now be configured using TypoScript
* Corrected grammar errors in user settings labels and made texts sound more polite
* Required fields can now be set up in the TS setup of the regarding plugin (pi2 and pi5)
2009-02-14 Benjamin Mack <benni@typo3.org>
* pi1: Editing a post: Fixed bug that new attachments after editing weren't downloadable (the newly added attachments didn't have a postID)
* pi1: Editing post: Moved deleting an attachment before the uploading of a new attachment
* pi1: First work on moving "notification" functions to the havealook class
2009-02-05 Martin Helmich <m.helmich@mittwald.de>
* Fixed issues 2446 and 2583
2009-01-02 Benjamin Mack <benni@typo3.org>
* Reworked havealook class and editing page
* Code, naming and indention cleanup for postfactory class
* Changed line breaks to UNIX style
2008-12-27 Martin Helmich <m.helmich@mittwald.de>
* Fixed issue 2374
2008-12-22 Benjamin Mack <benni@typo3.org>
* ext_tables.sql: Updated fields for counting topics & posts to integer values instead of tinytext
as this is the correct behaviour and allows correct sorting for statistics in the BE
* ext_tables.sql: Removed table definition tx_mmforum_topic_prefix as this one is referenced nowhere else
in this extension
2008-12-21 Martin Helmich <m.helmich@mittwald.de>
* Fixed issues 2054, 2049
2008-12-21 Benjamin Mack <benni@typo3.org>
* pi1: Cleaned up the performAttachmentUpload method
* pi1: Cleaned up the notification method
* pi1: Minor code cleanup and optimization
2008-12-10 Martin Helmich <m.helmich@mittwald.de
* Fixed issue 2299
2008-12-08 Martin Helmich <m.helmich@mittwald.de>
* Fixed postparsing mechanism
* Fixed issues 2275, 2258, 2253, 2135, 2132, 2097
2008-11-25 Martin Helmich <m.helmich@mittwald.de>
* Fixed issues 2204, 2019
2008-11-04 Martin Helmich <m.helmich@mittwald.de>
* Fixed issues 000467 and 000469
2008-11-02 Martin Helmich <m.helmich@mittwald.de>
* Fixed issues 000460, 0000464, 0000465, 0000463
* Included ukrainian language data. Credits go to Roman Savochenko.
2008-10-22 Martin Helmich <m.helmich@mittwald.de>
* Implemented some caching classes
* Fixed issues 000458, 000454, 000437, 000450
2008-10-11 Benjamin Mack <benni@typo3.org>
* Added new icons for TCA tables (licensed under the Creative Commons
license, by Mark James, from the famfamfam iconset)
2008-10-10 Benjamin Mack <benni@typo3.org>
* pi1: Added a new preDispatchHook
* pi1: Cleaned up some functions according to CGL
* Added userProfilPID constant
2008-10-07 Martin Helmich <m.helmich@mittwald.de>
* Changed field 'post_attachment' in 'tx_mmforum_postqueue' table from
int(10) to varchar(128) to allow multiple attachments and fixed postqueue
module to work with multiple attachments.
* Fixed some bad english in pi1/locallang.xml
* Fixed some bugs (see bugs.typo3.net)
2008-10-04 Benjamin Mack <benni@typo3.org>
* pi1-list_prefix: Cleanup, possibility to select no prefix at all, possibility to filter by author
* Cleanup of some postfunctions class functions
* New Feature: Possibility to have a separate ###LIST_POSTS_FIRST###
subpart to have a different look & feel for the first post of a post
list (good for having a question and answers)
* New Feature: Possibility to style the attachments through a separate
subpart in the "list_post" template. Please add a "LIST_ATTACHMENTS"
subpart to your template file there.
2008-10-03 Benjamin Mack <benni@typo3.org>
* pi1: list-prefix() function speedup through removing of recursive loading of forum / category list
* pi3: Removed imgtag() function
* Moved imgtag() function to base class
* pi1: Cleanup of the list-prefix function
2008-10-02 Benjamin Mack <benni@typo3.org>
* TCA: Made the parent board selection a dropdown
* pi1: updated list_topic() function
2008-09-27 Benjamin Mack <benni@typo3.org>
* Small typo corrections in the new mmforum_base class
* pi3: Initial Cleanup
* Added a "mm_forum_base" class that subclasses pibase and is the base
for all plugin classes to share common functions
* Put some fields into mm_forum_tools, that is now available in the
pi classes through $this->tools as an instance
2008-09-26 Benjamin Mack <benni@typo3.org>
* pi1: Indention cleanup
2008-09-25 Benjamin Mack <benni@typo3.org>
* pi1: Indention cleanup
* pi1: Cleaned up the mmforum_user Class according to CGL
* pi1: Line indention cleanup. Some fixes from yesterdays cleanup
2008-09-24 Benjamin Mack <benni@typo3.org>
* pi1: Line indention (now as tabs) and whitespace and CGL cleanup
2008-09-23 Benjamin Mack <benni@typo3.org>
* Cleaned up pi1->favorites() and tools class
* Added ChangeLog file to track changes
2008-09-18 Benjamin Mack <benni@typo3.org>
* pi1: Small cleanup and SQL error cleanup on set_favorite and
delete_favorite methods
* pi1: Code Cleanup for bb2text, set_favorite, delete_favorite (use
t3lib_div::_getIndpVar()), corrected indention
* pi1: Replaced all redirects through proper use of
t3lib_div::locationHeaderUrl
* Cleaned up methods list_latest, page_footer and page_header
according to the TYPO3 Coding Guidelines
2008-09-17 Benjamin Mack <benni@typo3.org>
* Reordered the TCA fe_user fields to be in a separate tab if
dividers2tabs for fe_users is activated. Added colons (:) to the
labels
* Added colons (:) to the mm_forum_posts TCA labels to make it
consistent with the other tca tables, adjusted the labels accordingly
and configured the fields for the default type properly
* Changed doublequotes (") to singlequotes (') in ext_tables.php, as
this is encouraged by the TYPO3 coding guidelines.
* Added dividers2tabs (= tabs for TCEforms) for the mm_forum_topics
table, cleaned up the TCA.php (old .php endings for
locallang-references)
* Whitespace cleanup for TCA table tx_mmforum_forums; Added --div-- to
type-statement (to make use of the already active dividers2tabs),
added colons in labels -- to have a consistent look and feel around
the BE.
2008-09-16 Benjamin Mack <benni@typo3.org>
* Fixed indention and code of the main function according to TYPO3
Coding Guidelines