forked from f446843/banshee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
462 lines (349 loc) · 14.8 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
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
banshee (5.1) stable; urgency=low
* Register module added.
* Setup module added.
* Password secured via PBKDF2.
* CKEditor updated to 4.5.4.
* DataTables updated to 1.10.9.
* Improved security audit script.
* Bugfix: missing search hits in weblogs with no comments.
* Small bugfixes and improvements.
-- Hugo Leisink <[email protected]> Fri, 9 Sep 2015 10:41:28 +0200
banshee (5.0) stable; urgency=low
* Responsive design via Bootstrap.
* The CMS has moved from /admin to /cms.
* DataTables updated to 1.10.7.
* Removed DHTML Calendar.
* Small bugfixes.
-- Hugo Leisink <[email protected]> Wed, 10 Jun 2015 21:34:09 +0200
banshee (4.3) stable; urgency=low
* Search option added to Tablemanager.
* Improved photo administration module.
* Improved e-mail library.
* Content of configuration.php moved to website.conf.
* OpenStreetMap static map library removed.
* Dropped support for Single Sign-On.
* CKEditor updated to 4.4.7.
* jQuery updated to 2.1.4, jQuery UI updated to 1.11.4.
* Small bugfixes.
-- Hugo Leisink <[email protected]> Sun, 10 May 2015 09:47:41 +0200
banshee (4.2) stable; urgency=low
* Notify My Android library added.
* Prowl library added.
* Added SOCKS support to HTTP library.
* Added support for Origin HTTP header to prevent CSRF.
* Added Graph library.
* CKEditor updated to 4.4.3.
* jQuery updated to 2.1.1, jQuery UI updated to 1.11.0.
* Small improvements.
-- Hugo Leisink <[email protected]> Thu, 14 Aug 2014 16:50:09 +0200
banshee (4.1) stable; urgency=low
* Flags administration module and library added.
* Removed optional read-only access rights feature.
* Improved settings administration module.
* CKEditor updated to 4.2.
* jQuery updated to 2.0.3, jQuery UI updated to 1.10.3.
* Included scripts to upgrade CKEditor, jQuery and jQuery UI. These
scripts can be found in the directory extra.
* Small improvements and bugfixes.
-- Hugo Leisink <[email protected]> Mon, 26 Aug 2013 17:43:57 +0200
banshee (4.0) stable; urgency=low
* Support for login via client SSL certificate.
* Improved support for mobile devices.
* Improved support for API requests.
* API test module added.
* Improved menu administration and menu library.
* Converted smilies, BBcodes and spam detection helpers to library
and improved BBcode rewriting.
* Converted CSV helper to CSV library.
* CKEditor updated to 4.1.
* jQuery updated to 1.9.1, jQuery UI updated to 1.10.2.
* Added DataTables jQuery plugin.
* Directory helpers moved to libraries.
* Account activity overview added to profile module.
* Replaced Slimbox2 with prettyPhoto.
* Renamed subdirectories includes and system to banshee.
* Renamed post_data library to validator.
* Renamed onload_javascript() to run_javascript().
* Removed MySQL driver, use MySQLi instead.
* Removed php.js.
* Small improvements.
-- Hugo Leisink <[email protected]> Tue, 30 Apr 2013 11:55:42 +0200
banshee (3.7) stable; urgency=low
* Global button style. Replaced many buttons with anchor tag.
* Renewed secure cookie and AES256 library.
* jQuery updated to 1.8.3, jQuery UI updated to 1.9.1.
* CKEditor updated to 4.0.
* Inline image support in e-mail library.
* Small improvements.
-- Hugo Leisink <[email protected]> Mon, 24 Dec 2012 14:29:17 +0100
banshee (3.6) stable; urgency=low
* Removed SlimStat because there is no active development and Piwik
is much better. Simple log statistics module added.
* Mailbox module added.
* Added system warnings.
* Optional read-only access rights for modules.
* Small improvements.
-- Hugo Leisink <[email protected]> Wed, 5 Sep 2012 18:31:02 +0200
banshee (3.5) stable; urgency=low
* Photos are stored on disk instead of in database.
* Default password hash function changed from MD5 to SHA256.
* Several improvements and small bugfixes.
-- Hugo Leisink <[email protected]> Thu, 5 Jul 2012 22:11:43 +0200
banshee (3.4) stable; urgency=low
* SlimStat better integrated in Banshee.
* Improved remove_module script.
* Improved security for password storage.
* Improved e-mail library.
* Notification e-mails for account creation or change.
* OpenStreetMap static map library added.
* Sitemap.xml module added.
* Updated FPDF to 1.7.
* Small improvements.
* Bugfix: SSO was broken due to code changes at other places.
* Bugfix: old way of object calling in poll, newsletter and
switch administration page.
-- Hugo Leisink <[email protected]> Thu, 8 Mar 2012 19:45:59 +0100
banshee (3.3) stable; urgency=low
* Layout added to pages in database.
* Alphabetize library added.
* Alphabetizing added to tablemanager library.
* Secure cookie library added.
* Input validation library added.
* Replaced Lightbox with Slimbox2.
* Photo album collection module added.
* Small bugfixes.
-- Hugo Leisink <[email protected]> Sat, 8 Oct 2011 08:04:21 +0200
banshee (3.2) stable; urgency=low
* Multiple read-to-use layouts available via separate theme package.
* Usage of ncurses removed from console scripts.
* jQuery updated to 1.6 and jQuery UI updated to 1.8.12.
* Improved SQLite driver.
* Bugfix: bug in resize function in image library.
-- Hugo Leisink <[email protected]> Mon, 9 May 2011 19:17:06 +0200
banshee (3.1) stable; urgency=medium
* Posts by unregistered users in forum.
* jQuery updated to 1.5.1.
* Improved session library.
* Helpers introduced.
* Small improvements and bugfixes.
* Script to create new modules added.
* Bugfix: non-admins were not able to create weblogs.
* Bugfix: password reset form accepted empty password.
-- Hugo Leisink <[email protected]> Mon, 28 Mar 2011 18:46:29 +0200
banshee (3.0) stable; urgency=low
* License changed. See LICENSE for the current version.
* Single Sign-On functionality added.
* Website errors included in view.
* System message functionality added.
* Improved JSON output.
* CKEditor updated to version 3.5.
* Small improvements and bugfixes.
-- Hugo Leisink <[email protected]> Thu, 6 Jan 2011 10:32:10 +0100
banshee (2.6) stable; urgency=low
* Session library added for improved session handling.
* Session Manager module added.
* Separate file for settings class. Other stuff moved to
libraries/configuration.php
* Error handling functions moved from libraries/output.php to
libraries/error.php.
* Chunked content encoding support added to HTTP library.
* JSON output type added.
* Small improvements and bugfixes.
* Bugfix: small issues in splitform library.
-- Hugo Leisink <[email protected]> Sun, 28 Nov 2010 22:31:42 +0100
banshee (2.5) stable; urgency=low
* CKEditor updated to version 3.4.1.
* Sections added to cache library.
* Replaced Google Analytics with SlimStat.
* Small bugfixes.
-- Hugo Leisink <[email protected]> Thu, 11 Nov 2010 12:81:43 +0100
banshee (2.4) stable; urgency=low
* Photo album module added.
* Library for communication with other Banshee-based websites added.
* RSS library added and used in news and weblog module.
* Pagination added to forum module.
* Improved multilingual and UTF-8 support.
* Small improvements and bugfixes.
* Bugfix: boolean value not remembered on form error in tablemanager.
-- Hugo Leisink <[email protected]> Thu, 16 Sep 2010 16:39:34 +0200
banshee (2.3) stable; urgency=low
* Cache library added and used in XML library.
* GoogleMaps static map library added.
* Improved HTTP library.
* Settings in database.
* Small improvements.
-- Hugo Leisink <[email protected]> Wed, 11 Aug 2010 23:17:28 +0200
banshee (2.2) stable; urgency=low
* Organisation administration module added.
* Flags 'unique' and 'readonly' and field type 'ckeditor' added to
tablemanager library.
* FPDF library added.
* Apple Push Notification Service library added.
* Small improvements and bugfixes.
-- Hugo Leisink <[email protected]> Wed, 14 Jul 2010 22:26:28 +0200
banshee (2.1) stable; urgency=low
* Controller execute function called with URL parameters.
* URL parameter property added to page class.
* Splitform and tablemanager libraries improved and divided over controller
and model class.
* Directory support in file administration.
* Improved AJAX javascript library.
* Visible flag on weblog articles.
* Small improvements.
-- Hugo Leisink <[email protected]> Tue, 29 Jun 2010 9:12:38 +0200
banshee (2.0) stable; urgency=low
* Using OO for controllers and models.
* AJAX integrated in public/index.php.
* Changes in login / logout page behaviour.
* Pagination added to news module.
* XSLT template 'result' moved to 'includes/functions.xslt'.
* Depricated function eregi() replaced by preg_match().
* Small bugfixes.
-- Hugo Leisink <[email protected]> Sun, 16 May 2010 10:28:02 +0200
banshee (1.7) stable; urgency=low
* E-mail notification for forum, guestbook and weblog.
* Improved database drivers.
* Graphics library replaced by image class.
* Security audit and Show API tool added.
* Captcha library added.
* Object-oriented controller and model support for tablemanager and
splitform libraries.
* Small improvements and bugfixes.
-- Hugo Leisink <[email protected]> Wed, 5 May 2010 10:41:23 +0200
banshee (1.6) stable; urgency=medium
* Improved tablemanager library. Foreign key type added.
* Improved splitform library.
* CKEditor updated to version 3.2.
* jQuery updated to version 1.4.2.
* Small improvements and bugfixes.
* Bugfix: incorrect object-oriented page controller call in public/ajax.php.
* Bugfix: variables of last splitform page missing in submit data.
* Bugfix: access always denied to pages with parameter inside URL
for non-administrator users.
-- Hugo Leisink <[email protected]> Fri, 19 Mar 2010 8:31:07 +0100
banshee (1.5) stable; urgency=low
* Links module added.
* Improved database setup script.
* Bugfix: incorrect null value handling for update() in database libraries.
* Small bugfixes.
-- Hugo Leisink <[email protected]> Mon, 22 Feb 2010 23:00:02 +0100
banshee (1.4) stable; urgency=low
* Function add_javascript() added to output class.
* Support for GZip content encoding added to HTTP library.
* CKEditor updated to version 3.1.
* Improved database backup script.
* Small improvements.
-- Hugo Leisink <[email protected]> Sat, 16 Jan 2010 20:59:23 +0100
banshee (1.3) stable; urgency=low
* Cross-site Request Forgery protection.
* GZip content encoding for output.
* Improved multilingual support.
* Small improvements and bugfixes.
-- Hugo Leisink <[email protected]> Sun, 6 Dec 2009 16:10:16 +0100
banshee (1.2) stable; urgency=low
* Replaced the FCKEditor 2.6 with the CKEditor 3.0.
* Removed the TinyMCE editor.
* Layout selectable by controller and output object.
* More control over pagination links from tablemanager.
* Newsletter improvements.
-- Hugo Leisink <[email protected]> Thu, 12 Nov 2009 23:10:45 +0100
banshee (1.1) stable; urgency=low
* Newsletter functionality added.
* The page_access_list() function also returns public pages.
* Object-oriented controller and model libraries added.
* Database helper functions added to pagination class.
* Tablemanager improvements.
* Small improvements.
-- Hugo Leisink <[email protected]> Sat, 31 Oct 2009 10:25:28 +0100
banshee (1.0) stable; urgency=low
* Pagination library added.
* Old browser notification added.
* Bugfixes in tablemanager class.
* Small improvements and bugfixes.
-- Hugo Leisink <[email protected]> Sun, 30 Aug 2009 22:21:50 +0200
banshee (0.9) stable; urgency=low
* Login via one time key in URL.
* Virtual pages added to Access overview.
* Search module added.
* Templates added.
* Small improvements and bugfixes.
-- Hugo Leisink <[email protected]> Sun, 17 May 2009 9:55:16 +0200
banshee (0.8) stable; urgency=low
* Icons in the administration pages.
* F.A.Q. module added.
* Access overview module added.
* Action log view module added.
* Access by role to page in database.
* Improved error handling.
* Small improvements and bugfixes.
-- Hugo Leisink <[email protected]> Fri, 20 Mar 2009 10:15:47 +0100
banshee (0.7) stable; urgency=low
* Contact module added.
* Style per page instead of alternate styles.
* CMS pages have been given its own style.
* Message class replaced by language class.
* Administration pages show overview instead of message after creating or
updating an item.
* User warnings on page via internal messaging system.
* Improved role administration.
* Cleanup script added.
* Weblog administration bugfixes.
* Small improvements.
-- Hugo Leisink <[email protected]> Fri, 20 Feb 2009 11:14:46 +0100
banshee (0.6) stable; urgency=low
* Tablemanager library added.
* Splitform library added.
* Improved database libraries (PDO support added).
* Monthly view added to weblog.
* List view added to agenda.
* Configuration class replaced with setting class.
* Visible flag for pages in database.
* Small improvements.
-- Hugo Leisink <[email protected]> Tue, 10 Feb 2009 10:30:51 +0100
banshee (0.5) stable; urgency=low
* Dictionary module added.
* Forgot-password module added.
* Weblog RSS feed added.
* jQuery UI added.
* Smilies added to the forum.
* XML_output library splitted into XML and output.
* $_PAGE, $_USER and $xml renamed to $_page, $_user and $_output.
* Improved POP3 library.
* Small improvements.
-- Hugo Leisink <[email protected]> Wed, 14 Jan 2009 15:34:07 +0100
banshee (0.4) stable; urgency=low
* Weblog module added.
* Poll module added.
* News RSS feed added.
* Extension based view ability added.
* Small improvements.
* HTTP library extended with proxy functionality.
-- Hugo Leisink <[email protected]> Mon, 29 Nov 2008 10:30:44 +0100
banshee (0.3) stable; urgency=low
* Directory 'public/style' renamed to 'public/css'.
* Group renamed to role.
* Administration page shows pages the user has access to.
* Administration pages moved to 'admin' directory.
* Agenda module added.
* File module added.
* POP3 library added.
* Google Analytics scripts included.
* Small improvements.
-- Hugo Leisink <[email protected]> Tue, 9 Nov 2008 22:03:54 +0100
banshee (0.2) stable; urgency=low
* Class autoloader added.
* Each class in own file.
* Forum module added.
* Menu-in-database added.
* Pages-in-database added.
* User switch feature added.
* Improved last_insert_id() in database class.
* External libraries added: FCKeditor, jQuery.
* Caching in XML output library.
-- Hugo Leisink <[email protected]> Mon, 10 Nov 2008 20:42:18 +0100
banshee (0.1) stable; urgency=low
* Forked from Skeleton (http://skeleton.leisink.org/).
* HTML/PHP separation via XSLT.
* Redesign of database library.
* External libraries added: DHTML Calender, PHP.js, TinyMCE.
-- Hugo Leisink <[email protected]> Sat, 4 Oct 2008 11:18:50 +0200