From: <dr...@us...> - 2003-07-03 05:20:40
|
Update of /cvsroot/webmacro/wiki/builds/www.webmacro.org/templates/admin In directory sc8-pr-cvs1:/tmp/cvs-serv7466a/builds/www.webmacro.org/templates/admin Modified Files: user_list.wm Log Message: - fixed rendering issues with DiffPage - add begin() and done() notifications to the page builder - add parser/renderer supported for numbered lists - fix rendering bug with: ~~ - fix bugs where one could create a page with all lower-case letters (also cleaned up filesystem of production webserver) - add ability to Preview before Saving a page edit - cleanup "thank you for registering" page a little bit - don't show the "Diff to Previous" link if we're not actually viewing a valid page - attempt to convince WMServlet to log my exception stack traces so I can hunt down the cause of a few NPE's I've seen in the error log on the production server Index: user_list.wm =================================================================== RCS file: /cvsroot/webmacro/wiki/builds/www.webmacro.org/templates/admin/user_list.wm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** user_list.wm 7 Feb 2003 15:24:46 -0000 1.2 --- user_list.wm 3 Jul 2003 05:20:06 -0000 1.3 *************** *** 24,27 **** --- 24,29 ---- } + <p> + ## $Wiki.getUserCount() total Users<br> <table border=0> <tr> |