From: Rob H. <for...@us...> - 2003-08-17 04:42:10
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv20491 Modified Files: Tag: release-1_0-branch ChangeLog README Log Message: changing vers. no. for release Index: ChangeLog =================================================================== RCS file: /cvsroot/sandweb/sandweb/ChangeLog,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -U2 -r1.8.2.1 -r1.8.2.2 --- ChangeLog 11 Jul 2003 22:42:16 -0000 1.8.2.1 +++ ChangeLog 17 Aug 2003 04:42:07 -0000 1.8.2.2 @@ -1,2 +1,116 @@ +2003-08-09 17:18 formnull + + * bin/sandweb.cgi: edit still works, reenabling <shrug> it can't + hurt anything, but it bugs me that the browsers insert DOS EOL + chars + +2003-08-09 17:18 formnull + + * bin/sandweb-expect: gets around the problem Micah Anderson + noticed, when you have the wrong password + [...1959 lines suppressed...] - templates/framework.html, templates/login.html, - templates/menu_bar.html, templates/template.html: Initial revision + lib/SandWeb/ErrHndlr.pm, lib/SandWeb/Log.pm, lib/SandWeb/UI.pm, + lib/SandWeb/Auth.pm, var/data/cookies, var/data/info.txt, + var/log/cvswebclient.log, var/log/info.txt, var/log/sandweb.loh, + etc/sandweb.cfg, templates/framework.html, templates/login.html, + templates/logo_CWC.png, templates/menu_bar.html, + templates/template.html: Initial revision + +2001-05-02 15:04 njennings + + * bin/sandweb.cgi, lib/SandWeb.pm, lib/SandWeb/Config.pm, + lib/SandWeb/ErrHndlr.pm, lib/SandWeb/Log.pm, lib/SandWeb/UI.pm, + lib/SandWeb/Auth.pm, var/data/cookies, var/data/info.txt, + var/log/cvswebclient.log, var/log/info.txt, var/log/sandweb.loh, + etc/sandweb.cfg, templates/framework.html, templates/login.html, + templates/logo_CWC.png, templates/menu_bar.html, + templates/template.html: importing SandWeb code from + cvswebclient-new (all name changes complete) Index: README =================================================================== RCS file: /cvsroot/sandweb/sandweb/README,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -U2 -r1.13 -r1.13.2.1 --- README 22 Apr 2003 17:12:48 -0000 1.13 +++ README 17 Aug 2003 04:42:07 -0000 1.13.2.1 @@ -1,4 +1,4 @@ ============================================================================ -SandWeb Summary - 1.0RC3 Release +SandWeb Summary - 1.0RC4 Release ============================================================================ @@ -8,5 +8,5 @@ It is essentially a multi-user client to version control systems ( VCS ) such as CVS, SVN ( Subversion ), arch or RCS ( only CVS is supported for -the 1.0RC3 release ). +the 1.0RC4 release ). SandWeb requires a user agent that supports and allows Javascript @@ -20,5 +20,5 @@ using SandWeb. -The 1.0RC3 release only supports "FlatFile" authentication, in +The 1.0RC4 release only supports "FlatFile" authentication, in which SandWeb uses it's own password file and format. More authentication systems are planned for future releases. @@ -86,5 +86,5 @@ You are now at the repository menu. You can enter username, password, version control system, server name and version control root for as -many repositories as you want. For the 1.0RC3 release, SandWeb supports +many repositories as you want. For the 1.0RC4 release, SandWeb supports "local", "pserver" and "SSH" CVS repositories. |