[SMW-devel] [NEWS] SMW 1.2.1 released

2008-08-08 Thread Markus Krötzsch
Hi, as promissed earlier, I have just released SMW 1.2.1. Sites with SMW 1.2 should certainly upgrade: it is very easy but it fixes some really annoying bugs. In addition to the features and fixes explained before, this release also incorporates Nathan R. Yergler's code for exporting data to C

Re: [SMW-devel] [Fwd: [Semediawiki-user] [NEWS] Links in property values (change in SMW 1.2.1)]

2008-08-08 Thread Daniel Friesen
I've got two notes. It would actually be nice if we had a way to include the alternate parsing as part of the preprocessor. Some sort of set of hooks or something. That way we can take advantage of the frames and pieces in the preprocessor. In fact: {{Foo|We [[link]] to '''link'''.}} Where Te

[SMW-devel] SMWHalo/SMW+ 1.2 Released!

2008-08-08 Thread Kai Kühn
Hi @all! We want to announce today's release of SMW+ 1.2! In parallel, Markus and Denny from AIFB release the new version SMW 1.2.1 today. SMW+ 1.2 is compatible to this new version of SMW. That means you do not need any patches for SMW 1.2.1. SMW+ is now available in two flavors: The core ver

Re: [SMW-devel] [Fwd: [Semediawiki-user] [NEWS] Links in property values (change in SMW 1.2.1)]

2008-08-08 Thread Rolf Lampa
Markus Krötzsch skrev: > The default pattern now is > > It covers anything but syntax with [ and ] in property values. The > alternative > (optional) pattern is > > /\[\[ # Beginning of the link > (?:([^:][^]]*):[=:])+ # Property name (or a list of those) > (

Re: [SMW-devel] [Fwd: [Semediawiki-user] [NE WS] Links in property values (change in SMW 1 .2.1 )]

2008-08-08 Thread Markus Krötzsch
On Freitag, 8. August 2008, Rolf Lampa wrote: > Markus wrote: > > > [[property::Some [[link]] to another page]] > ... > > > If you feel more comfortable with the potential error, then you can > activate > support for nested links again with the n

[SMW-devel] [Fwd: [Semediawiki-user] [NEWS] Links in property values (change in SMW 1.2.1)]

2008-08-08 Thread Rolf Lampa
Markus wrote: [[property::Some [[link]] to another page]] ... If you feel more comfortable with the potential error, then you can activate support for nested links again with the new setting $smwgLinksInValues = true; Unfortuna

[SMW-devel] [NEWS] SMW 1.2.1 to be released today

2008-08-08 Thread Markus Krötzsch
[I will use [NEWS] for all official announcements and notices I consider generally relevant for users of SMW, to let you filter those from standard support replies.] Hi, we will soon (today) release SMW 1.2.1 as a minor update to SMW 1.2 that includes many relevant bugfixes. To upgrade from S

[SMW-devel] [NEWS] Links in property values (change in SMW 1.2.1)

2008-08-08 Thread Markus Krötzsch
Hi, SMW up to now supported things like this: [[property::Some [[link]] to another page]] SMW 1.2.1 -- a minor release that will appear today -- does no longer support this by default. The reason is that this feature requires more complex pattern matching, which in turn causes PHP-internal cra