svnno****@sourc*****
svnno****@sourc*****
2008年 11月 19日 (水) 13:47:04 JST
Revision: 822 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=822 Author: tach Date: 2008-11-19 13:47:04 +0900 (Wed, 19 Nov 2008) Log Message: ----------- Add some wiki page to wikicontents redirection Modified Paths: -------------- slashjp/branches/2.5.0.192/Slash/Apache/Apache.pm slashjp/branches/2.5.0.192/debian/changelog -------------- next part -------------- Modified: slashjp/branches/2.5.0.192/Slash/Apache/Apache.pm =================================================================== --- slashjp/branches/2.5.0.192/Slash/Apache/Apache.pm 2008-11-19 03:36:49 UTC (rev 821) +++ slashjp/branches/2.5.0.192/Slash/Apache/Apache.pm 2008-11-19 04:47:04 UTC (rev 822) @@ -520,7 +520,7 @@ } # some static contents for slashdot.jp - if ($uri =~ m!^/(about|code)(/|\.shtml)?$!x) { + if ($uri =~ m!^/(about|code|prettypictures|supporters|why_login|submit_guide|bookreview_guide)(/|\.shtml)?$!x) { my ($word, $sl) = ($1, $2); my @args = (); my $fpath = "/$constants->{sfjp_wikicontents_path}/$word.shtml"; Modified: slashjp/branches/2.5.0.192/debian/changelog =================================================================== --- slashjp/branches/2.5.0.192/debian/changelog 2008-11-19 03:36:49 UTC (rev 821) +++ slashjp/branches/2.5.0.192/debian/changelog 2008-11-19 04:47:04 UTC (rev 822) @@ -14,8 +14,9 @@ * Add pollquestions to page title and fix title format * Fix poll voting booth layout to use template "poll;pollBooth;default" * Fix previewSlashbox layout to use template "previewSlashbox;users;default" + * Add some wiki page to wikicontents redirection - -- Taku YASUI <tach****@osdn*****> Tue, 11 Nov 2008 12:00:54 +0000 + -- Taku YASUI <tach****@osdn*****> Wed, 19 Nov 2008 04:46:30 +0000 slash (2.5.0.192-20) unstable; urgency=low