From: Geoffrey T. D. <da...@us...> - 2002-01-07 23:28:22
|
Update of /cvsroot/phpwiki/phpwiki/lib/plugin In directory usw-pr-cvs1:/tmp/cvs-serv7763/lib/plugin Modified Files: ViewMarkup.php Log Message: Wups. Forgot to save the file before the previous checkin. Here's the new comments alluded to in the last checkin. Index: ViewMarkup.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/ViewMarkup.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** ViewMarkup.php 2002/01/07 23:26:25 1.4 --- ViewMarkup.php 2002/01/07 23:28:19 1.5 *************** *** 3,8 **** require_once('lib/Template.php'); /** ! * A handy plugin for viewing the WikiMarkup of locked pages. ! * based on _BackendInfo.php, v 1.4 */ class WikiPlugin_ViewMarkup --- 3,17 ---- require_once('lib/Template.php'); /** ! * A handy plugin for viewing the WikiMarkup of locked (and unlocked) pages. ! * ! * Comments/Discussion: ! * ! * I don't like the name ViewMarkup. I'd prefer ViewSource. ! * No big deal though. --JeffDairiki ! * ! * In the long run, it may be cleaner to include this functionality ! * in with the EditPage code. (I.e. if you try to edit locked pages, ! * you get a slightly modified version of the normal page editing ! * form. Mostly: no save button.) --JeffDairiki */ class WikiPlugin_ViewMarkup |