Update of /cvsroot/webmacro/wiki/src/org/tcdi/opensource/wiki/servlet/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv14910/src/org/tcdi/opensource/wiki/servlet/admin
Modified Files:
UserListAction.java
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: UserListAction.java
===================================================================
RCS file: /cvsroot/webmacro/wiki/src/org/tcdi/opensource/wiki/servlet/admin/UserListAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** UserListAction.java 27 Nov 2002 06:21:42 -0000 1.1
--- UserListAction.java 2 Jul 2003 03:01:52 -0000 1.2
***************
*** 26,30 ****
public void perform(WikiSystem wiki, WebContext wc, WikiUser user, WikiPage page) throws PageAction.PageActionException {
- // nothing to do here
String prefix = wc.getForm("PREFIX");
if (prefix != null)
--- 26,29 ----
|