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
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
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
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)
> (
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
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
[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
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