From metatracker at psf.upfronthosting.co.za Mon Sep 12 05:26:23 2011 From: metatracker at psf.upfronthosting.co.za (Meador Inge) Date: Mon, 12 Sep 2011 03:26:23 +0000 Subject: [Tracker-discuss] [issue352] delete button for queries does not work In-Reply-To: <1281701983.92.0.554897059954.issue352@psf.upfronthosting.co.za> Message-ID: <1315797983.91.0.0894693446437.issue352@psf.upfronthosting.co.za> Meador Inge added the comment: Did this ever get fixed? Are there any workarounds? I am trying to clean out some old filters and can't. ---------- nosy: +meadori _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Mon Sep 12 08:10:19 2011 From: metatracker at psf.upfronthosting.co.za (=?utf-8?q?Martin_v=2E_L=C3=B6wis?=) Date: Mon, 12 Sep 2011 06:10:19 +0000 Subject: [Tracker-discuss] [issue352] delete button for queries does not work In-Reply-To: <1315797983.91.0.0894693446437.issue352@psf.upfronthosting.co.za> Message-ID: <4E6DA249.6050901@v.loewis.de> Martin v. L?wis added the comment: > Did this ever get fixed? Are there any workarounds? As a work-around, post the list of query IDs to this issue, and I'll try to retire them. _______________________________________________________ PSF Meta Tracker _______________________________________________________ From martin at v.loewis.de Mon Sep 12 08:10:17 2011 From: martin at v.loewis.de (=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=) Date: Mon, 12 Sep 2011 08:10:17 +0200 Subject: [Tracker-discuss] [issue352] delete button for queries does not work In-Reply-To: <1315797983.91.0.0894693446437.issue352@psf.upfronthosting.co.za> References: <1315797983.91.0.0894693446437.issue352@psf.upfronthosting.co.za> Message-ID: <4E6DA249.6050901@v.loewis.de> > Did this ever get fixed? Are there any workarounds? As a work-around, post the list of query IDs to this issue, and I'll try to retire them. From metatracker at psf.upfronthosting.co.za Mon Sep 19 01:48:39 2011 From: metatracker at psf.upfronthosting.co.za (Meador Inge) Date: Sun, 18 Sep 2011 23:48:39 +0000 Subject: [Tracker-discuss] [issue352] delete button for queries does not work In-Reply-To: <1281701983.92.0.554897059954.issue352@psf.upfronthosting.co.za> Message-ID: <1316389719.29.0.532914994241.issue352@psf.upfronthosting.co.za> Meador Inge added the comment: Here are the IDs for items on "My Queries" that I would like removed: * 4 (Patches) * 53 (Easy Tasks) * 154 (Crashers) * 273 (Performance) * 387 (Core Patches) * 388 (Core Needs Patch) * 426 (Nosy On) _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Mon Sep 19 14:33:49 2011 From: metatracker at psf.upfronthosting.co.za (Ezio Melotti) Date: Mon, 19 Sep 2011 12:33:49 +0000 Subject: [Tracker-discuss] [issue352] delete button for queries does not work In-Reply-To: <1281701983.92.0.554897059954.issue352@psf.upfronthosting.co.za> Message-ID: <1316435629.71.0.621922952518.issue352@psf.upfronthosting.co.za> Ezio Melotti added the comment: There seem to be two issues here: 1) The request needs to be submit via post, and the current js workaround uses get. The whole table to edit queries is in a form, with action="query". The "delete" request must be sent to queryXX (where XX is the id of the query to be deleted), therefore every delete button needs its own form with a different action="queryXX" (unless we want to use js to change the action when the user hits "delete"). These forms can't be nested inside the main form, so all the delete buttons should be moved outside (or maybe in a separate query.delete.html page); 2) permission for retiring/deleting the query are not set in the schema, so even when a post request is sent to queryXX, Roundup complains with "You do not have permission to retire query". Adding +p = db.security.addPermission(name='Retire', klass='query', check=edit_query, + description="User is allowed to retire their queries") +for r in 'User', 'Developer', 'Coordinator': + db.security.addPermissionToRole(r, p) seems to address this problem. When these two problems are addressed, retiring queries works, but there are a few remaining problems: 1) when a query is retired it should also be hidden from the menu, otherwise it will still be listed under "your queries"; 2) we should decide where to put all the delete buttons or come up with some better design; 3) we might allow coordinators to retire any query too. _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Thu Sep 29 19:24:12 2011 From: metatracker at psf.upfronthosting.co.za (Victor Semionov) Date: Thu, 29 Sep 2011 17:24:12 +0000 Subject: [Tracker-discuss] [issue421] no permission to create issue Message-ID: <1317317052.96.0.751481457807.issue421@psf.upfronthosting.co.za> New submission from Victor Semionov : Hello, I'm trying to file an issue at bugs.python.org. I created an account and I logged in, but when I try to submit my issue, I get the message "You do not have permission to create issue". My account name is "vsemionov". Any suggestions? Thanks, Victor Semionov ---------- messages: 2249 nosy: vsemionov priority: bug status: unread title: no permission to create issue _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Thu Sep 29 21:55:47 2011 From: metatracker at psf.upfronthosting.co.za (Ezio Melotti) Date: Thu, 29 Sep 2011 19:55:47 +0000 Subject: [Tracker-discuss] [issue421] no permission to create issue In-Reply-To: <1317317052.96.0.751481457807.issue421@psf.upfronthosting.co.za> Message-ID: <1317326147.7.0.42123550004.issue421@psf.upfronthosting.co.za> Ezio Melotti added the comment: You should have received an email with a link to activate the account when you registered, and used that link to activate it. Have you done that successfully before trying to create the issue? ---------- nosy: +ezio.melotti status: unread -> chatting _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Thu Sep 29 22:36:23 2011 From: metatracker at psf.upfronthosting.co.za (Victor Semionov) Date: Thu, 29 Sep 2011 20:36:23 +0000 Subject: [Tracker-discuss] [issue421] no permission to create issue In-Reply-To: <1317317052.96.0.751481457807.issue421@psf.upfronthosting.co.za> Message-ID: <1317328583.9.0.665854804126.issue421@psf.upfronthosting.co.za> Victor Semionov added the comment: Yes, I have activated my account by following the link in the email. _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Thu Sep 29 23:34:03 2011 From: metatracker at psf.upfronthosting.co.za (Ezio Melotti) Date: Thu, 29 Sep 2011 21:34:03 +0000 Subject: [Tracker-discuss] [issue421] no permission to create issue In-Reply-To: <1317317052.96.0.751481457807.issue421@psf.upfronthosting.co.za> Message-ID: <1317332043.24.0.363368754691.issue421@psf.upfronthosting.co.za> Ezio Melotti added the comment: Your profile seems fine, can you try to add a comment to http://bugs.python.org/issue2771 ? _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Fri Sep 30 00:24:13 2011 From: metatracker at psf.upfronthosting.co.za (Victor Semionov) Date: Thu, 29 Sep 2011 22:24:13 +0000 Subject: [Tracker-discuss] [issue421] no permission to create issue In-Reply-To: <1317317052.96.0.751481457807.issue421@psf.upfronthosting.co.za> Message-ID: <1317335053.68.0.862568237345.issue421@psf.upfronthosting.co.za> Victor Semionov added the comment: Yes, that works. _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Fri Sep 30 00:28:21 2011 From: metatracker at psf.upfronthosting.co.za (Ezio Melotti) Date: Thu, 29 Sep 2011 22:28:21 +0000 Subject: [Tracker-discuss] [issue421] no permission to create issue In-Reply-To: <1317317052.96.0.751481457807.issue421@psf.upfronthosting.co.za> Message-ID: <1317335301.34.0.672504611436.issue421@psf.upfronthosting.co.za> Ezio Melotti added the comment: Everything seems fine, are you still unable to create issues? Make sure that you are creating them from the link "Issues -> Create New" in the left side bar (the link just over "Search") and that you are setting all the fields correctly (especially title and comment). Are you trying to add links to hg repos? If so try to leave that out, and add it once the issue is created. _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Fri Sep 30 00:35:11 2011 From: metatracker at psf.upfronthosting.co.za (Victor Semionov) Date: Thu, 29 Sep 2011 22:35:11 +0000 Subject: [Tracker-discuss] [issue421] no permission to create issue In-Reply-To: <1317317052.96.0.751481457807.issue421@psf.upfronthosting.co.za> Message-ID: <1317335711.38.0.499949081999.issue421@psf.upfronthosting.co.za> Victor Semionov added the comment: I was trying to add a link to e mercurial repository. All works fine when I leave that empty. Thank you and sorry for the false alarm :) _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Fri Sep 30 00:52:51 2011 From: metatracker at psf.upfronthosting.co.za (Ezio Melotti) Date: Thu, 29 Sep 2011 22:52:51 +0000 Subject: [Tracker-discuss] [issue421] no permission to create issue with hgrepos In-Reply-To: <1317317052.96.0.751481457807.issue421@psf.upfronthosting.co.za> Message-ID: <1317336771.95.0.55724936454.issue421@psf.upfronthosting.co.za> Ezio Melotti added the comment: The problem should be fixed in r88903. ---------- assignedto: -> ezio.melotti nosy: +loewis status: chatting -> resolved title: no permission to create issue -> no permission to create issue with hgrepos _______________________________________________________ PSF Meta Tracker _______________________________________________________