Yes, I see the error - it's rather inexplicable on my part; it was supposed
to fix a problem with URLs for alternate forms, but ended up doing the exact
opposite of what it was supposed to. I checked the fix in to SVN; I probably
can't release a fixed version of SF for a while, since the code is somewhat
in limbo right now since it's only halfway into supporting SMW 1.4. If you
want to fix it in your code, you can just change line 400 of
/includes/SF_GlobalFunctions.php from:

                $add_data_url .= (strpos($add_data_url, "?")) ? "?" : "&";

to:

                $add_data_url .= (strpos($add_data_url, "?")) ? "&" : "?";

-Yaron


On Tue, Nov 4, 2008 at 8:14 AM, Guy Heathcote <
[EMAIL PROTECTED]> wrote:

>
>
> Hi Yaron,
>
> Yes, now that you mention it, I think we missed 1.3.4, upgrading to 1.3.5
> directly from 1.3.3.
>
> For my test page 'Stuff', the URL of the error page is
>
> http://nd22625/mediawiki/index.php/Special:AddData/Software/Stuff&alt_form%5B0%5D=Hardware
>
> I'm starting to wonder whether the problem is related specifically to 'has
> alternate form'.  When I initiatially tried reverting back to just the
> default form, that wasn't working either, but it's now looking like that
> was
> more of a caching/update issue.
>
>
> Guy
>
>
> --
> View this message in context:
> http://www.nabble.com/Red-links-in-1.3.5--tp20320923p20321995.html
> Sent from the Semantic Forms mailing list archive at Nabble.com.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Semantic Forms" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/semantic-forms?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to