From: <dr...@us...> - 2003-07-02 03:02:00
|
Update of /cvsroot/webmacro/wiki/builds/www.webmacro.org/etc In directory sc8-pr-cvs1:/tmp/cvs-serv14910/builds/www.webmacro.org/etc Modified Files: Wiki.properties Log Message: - fix bug where page names with numbers were not accessible (reported by Keats) - cleanup user admin screens - add a "PageTree" page that displays a tree (based on links) of all pages in the site - add a "IndexPage" page that displays a simple index of all pages, group by first letter (suggested by Christian) - update webmacro.jar to whatever we have in CVS as of today (living dangerously!) Index: Wiki.properties =================================================================== RCS file: /cvsroot/webmacro/wiki/builds/www.webmacro.org/etc/Wiki.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Wiki.properties 27 Nov 2002 06:21:41 -0000 1.3 --- Wiki.properties 2 Jul 2003 03:01:51 -0000 1.4 *************** *** 1,3 **** ! Version: WebMacro Wiki, Version 2.0 # whitespace delimited list of allowed actions, in the order --- 1,3 ---- ! Version: WebMacro Wiki, Version 2.1 # whitespace delimited list of allowed actions, in the order *************** *** 12,15 **** --- 12,17 ---- org.tcdi.opensource.wiki.servlet.RegisterNewUserAction \ org.tcdi.opensource.wiki.servlet.RecentChangesAction \ + org.tcdi.opensource.wiki.servlet.PageTreeAction \ + org.tcdi.opensource.wiki.servlet.IndexPageAction \ org.tcdi.opensource.wiki.servlet.admin.UpdateUserAction \ org.tcdi.opensource.wiki.servlet.admin.UserListAction \ *************** *** 26,29 **** --- 28,33 ---- RegisterUserAction.Template: register.wm RecentChangesAction.Template: recentchanges.wm + PageTreeAction.Template: pagetree.wm + IndexPageAction.Template: indexpage.wm |