Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
831 florian 1
 
2
   Phorum 5 Changelog
3
   --------------------------------------------------------------------------------
4
 
5
   2006-03-20 19:23  brian
6
	* releasing Phorum 5.1.0
7
 
8
   2006-03-10 22:40  brian
9
	* keep version as 5.1-dev and change it in tags
10
 
11
   2006-03-10 21:41  mmakaay
12
	* Fixed #289: duplicate page header shown on read page with the
13
	  forum in r/o mode
14
 
15
   2006-03-10 12:17  mmakaay
16
	* Fix for #288: editing puts back mail address of registered users
17
	  into the post
18
 
19
   2006-03-07 09:19  ts77
20
	* made two different variables for signature in control panel. one
21
	  for formatted one and one for the htmlescaped one. fixing #254
22
 
23
   2006-03-06 22:51  ts77
24
	* "fixing new pm-flag with user-caching enabled, fixing #281"
25
 
26
   2006-02-21 12:49  dvl
27
	* Change from INSERT SET to INSERT VALUES
28
 
29
   2006-02-16 12:34  mmakaay
30
	* Fix for updating posts with single quotes in subj/body (resulted
31
	  in SQL error)
32
 
33
   2006-02-13 20:51  mmakaay
34
	* Fix for #267: sending a PM with a subject only containing spaces
35
	  is now rejected
36
 
37
   2006-02-12 18:19  ts77
38
	* fixed search-escaping and missing search-table inserts (#261)
39
 
40
   2006-02-12 18:12  ts77
41
	* "fixed author search (#262)"
42
 
43
   2006-02-08 16:32  mmakaay
44
	* Made the notification message for PM faster, by using
45
	  phorum_db_pm_checknew(). Beware that this change inflicts a
46
	  template change. Instead of the variable {PRIVATE_MESSAGES->new},
47
	  the variable {NEW_PRIVATE_MESSAGES} has to be used. Before,
48
	  {PRIVATE_MESSAGES->new} contained the number of new messages,
49
	  while now {NEW_PRIVATE_MESSAGES} contains a value that indicated
50
	  whether there are new messages or not.
51
 
52
   2006-02-08 16:29  mmakaay
53
	* Added function phorum_db_pm_checknew for quick checking for new
54
	  PMs to db layers
55
 
56
   2006-02-08 16:05  mmakaay
57
	* Some optimization in the private message formatting code for more
58
	  speed.
59
 
60
   2006-02-08 11:29  mmakaay
61
	* Bugfix: When using reply in read page, moderators could not view
62
	  the message
63
 
64
   2006-02-07 17:07  mmakaay
65
	* Possible fix for templates.php timing out on Windows systems
66
 
67
   2006-02-05 17:30  ts77
68
	* added script for rebuilding the search-table
69
 
70
   2006-02-05 16:41  ts77
71
	* fixed double escaped search-data
72
 
73
   2006-02-04 16:12  mmakaay
74
	* Fix for searching for quoted phrases
75
 
76
   2006-02-04 15:19  ts77
77
	* removed "stale </a>" from #252
78
 
79
   2006-02-03 13:48  ts77
80
	* "build the urls in search-page in any case - fix for #251"
81
 
82
   2006-02-03 13:14  mmakaay
83
	* Fixed bug: admin could not relogin with cookies disabled in
84
	  Phorum's settings
85
 
86
   2006-01-28 22:02  ts77
87
	* "first version of console-upgrade script. not yet tested"
88
 
89
   2006-01-28 16:37  ts77
90
	* "added missing POST_VARS, fix for #249"
91
 
92
   2006-01-24 19:54  ts77
93
	* "disabled tight_security by default on new installs"
94
 
95
   2006-01-24 03:04  brian
96
	* Fix for bug #234. Forum permissions not removed when changing from
97
	  default forum options to custom
98
 
99
   2006-01-22 21:11  mmakaay
100
	* The query for discovering mutual buddies was incorrect (bug #230,
101
	  thanks regdos)
102
 
103
   2006-01-21 18:20  ts77
104
	* fixing default settings overwriting all forums (bug #233)
105
 
106
   2006-01-21 17:49  ts77
107
	* really showing newflags in both flat and threaded read (fixing
108
	  #235)
109
 
110
   2006-01-20 11:22  mmakaay
111
	* Fix for #231: Undefined constant used (credits to joys)
112
 
113
   2006-01-20 00:32  mmakaay
114
	* Fix: reply on read page + tighter security gave problems on
115
	  session timeout
116
 
117
   2006-01-18 14:34  mmakaay
118
	* Fixed failing combination of tighter security + URI authentication
119
	  (no cookies)
120
 
121
   2006-01-17 23:01  mmakaay
122
	* Fix for #229: The list of buddies is now sorted by username
123
	  (thanks regdos)
124
 
125
   2006-01-16 23:31  mmakaay
126
	* Bugfix: The administrator could not edit replies to announcements
127
 
128
   2006-01-16 23:13  ts77
129
	* "fixing index-links + #220"
130
 
131
   2006-01-16 18:09  brian
132
	* Profiles for users that are deactivated show an error message now.
133
 
134
   2006-01-16 16:46  mmakaay
135
	* Fix for #219: No charset sent using Content-Type header for admin
136
	  interface
137
 
138
   2006-01-16 15:27  mmakaay
139
	* Final fix for [216] and [217]
140
 
141
   2006-01-15 18:59  ts77
142
	* fix for not being able to empty the permissions
143
 
144
   2006-01-15 16:49  ts77
145
	* "focus to search-form only on first entry and no results (#218)"
146
 
147
   2006-01-15 13:21  ts77
148
	* another fix for reply on separate page, quotes and so on (#216)
149
 
150
   2006-01-12 23:48  dvl
151
	* Conversion of final MySQL elements. Search now works
152
 
153
   2006-01-12 22:05  brian
154
	* RSS feeds are now cached for better performance
155
 
156
   2006-01-11 16:18  brian
157
	* Added post count to user profiles
158
 
159
   2006-01-10 21:33  ts77
160
	* "fixed a couple of problems with install-settings, now really
161
	  fixing #210"
162
 
163
   2006-01-10 21:18  ts77
164
	* "revert previous change, my bad"
165
 
166
   2006-01-10 21:08  ts77
167
	* "adding default forum settings on install (fix for #210) "
168
 
169
   2006-01-06 22:49  dvl
170
	* Because PostgreSQL doesn't have the same limits as MySQL, just
171
	  return NULL from phorum_db_maxpacketsize()
172
 
173
   2006-01-06 22:39  dvl
174
	* Add a work-in-progress for the PostgreSQL port. Search does not
175
	  work.
176
 
177
   2006-01-06 21:42  ts77
178
	* "fixing another item of #203"
179
 
180
   2006-01-06 10:29  ts77
181
	* "fixed #203"
182
 
183
   2006-01-04 20:49  mmakaay
184
	* Extended search options for admin user control. Thanks spoier!
185
 
186
   2005-12-18 20:45  brian
187
	* checked that users are fully logged in if that option is selected
188
	  in the admin
189
 
190
   2005-12-16 23:11  ts77
191
	* added a switch for using RSS and a link to the header for it
192
 
193
   2005-12-16 21:02  ts77
194
	* streamlined index/messagelist/post-url creation should fix #199
195
 
196
   2005-12-10 19:36  ts77
197
	* made the target of the sql-error-messages configurable
198
 
199
   2005-12-10 18:41  ts77
200
	* some better formatting in banlist and badwords, marking duplicate
201
	  entries in banlists (patch from golem.de)
202
 
203
   2005-12-10 18:13  ts77
204
	* remove the unnecessary message-bodies in threaded-read-view for
205
	  performance increases in large threads (recommended by golem.de),
206
	  added an option to still load them if a template needs this
207
 
208
   2005-12-10 17:40  brian
209
	* changes to blog template for phorum 5.1
210
 
211
   2005-12-05 19:40  ts77
212
	* added banlist-checks for spam-words in subject and body (provided
213
	  by golem.de)
214
 
215
   2005-12-04 14:05  ts77
216
	* added options for moderators to avoid getting moderation-emails,
217
	  implementing #196
218
 
219
   2005-12-04 13:14  ts77
220
	* "adding checks for duplicate custom profile-fields and reserved
221
	  names, fixing #160 , list of reserved names might need some
222
	  extension"
223
 
224
   2005-11-27 21:48  ts77
225
	* added navigation and more visible message to report-form (fixing
226
	  #185)
227
 
228
   2005-11-23 15:23  brian
229
	* commiting module to allow for attachments to be stored on the
230
	  filesystem
231
 
232
   2005-11-22 23:03  ts77
233
	* setting up more data in list.php if the bodies are retrieved too,
234
	  like maurice suggested, fixing #169
235
 
236
   2005-11-22 22:25  ts77
237
	* moved default settings from dblayer to install-script calling the
238
	  db-dependant functions, should fix #172
239
 
240
   2005-11-22 10:45  ts77
241
	* "fixed #189"
242
 
243
   2005-11-21 13:12  mmakaay
244
	* Fix for bug #188: new flags not shown for sticky and announce in
245
	  threaded list
246
 
247
   2005-11-20 23:42  ts77
248
	* "added first experimental mysqli-layer"
249
 
250
   2005-11-08 21:47  ts77
251
	* "fixed removing newlines in table-definitions (kudos to brian)"
252
 
253
   2005-11-03 20:53  mmakaay
254
	* Added upgrade notification iframe banner to the admin interface
255
	  header
256
 
257
   2005-11-02 21:40  ts77
258
	* fixed bug #175
259
 
260
   2005-10-29 01:08  mmakaay
261
	* Added 'Check for new version' to the admin interface
262
 
263
   2005-10-25 13:51  mmakaay
264
	* Lots of improvements for the bundled smiley mod. # * Often the
265
	  hard-coded smiley path "./smileys" was used instead # of the
266
	  configurable prefix. # * Fixed showing a smiley preview image. # *
267
	  Preview image is now also shown directly when starting to edit a
268
	  smiley. # * Implemented a separate mods/smileys/defaults.php file,
269
	  for easy # default config value maintenance and initial
270
	  configuration setup. # * In the $PHORUM["mod_smileys"] array,
271
	  smileys are not stored at the same # level as the other settings
272
	  anymore. # * The smiley prefix path is better checked for
273
	  problems. # * The smiley prefix path is forced to always have an
274
	  ending "/" character. # * Only files with a real image extension
275
	  are used in the smiley drop down. # * If configured smileys have
276
	  an unavailable image, the "Smiley image" # column in the overview
277
	  will say "UNAVAILABLE" and a clear warning message # is shown to
278
	  the administrator, telling him to fix the problem(s). # * The
279
	  smiley body & subject replacement arrays are cached in the
280
	  database. # * The message "no smileys configured" was never shown.
281
	  # * Inputs for smiley and alt tag are made smaller (50 was too
282
	  much IMO). # * Smiley images are put in the CSS class
283
	  "phorum-smiley", so users can # style the image if they want to. #
284
	  * Installation of a default list of smileys is taken out of #
285
	  include/db/mysql.php. This is now fully handled by the module
286
	  itself. # * Description for "thumbs up smiley" changed to "the
287
	  finger smiley". # * Smileys are now stored inside the module
288
	  directory itself. # * The configuration for the old smileys mod is
289
	  automatically converted.
290
 
291
   2005-10-17 16:35  ts77
292
	* fixing #164, removed debug-output and check for forum inheriting
293
	  default settings
294
 
295
   2005-10-17 16:12  ts77
296
	* "fixed [156], table structure needed to be changed"
297
 
298
   2005-10-15 02:19  mmakaay
299
	* Added phorum_check_bans() for easy checking and fixed
300
	  phorum_check_ban_lists().
301
 
302
   2005-10-11 06:23  mmakaay
303
	* Only show (Buddy) after username in profile in case PM is enabled
304
 
305
   2005-10-10 13:59  mmakaay
306
	* New template feature: {HOOK hook_name arg1 arg2 .. argn} # Hooks
307
	  can now also be called in templates. This is solely for # being
308
	  able to let modules writers extend the forms that Phorum uses. #
309
	  If one hook argument is used, the hook code will translate to: #
310
	  phorum_hook(hook_name, arg1) # If multiple hook arguments are
311
	  used, it will translate to: # phorum_hook(hook_name, array(arg1,
312
	  arg2, .., argn)) # The hook may also be called without using
313
	  arguments.
314
 
315
   2005-10-08 05:01  brian
316
	* Added new hooks to make alternate attachment storage possible
317
 
318
   2005-10-06 23:21  mmakaay
319
	* Activated the new editor code in the Phorum core. # This revision
320
	  does not contain cleanup of the old code. # That will be done in a
321
	  separate revision.
322
 
323
   2005-10-06 15:52  ts77
324
	* "fixed ticket #138 , typo in database-create-scripts."
325
 
326
   2005-10-06 14:11  mmakaay
327
	* New feature for the PM interface: multiple recipients in one
328
	  message
329
 
330
   2005-10-06 13:54  mmakaay
331
	* Added feature to header.tpl, which can be used to set the focus to
332
	  a page element. The element's id can be specified using
333
	  {FOCUS_TO_ID}.
334
 
335
   2005-10-06 05:00  brian
336
	* simplified the help pop up by ridding us of the iframe and the
337
	  extra js code in include.
338
 
339
   2005-10-05 15:20  brian
340
	* added user's status to the user admin.
341
 
342
   2005-10-04 06:28  brian
343
	* New security feature! Users must confirm their login before
344
	  posting or making changes to their account if they have been away
345
	  from the site.
346
 
347
   2005-10-04 05:02  brian
348
	* Added default forum settings. A forum can now inherit its settings
349
	  from another forum, or the defaults.
350
 
351
   2005-10-04 02:21  brian
352
	* Private Messages are now separate from the Control Center.
353
 
354
   2005-10-04 01:49  brian
355
	* ASSIGN now supports ints
356
 
357
   2005-10-03 01:31  mmakaay
358
	* Implemented a buddy system for private messaging.
359
 
360
   2005-10-01 22:24  mmakaay
361
	* Added a new option "System Sanity Checks" to the admin panel. This
362
	  can be used to run a number of checks on the system to see if it
363
	  is configured correctly for using Phorum. # Implementation: # #
364
	  All checks are stored as single PHP files in the directory #
365
	  include/admin/sanity_checks/ # Each file you create there must at
366
	  least have the following: # # * A variable $check_description
367
	  which is set to the description # string that is showed in the
368
	  sanity checks result screen. # * A function named
369
	  phorum_check_<file basename> which does the # actual checking.
370
	  This function has to return two parameters. # The first one is one
371
	  of the constants PHORUM_SANITY_OK, # PHORUM_SANITY_WARN or
372
	  PHORUM_SANITY_CRIT. The second one # is a description of a problem
373
	  that was found or NULL in # case no problem was found. # # The
374
	  sanity checking frontend will then take care of the rest. # #
375
	  Already implemented checks are checks for: # - database connection
376
	  (Config available and can we connect?) # - cache directory (Can we
377
	  find and write there? And does caching work?) # - file uploading
378
	  (Checking PHP/MySQL max upload size against settings)
379
 
380
   2005-09-28 10:51  mmakaay
381
	* Fixed #123: when deleting a thread, also delete move notification
382
 
383
   2005-09-28 09:32  mmakaay
384
	* Fixed #115
385
 
386
   2005-09-28 00:40  mmakaay
387
	* Rewrote the module creation documentation and updated the list of
388
	  hooks
389
 
390
   2005-09-24 11:43  mmakaay
391
	* Cleaned up and updated the Phorum5 docs directory.
392
 
393
   2005-09-22 14:15  mmakaay
394
	* Added e-mail notifications for new private messages. The user can
395
	  turn these notification on or off in the control panel (forum
396
	  settings). # The users table now has a field "pm_email_notify" to
397
	  store the setting in.
398
 
399
   2005-09-22 00:11  mmakaay
400
	* Implemented folder support for private messaging.
401
 
402
   2005-09-20 23:30  brian
403
	* Made fonts look better on Linux
404
 
405
   2005-09-20 23:30  brian
406
	* Changed to use new template abilities
407
 
408
   2005-09-20 23:29  brian
409
	* Added Mark Read and RSS links to index page.
410
 
411
   2005-09-20 23:00  brian
412
	* Stickies and announcements not longer mess up threaded view.
413
 
414
   2005-09-20 22:59  brian
415
	* Stickies and announcements not longer mess up threaded view.
416
 
417
   2005-09-17 17:26  ts77
418
	* added maurice's new method of including/inlining templates so that
419
	  just one large template is processed on output (see #90 for
420
	  details)
421
 
422
   2005-09-16 13:39  mmakaay
423
	* Implemented a whole new backend for the PM system. This backend is
424
	  a preparation for a more sophisticated PM system which supports
425
	  things like user folders, buddy lists, multiple recipients and a
426
	  trash bin. # # Notes: # # Because the way messages are stored has
427
	  changed, the old PM calls # from mysql.php have been deprecated.
428
	  When calling these functions, # an error message will be shown.
429
	  This will only be done in case # non-Phorum scripts call the old
430
	  functions. Phorum uses the new API. # # In the database migration
431
	  script, dropping the old private messages # table is not yet
432
	  included, so in case of problems a rollback is # possible without
433
	  loosing the old private messages. This will be # incorporated as
434
	  soon as the new code has proven to be stable. # # New database
435
	  structure: # # {prefix}_pm_messages: holds the message data for a
436
	  PM # {prefix}_pm_folders: holds the custom folders for the users #
437
	  {prefix}_pm_xref: links users, messages and folders together # #
438
	  The inbox and outbox for the users are built-in special folders, #
439
	  so there will not be in {prefix}_pm_folders.
440
 
441
   2005-09-13 11:15  mmakaay
442
	* Added configuration option for setting max nr. of messages in the
443
	  PM storage of a user
444
 
445
   2005-09-12 23:01  mmakaay
446
	* Fix for #111 Added checks for banned users to PM posting
447
 
448
   2005-09-12 21:37  mmakaay
449
	* Added an experimental tool for helping language maintainers
450
 
451
   2005-09-08 14:53  mmakaay
452
	* Fixed "Only variables can be passed by reference" error caused by
453
	  PHP 5.0.5 In PHP 5.0.5 constructions like
454
	  array_shift(some_function()) are no longer accepted.
455
 
456
   2005-09-06 19:32  mmakaay
457
	* Use phorum_filesize() for formatting filesizes
458
 
459
   2005-09-06 18:50  mmakaay
460
	* Subject needed to be formatted before it was displayed.
461
 
462
   2005-09-06 14:47  mmakaay
463
	* Fixed copyright notice formatting.
464
 
465
   2005-08-31 21:38  mmakaay
466
	* Database upgrade script for [209]
467
 
468
   2005-08-31 11:17  mmakaay
469
	* Fixed some more line-ending properties
470
 
471
   2005-08-29 00:17  mmakaay
472
	* Disabled cumulative attachment size check in case no config value
473
	  is set
474
 
475
   2005-08-28 23:52  mmakaay
476
	* Added max cumulative size to attachment settings and some fixes: *
477
	  max cumulative size is used to be able to set a maximum total size
478
	  for all attachments together. So now you can allow for example 10
479
	  attachments of each 1 Mb max, but limit the total attachment size
480
	  to 2 Mb. So the user can upload for example either 10 photo's or 1
481
	  MP3 file, but not 10 MP3 files. * uploading one or more
482
	  attachments always replaced the complete list of attachments,
483
	  instead of adding attachments to it; * Added some more explanation
484
	  for the attachment admin parameters, to make clear what an empty
485
	  or zero value means to Phorum; * The list of allowed file types is
486
	  not shown anymore in the template case no list is set in the admin
487
	  interface (so you won't get "You are allowed to attach files of
488
	  the following type:" without any options behind it on screen);
489
 
490
   2005-08-28 18:49  mmakaay
491
	* Updates from #106
492
 
493
   2005-08-28 14:52  mmakaay
494
	* Implemented formatting of filesizes.
495
 
496
   2005-08-28 14:45  mmakaay
497
	* Added phorum_filesize() for formatting bytes to better readable
498
	  file sizes.
499
 
500
   2005-08-26 22:19  mmakaay
501
	* Mysql upgrade script for #97
502
 
503
   2005-08-26 22:00  ts77
504
	* fixes for #97
505
 
506
   2005-08-26 21:48  mmakaay
507
	* Fixed $thread_is_announcement assignment to make
508
	  ThreadAnnouncement work
509
 
510
   2005-08-26 19:29  ts77
511
	* "fix for bug #103"
512
 
513
   2005-08-26 19:27  ts77
514
	* "fix for bug #102"
515
 
516
   2005-08-26 19:24  ts77
517
	* "fix for bug #105"
518
 
519
   2005-08-26 19:22  ts77
520
	* fixes bug #101
521
 
522
   2005-08-23 18:21  ts77
523
	* fixing ticket #100, thx to maurice
524
 
525
   2005-08-22 20:11  ts77
526
	* "fixed problem in newflags with vroots"
527
 
528
   2005-08-21 18:57  ts77
529
	* included patch for #89
530
 
531
   2005-08-18 17:23  brian
532
	* Fixed issues with upgrading and made sure no on could run the
533
	  install or upgrade on a running Phorum.
534
 
535
   2005-08-12 21:08  ts77
536
	* "changed merge thread to reinsert messages (#60)"
537
 
538
   2005-08-11 16:38  ts77
539
	* added option to generate your own custom urls with phorum_get_url
540
 
541
   2005-08-11 16:10  ts77
542
	* "fixed #86"
543
 
544
   2005-08-11 16:07  ts77
545
	* "fixed #85"
546
 
547
   2005-08-11 16:03  ts77
548
	* "fixed #87"
549
 
550
   2005-08-11 03:04  brian
551
	* Added a new module called markdown that uses the new simple,
552
	  single file module method. Markdown is a text decoration syntax
553
	  used in several open source blogging applications.
554
 
555
   2005-08-11 02:59  brian
556
	* Added support for new template options. These include adding NOT
557
	  to an if and comparing two template vars with an if. Plus some bug
558
	  fixes.
559
 
560
   2005-08-10 20:53  ts77
561
	* fixed #79
562
 
563
   2005-08-10 20:34  ts77
564
	* "fixing #72"
565
 
566
   2005-08-10 20:24  ts77
567
	* "fixing #68 and #80"
568
 
569
   2005-08-10 10:43  ts77
570
	* "fixed ticket #81 ... thx"
571
 
572
   2005-08-09 18:28  ts77
573
	* changed post_form-hook to be without arguments
574
 
575
   2005-08-09 16:02  ts77
576
	* "fixed #76"
577
 
578
   2005-08-08 18:25  ts77
579
	* made move-thread much more robust, also less permissions needed to
580
	  move a thread *to* a forum
581
 
582
   2005-08-07 15:40  ts77
583
	* "fixed enhancement-request #67"
584
 
585
   2005-08-07 15:30  ts77
586
	* "fixed bug #64"
587
 
588
   2005-08-05 18:54  ts77
589
	* "added strike-through to bbcode"
590
 
591
   2005-08-05 10:50  ts77
592
	* fixed replyable attachments in non-threaded list
593
 
594
   2005-08-05 01:04  brian
595
	* Adding rss.php to the distro officially
596
 
597
   2005-08-05 01:02  brian
598
	* Added blog template to distro
599
 
600
   2005-08-01 19:52  ts77
601
	* formatting the signature on the controlcenter-startpage too
602
 
603
   2005-07-27 18:36  brian
604
	* we need to htmlspecialchars the body previews.
605
 
606
   2005-07-26 16:14  ts77
607
	* "changed meta-field in messages-table mediumtext, there were
608
	  problems with long threads before"
609
 
610
   2005-07-24 21:42  ts77
611
	* show index-url only if the forum is not hidden
612
 
613
   2005-07-24 21:12  ts77
614
	* fixed paging of read-pages for moderators if unapproved posts are
615
	  there
616
 
617
   2005-07-19 17:28  ts77
618
	* setting charset and encoding for outgoing mails (thx to Stephan
619
	  Schulz)
620
 
621
   2005-07-19 17:20  ts77
622
	* fixed tz_offset with default-setting going wrong
623
 
624
   2005-07-19 10:51  ts77
625
	* made bad-words check work on subject and author too
626
 
627
   2005-07-18 17:21  ts77
628
	* fixed setting-inheritance
629
 
630
   2005-07-18 17:19  ts77
631
	* fixed forum-index link in case of new folder view
632
 
633
   2005-07-16 18:52  ts77
634
	* fixed permissions not being saved in the admin
635
 
636
   2005-07-12 08:00  ts77
637
	* show "move thread" only if the moderator moderates more than one
638
	  forum
639
 
640
   2005-07-11 21:48  ts77
641
	* option for ignoring administrators in moderator-emails
642
 
643
   2005-07-06 21:11  ts77
644
	* added banlist by userid and blocked blocked users from editing
645
	  their posts
646
 
647
   2005-07-06 16:27  brian
648
	* Added a note to inform new admins that they will see the IP
649
	  address even when hidden from other users.
650
 
651
   2005-07-05 21:34  ts77
652
	* added merge/split thread feature
653
 
654
   2005-06-27 17:14  ts77
655
	* added link for going to the first new message in a thread (flat
656
	  view only)
657
 
658
   2005-06-24 16:13  ts77
659
	* added inherited forum-settings (done as paid work by sandersor.de)
660
 
661
   2005-06-20 19:15  brian
662
	* Rework of attachment workflow. Users can now edit and preview
663
	  posts before commiting them to the forum list.
664
 
665
   2005-06-20 17:48  brian
666
	* The admin now uses the charset from the default language file
667
 
668
   2005-06-20 17:35  brian
669
	* Reverse threading hack implemented as a feature
670
 
671
   2005-06-20 17:35  brian
672
	* Reverse threading hack implemented as a feature
673
 
674
   2005-06-20 17:01  brian
675
	* Using charset in htmlentities now ticket #25
676
 
677
   2005-06-19 01:02  brian
678
	* You can now choose between the classic forum/folder display and
679
	  the new flat forum display
680
 
681
   2005-06-16 03:55  brian
682
	* Added new ability to toggle the status of the forum. Normal, Read
683
	  Only, Admin Only and Disabled. Also, Phorum will display a message
684
	  when the database is down and optionally redirect to a URL you set
685
	  up in the DB config file.
686
 
687
   2005-06-16 02:17  brian
688
	* few rewrites for SVN and how the change log works now.
689
 
690
   2005-06-16 02:09  brian
691
	* doc update for quote hook and some fixes
692
 
693
   2005-06-16 01:52  brian
694
	* Reply form on a separate page and quote hook are now done.
695
 
696
   2005-06-15 21:56  brian
697
	* replies by moderators were being marked as closed. also, should
698
	  have been checking $parent status and not $parent closed.
699
 
700
   2005-06-09 08:41  ts77
701
	* sending user-localized mail-notifications (#42)
702
 
703
   2005-06-08 19:17  ts77
704
	* enhanced announcements with the option to allow replies
705
 
706
   2005-05-25 21:55  ts77
707
	* added another hook "check_post"
708
 
709
   2005-05-18 20:48  ts77
710
	* preview for message-edits by users
711
 
712
   2005-03-28 23:15  ts77
713
	* first implementation of message-caching for read-page
714
 
715
   2005-03-19 13:53  ts77
716
	* added session-id for uri-authentication to make it a bit safer
717
	  (i.e. if such a url is posted somewhere)
718
 
719
   2005-03-17 23:26  ts77
720
	* don't allow making a message to an announcement if it has replies
721
 
722
   2005-03-17 22:48  ts77
723
	* make announcements have a better reason that you can not reply to
724
	  them (fixes bug #4)
725
 
726
   2005-03-17 17:41  ts77
727
	* Initial Import of HEAD and 5.0.15
728
 
729
 
730
 
731
 
732
   ---------------------------------------------------------------------------------
733
   attached is the previous Changelog up to March, 10th 2005
734
   (before we were running subversion)
735
   ---------------------------------------------------------------------------------
736
 
737
 
738
Phorum 5 Changelog
739
---------------------------------------------------------------------------
740
 
741
Release: phorum.5.0.15
742
-----------------------
743
 
744
   * Better handle invalid input for page value in url. - brian
745
     (03/10/2005)
746
 
747
   * Better handle invalid input for user_id in url. - brian
748
     (03/10/2005)
749
 
750
   * Redirect URL needs to encode the url parts - brian (03/10/2005)
751
 
752
   * make checkdnsrr-calls only if function exists - ts77 (03/09/2005)
753
 
754
   * fixed bug in email-panel of cc - ts77 (03/09/2005)
755
 
756
   * added mark-thread-read (patch from Panu, thx!) - ts77 (03/05/2005)
757
 
758
   * First commit of mysql full text search - brian (03/01/2005)
759
 
760
   * You can reply via PM - brian (03/01/2005)
761
 
762
   * Subscriptions now changed when threads are moved. - brian
763
     (02/28/2005)
764
 
765
   * Fixed a possible XSS issue - brian (02/22/2005)
766
 
767
   * Forum id carried in group parts of CC now. - brian (02/22/2005)
768
 
769
Release: phorum.5.0.14a
770
------------------------
771
 
772
   * clearing special-characters from attachment-name (thanks to Jon
773
     Oberheide) - ts77 (02/21/2005)
774
 
775
   * Removed Upload files permission option. Never used. - brian
776
     (02/21/2005)
777
 
778
Release: phorum.5.0.14
779
-----------------------
780
 
781
   * fixed wrong fallback to default-template if user-template is set as
782
     empty - ts77 (02/16/2005)
783
 
784
   * fixed problem if account is denied before the user has verified the
785
     account by mail - ts77 (02/16/2005)
786
 
787
   * checking new user-email also against existing emails - ts77
788
     (02/16/2005)
789
 
790
   * Renamed settings variables to comply with Phorum standards - sheik
791
     (02/08/2005)
792
 
793
   * disallowing time-zone-selection works now too if a user already
794
     selected a timezone. - ts77 (02/05/2005)
795
 
796
   * implemented user-caching with the new cache-layer - ts77
797
     (02/05/2005)
798
 
799
   * Removed call to timing functions - sheik (02/05/2005)
800
 
801
   * Added code for "open links in new window" and "anti-spam tag on
802
     links" - sheik (02/05/2005)
803
 
804
   * Settings file created to make new "open links in new window" and
805
     "anti-spam tag on links" options optional - sheik (02/05/2005)
806
 
807
   * added simple file-caching api - ts77 (12/23/2004)
808
 
809
   * fixed permission-display in admin - ts77 (12/14/2004)
810
 
811
   * MFH: ip-masking in preview too - ts77 (11/28/2004)
812
 
813
   * added stripped body and full body to email-variables, documented
814
     email-variables - ts77 (11/28/2004)
815
 
816
   * added closed-flag to list-page - ts77 (11/28/2004)
817
 
818
   * moved custom profile-fields into their own table and made options
819
     for limiting them in size and htmlencoding them - ts77 (11/26/2004)
820
 
821
   * new upgrade-system: only one upgrade-file at a time, new numbering
822
     - ts77 (11/25/2004)
823
 
824
   * moved format_functions.php out of the condition - ts77
825
     (11/23/2004)
826
 
827
   * changed threaded-list/-read to use padding for indenting and
828
     wrapping long subjects - ts77 (11/23/2004)
829
 
830
   * fixed message after editing - ts77 (11/22/2004)
831
 
832
   * Changed email regex to be more compatible with modern domain names.
833
     - brian (11/22/2004)
834
 
835
   * new hooks cc_user_save, before_register - changed hook
836
     after_register - ts77 (11/16/2004)
837
 
838
   * report a post split out from read.php, allows user to explain the
839
     report - tridus (11/16/2004)
840
 
841
   * added "search"-hook - ts77 (11/16/2004)
842
 
843
   * fixed saving passwords (disallowed empty ones) - ts77 (11/16/2004)
844
 
845
   * fixed converting pure email-addresses if no bbcode was found - ts77
846
     (11/16/2004)
847
 
848
   * showing forum-list-link only if needed - ts77 (11/15/2004)
849
 
850
   * giving just a message if no forums are visible in a folder - ts77
851
     (11/12/2004)
852
 
853
   * changed default for new folders to be visible - ts77 (11/12/2004)
854
 
855
Release: phorum.5.0.13a
856
------------------------
857
 
858
   * reverted more of the entity changes - ts77 (11/11/2004)
859
 
860
Release: phorum.5.0.13
861
-----------------------
862
 
863
   * Added a lot of code to check for invalid input - brian
864
     (11/10/2004)
865
 
866
   * Requests for passwords for users that have not verified will not be
867
     sent a new verification email - brian (11/09/2004)
868
 
869
   * some more precautions for html-entities - ts77 (11/08/2004)
870
 
871
   * logout works with empty REFERER now too - ts77 (11/08/2004)
872
 
873
   * fixed wrong message counts in threaded list - ts77 (11/03/2004)
874
 
875
   * fixed backurl in controlcenter while being in a forum-folder - ts77
876
     (11/02/2004)
877
 
878
   * removed requirement to specify a description for forum/folder in
879
     the admin - ts77 (11/02/2004)
880
 
881
   * fixed user_template and user_language to allow the "default"-value
882
     - ts77 (11/01/2004)
883
 
884
   * fixed bug #531, msgs with attachments didn't get the right status
885
     in moderated forums - ts77 (10/29/2004)
886
 
887
   * Escape the HTML in name and description when editing - brian
888
     (10/28/2004)
889
 
890
Release: phorum.5.0.12
891
-----------------------
892
 
893
   * XSS really gone now - ts77 (10/27/2004)
894
 
895
   * added profile hook to controlcenter-summary too - ts77
896
     (10/27/2004)
897
 
898
   * better defaults for page if not set - ts77 (10/26/2004)
899
 
900
   * fixed sql-injection issue - ts77 (10/25/2004)
901
 
902
   * fixed sql-injection issue - ts77 (10/24/2004)
903
 
904
   * fixed showing pm-inbox after deleting in the pm-sentbox - ts77
905
     (10/24/2004)
906
 
907
   * fixed wrong message-index if not logged in - ts77 (10/24/2004)
908
 
909
   * posts in closed threads can't be edited - tridus (10/22/2004)
910
 
911
   * Fixed session timeout to allow session cookies by using 0 days -
912
     brian (10/22/2004)
913
 
914
   * Updated bbcode module to have classes in some of the markup - brian
915
     (10/22/2004)
916
 
917
   * fixed bug #526/#528 - ts77 (10/21/2004)
918
 
919
   * fixed move-notification in threaded view - ts77 (10/21/2004)
920
 
921
   * fixed "message not found" for threaded-read - ts77 (10/21/2004)
922
 
923
   * added (optional) move-notification - ts77 (10/19/2004)
924
 
925
Release: phorum.5.0.11
926
-----------------------
927
 
928
   * bug fix release (10/15/2004)
929
 
930
   * added attachment-conversion (thanks to Clemens Weiss), checking for
931
     existing group and user tables now - ts77 (10/14/2004)
932
 
933
   * added script for updating the post-counts of users after conversion
934
     - ts77 (10/13/2004)
935
 
936
   * file update_postcount.php was initially added on branch phorum_5_0.
937
     - ts77 (10/13/2004)
938
 
939
   * fixed hidden messages showing in threaded-list - ts77 (10/11/2004)
940
 
941
   * censor-filter now works per-forum too - ts77 (10/09/2004)
942
 
943
   * file creating_templates.txt was initially added on branch
944
     phorum_5_0. - ts77 (10/09/2004)
945
 
946
   * bodies only loaded on request now in the message-list - ts77
947
     (10/09/2004)
948
 
949
   * deleting subscriptions on deleting a message too - ts77
950
     (10/09/2004)
951
 
952
   * Better detection of js in HTML mod - brian (10/08/2004)
953
 
954
   * Reworked key for getting post count for better performance - brian
955
     (10/08/2004)
956
 
957
   * Reworked key for getting post count for better performance - brian
958
     (10/07/2004)
959
 
960
   * Email validity check now allows for capital letters in the email's
961
     domain - brian (10/04/2004)
962
 
963
   * Both datestamp and last_post_time are now formatted in threaded and
964
     non-threaded mode. - brian (09/30/2004)
965
 
966
   * Improved performance of getting unapproved list for moderators -
967
     brian (09/30/2004)
968
 
969
   * Setting tz to default now works properly - brian (09/29/2004)
970
 
971
   * Closed posts could be brute force replied to. - brian (09/28/2004)
972
 
973
   * Fixed warning when adding/editing forums. - brian (09/27/2004)
974
 
975
   * The HTML_TITLE is not set correctly on pages of a read page. -
976
     brian (09/25/2004)
977
 
978
   * fixed newflags for moved threads - ts77 (09/22/2004)
979
 
980
   * fixed ip-display in preview - ts77 (09/20/2004)
981
 
982
   * Registration emails will now work better for AOL users - brian
983
     (09/15/2004)
984
 
985
   * Fixed possible XSS issue with the linked author - brian
986
     (09/15/2004)
987
 
988
   * fixed url in redirect after adding/editing a forum - ts77
989
     (09/14/2004)
990
 
991
   * Bare urls with capital letters in them were not getting converted
992
     properly. - brian (09/14/2004)
993
 
994
   * Fixed the email and url tags in BBCode - brian (09/14/2004)
995
 
996
Release: phorum.5.0.10
997
-----------------------
998
 
999
   * BBCode module only works for properly formatted codes now. Urls are
1000
     shortened for better display. - brian (09/13/2004)
1001
 
1002
   * Fixed potential XSS in last post author name - brian (09/10/2004)
1003
 
1004
   * correctly removing session-info from all notification-urls - ts77
1005
     (09/10/2004)
1006
 
1007
   * Session timeout can be 0 now. - brian (09/10/2004)
1008
 
1009
   * Added module localization support - tridus (09/09/2004)
1010
 
1011
   * added forum_last_active column for forum where the user was last
1012
     active. - ts77 (09/07/2004)
1013
 
1014
   * Email verification is no more inline with RFC 2822 - brian
1015
     (09/07/2004)
1016
 
1017
   * We now give better messages upon new installations. - brian
1018
     (09/06/2004)
1019
 
1020
   * new message-notifications for moderators work correctly now - ts77
1021
     (09/06/2004)
1022
 
1023
   * Fixed bug where sticky posts edited by non-moderators stay sticky -
1024
     brian (09/06/2004)
1025
 
1026
   * Changes in admin to forums send you back to that forums parent
1027
     instead of the top. - brian (09/06/2004)
1028
 
1029
   * anchors for read-links now have a msg-<number> name - ts77
1030
     (09/05/2004)
1031
 
1032
   * fixed that user-timezone set to default is really ignored for
1033
     tz-conversion then - ts77 (09/05/2004)
1034
 
1035
   * conversion-script now handles permissions and groups /
1036
     group-members too - ts77 (09/03/2004)
1037
 
1038
   * fixed threaded-view paging. threads could be hidden between page 1
1039
     and 2. - ts77 (09/02/2004)
1040
 
1041
Release: phorum.5.0.9
1042
----------------------
1043
 
1044
   * bug fix release (09/01/2004)
1045
 
1046
   * new hook \"moderation\" i.e. for logging moderator actions - ts77
1047
     (08/31/2004)
1048
 
1049
   * fixed missing links and vars for mails about attachments - ts77
1050
     (08/31/2004)
1051
 
1052
   * storing forum-offsets in the settings now on conversion - ts77
1053
     (08/31/2004)
1054
 
1055
   * installer now checks if cache is writable on a new install - tridus
1056
     (08/31/2004)
1057
 
1058
   * fixed \"mark all messages read\" in empty forums - ts77
1059
     (08/28/2004)
1060
 
1061
Release: phorum.5.0.8.RC
1062
-------------------------
1063
 
1064
   * bumped release version - brian (08/20/2004)
1065
 
1066
   * newflags are now moved while moving a message - ts77 (08/20/2004)
1067
 
1068
   * Added a hook to the index.php page - brian (08/19/2004)
1069
 
1070
   * Added new message count to forum index - brian (08/19/2004)
1071
 
1072
   * pm-preview now formatted too - ts77 (08/19/2004)
1073
 
1074
   * Created a function for module writers that will fetch the last x
1075
     messages with several options - brian (08/19/2004)
1076
 
1077
   * Attachments can now be deleted by users and moderators - brian
1078
     (08/18/2004)
1079
 
1080
   * New Smilies - brian (08/17/2004)
1081
 
1082
   * added script.php, external and scheduled hooks to run things from
1083
     command line - tridus (08/12/2004)
1084
 
1085
   * moderator notifications are now different for messages needing
1086
     approval and not needing approval - ts77 (08/11/2004)
1087
 
1088
   * Moved closed status to its own field for better logic and
1089
     performance - brian (08/09/2004)
1090
 
1091
   * enhancements for smiley-module (thanks to Cameron Brunner) - ts77
1092
     (08/08/2004)
1093
 
1094
   * *** empty log message *** - ts77 (08/07/2004)
1095
 
1096
   * Improved memory usage of the 3to5 upgrade script. - brian
1097
     (08/04/2004)
1098
 
1099
   * rewrote newflag/readflag storage to be more flexible - ts77
1100
     (08/03/2004)
1101
 
1102
   * added email-verification on email-change - ts77 (08/03/2004)
1103
 
1104
   * fixed saving permissions, missing break in display_fixed - ts77
1105
     (07/29/2004)
1106
 
1107
Release: phorum.5.0.7a.beta
1108
----------------------------
1109
 
1110
   * removed debugging output - security issue - ts77 (07/28/2004)
1111
 
1112
   * fixed broken p3-to-p5-conv - ts77 (07/28/2004)
1113
 
1114
Release: phorum.5.0.7.beta
1115
---------------------------
1116
 
1117
   * bug fix release (07/26/2004)
1118
 
1119
   * Improved private messaging. Added formatting, security - brian
1120
     (07/23/2004)
1121
 
1122
   * fix table name typo - brian (07/23/2004)
1123
 
1124
   * Added support to look at banned names and emails to the register
1125
     page - brian (07/22/2004)
1126
 
1127
   * tweaked new installation settings, added smiley defaults - tridus
1128
     (07/22/2004)
1129
 
1130
   * changed config.php to config.php.sample - tridus (07/22/2004)
1131
 
1132
   * Improved followed (bookmarks/subscriptions) threads - brian
1133
     (07/19/2004)
1134
 
1135
   * allowed for hidden languages/templates - ts77 (07/19/2004)
1136
 
1137
   * added fixed display-settings - ts77 (07/19/2004)
1138
 
1139
   * Added hooks to all moderation functions - brian (07/18/2004)
1140
 
1141
   * Improved followed (bookmarks/subscriptions) threads - brian
1142
     (07/18/2004)
1143
 
1144
   * Improved the email sent when a post is reported. - brian
1145
     (07/17/2004)
1146
 
1147
   * added thread-bookmarking (thanks to Arthur Louie) - ts77
1148
     (07/17/2004)
1149
 
1150
   * added convertViewCount.php to scripts directory - converts
1151
     viewcounts to new format - tridus (07/17/2004)
1152
 
1153
   * Improved help text with regards to permissions - brian
1154
     (07/17/2004)
1155
 
1156
   * Added check of read permissions to attachments. - brian
1157
     (07/16/2004)
1158
 
1159
   * Added tighter security to seaches - brian (07/16/2004)
1160
 
1161
   * added float-to-top for threaded mode AND an additional setting for
1162
     number of threads on the list-page on threaded-mode, paged list for
1163
     threaded - ts77 (07/15/2004)
1164
 
1165
   * added user_list hook - tridus (07/15/2004)
1166
 
1167
   * added ability for users to join groups in CC, admin can disallow on
1168
     a per-group basis - tridus (07/11/2004)
1169
 
1170
   * groupmod improvements - can filter the list of users, group list
1171
     shows how many unapproved - tridus (07/11/2004)
1172
 
1173
   * added index for unapproved messages-queries - ts77 (07/10/2004)
1174
 
1175
   * *** empty log message *** - ts77 (07/10/2004)
1176
 
1177
   * added read-url to subscriptions-page - ts77 (07/10/2004)
1178
 
1179
   * added option to show smileys in subject too - ts77 (07/10/2004)
1180
 
1181
   * added users data as USERINFO to the template-vars - ts77
1182
     (07/09/2004)
1183
 
1184
   * fixed checking for correct user if reading a PM - ts77
1185
     (07/08/2004)
1186
 
1187
   * Optimized queries for flat list view. Should help with speed issues
1188
     some have seen. - brian (07/07/2004)
1189
 
1190
   * added fallback to default-language if nonexistent language selected
1191
     - ts77 (07/04/2004)
1192
 
1193
   * allowed macro-expansion in mail-subject too - ts77 (07/03/2004)
1194
 
1195
   * added SearchTips to the search-page - ts77 (07/03/2004)
1196
 
1197
   * added missing signature to post-preview - ts77 (07/01/2004)
1198
 
1199
   * added a notification box to alert users of things that need their
1200
     attention - tridus (06/21/2004)
1201
 
1202
   * initial group moderation interface, can list group members in cc
1203
     (assign mods in admin) - tridus (06/19/2004)
1204
 
1205
   * group moderation is fully functional - tridus (06/19/2004)
1206
 
1207
   * added optional dropdown list of users when sending a new private
1208
     message - tridus (06/19/2004)
1209
 
1210
   * added error-checking for too large message-bodies - ts77
1211
     (06/18/2004)
1212
 
1213
   * added DST-setting, started email-change verification (not finished
1214
     yet) - ts77 (06/14/2004)
1215
 
1216
   * added confirmation before a post is reported - tridus (06/10/2004)
1217
 
1218
   * fixed banlist-checking (was wrong order of arguments) - ts77
1219
     (06/01/2004)
1220
 
1221
   * fixed setting a wrong password in the user-admin if no password is
1222
     set. - ts77 (05/30/2004)
1223
 
1224
   * merged viewcount-mod into the main-code, allows per-forum setting
1225
     now - ts77 (05/29/2004)
1226
 
1227
Release: phorum.5.0.6.beta
1228
---------------------------
1229
 
1230
   * File Uploads in CC now global option. Fixes bugs with this system -
1231
     brian (05/25/2004)
1232
 
1233
   * report a post now works - tridus (05/24/2004)
1234
 
1235
   * approving a whole thread is now implemented - ts77 (05/22/2004)
1236
 
1237
   * removed page-links from list if the read-view is set to threaded -
1238
     ts77 (05/20/2004)
1239
 
1240
   * fixed missing sticky/announcement in preview - ts77 (05/20/2004)
1241
 
1242
   * tightened checks for valid values in search-links - ts77
1243
     (05/20/2004)
1244
 
1245
   * fixed missing message-id and -thread in notification messages for
1246
     attachments - ts77 (05/20/2004)
1247
 
1248
   * really abort an message-edit if an error occured - ts77
1249
     (05/20/2004)
1250
 
1251
   * *** empty log message *** - ts77 (05/18/2004)
1252
 
1253
   * Added an after_register hook - brian (05/15/2004)
1254
 
1255
   * User searches in admin now list all users when page first accessed
1256
     - brian (05/15/2004)
1257
 
1258
   * improved ban-list checking (does user/email check for registered
1259
     now too) - ts77 (05/14/2004)
1260
 
1261
   * overwriting temporary password too on password-change - ts77
1262
     (05/08/2004)
1263
 
1264
   * unapproved messages are now marked while reading them - ts77
1265
     (05/07/2004)
1266
 
1267
   * author-name is changed now on deleting a user (can be disabled with
1268
     a constant in include/constants.php) - ts77 (05/07/2004)
1269
 
1270
   * hidden/unapproved messages are now ignored in thread-info like
1271
     count and new - ts77 (05/07/2004)
1272
 
1273
   * Title tag now contains some dyanmic information - brian
1274
     (05/02/2004)
1275
 
1276
   * Adding a global HTML title and support for additional tags in the
1277
     head of the page. - brian (05/02/2004)
1278
 
1279
   * Added new constant for string separator for things like the title
1280
     tag - brian (05/02/2004)
1281
 
1282
   * added user-delete to the admin - ts77 (05/02/2004)
1283
 
1284
   * added an admin option for deleting old messages/threads - ts77
1285
     (05/01/2004)
1286
 
1287
   * Portable code should work now - brian (04/30/2004)
1288
 
1289
   * enabled IIS-hack - checking for SERVER_SOFTWARE-string - ts77
1290
     (04/30/2004)
1291
 
1292
   * many improvements to the templates, better configurability,
1293
     alternating colors and stuff - ts77 (04/30/2004)
1294
 
1295
   * Added support for meta tags in language files - brian (04/23/2004)
1296
 
1297
   * Added a link to phorum.org in the template footer - brian
1298
     (04/20/2004)
1299
 
1300
   * fixed signature-flag in user-edit of messages - ts77 (04/18/2004)
1301
 
1302
   * fixed view of usernames with html-characters, html-encoded now -
1303
     ts77 (04/18/2004)
1304
 
1305
   * *** empty log message *** - ts77 (04/18/2004)
1306
 
1307
   * forum-list link goes now back to the parent-folder, not the
1308
     root-folder - ts77 (04/10/2004)
1309
 
1310
   * email-addresses of anonymous users are now shown in the list too -
1311
     ts77 (04/10/2004)
1312
 
1313
   * fixed hide_email not saved - ts77 (04/08/2004)
1314
 
1315
   * fixed hidden messages shown in list - ts77 (04/07/2004)
1316
 
1317
   * Fixed portable code. - brian (04/02/2004)
1318
 
1319
   * You can no longer edit settings for a module that is turned off. -
1320
     brian (04/02/2004)
1321
 
1322
   * Searches are now url encoded so that url characters do not break
1323
     searching. - brian (04/01/2004)
1324
 
1325
   * User registering from a forum are now treated properly. - brian
1326
     (03/29/2004)
1327
 
1328
Release: phorum.5.0.5.beta
1329
---------------------------
1330
 
1331
   * bug fix release (03/23/2004)
1332
 
1333
Release: phorum.5.0.4a.beta
1334
----------------------------
1335
 
1336
   * bug fix release (03/22/2004)
1337
 
1338
Release: phorum.5.0.4.beta
1339
---------------------------
1340
 
1341
   * implemented dates formatted by locale - ts77 (03/21/2004)
1342
 
1343
   * Added the date a user is registered and the ability to track when a
1344
     user last used Phorum. - brian (03/17/2004)
1345
 
1346
   * Added ability to detect if cookies are off on the browser. - brian
1347
     (03/17/2004)
1348
 
1349
   * Users can only search forums they are allowed to read now. - brian
1350
     (03/17/2004)
1351
 
1352
   * added link to private messages to the default template, with number
1353
     of new messages - tridus (03/12/2004)
1354
 
1355
   * Added user_info hook so module writers could alter user sigs in
1356
     read.php - brian (03/05/2004)
1357
 
1358
   * fixed bug #489, selecting the max-id from wrong database - ts77
1359
     (03/05/2004)
1360
 
1361
   * added send_mail-hook for plugging into the sending of messages -
1362
     ts77 (03/04/2004)
1363
 
1364
   * fixed saving user-data in the cc - ts77 (03/04/2004)
1365
 
1366
Release: phorum.5.0.3.beta
1367
---------------------------
1368
 
1369
   * fixed bug #478 - ts77 (03/03/2004)
1370
 
1371
   * added an idea, group moderators - ts77 (03/03/2004)
1372
 
1373
   * added user-selectable template - ts77 (03/02/2004)
1374
 
1375
   * Registration Moderation Added - brian (03/01/2004)
1376
 
1377
   * added user-selectable language - ts77 (02/25/2004)
1378
 
1379
   * First commit of attachments. - brian (02/13/2004)
1380
 
1381
   * added mixed view by checking threaded/non-threaded separately in
1382
     list and read - ts77 (01/24/2004)
1383
 
1384
   * If there is only one forum, index.php now redirects to it. - brian
1385
     (12/09/2003)
1386
 
1387
   * honor admin-setting of allowed tz-selection or not - ts77
1388
     (12/09/2003)
1389
 
1390
   * This is a test of the new cvs update log script. - brian
1391
     (11/26/2003)
1392
 
1393
   * fixed replies to sticky posts - brian (11/02/2003)
1394
 
1395
Release: phorum.5.0.2.alpha
1396
----------------------------
1397
 
1398
   * bug fix release (10/30/2003)
1399
 
1400
   * stickies did not show up if there were no other messages. - brian
1401
     (10/29/2003)
1402
 
1403
   * added user-selectable timezone - ts77 (10/04/2003)
1404
 
1405
   * implemented banlists per forum and put banlists in a table - ts77
1406
     (09/27/2003)
1407
 
1408
   * Moderators can now view all users emails. - brian (09/19/2003)
1409
 
1410
   * Added a user file storage area to CC - brian (09/18/2003)
1411
 
1412
   * Added a user file storage area to CC - brian (09/17/2003)
1413
 
1414
   * Add email confirmation of new registrations. - brian (08/01/2003)
1415
 
1416
   * added option to show signature in a post or not added default
1417
     settings for email-notify and add-signature to controlcenter ->
1418
     boardsettings - ts77 (07/25/2003)
1419
 
1420
   * Added bad word filter. - brian (07/24/2003)
1421
 
1422
   * added duplicate-post check - ts77 (07/19/2003)
1423
 
1424
   * ControlCenter (mostly) finished - ts77 (07/12/2003)
1425
 
1426
   * moved prepost-moderation from its own page to the control-center -
1427
     ts77 (06/15/2003)
1428
 
1429
   * Added list of message-subscriptions to the control-center - ts77
1430
     (06/15/2003)
1431
 
1432
   * activated display-order in the admin - ts77 (06/15/2003)
1433
 
1434
   * added control-center - ts77 (06/10/2003)
1435
 
1436
   * Moderator's ips are no longer shown. - brian (06/10/2003)
1437
 
1438
Release: phorum.5.0.1.alpha
1439
----------------------------
1440
 
1441
   * bug fix release (06/08/2003)
1442
 
1443
   * $PHORUM['DATA']-array and this entry is used as template-name then.
1444
     - ts77 (05/31/2003)
1445
 
1446
   * Added preview - brian (05/30/2003)
1447
 
1448
   * Added "last post" feature in list.php to jump to last post in
1449
     thread - brian (05/25/2003)
1450
 
1451
   * Fixed lost password so that it now sends a temp password like
1452
     Phorum 3 does. - brian (05/25/2003)
1453
 
1454
   * Public users can no longer post using registered names. - brian
1455
     (05/25/2003)
1456
 
1457
   * Added showing of IP to read page. - brian (05/23/2003)
1458
 
1459
   * Added quoting on reply. Does not use javascript. - brian
1460
     (05/23/2003)
1461
 
1462
Release: phorum.5.0.0.alpha
1463
----------------------------
1464
 
1465
   * fixed missing localizations of GoTo - ts77 (04/22/2003)
1466
 
1467
   * Changed language file. All keys to array have no spaces now. -
1468
     brian (04/09/2003)
1469
 
1470
   * Rewrote large portions of the template engine. - brian
1471
     (04/09/2003)
1472
 
1473
   * added .htaccess-files in important directories to increase security
1474
     - ts77 (04/05/2003)
1475
 
1476
   * added a first version of a conversion script from phorum3.4 to
1477
     phorum5 - ts77 (04/04/2003)
1478
 
1479
   * Added HTML module to allow safe HTML in messages. - brian
1480
     (04/04/2003)
1481
 
1482
   * Added/fixed paging on the list page. - brian (04/03/2003)
1483
 
1484
   * fix for update_forum_stats if no posts in forum. - ts77
1485
     (03/09/2003)
1486
 
1487
   * added display of number of edits and last edit to read-view added
1488
     switch for allowing edit of posts to the admin - ts77 (02/24/2003)
1489
 
1490
   * added pre-post moderation - ts77 (02/23/2003)
1491
 
1492
   * added viewcount-mod, new hook "readthreads" - ts77 (02/21/2003)
1493
 
1494
   * Added a post hook. - brian (02/13/2003)
1495
 
1496
   * Added a meta field to the message table to store extra info. Useful
1497
     for mods to use. - brian (02/13/2003)
1498
 
1499
   * fixed new-flags while using paging - ts77 (02/12/2003)
1500
 
1501
   * Added paging to the read page including page links on list.php -
1502
     brian (02/04/2003)
1503
 
1504
   * Fixed more potential cross sight scripting issues with form input.
1505
     - brian (01/30/2003)
1506
 
1507
   * Fixed a cross sight scripting issue when echoing sql errors. -
1508
     brian (01/30/2003)
1509
 
1510
   * User/Group permissions fully done. - brian (01/23/2003)
1511
 
1512
   * Added Time Zone offset. - brian (01/23/2003)
1513
 
1514
   * Added group admin - brian (01/23/2003)
1515
 
1516
   * Added sigs to the read page - brian (01/20/2003)
1517
 
1518
   * implemented user-edits of posts. - ts77 (01/19/2003)
1519
 
1520
   * implemented first try of a new upgrade-system - ts77 (01/18/2003)
1521
 
1522
   * added edit-post parts - ts77 (01/18/2003)
1523
 
1524
   * Added new item about our CSS/XHTML stance. - brian (01/16/2003)
1525
 
1526
   * added option to add moderated forums to a user through the
1527
     user-admin. - ts77 (01/13/2003)
1528
 
1529
   * threaded or flat is now a user option. - brian (01/12/2003)
1530
 
1531
   * added close/reopen thread - ts77 (01/12/2003)
1532
 
1533
   * fixed sticky and announcement posting - brian (01/12/2003)
1534
 
1535
   * Added announcement support - brian (01/12/2003)
1536
 
1537
   * Added color and size tags to bbcode. - brian (01/12/2003)
1538
 
1539
   * fixed sticky and announcement posting / added nav to post form -
1540
     brian (01/12/2003)
1541
 
1542
   * laid groundwork for popup help in admin - brian (01/11/2003)
1543
 
1544
   * some more template-code, "if" allows now loopvars and array-vars
1545
     too - ts77 (01/11/2003)
1546
 
1547
   * added move-thread functionality - ts77 (01/11/2003)
1548
 
1549
   * enabled list-moderation - ts77 (01/11/2003)
1550
 
1551
   * added code to show menu descriptions in status bar - brian
1552
     (01/11/2003)
1553
 
1554
   * changed user functions to all be named phorum_user_* - brian
1555
     (01/10/2003)
1556
 
1557
   * added a wrapper to allow multiple Phorum's from one source base -
1558
     brian (01/10/2003)
1559
 
1560
   * added first moderation-parts (delete message and delete message
1561
     with answers) - ts77 (01/10/2003)
1562
 
1563
   * fixed lost password error. - brian (01/10/2003)
1564
 
1565
   * improved installer - brian (01/10/2003)
1566
 
1567
   * fixed link after register - brian (01/08/2003)
1568
 
1569
   * Added user admin module. - brian (01/07/2003)
1570
 
1571
   * email banning was not working - brian (01/06/2003)
1572
 
1573
   * Modified code to include header and footer templates instead of the
1574
     templates having to do it. - brian (12/19/2002)
1575
 
1576
   * added mark-all-read-functionality - ts77 (11/23/2002)
1577
 
1578
   * Improved error handling of table creation - brian (11/19/2002)
1579
 
1580
   * added newflag-support, uses a new table and only works if a user is
1581
     logged in - ts77 (11/09/2002)
1582
 
1583
   * bbcode handles the url translation of all kinds. - brian
1584
     (11/06/2002)
1585
 
1586
   * Changed the read hook to run before the body is formatted. mods
1587
     must use special methods to insert tags. - brian (10/30/2002)
1588
 
1589
   * heh, allow_html was reversed. - brian (10/25/2002)
1590
 
1591
   * fixed lack of ] - brian (10/21/2002)
1592
 
1593
   * search was skipping the first result. - brian (10/16/2002)
1594
 
1595
   * search template - brian (10/16/2002)
1596
 
1597
   * fixing modifystamp and thread_count. - brian (10/12/2002)
1598
 
1599
   * made index.php get actual data for posts and last post. - brian
1600
     (10/11/2002)
1601
 
1602
   * removed finish template. - brian (10/07/2002)
1603
 
1604
   * $extra not implemented in all places. - brian (10/07/2002)
1605
 
1606
   * check for smiley dir before trying to read from it. - brian
1607
     (10/07/2002)
1608
 
1609
   * adding mod settings admin. - brian (10/06/2002)
1610
 
1611
   * some smiley-examples - ts77 (10/06/2002)
1612
 
1613
   * updating error codes, got modules working, added bb code mod, added
1614
     dns lookup option and email validation. - brian (10/06/2002)
1615
 
1616
   * add replace mod and mod creation doc. - brian (10/06/2002)
1617
 
1618
   * added function for admin-form, corrected hooks-code, added
1619
     smiley-plugin - ts77 (10/06/2002)
1620
 
1621
   * adding mod admin code and email validation code. - brian
1622
     (10/06/2002)
1623
 
1624
   * fixed some install errors. - brian (10/06/2002)
1625
 
1626
   * actually adding bbcode module now. - brian (10/06/2002)
1627
 
1628
   * fixes for "headers sent" ... just some newlines removed - ts77
1629
     (10/06/2002)
1630
 
1631
   * more template stuff. more admin stuff. folders working. - brian
1632
     (08/29/2002)
1633
 
1634
   * updated more of the template. - brian (08/28/2002)
1635
 
1636
   * tweaking install process. - brian (08/28/2002)
1637
 
1638
   * got search working. - brian (08/27/2002)
1639
 
1640
   * added ban list to admin. More work on default template. Started
1641
     phorum.php wrapper script. - brian (08/24/2002)
1642
 
1643
   * first shot at a template. added some stubs for needed features. -
1644
     brian (08/23/2002)
1645
 
1646
   * got the install wizard working. started on search - brian
1647
     (08/21/2002)
1648
 
1649
   * small fix to the caching. - ts77 (08/21/2002)
1650
 
1651
   * convert message tables into one table. rename all database
1652
     functions to phorum_db_?? - brian (08/18/2002)
1653
 
1654
   * admin login was not working. - brian (08/10/2002)
1655
 
1656
   * got the admin working, got the index.php working. redesigned the
1657
     tables, added and install.txt - brian (08/09/2002)
1658
 
1659
   * lots of changes. Remember this is still pre alpha. - brian
1660
     (08/08/2002)
1661
 
1662
   * fixed read url in flat mode. - brian (07/25/2002)
1663
 
1664
   * no longer passing refs from the db functions, just arrays. - brian
1665
     (07/12/2002)
1666
 
1667
   * lots of fixes. - brian (06/13/2002)
1668