Index: History =================================================================== RCS file: /CVSROOT/amsoft/ruboard/History,v retrieving revision 1.19 retrieving revision 1.22 diff -u -r1.19 -r1.22 --- History 1998/10/28 23:19:26 1.19 +++ History 1999/03/10 10:59:52 1.22 @@ -1,3 +1,14 @@ +1.2.2: 10-Mar-1999 + More accurate index rewriting (there was a subtle chance of race + condition before). + + Fixed bug with placing not html-escaped author/subject to the index. + + Fixed bug when not active user still was able to post. + + Fixed parameter names unwebification in parse_form. Small appearance + changes. + 1.2: 28-Oct-1998 Some minor bugs was fixed. Index: Makefile =================================================================== RCS file: /CVSROOT/amsoft/ruboard/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- Makefile 1998/10/30 18:49:06 1.15 +++ Makefile 1998/12/19 00:26:26 1.16 @@ -3,7 +3,7 @@ # No modifications should be done below! # PROJECT = ruboard -VERSION = 1.2.1 +VERSION = 1.2.2 SUBDIRS = src examples FILELIST= README TODO History Config Makefile MakeRules Index: TODO =================================================================== RCS file: /CVSROOT/amsoft/ruboard/TODO,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TODO 1998/10/30 19:04:10 1.1 +++ TODO 1999/02/17 17:19:46 1.2 @@ -1,3 +1,13 @@ +If there is no URL title, but there is image - make image clickable. And +if there is nothing both in title and image - place sacramental `click +here' for the link (4-Jan-1999). + +Make `configurator' - a web accesible tool to make ready to install +ruboard distributions (idea of JR; 19-Dec-1998) + +If anything typed in URL or IMG fields but we consider the URL's illegal +- give user a chance to correct, not throw it away (21-Dec-1998). + Done 25-Oct-1998 -- Banned words Done 27-Oct-1998 -- Word wrapper (text formatter) Done 26-Oct-1998 -- text/link/vlink colors Index: src/rubadmin.PL =================================================================== RCS file: /CVSROOT/amsoft/ruboard/src/rubadmin.PL,v retrieving revision 1.26 retrieving revision 1.28 diff -u -r1.26 -r1.28 --- rubadmin.PL 1998/10/30 18:49:06 1.26 +++ rubadmin.PL 1999/03/10 10:40:26 1.28 @@ -1,7 +1,7 @@ #!%PERL% # # ruboard admin tool (rubadmin) %VERSION% -# $Id: rubadmin.PL,v 1.26 1998/10/30 18:49:06 am Exp $ +# $Id: rubadmin.PL,v 1.28 1999/03/10 10:40:26 am Exp $ # ############################################################################### # @@ -562,7 +562,7 @@
*
-This is optional field. You may use it to automatically supply your
+This is an optional field. You may use it to automatically supply your
long/real name to your forum postings instead of short name. For example, short
name may be `pooh', but real name - `Winnie the Pooh'. Both short and
long names may be used in authorization.
@@ -634,7 +634,7 @@
}
else # english
{ &mailer($adm_email,"Registration - $name"
- ,"New user has applied for registration in forum `$title':\n"
+ ,"New user applied for registration in forum `$title':\n"
." short name=$name\n"
." long name =$fname\n"
." e-mail =$email\n\n"
@@ -1025,7 +1025,7 @@
}
elsif ($error eq 'reg_bad')
{ &print_html_head("Wrong registration data!","Wrong registration data!");
- print "You've either didn't filled required fields or used `:'\n"
+ print "You've either not filled required fields or used `:'\n"
. "symbol somewhere in names or e-mail.\n";
}
elsif ($error eq 'reg_already')
Index: src/rublib.PL
===================================================================
RCS file: /CVSROOT/amsoft/ruboard/src/rublib.PL,v
retrieving revision 1.17
retrieving revision 1.19
diff -u -r1.17 -r1.19
--- rublib.PL 1998/10/30 18:49:06 1.17
+++ rublib.PL 1999/03/10 10:40:26 1.19
@@ -4,7 +4,7 @@
#
# Copyright (c) 1998 by Andrew Maltsev,
| * -$t_reg_note +$t_reg_note1$t_reg_note2 | |