]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'tova'
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 2 Jul 2008 20:38:13 +0000 (16:38 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 2 Jul 2008 20:38:13 +0000 (16:38 -0400)
doc/plugins/recentchanges/discussion.mdwn
doc/todo/wikiwyg/discussion.mdwn

index 3886b1f6081cc4523cf743b8dfca86241296c57c..dae4b591933fa7cb105c4f7fbff2049eb074824d 100644 (file)
@@ -27,3 +27,13 @@ in `recentchanges.pm` that it explicitly registers an `htmlize` hook for the
 `render()` in `Render.pm` so I guess the upshot is I'm not sure how this is
 supposed to work; is there a bug here or just something I overlooked that I need
 to turn on? --Chapman Flack
+
+> It's a (minor) bug that recentchanges optimises away generating the
+> change pages, but that the rss/atom feed still links to them. --[[Joey]]
+
+>> Hmm, ok, what's the intended correct behavior? To really generate the
+>> change pages, or to change the links in the feed to point somewhere else that's
+>> not missing? If you can easily point me to the right neighborhood in the code
+>> I might work on a patch for this. It may be a (minor) bug in the grand scheme
+>> of things, but it does seem pretty goofy if you've just clicked an RSS link. :)
+>> --Chap (p.s. should this be moved to bugs?)
index ef6f6cd59402280f0ca03f3a786b121fc14dbe48..cea64e9516ea7b6c2624f2caa42e0cc8550da636 100644 (file)
@@ -164,3 +164,9 @@ Thanks, [[Greg]]
 > the latest version I sucked in from TaylorKillian's svn repository before
 > it went offline. Disapponted that nothing seems to be moving here.
 > --[[Joey]]
+
+>> How far from ready did this seem to be at that point? I find it a bit unclear
+>> in the above discussion what was completed and what remained. Also, to recover the
+>> wikiwyg-specific stuff from git, it looks like I'd need to ask git for
+>> a diff between the wikiwyg branch and its branch point; is there a nice way to do
+>> that with gitweb, or would I need to install a full-fledged git client? --Chapman Flack