From Steve.Glover at jisc.ac.uk Fri Dec 1 04:17:37 2017 From: Steve.Glover at jisc.ac.uk (Steve Glover) Date: Fri, 1 Dec 2017 10:17:37 +0000 Subject: [pmwiki-users] Change in rendering behaviour of backticks Message-ID: Hi, When I first started using PmWiki, I used a whitelist to prevent mixed-case words turning into links (this made sense as it was a non-technical website that had very few such words). Then, when I used PmWiki for a more technical site, we had an indeterminate number of CamelCase words so we started using backticks instead. However, in recent weeks the backticks have started appearing in the site's content. Is there a way, please, that we can keep the backticks to mark non-WikiWords but not have them render on screen? Many thanks Steve From 5ko at 5ko.fr Fri Dec 1 05:26:11 2017 From: 5ko at 5ko.fr (Petko Yotov) Date: Fri, 01 Dec 2017 12:26:11 +0100 Subject: [pmwiki-users] Change in rendering behaviour of backticks In-Reply-To: References: Message-ID: Thanks for reporting the bug, should be fixed in 2.2.106 (just released). If you cannot immediately upgrade, the following code in config.php should work just as well: Markup('`wikiword', ' When I first started using PmWiki, I used a whitelist to prevent > mixed-case words turning into links (this made sense as it was a > non-technical website that had very few such words). > > Then, when I used PmWiki for a more technical site, we had an > indeterminate number of CamelCase words so we started using backticks > instead. > > However, in recent weeks the backticks have started appearing in the > site's content. > > Is there a way, please, that we can keep the backticks to mark > non-WikiWords but not have them render on screen? From 5ko at 5ko.fr Fri Dec 1 05:28:39 2017 From: 5ko at 5ko.fr (Petko Yotov) Date: Fri, 01 Dec 2017 12:28:39 +0100 Subject: [pmwiki-users] PmWiki 2.2.106 released Message-ID: Hello. PmWiki version 2.2.106 was published today, and is available at: http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.106.tgz http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.106.zip svn://www.pmwiki.org/pmwiki/tags/latest This version has a rewrite of the function PageListSort() to allow it to work with PHP 7.2, and fixes a bug with the backtick (escape) `WikiWord markup. The helper function pmsetcookie() and the variables $EnableCookieSecure, $EnableCookieHTTPOnly were added to allow easy setting of secure cookies. The documentation was updated. Thanks, Petko -- PmWeekly Blog : http://www.pmwiki.org/News If you upgrade : http://www.pmwiki.org/Upgrades From 5ko at 5ko.fr Fri Dec 1 05:31:49 2017 From: 5ko at 5ko.fr (Petko Yotov) Date: Fri, 01 Dec 2017 12:31:49 +0100 Subject: [pmwiki-users] Change in rendering behaviour of backticks In-Reply-To: References: Message-ID: <426385fdd92fc394353bdf1986cd185a@5ko.fr> On 01/12/2017 12:26, Petko Yotov wrote: > If you cannot immediately upgrade, the following code in config.php > should work just as well: > > Markup('`wikiword', ' "/`(($GroupPattern([\\/.]))?($WikiWordPattern))/", > "MarkupNoWikiWord"); > function MarkupNoWikiWord($m) { return Keep($m[1]); } As there is a function named "MarkupNoWikiWord" in PmWiki 2.2.106, you should either use a different function name, say "MyMarkypNoWikiWord", or remove the above code once you installed 2.2.106 or newer. Petko From Steve.Glover at jisc.ac.uk Fri Dec 1 05:54:13 2017 From: Steve.Glover at jisc.ac.uk (Steve Glover) Date: Fri, 1 Dec 2017 11:54:13 +0000 Subject: [pmwiki-users] Change in rendering behaviour of backticks In-Reply-To: References: Message-ID: Many thanks! Cheers Steve > -----Original Message----- > From: pmwiki-users [mailto:pmwiki-users-bounces at pmichaud.com] On Behalf > Of Petko Yotov > Sent: 01 December 2017 11:26 > To: pmwiki-users at pmichaud.com > Subject: Re: [pmwiki-users] Change in rendering behaviour of backticks > > Thanks for reporting the bug, should be fixed in 2.2.106 (just released). > > If you cannot immediately upgrade, the following code in config.php should > work just as well: > > Markup('`wikiword', ' "/`(($GroupPattern([\\/.]))?($WikiWordPattern))/", > "MarkupNoWikiWord"); > function MarkupNoWikiWord($m) { return Keep($m[1]); } > > Petko > > -- > PmWeekly Blog : http://www.pmwiki.org/News If you upgrade : > http://www.pmwiki.org/Upgrades > > > On 01/12/2017 11:17, Steve Glover wrote: > > When I first started using PmWiki, I used a whitelist to prevent > > mixed-case words turning into links (this made sense as it was a > > non-technical website that had very few such words). > > > > Then, when I used PmWiki for a more technical site, we had an > > indeterminate number of CamelCase words so we started using backticks > > instead. > > > > However, in recent weeks the backticks have started appearing in the > > site's content. > > > > Is there a way, please, that we can keep the backticks to mark > > non-WikiWords but not have them render on screen? > > _______________________________________________ > pmwiki-users mailing list > pmwiki-users at pmichaud.com > http://www.pmichaud.com/mailman/listinfo/pmwiki-users From jrigdon at rEseaRchONline.net Sun Dec 17 12:29:13 2017 From: jrigdon at rEseaRchONline.net (John Rigdon) Date: Sun, 17 Dec 2017 15:29:13 -0300 Subject: [pmwiki-users] =?utf-8?q?that=27s_really_amazing?= Message-ID: <00106553fd89$b5a1acf1$50f98c68$@researchonline.net> I think you'll be happy to read that amazing article I've just found online , here it can be http://www.labuzzance.com/adlgx.php?UE9wbXdpa2ktdXNlcnNAUG1pQ2hhdWQuY29N -------------- next part -------------- An HTML attachment was scrubbed... URL: From cgpmw13 at codingmaniac.com Wed Dec 27 21:49:56 2017 From: cgpmw13 at codingmaniac.com (Chuck Goldstein) Date: Wed, 27 Dec 2017 21:49:56 -0600 Subject: [pmwiki-users] PmWiki Version access via Subversion not working? Message-ID: <5A4469E4.2020601@codingmaniac.com> I just notice the PmWiki/Subversion page and thought I'd try it: $ svn ls svn://pmwiki.org/pmwiki/tags/ svn: E170013: Unable to connect to a repository at URL 'svn://pmwiki.org/pmwiki/tags' svn: E730061: Can't connect to host 'pmwiki.org': No connection could be made because the target machine actively refused it. Do I need authorization, or has it stopped working? Chuck G. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jont1 at mimosaacoustics.com Fri Dec 29 15:51:04 2017 From: jont1 at mimosaacoustics.com (Jont Allen) Date: Fri, 29 Dec 2017 15:51:04 -0600 Subject: [pmwiki-users] is there an vim plugin for editing web pages? Message-ID: <8ffdd8b1-083d-89e9-9d6d-40fbbaff9e25@mimosaacoustics.com> Hi I was using "its all text" do edit web pages on pmwiki, but they have changed firefox so that is no longer available. Is there any option to change the editor in pmwiki to use your own editor? I use gvim (vim). The way that "its all text" worked is you would click on "Edit" and the page would start gvim. You would make the edits on your own computer, and then when you saved the results, it would appear back on the pmwiki page, with the changes. Is any other way to do this now that "its all text' is gone? Thank you, Jont