]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Fix issue with unicode filenames and updating the hyper estradier search
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 31 Jul 2006 01:24:18 +0000 (01:24 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 31 Jul 2006 01:24:18 +0000 (01:24 +0000)
  index. (Aka Please Please Please, let that be the last one.)

IkiWiki/Plugin/search.pm
debian/changelog
doc/todo/aggregation.mdwn

index c79d4046954535ce340169cf9169b89c1e75ba6a..751c75ab566e7849721ba987e2347d9bc62bb05d 100644 (file)
@@ -56,7 +56,7 @@ sub change (@) { #{{{
        IkiWiki::debug("updating hyperestraier search index");
        IkiWiki::estcmd("gather -cm -bc -cl -sd",
                map {
        IkiWiki::debug("updating hyperestraier search index");
        IkiWiki::estcmd("gather -cm -bc -cl -sd",
                map {
-                       $IkiWiki::config{destdir}."/".$IkiWiki::renderedfiles{IkiWiki::pagename($_)}
+                       Encode::encode_utf8($IkiWiki::config{destdir}."/".$IkiWiki::renderedfiles{IkiWiki::pagename($_)})
                } @_
        );
        IkiWiki::estcfg();
                } @_
        );
        IkiWiki::estcfg();
index b42371969d8329aa2eae36c8fc3963766ec021f4..2a3418fb078a23378d8fc93f33fe7a895ec51fcd 100644 (file)
@@ -21,8 +21,10 @@ ikiwiki (1.13) UNRELEASED; urgency=low
   * Include title metadata on aggregated posts for capitalised and un-munged
     titles.
   * Title metadata of inlined pages now shows up in blogs and rss feeds.
   * Include title metadata on aggregated posts for capitalised and un-munged
     titles.
   * Title metadata of inlined pages now shows up in blogs and rss feeds.
+  * Fix issue with unicode filenames and updating the hyper estradier search
+    index. (Aka Please Please Please, let that be the last one.)
 
 
- -- Joey Hess <joeyh@debian.org>  Sun, 30 Jul 2006 19:22:11 -0400
+ -- Joey Hess <joeyh@debian.org>  Sun, 30 Jul 2006 21:18:16 -0400
 
 ikiwiki (1.12) unstable; urgency=low
 
 
 ikiwiki (1.12) unstable; urgency=low
 
index d56e41e04627a250ce762b6e95ad050adb760802..5abb6a53e5196cdde1211b2191dcc16b2d72d48d 100644 (file)
@@ -1,5 +1,7 @@
 * Still need to support feed expiry.
 * Need to store page author metadata and include it in the rss feed.
 * Still need to support feed expiry.
 * Need to store page author metadata and include it in the rss feed.
+  Permalink to? Also, that stuff could be presented better in the html blog
+  view, also using the metadata.
 * Some rss feeds contain relative links or relative urls to inline images,
   which break when aggregated. Do I need to parse the html and make them
   all absolute?
 * Some rss feeds contain relative links or relative urls to inline images,
   which break when aggregated. Do I need to parse the html and make them
   all absolute?