[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-05-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

Jack D. Pond jack.p...@psitex.com changed:

   What|Removed |Added

   Attachment #7183|0   |1
is obsolete||

--- Comment #8 from Jack D. Pond jack.p...@psitex.com 2010-05-08 12:29:54 UTC 
---
Created an attachment (id=7356)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7356)
Allows use of target= in query string

Simplified and moved into single area of SF_FormEdit.php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-05-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

Jack D. Pond jack.p...@psitex.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #9 from Jack D. Pond jack.p...@psitex.com 2010-05-08 12:31:08 UTC 
---
I'm reduced to flat out begging!  I'm re-opening this because it's raised its
ugly head again - and there's simply to alternative because of its extensive
use in so many of our wikis.

This new patch allows the use of target= in the query string.  It has no
performance impact and does not add to the complexity of the existing code (it
just moves the check for  target_name two lines down.

Most importantly, it provides for backward compatibility of a widely used
feature (at least in our wikis) for which there is no other alternative other
than a redlink (they REALLY like the buttons as it provides a visual cue to
which information sets do not have completed associated sub-forms).

Patch attached (Above).

PLEASE, PRETTY PLEASE???

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-03-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

Jack D. Pond jack.p...@psitex.com changed:

   What|Removed |Added

   Attachment #7169|0   |1
is obsolete||

--- Comment #7 from Jack D. Pond jack.p...@psitex.com 2010-03-07 11:51:47 UTC 
---
Created an attachment (id=7183)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7183)
Fixes both SF_AddData.php and SF_EditData.php to allow mixed url for backward
compatibility

Created a patch that fixes both SF_AddData.php and SF_EditData.php to allow
mixed url for backward compatibility for #formlink and direct URL access.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-03-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

--- Comment #4 from Jack D. Pond jack.p...@psitex.com 2010-03-01 11:52:11 UTC 
---
Uh, no it didn't fix the problem, it gave me an alternate solution - which I
can't use because I would have to go back and change every place #formlink is
used - and the users like the button versus the link - they've specifically
told me so.

I can (and will) maintain this as a branch.  In general, I think code should be
bullet proof, so that if someone uses a feature in compliance with the
documentation, the code should not generate an error.

In this case, if you use the #formlink (as specified):

* 'formlink' is called as:
 *
 * {{#formlink:form=|link text=|link type=|query string=}}
 *

It will generate an error, and there is no other way to create an add via a
button versus a link.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-03-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

--- Comment #5 from Jack D. Pond jack.p...@psitex.com 2010-03-01 12:07:50 UTC 
---
Oh, and I'm not the only one having this problem: 
http://sourceforge.net/mailarchive/forum.php?thread_name=op.u8odx7sy7wtwxn%40mail.libero.itforum_name=semediawiki-user

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-03-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

--- Comment #6 from Yaron Koren yaro...@gmail.com 2010-03-01 14:33:11 UTC ---
Is using target= within #formlink part of the documentation? I don't believe
it is. Also, in that email you cited, everyone else is talking about the
cancel link - totally unrelated to this issue.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-02-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

--- Comment #1 from Yaron Koren yaro...@gmail.com 2010-02-28 15:29:47 UTC ---
Hi, if you already know the target page's name, #formlink is not the
recommended approach - instead, it's better to link via a semantic property,
that has a default form specified: that way, the link will work correctly
both before and after the target page is created.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-02-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

--- Comment #2 from Jack D. Pond jack.p...@psitex.com 2010-02-28 16:24:25 UTC 
---
Interesting.  In this case though, the form name IS NOT a property - it is
nothing more than an index to multiple pages of the same type in order to
maintain unique identifier information.

For example in this case this is Participant information.  The numbers of
particpants is constantly growing - and may have no single unique identifier
(example 2 participants with same name).  Unique identifier information is
deliberately NOT kept (e.g., SSN or other privacy identifiers).  While this
solution would work in this particular case, the identifier is the same name as
the page, but a different namespace.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-02-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #3 from Yaron Koren yaro...@gmail.com 2010-03-01 05:18:12 UTC ---
Setting to WONTFIX - the red-link approach turned out to work for this case,
after an additional conversation.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

2010-02-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22651

Jack D. Pond jack.p...@psitex.com changed:

   What|Removed |Added

Summary|Error creating new page |Error creating new page
   |with formlink and   |with formlink and
   |Special:SpecialPages|Special:SpecialPages
   |EditData with 1.8.8 |EditData with SF 1.8.8

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l