[Semantic Forms] Re: autocomplete on property

2008-09-23 Thread Patrick Nagel
Hi, On Mon, Sep 22, 2008 at 4:55 PM, Rob Challen [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I can get autocomplete on category to work but having no joy with autocomplete on property. I have been searching but can't find out whether this is a known issue or not?

[Semantic Forms] Re: 'edit with form' bug?

2008-09-24 Thread Patrick Nagel
It has indeed been fixed already. Sorry for the noise. Patrick. -- Key ID: 0x86E346D4http://patrick-nagel.net/key.asc Fingerprint: 7745 E1BE FA8B FBAD 76AB 2BFC C981 E686 86E3 46D4 --~--~-~--~~~---~--~~ You received this message because you are

[Semantic Forms] Checkbox / Boolean problem

2008-11-27 Thread Patrick Nagel
Hi, I don't know since when, but I'm sure it didn't happen before: When I now use a form definition like {{{for template|Organisation functions|label=Functions / States}}} {| class=formtable ! Is potential cooperation partner | {{{field|IsPotentialCooperationPartner|input type=checkbox}}} |}

[Semantic Forms] Re: Checkbox / Boolean problem

2008-11-30 Thread Patrick Nagel
Hi Yaron, Yaron Koren wrote: Could you explain this in more detail - this happens only for newer forms, not older forms, on the same wiki? If so, is there any difference between the two sets of forms? It somehow only happens on forms that I created after upgrading to SMW 1.4.0 (I think). I

[Semantic Forms] Re: Checkbox / Boolean problem

2008-12-02 Thread Patrick Nagel
Hi Yaron, Yaron Koren wrote: Well, what do you know, that really is a bug in Semantic Forms... thanks for creating the test wiki, that helped a lot. Apparently, through some combination of the Semantic MediaWiki version and the specific contents of the form and template page, SMW's language

[Semantic Forms] Re: Version 1.3.8 - more bug fixes

2008-12-03 Thread Patrick Nagel
Hi Yaron, Thanks a lot, the Boolean/Checkbox bug is fixed now. I fear there has been another regression though... The one-step process doesn't work in version 1.3.8 anymore - the unique number isn't added to the page title, even when it should. Test scenario:

[Semantic Forms] Re: Possible additions to Semantic Drilldown

2008-12-18 Thread Patrick Nagel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaron Koren wrote: Maybe this thread should be kept to people who actually use the extension. :) Ok, I apologise... I guess my post was a bit out of place. I just wanted to point out to Bobby, who seems to really want to support progress in our

[Semantic Forms] Re: Version 1.4: values from category and values from concept field parameters, etc.

2008-12-23 Thread Patrick Nagel
Hi Yaron, thanks for the new version! [...] - Two new parameters, values from category= and values from concept= have been added to field declarations within form definitions. These fulfill a request that's been around since nearly the beginning of the extension: the ability to have a

[Semantic Forms] Re: Version 1.4.1: bug fixes

2009-01-08 Thread Patrick Nagel
Hi Yaron On 2009-01-06 02:38, Yaron Koren wrote: - setting any of the parameters values=, values from category= or values from concept= for a field that represents a property of type 'Page' now produces a dropdown, instead of a text entry as it was (incorrectly) before. One more little

[Semantic Forms] Re: Trying to use fullurl

2009-02-12 Thread Patrick Nagel
Hi, On 2009-02-13 01:59, robertuva wrote: I'm trying to use the following: [[{{fullurl:{{PAGENAME}}|action=formedit#Name}}|Add]] Basically what I am trying to do is create a link that will go to the current article's formedit page anchoring down to Name, but I want to post the link as

[Semantic Forms] Autocompletion does no longer work

2009-02-23 Thread Patrick Nagel
Hi, I don't know which update exactly caused this (MediaWiki 1.13.3-1.14.0, Semantic Forms 1.4.2-1.5.2 - since I updated them in a batch), but autocompletion doesn't seem to work any longer for me: Try to autocomplete here (either on a property or on a category):

[Semantic Forms] SemanticForms + HeaderTabs, mandatory fields

2009-04-13 Thread Patrick Nagel
Hi, after seeing Davide's way of using the HeaderTabs extension together with the SemanticForms extension [1], I thought I'd also give it a try on a Wiki I'm working on. I found a usability problem: The error message that SemanticForms shows when a mandatory form field hasn't been filled

[Semantic Forms] Button to fill in the current date into a date/datetime field

2009-04-14 Thread Patrick Nagel
Hi, it would be good to have a button next to a date/datetime field that inserts the current date into the field (via JavaScript). Example: in our Wiki we have a Task end date, which should only be filled in after the task ended (so default value that's set from the beginning is not a

[Semantic Forms] Re: Button to fill in the current date into a date/datetime field

2009-04-17 Thread Patrick Nagel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Answering my own post... On 2009-04-15 13:49, Patrick Nagel wrote: Can anyone think of another way I could get a button into that form? I figured out that the HTML/JavaScript would have to look like this: input type=button value=Fill

[Semantic Forms] Re: Pass values to a form for printout/queries in the form?

2009-05-07 Thread Patrick Nagel
Hi Dan, On 2009-05-07 16:16, Dan Bolser wrote: Have you looked at the Call Extension? http://www.mediawiki.org/wiki/Extension:Call Not sure if you can hack this to do what you want, or if it can be made to play nicely with SF, but it may be worth having a look at this if you didn't

[Semantic Forms] Re: Pass values to a form for printout/queries in the form?

2009-05-09 Thread Patrick Nagel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Yaron, On 2009-05-08 23:25, Yaron Koren wrote: Hm, that's not a bad idea... maybe a new tag type like variable is the right way to go, so that you could add DisableLanguageBlock=... to the query string, and then have

[Semantic Forms] Re: Okay to remove choosers from SF?

2009-05-12 Thread Patrick Nagel
Hi Yaron, On 2009-05-13 10:23, Yaron Koren wrote: As Semantic Forms matures, it almost by necessity gets bigger - more features, workarounds, etc. This is as it should be, but every additional feature means more code to maintain, more to document and more for users to understand. For

[Semantic Forms] Re: Pass values to a form for printout/queries in the form?

2009-05-13 Thread Patrick Nagel
Hi, On 2009-05-13 00:40, Yaron Koren wrote: That's true in theory; though, given that it's already possible using another extension, and given how (seemingly) rare the need is, maybe it's not worth it to add this feature to SF for now. Ok, I created a new tip for now:

[Semantic Forms] Re: New RunQuery

2009-07-13 Thread Patrick Nagel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 2009-06-16 21:40, Yaron Koren wrote: Dropdowns also work - you implement them the same way you would in forms to add and edit data - either with a values parameter or using a property that has allowed values. Basically, the query forms

[Semantic Forms] Re: End this mailing list?

2009-07-14 Thread Patrick Nagel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Yaron, I think it would be a good idea to merge the lists, if the SMW lists' admins concur. The advantages of a unified list clearly prevail. The only concern I have, is, what appears to be a general shoddiness of the SourceForge mailing list

[Semantic Forms] Re: Form to add allowed values to a property..

2009-07-22 Thread Patrick Nagel
Hi Joon, On 2009-07-22 15:15, Joonyeengyo wrote: In the semantic forms example, we have the Has genre property which has several allowed values. How would you go about it to make it possible for the users to add more genres to it rather than manually editing the property page? I would