From: John C. <joh...@ua...> - 2005-09-12 13:34:08
|
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/* Thanks, John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Reini Urban Sent: Sunday, September 11, 2005 3:43 PM To: phpwiki Subject: [Phpwiki-talk] phpwiki-1.3.11 released Lots of bugfixes, and some feature and performance enhancements. A new EDIT_TOOLBAR from mediawiki, more page permission enhancements, reduced memory usage for pagelists which need no page content, related improvement for OldMarkup crashes because of PCRE memory exhaustion. New <!plugin-list !> syntax and PhpWiki:PageListLibrary args. Because of SQL changes you'd need to ?action=upgrade to update for SQL. See http://sourceforge.net/project/shownotes.php?release_id=355812 for the download link and detailed release notes. Download: http://prdownloads.sourceforge.net/phpwiki/phpwiki-1.3.11.tar.gz?download -- Reini Urban http://phpwiki.org/ ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Phpwiki-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpwiki-talk ------------------------------------- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. |
From: John C. <joh...@ua...> - 2005-09-13 18:36:20
|
Thanks Reini, I'll give it a whirl when I see your commits. John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Reini Urban Sent: Tuesday, September 13, 2005 1:32 PM To: phpwiki Subject: Re: [Phpwiki-talk] phpwiki-1.3.11 released 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/ ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Phpwiki-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpwiki-talk ------------------------------------- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. |
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/ |