From: Carsten K. <car...@us...> - 2002-01-08 21:10:53
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv4945 Modified Files: RecentChanges RecentEdits Log Message: Improvements to Toolbar plugin allow simpler RecentEdits and RecentChanges toolbars. <?plugin Toolbar name=RecentEdits days=1,2,3,7,30,-1 label="Show edits for: %s" sep=| ?> Added X-RCS_ID tag. Index: RecentChanges =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/RecentChanges,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** RecentChanges 2002/01/07 09:07:02 1.19 --- RecentChanges 2002/01/08 21:10:51 1.20 *************** *** 1,6 **** ! From hos...@da... Sun Jan 6 22:07:15 2002 Subject: RecentChanges From: hos...@da... (PhpWiki) ! Date: Sun, 6 Jan 2002 22:07:15 -0500 Mime-Version: 1.0 Content-Type: application/x-phpwiki; --- 1,6 ---- ! From hos...@da... Tue Jan 8 2:07:15 2002 Subject: RecentChanges From: hos...@da... (PhpWiki) ! Date: Tue, 8 Jan 2002 2:07:15 -0500 Mime-Version: 1.0 Content-Type: application/x-phpwiki; *************** *** 8,15 **** flags=PAGE_LOCKED Content-Transfer-Encoding: binary Here's a list of recently changed pages on this wiki. (See RecentEdits for all recent minor edits and changes). ! <?plugin Toolbar name="RecentChanges" label="Show changes for: %s" sep=| go="1 day|phpwiki:?days=1,3 days|phpwiki:?days=3,7 days|phpwiki:?days=7,30 days|phpwiki:?days=30,90 days|phpwiki:?days=90,...|phpwiki:?days=-1" ?> -------- <?plugin RecentChanges days||=30?> --- 8,16 ---- flags=PAGE_LOCKED Content-Transfer-Encoding: binary + X-RCS_ID: $Id$ Here's a list of recently changed pages on this wiki. (See RecentEdits for all recent minor edits and changes). ! <?plugin Toolbar name=RecentChanges days=1,3,7,30,90,-1 label="Show changes for: %s" sep=| ?> -------- <?plugin RecentChanges days||=30?> Index: RecentEdits =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/RecentEdits,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** RecentEdits 2002/01/07 04:41:00 1.2 --- RecentEdits 2002/01/08 21:10:51 1.3 *************** *** 1,15 **** ! From hos...@da... Sun Jan 6 22:07:14 2002 Subject: RecentEdits From: hos...@da... (PhpWiki) ! Date: Sun, 6 Jan 2002 22:07:14 -0500 Mime-Version: 1.0 Content-Type: application/x-phpwiki; ! pagename= RecentEdits; flags=PAGE_LOCKED Content-Transfer-Encoding: binary Here's a list of recently edited pages on this wiki. All minor changes are shown, not just the most recent ones. (See RecentChanges for the most recent non-minor changes). ! <?plugin Toolbar label="Show edits for: %s" sep=| go="1 day|phpwiki:?days=1 show_all=1 show_minor=1,2 days|phpwiki:?days=2 show_all=1 show_minor=1,3 days|phpwiki:?days=3 show_all=1 show_minor=1,7 days|phpwiki:?days=7 show_all=1 show_minor=1,30 days|phpwiki:?days=30 show_all=1 show_minor=1,...|phpwiki:?days=-1 show_all=1 show_minor=1" ?> -------- <?plugin RecentChanges days||=4 show_all=1 show_minor=1?> --- 1,16 ---- ! From hos...@da... Sun Tue 8 2:07:14 2002 Subject: RecentEdits From: hos...@da... (PhpWiki) ! Date: Tue, 8 Jan 2002 2:07:14 -0500 Mime-Version: 1.0 Content-Type: application/x-phpwiki; ! pagename=RecentEdits; flags=PAGE_LOCKED Content-Transfer-Encoding: binary + X-RCS_ID: $Id$ Here's a list of recently edited pages on this wiki. All minor changes are shown, not just the most recent ones. (See RecentChanges for the most recent non-minor changes). ! <?plugin Toolbar name=RecentEdits days=1,2,3,7,30,-1 label="Show edits for: %s" sep=| ?> -------- <?plugin RecentChanges days||=4 show_all=1 show_minor=1?> |