From: Carsten K. <car...@us...> - 2002-01-08 23:17:24
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv11907 Modified Files: RecentChanges RecentEdits Log Message: RecentChanges and RecentEdits: if a toolbar label is not explicitly specified, a suitable localized string is automatically provided. Index: RecentChanges =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/RecentChanges,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** RecentChanges 2002/01/08 21:10:51 1.20 --- RecentChanges 2002/01/08 23:17:21 1.21 *************** *** 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; --- 1,6 ---- ! From hos...@da... Tue Jan 8 18:00:00 2002 Subject: RecentChanges From: hos...@da... (PhpWiki) ! Date: Tue, 8 Jan 2002 18:00:00 -0500 Mime-Version: 1.0 Content-Type: application/x-phpwiki; *************** *** 12,16 **** 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?> --- 12,16 ---- 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 sep=| ?> -------- <?plugin RecentChanges days||=30?> Index: RecentEdits =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/RecentEdits,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** RecentEdits 2002/01/08 21:10:51 1.3 --- RecentEdits 2002/01/08 23:17:21 1.4 *************** *** 1,6 **** ! 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; --- 1,6 ---- ! From hos...@da... Sun Tue 8 18:00:00 2002 Subject: RecentEdits From: hos...@da... (PhpWiki) ! Date: Tue, 8 Jan 2002 18:00:00 -0500 Mime-Version: 1.0 Content-Type: application/x-phpwiki; *************** *** 12,16 **** 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?> --- 12,16 ---- 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 sep=| ?> -------- <?plugin RecentChanges days||=4 show_all=1 show_minor=1?> |