From 93209e17543ab322ded31555604cdafde7490fd3 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Tue, 13 Jun 2006 19:16:31 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index d61612ef..2515b3de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,34 @@ +2006-06-13 Alex Schroeder + + * wiki.pl (ApplyRules): Allow "0" as page text. + (ApplyRules): Make search pattern in less greedy. + + * modules/age.pl ($AgeParameter): New. + (NewAgeGetHeader): Use it. + +2006-06-12 Alex Schroeder + + * wiki.pl (UrlEncode): Simplify using a hash instead of a list to + avoid grepping through the same list repeatedly. + (GetRc): Simplify use of rcfilteronly parameter and rcclusteronly + using a hash as above. + (GetRcRss): Simplify excluding of pages using a hash as above. + (DoDownload, DoPost): Simplify test for allowed MIME types using a + hash as above. + (SearchNearPages): Simplify using a hash as above. + + * modules/search-freetext.pl (NewSearchFreeTextTitleAndBody): Do + not apply limit when building a journal using search, or when + filtering recent changes or rss feed. + 2006-06-11 Alex Schroeder + * modules/search-freetext.pl (SearchFreeDoTag): Retagging is a + minor change. + + * modules/weblog-4.pl (BlogMenu): New. + (BlogNewOpenPage): Use tag search to build journal. + * modules/search-freetext.pl (SearchFreeTextIndex): Index MIME type of uploaded files, too.