User Details
- User Since
- Feb 10 2016, 9:42 AM (465 w, 6 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- YOUR1 [ Global Accounts ]
Dec 12 2024
Thanks for the patch, can you submit it to Gerrit?
Nov 15 2024
Nov 13 2024
this is an older issue, but it's still in the software. Is there any news about this?
Aug 16 2024
Can you provide a link where we can test and see the source?
Jul 15 2024
Yeah exactly. The example I set up renders the form fine; see: https://discoursedb.org/wiki/Special:FormEdit/ForTemplateNested/ForTemplateNestedTest.
Jul 12 2024
Isn't this a nice feature to have?
Jul 11 2024
May 3 2024
May 1 2024
Apr 11 2024
A little bit later then two weeks, but here you go :-)
Jan 3 2024
Is there any way you could re-submit your fixes? Presumably the patch required would be smaller than before, given that some parts of it, like the getLabelsFromDisplayTitle() function, have already been added to the code.
Holidays are now over, so I'll try submit a new patch within two weeks.
Dec 22 2023
The original bug is reintroduced, and it seems my fixes are not working in any way I fixed them before. Thus to sum it up (its all about the tokens field):
- It should do remote autocompletion whenever the possible values exceeds the maximum allowed value;
- It should display values like "DisplayTitle (real page title)" - it just displays the real page title now. This was partly done in the 'ext.pf.select2.tokens.js' file
- And the 'reverse lookup' mechanism, where the actual post values would be translated to just save the 'real page titles'.
Dec 21 2023
The patch was functioning correctly in previous versions, but with the recent update to PageForms, it appears that similar code has been partially integrated. However, this integration seems incomplete, as certain components are missing. Consequently, the solution I originally implemented is no longer effective.
Dec 6 2023
Thanks, you've pointed me to https://github.com/wikimedia/mediawiki-extensions-PageForms/commit/77bbf48769c37a13ef217e7a4bb32b268fccd4bc. This issue can be closed!
We've tried that and the same problem exists, but that was expected - since nothing has been changed regarding ordering and tokens field between those versions.
Dec 1 2023
So, I made the same test case on discoursedb.org as I did on the SMW sandbox. You can check it on: https://discoursedb.org/wiki/Special:FormEdit/Test_order/Test_order. The order issue did not occur that; thus I think its SMW related.
Nov 30 2023
Nov 29 2023
It's not a problem of old code. We're running 5.6 (and up) and the same problem occurs there. Do you have a sandbox wiki where I can demonstrate it? I'm pretty sure it's in every version of PF.
Nov 17 2023
Oct 27 2023
I fixed this before; the merge request was not merged; but the current version of PF somewhat includes my code, but not all... What's happened?
Oct 18 2023
I know this is a rather old issue; but we've encountered the same issue.
Mar 2 2023
Mar 1 2023
Feb 24 2023
Feb 17 2023
I will have a patch ready today.
Feb 1 2022
To bad nobody did anything with the patches I wrote above.. This seems like a useful solution..
Oct 29 2020
I think you set $wgPageFormsMaxAutocompleteValues to 25 or something to reproduce it.
I tested it with pageforms 4.9.5; field definition:
This change doesn't work as expected. You introduce a new bug by changing item.id = item.displaytitle, while it 'looks' okay; it's really not, because once you save the form, the selected value will be the displaytitle, and not the pagetitle (id) of the page.
Oct 18 2019
I've written some patches for 1.31 which enables you to use symlinks, but we're also using the same strategy for 1.27 and so on.
Oct 17 2019
Aug 30 2019
Aug 27 2019
Aug 13 2019
Aug 7 2019
There are still issues with the patch, which we couldn't solve:
@Yaron_Koren are you planning to update ApprovedRevs? As of now its kinda broken..
Jul 12 2019
Jul 11 2019
Feb 22 2019
Btw; https://github.com/wikimedia/mediawiki-extensions-PageForms/blob/master/libs/PageForms.js#L340 the function is not always a function, sometimes a string
Jun 19 2018
Fix available on: https://github.com/wikimedia/mediawiki-extensions-PageForms/pull/3
I've fixed the problem. I will push it upstream.