I didn't do that, although I did make a silly mistake in the code, which is
now fixed - if you do an "svn revert" on that file, then an "svn update", it
should (hopefully) work fine.
-Yaron
On Tue, Nov 25, 2008 at 4:56 PM, Gadget Doctor <[EMAIL PROTECTED]> wrote:
>
> I think you've put the diff straight into SVN instead of the correct
> code:
>
> <<<<<<< .mine
> /*
> define('SF_NS_FORM', $sfgNamespaceIndex);
> define('SF_NS_FORM_TALK', $sfgNamespaceIndex+1);
> =======
> // these namespaces are defined in versions 1.4 and later of SMW
> if (defined('SF_NS_FORM'))
> define('SF_NS_FORM', $sfgNamespaceIndex);
> if (defined('SF_NS_FORM_TALK'))
> define('SF_NS_FORM_TALK', $sfgNamespaceIndex+1);
> >>>>>>> .r43951
> */
>
> On Nov 25, 4:13 pm, "Yaron Koren" <[EMAIL PROTECTED]> wrote:
> > Ah, okay, I know what's causing that... it's something I can easily fix
> in
> > Semantic Forms. I'll try to do that soon, at least in SVN.
> >
> > Currently, I believe neither SMW nor SF use SVN labels; those would allow
> > you to get something other than the very latest version. So I think the
> > answer to your last question is "no".
> >
> > Actually, the most surprising part of your email is the discovery that
> SMW
> > is already on version 1.5a - I just checked, and it looks like Markus
> made
> > that change yesterday. Which is very odd, because they consciously made
> the
> > last version number "1.4.0" instead of just "1.4"...
> >
> > Anyway, the fix should probably come to the SF code in SVN by the end of
> the
> > day.
> >
> > -Yaron
> >
> > On Tue, Nov 25, 2008 at 3:50 PM, Gadget Doctor <[EMAIL PROTECTED]>
> wrote:
> >
> > > PHP Notice: Constant SF_NS_FORM_TALK already defined in httpdocs/w/
> > > extensions/SemanticForms/includes/SF_GlobalFunctions.php on line 117,
> >
> > > I just upgraded both SemanticForms and SMW via SVN to their latest
> > > versions. I'm show version number 43943 for both.
> >
> > > After doing that, and updating the SMW database I get the line above
> > > filling my logs.
> >
> > > I'm not quite clear on which version I'm running. Because I used SVN,
> > > does that mean I'm actually on an Alpha?
> >
> > > From special:version
> > > Semantic Forms (Version 1.3.6)
> > > Semantic MediaWiki (Version 1.5a-SVN)
> >
> > > Is there a way to use SVN but not to get bleeding edge stuff?
> >
> >
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---