From: Joey Hess Date: Mon, 7 Jul 2008 05:55:06 +0000 (-0400) Subject: search: generate configuration files once only when rebuilding (Gabriel McManus) X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/43e0691a50a97d9ccbb043deba27fa16e52c98a7?hp=dbbc1e4040b737e4f42a621a7b3ee80521d02676 search: generate configuration files once only when rebuilding (Gabriel McManus) --- diff --git a/debian/changelog b/debian/changelog index 8147c4d9a..8d404f32f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (2.53) UNRELEASED; urgency=low + + * search: generate configuration files once only when rebuilding + (Gabriel McManus) + + -- Joey Hess Mon, 07 Jul 2008 01:52:48 -0400 + ikiwiki (2.52) unstable; urgency=low * attachment: New plugin for uploading and managing attachments. diff --git a/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn b/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn index 780593aac..e933feeca 100644 --- a/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn +++ b/doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn @@ -1,7 +1,9 @@ Currently, if ikiwiki is rebuilding then search.pm will (wastefully) create its configuration files every time it indexes a file. -[This patch](http://gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch) +[This patch](http://www.gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch) ensures the configuration files are created only once. --Gabriel + +> [[Done]] (and fixed your url) --[[Joey]]