]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Switched to Iso8601DateTime and more use of SUBPAGE_SEPARATOR. This
authorcarstenklapp <carstenklapp@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 17 Nov 2003 16:23:55 +0000 (16:23 +0000)
committercarstenklapp <carstenklapp@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 17 Nov 2003 16:23:55 +0000 (16:23 +0000)
commit1b7ca36ab39ae7286cfd77a4ae91e58678f11ddf
tree163aed98b7e7a7f26e510a6380c4e153db9019cf
parent25cb7f01a5f7711d0babd22d9eab26259b6c60a5
Switched to Iso8601DateTime and more use of SUBPAGE_SEPARATOR. This
allows plugin UnfoldSubpages (for example) to be added to page
XxYy/Blog/ where desired, for a view of all Blogs in one day. This
change should not break existing BLOGs, we are only checking for
pagetype == 'wikiblog' now instead of relying on the subpage name to
collect blog subpages. (** WARNING: Do not add UnfoldSubpages to both
XxYy/Blog/ and XxYy/Blog/2003-11/16/ pages, due to recursion bug in
UnfoldSubpages plugin.)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2805 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/plugin/WikiBlog.php