https://bugzilla.wikimedia.org/show_bug.cgi?id=30644
--- Comment #6 from Jeroen De Dauw <[email protected]> 2011-08-31 23:11:03 UTC --- > Good. It wasn't there yesterday :) The dialogue has been there since I created the deletion link. > It would be the "right" solution (semantic reasons, no javascript dependency...). This makes me wonder what do do for an interface similar to what we have now, but where deletions are made via HTTP request to the API, after getting a dialogue (which also allows entering data such as deletion reason). I think such an approach is more user friendly then having a separate page. > In this case I would pass $campaign->campaign_name. There's not much to put > there in this case, although it has the weakness that if someone recreated > the campaign, the old token would still be able to delete it. Right, since this is just deleting, we're getting of rather easily. Just adding a campaign constant, the campaign name, and the campaign id should yield something unique. But what to do for edit actions, ie for a API module that allows modifying one or more settings of an upload campaign (if there was such a module)? -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
