User Details
- User Since
- Jan 7 2015, 6:39 PM (604 w, 3 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Jeph paul [ Global Accounts ]
Sep 11 2015
Jul 25 2015
Can we fix that in the wiki projects template? Disable the button if the user isn't logged in.
I just noticed that the button does not work if the user isn't logged in. Not sure if that's what happened to Montanabw, I'll have to look into the issue. Any more info/scenarios will be helpful.
Apr 19 2015
Fixed all of the issues flagged by Mattflaschen except the ones mentioned below.
Apr 16 2015
The code is also updated on github, https://github.com/WMFGrants/formsGadget/tree/enWiki. @Mattflaschen shall we do another round of review after the above have been fixed?
Mar 2 2015
https://meta.wikimedia.org/wiki/User:Jeph_paul/formsGadgetWithUserLang.js, was still pointing to test.wikipedia.org to check for the titles after moving it to meta. Changed it to point to meta now. So it should work now.
It had been fixed in the version on Meta, the deployed one. Forget to patch the other versions floating around. Fixed it everywhere now.
Feb 22 2015
var namespace = mw.config.values['wgPageName'].split('/')[0];
namespace == 'Wikipedia:Co-op'
The user will be able to use the gadget to create a page only once. Once a page is created, then the gadget will not allow any more pages to be created as the 'username' as page title will be duplicate. So we'll have to notify the user the same. Is this the flow we want?
Newer version of the forms gadget , ( from test with the language support for meta.)
https://meta.wikimedia.org/wiki/User:Jeph_paul/formsGadgetWithUserLang.js
https://meta.wikimedia.org/wiki/User:Jeph_paul/FormsTest (Test page)
Feb 18 2015
Feb 7 2015
The button can be on the same page, the respective 'data-Type' value & the 'data-mode' have to be passed to the buttons and they will work as expected.
The post edit for the specific form type will be shown, no need for a generic message.
Post edit fixed.
Fixed in test & at meta. In a checkbox list if a value isnt checked it is added to the template box without a value eg, "abc=". This is the current behavior, we could change it if needed.
Feb 5 2015
Fixed it. The code wasnt picking up the template from the config, it was looking for Probox. On expand the post edit feedback is missing, will fix it.
Jan 23 2015
Fixed it, the post edit feedback only appears on the newly created page. But with a caveat, on meta the tool only had one config per namespace, eg (only Idea creation/editing on Idea etc). Since we plan to have multiple flows in the same namespace we need an identifier for the pages created through the different flows in the same namespace.
Jan 18 2015
The button has an attribute 'data-type="Idea"', the data type decides which config to pick. Eg for a profile, It could be 'data-type="Profile"' and the location of the config would be https://test.wikipedia.org/w/index.php?title=Wikipedia:Co-op/Config/Co-op/Profile.
https://test.wikipedia.org/wiki/Wikipedia:Co-op, the create gadget works when the "Try a new too to create your idea" is clicked.
Jan 11 2015
Are the gadgets going to work in a namespace? Eg ':Profiles'
Do we want to have separate config files for the different workflows?
Eg:
Meta:FormWizard/Config/IdeaLab/Profile/en
Meta:FormWizard/Config/IdeaLab/Idea/en
