1.2.1RC is out Forum-dev-20020220 [message #650] |
Thu, 21 February 2002 03:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
This is the 1st RC of what is to become 1.2.1 hopefully sometime this Friday. This release contains a number of things, which may be of interest:
1) File Browser allowing you the change permissions on various forum files using your web browser
2) Forum & Message icon control panel (add/remove) instead of the old way of having to use shell or FTP account.
3) Separated Forum Icons from Message Icons, so they are now unrelated.
4) Added 3 new FUDcode options for messages & signatures align left/center/right
5) Added a confirmation step before going through the message deletion when you click delete link.
6) Put some spacing between reply/quote links & delete/edit links on message display, to prevent accidental mis-clicks.
7) Fixed inappropriate uses of base64_* functions, which were used instead of urlencode in some places. This caused errors in rare cases during quoting of messages.
8) The last set of fopen() calls gained the 'b' parameter needed for proper windows compatibility.
9) A number of fixes to the install script.
FUDforum Core Developer
|
|
|
Re: 1.2.1RC is out Forum-dev-20020221 [message #663 is a reply to message #650] |
Thu, 21 February 2002 22:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
RC2 is now out a few changes this time:
1) Added our own register_globals for people who have disabled that option in their PHP config
2) Fixed a small bug which causes a loss of a session in post & ppost.php (introduced in RC1).
3) Fixed the confusion on windows with \ / in the install script
4) Added a forwarded/replied indicator to private messages
5) When the user logs in they now will be taken back to the page they originally click on the login link from.
6) A few fixes to the email to friend form.
7) Cleaned up the GPL message in all the files, unneeded lines were removed.
More detailed account of the changes can be found in CVS.
FUDforum Core Developer
|
|
|