Hi, That sounds like three errors, actually. The first one I couldn't reproduce. Do you have any newlines in the "info" tag within your form definition? If so, that's probably what's causing the problem. Otherwise, I don't know; you could try reproducing the problem on a public wiki, like scratchpad.referata.com, which would make it a lot easier to debug.
The FCKeditor not showing up is a real bug. I found a fix, which will go into the next version; if you want, you can fix it yourself by adding "$wgScriptPath" to the list of global variables in line 93 of /includes/SF_Utils.inc. This seems to fix the third error as well. -Yaron On Fri, Feb 6, 2009 at 6:44 AM, [email protected] < [email protected]> wrote: > > Hi Yaron, > > thanks for the improvements. I currently upgraded SF from 1.3.8 to 1.5 > today and experienced following two errors. > > - The one-step process of adding data seems corrupt now. I am using > {{#formlink:Form:Proposal|add new proposal|button}} with this info-tag > in the form {{{info|page name=<Proposal[Client]>-<Proposal[Opportunity] > ><unique number>}}}. After pressing the button or using > Special:AddData/Form:Proposal following message appears: 'This is the > page for adding data. You must specify both a form name and a target > page in the URL; it should look like 'Special:AddData?form=<form > name>&target=<target page>', or 'Special:AddData/<form name>/<target > page>'.' > > - Free text has no FCKEditor and displays HTML tags instead of wiki > markup when preloading a template. In the form i preload some dummy > headings + text with {{{standard input|free text| > preload=Template:FreeText}}}. Instead of == heading == <h2>heading<h2> > appears. > > -- > Johannes > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
