-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGES.txt
282 lines (190 loc) · 7.47 KB
/
CHANGES.txt
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
Version history
===============
14.0 (2024-06-28):
- changed: updated for Elgg 6
13.0.1 (2024-03-14):
- several small chores/fixes
13.0 (2023-11-30):
- changed: updated for Elgg 5.1
- fixed: set correct status when using publication options
12.0.1 (2023-07-26):
- fixed: buttons have a discernible text
- fixed: no longer prevent double submit of the blog/save form
12.0 (2023-06-02):
- changed: conflict with Elgg < 5.0
- changed: updated for Elgg 5
11.0 (2022-08-24):
- changed: updated for Elgg 4.3
10.1 (2022-07-12):
- changed: updated for Elgg 4.2.3 preview logic
10.0 (2022-06-01):
- changed: increased minimal Elgg version to 4.1
- fixed: allow cropper on blog icon
9.0.3 (2022-03-11):
- fixed: notification conflict with advanced notifications
9.0.2 (2022-02-16):
- fixed: fetch correct entities during delayed publication cron job
9.0.1 (2021-12-16):
- fixed: show future access in imprint when a blog is in draft
9.0 (2021-09-27):
- changed: updated for Elgg 4.0
8.3 (2021-06-22):
- added: French translation
- fixed: blog icon not shown in the river
8.2.2 (2020-11-11):
- fixed: blog widget content
8.2.1 (2020-04-22):
- fixed: blog tag page is now case insensitive
8.2 (2019-11-26):
- added: blog tag listing page
8.1.1 (2019-09-30):
- several small chores/fixes
8.1 (2019-08-22):
- added: re-enabled publication options
- removed: unneeded hook for ElggBlog::canComment
8.0 (2019-03-27):
- added: option to move archive sidebar to filter menu
- changed: do not output an element as that influences layout
- changed: draft JS loaded with status field
- changed: featured blogs moved to named route
- changed: increased Elgg version requirement to 3.0
- changed: moved start.php to Bootstrap class
- changed: moved widget and actions to elgg-plugin.php
- changed: related blogs when enabled will always be in the sidebar
- changed: rely on archive menu output
- changed: replaced toggle_metadata action with toggle_featured
- changed: use core views for entity icon upload handling
- fixed: action response text is more descriptive
- fixed: blog archive not showing on owner page
- fixed: river layout
- fixed: skip empty field config on edit form
- removed: icon placement upgrade
- removed: plugin setting for pre/next navigation
- revmoed: overrule of core auto_save_revision action file
7.0.1 (2018-04-19):
- changed: equal related blogs now shows newest first
7.0 (2017-10-03):
- added: ability for blog poster to force notification to all users
- added: support for image_enlarger on blog icon
- changed: increased minimal Elgg version requirement to 2.3
- removed: function blog_tools_get_related_blogs
- removed: function blog_tools_use_advanced_publication_options
- removed: unused function blog_tools_remove_blog_icon
6.1.1 (2017-09-06):
- several small chores/fixes
6.1 (2016-11-18):
- changed: moved blog icons to default Elgg location
- removed: custom icon handling
6.0 (2016-10-06):
- changed: get iconsizes using the new Elgg API
- fixed: pass blog entity to the full item view
- fixed: blog icon show when setting say not to
5.0.1 (2016-05-04):
- added: French translation
- fixed: comments count not clickable
5.0 (2016-03-08):
- changed: featured blogs to resource view
- changed: increased Elgg requirement to 2.0
- changed: set blog edit form enctype using hook
- changed: updated Dutch translation
- changed: using core language keys
- removed: advanced blog gatekeeper
- removed: overrule of owner page
4.1 (2016-03-07):
- added: notification when post published
- fixed: correctly fallback to default entity icon if no blog icon
- fixed: unwanted access change when a blog published automatically #30
4.0 (2015-07-08):
- added: canComment hook for consistency
- added: composer support
- changed: comments count now in entity menu and no longer in subtitle
- fixed: correct tagcloud depending on page owner
- fixed: deprecated confirm link
- fixed: blog icons crash in Elgg 1.10 #21
- fixed: incorrect loading of draft JS
- fixed: incorrect loading of draft JS
- fixed: class callback functions should be static
- fixed: wrong handling of the blog route hook #26
- removed: unused function
3.2 (2015-02-17):
- fixed: use of a private function
- removed: left over code from owner transfer
3.1 (2014-11-17):
- added: link to the comments section in the entity menu
- changed: admin option to feature a blog now toggles ajax based
- changed: blog thumbnails can be cached better
3.0 (2014-09-25):
- prepared for Elgg 1.9
- added: support for widget_manager group tool based widgets
2.5 (2013-10-25):
- added: related blogs on full view (sidebar or blog footer)
- added: owner information below blog
- added: blog container navigation (previous/next blog) on full view
- added: settings to control new full view views
- added: "in group" text added to subtitle of a blog
- added: featured blogs page
- added: new image size support
- added: support for the blog image in the river
- changed: CSS cleanup
- changed: moved blog image to own view
- removed: owner transfer code (replaced by ColdTrick/entity_tools plugin)
2.4 (2013-04-05):
- added: publication and expiration date on blogs (cron based)
- changed: cleaned up blog/save action
- changed: requirements for plugin to Elgg 1.8.9
- fixed: security issue in blog tools save form
2.3 (2012-07-31):
- added: widget title links for blog widget
- added: index_blog widget simple mode
- added: alt tag on blog image (at the request of ghumanz http://community.elgg.org/profile/harinderghumanz)
- fixed: incorrect context in index_blog widget
- fixed: blog widget more link in widget
- fixed: deprecated notices in combination with widget_manager
- fixed: crash (WSOD) while removing blog icon (#7)
- fixed: PHP warnings and notices
- fixed: wrong link in blog widget when used in groups
- fixed: depricated notice in blog save action
- fixed: index_blog widget slider mode
- fixed: index_blog widget preview mode
- fixed: index_blog widget showing unpublished blogs
- fixed: blog widget showing unpublished blogs
2.2 (2012-03-02):
- added: dutch translation
- fixed: depricated notice with widget_manager
- fixed: depricated notice on blog save form (thanks to ZigZag http://community.elgg.org/pg/profile/zigzag)
- fixed: categories no displaying the same as in core
- fixed: image align issue in full view
- changed: language file cleanup, use more core language keys
- changed: icon upload / remove handling
- changed: legacy Elgg 1.7 page_handlers overrule to use Elgg 1.8 route hook
2.1.2 (2012-01-23):
- fixed: blog listing not showing description on older blogs (#6) (again)
2.1.1 (2012-01-18):
- fixed: blog title showing twice (#5)
- fixed: blog listing not showing description on older blogs (#6)
- fixed: breadcrumb issue on bloag add/edit
- changed: updated required Elgg version to 1.8.3
2.1 (2011-12-05):
- added: advanced gatekeeper, to more easily allow user to access blogs
2.0.1 (2011-11-28):
- fixed: page_handler issue with Elgg 1.8.1
2.0 (2011-11-18):
- fixed: css depricated notice
- fixed: IE7 blog image outlining
- changed: making the plugin Elgg 1.8 compatible
1.2.1 (2011-10-13):
- fixed: blog slider widget
- fixed: delete thumbnail on delete blog (#2)
- changed: moved some functions
1.2 (2011-09-12):
- added: widget slider view (#4)
1.1.1 (2011-08-18):
- fixed: broken preview mode
- fixed: preview/draft not cleaning up correctly in edit mode
1.1 (2011-07-25):
- added: plugin setting to control strapline in listing
- added: index widget for blog
1.0.1 (2011-05-25) :
- fixed: full blog layout without tags
1.0 (2011-05-24):
- initial version