[twdev] Language locale

2009-05-08 Thread Paco Rivière
After updating the Catalan version of TW to 2.5.0 i notice the code is: http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> While the Lingo includes: config.locale = "ca"; // W3C language tag Is it so how it should be? Does it make any sense? References: https://projectes.lafarga.cat/frs/

[twdev] TiddlyWeb: new filters docs

2009-05-08 Thread cd...@peermore.com
At http://tiddlyweb.peermore.com/wiki/#filter I have started documenting the new style filters discussed in a recent thread[1]. I've chosen to create the documentation in advance of releasing the code so that: * people who have existing filters will have a reference when updating * to give p

[twdev] Re: TiddlyWeb on Apache: problem with slashes (%2F decoded in PATH_INFO)

2009-05-08 Thread cd...@peermore.com
On May 8, 5:20 pm, Oveek wrote: > Nice timing. I copied the methodhack plugin, renamed it to > pathinfohack, and substituted in a method that copies the path portion > of REQUEST_URI into PATH_INFO. > > Appears to do the trick; can now create, save, and delete tiddlers > with slashes in the ti

[twdev] Re: TiddlyWeb on Apache: problem with slashes (%2F decoded in PATH_INFO)

2009-05-08 Thread Oveek
> If you have a look at the methodhack code plugin I check in yesterday > I think you'll see a good model for how to add your own request filter > that does the right thing. > > That's at: > > http://github.com/tiddlyweb/tiddlyweb-plugins/blob/master/methodhack/... Nice timing. I copied the metho

[twdev] Re: TiddlyWeb Issues: filters

2009-05-08 Thread cd...@peermore.com
On May 8, 2:54 pm, "cd...@peermore.com" wrote: > After lots of productive conversation with FND, I've just checked in > what might be a workable solution, the addition of an mselect > "command" where 'm' means 'multi'. We consider 'u' for 'union' but > thought 'multi' was a bit less obscure. A

[twdev] Re: TiddlyWeb Issues: filters

2009-05-08 Thread Martin Budden
I'd drop the old syntax, for the reasons you state. Martin 2009/5/8 cd...@peermore.com : > > On May 5, 12:34 pm, "cd...@peermore.com" wrote: >> I've started a 'filter2' branch on github to start implementing >> something along these lines. To get started I've written a short >> spec:http://git

[twdev] Re: TiddlyWeb Issues: filters

2009-05-08 Thread cd...@peermore.com
On May 8, 11:15 am, "cd...@peermore.com" wrote: > * Dealing with the presumably common case of selecting multiple > tiddlers by title from the same bag. See a commit message about that > which suggests some alternatives. After lots of productive conversation with FND, I've just checked in what

[twdev] Re: TiddlyWeb Issues: filters

2009-05-08 Thread cd...@peermore.com
On May 5, 12:34 pm, "cd...@peermore.com" wrote: > I've started a 'filter2' branch on github to start implementing > something along these lines. To get started I've written a short > spec:http://github.com/tiddlyweb/tiddlyweb/blob/filters2/FILTERS2 > > Please comment, redirect, or otherwise enga