From: Reini U. <ru...@x-...> - 2005-09-13 18:32:36
|
John Cole schrieb: > Reini, > I just upgraded my test system and it appears that wikiadminselect is > broken. Try selecting a set of sub pages with a wildcard, it will return a > link to an empty page with the name including the wildcard. For example, > searching for jcole/Blog/* returns one page (an empty one) called > jcole/Blog/* Ok, I could finally reproduce it. I found a fix and optimization for that. Thses will be the ReleaseNotes (so far) 1.3.11p1 Sep, 13-15 (?) 2005, Reini Urban: fixes: * added missing pgsrc/OldStyleTablesPlugin * fixed OldStyleTables plugin with args * protect against Content-Length if headers_sent() * fixed ENABLE_MARKUP_TEMPLATE warning if undefined * fixed writing unwanted accesslog sql entries * WikiAdminSelect preselection changes: * optimized explodePageList to use SQL when available (titleSearch instead of getAllPages)) * added optimization for a new ALL textsearch token (* => pcre: .*, sql: %) todo for 1.3.12: * pcre textsearch with multiple words: order-independency * SQL textsearch with multiple words: AND (the two new failing unit tests) * fix textsearch optimize with "word -word -word" * finish moacdropdown integration, * finish ModeratedPages, * the new Mailer class, * HtmlParser and importer plugins (word, excel, html, interwiki) and the rest of the sf.net buglist -- Reini Urban http://phpwiki.org/ |