From metatracker at psf.upfronthosting.co.za Sat Aug 2 16:01:15 2014 From: metatracker at psf.upfronthosting.co.za (Hieu Nguyen) Date: Sat, 02 Aug 2014 14:01:15 +0000 Subject: [Tracker-discuss] [issue550] Add an icon to the issue list for issues with patches Message-ID: <1406988075.24.0.340960650301.issue550@psf.upfronthosting.co.za> New submission from Hieu Nguyen: Attached the patch to add an icon the issue list for issues with patches. ---------- assignedto: ezio.melotti files: patch_column_improvement.diff messages: 2891 nosy: ezio.melotti, hieu.nguyen priority: feature status: unread title: Add an icon to the issue list for issues with patches _______________________________________________________ PSF Meta Tracker _______________________________________________________ -------------- next part -------------- diff --git a/html/issue.index.html b/html/issue.index.html --- a/html/issue.index.html +++ b/html/issue.index.html @@ -28,7 +28,7 @@ Creation Activity Actor - Title + Title Components Versions Stage @@ -66,6 +66,10 @@ title + + has patch +   N^{O5r8 z0{*pkn%fUls~ER!(BANjm)mH=O=gyT%NBh4qMuutzeR9{uKbLh*2~7a8 Cm^MoQ From metatracker at psf.upfronthosting.co.za Sat Aug 2 19:19:53 2014 From: metatracker at psf.upfronthosting.co.za (Hieu Nguyen) Date: Sat, 02 Aug 2014 17:19:53 +0000 Subject: [Tracker-discuss] [issue458] editing "homepage" field is not possible In-Reply-To: <1334485569.34.0.217371137544.issue458@psf.upfronthosting.co.za> Message-ID: <1406999993.85.0.870503740878.issue458@psf.upfronthosting.co.za> Hieu Nguyen added the comment: I've attached the patch that allows user edit his/her homepage, I added the rel="nofollow" in the user's link so it makes no SEO value to search engine so we have less spam/advertisement risk. ---------- nosy: +hieu.nguyen _______________________________________________________ PSF Meta Tracker _______________________________________________________ -------------- next part -------------- diff -r 3a4232245f3f html/issue.item.html --- a/html/issue.item.html Tue Jul 29 16:12:03 2014 +0200 +++ b/html/issue.item.html Sat Aug 02 20:16:12 2014 +0300 @@ -329,7 +329,7 @@ Author: + tal:attributes="href msg/author/homepage" tal:content="author_name" rel="nofollow"> diff -r 3a4232245f3f schema.py --- a/schema.py Tue Jul 29 16:12:03 2014 +0200 +++ b/schema.py Sat Aug 02 20:16:12 2014 +0300 @@ -358,7 +358,8 @@ 'phone', 'organisation', 'alternate_addresses', 'queries', - 'timezone')) # Note: 'roles' excluded - users should not be able to edit their own roles. + 'timezone', + 'homepage')) # Note: 'roles' excluded - users should not be able to edit their own roles. # Also excluded: contrib_form, contrib_form_date, iscommitter for r in 'User', 'Developer': db.security.addPermissionToRole(r, p) From metatracker at psf.upfronthosting.co.za Sat Aug 2 20:32:48 2014 From: metatracker at psf.upfronthosting.co.za (Hieu Nguyen) Date: Sat, 02 Aug 2014 18:32:48 +0000 Subject: [Tracker-discuss] [issue531] Search pagination is broken In-Reply-To: Message-ID: <1407004368.96.0.587826343734.issue531@psf.upfronthosting.co.za> Hieu Nguyen added the comment: I've attached the patch for fixing both paginate buttons (Next and Previous) to contain the GET parameter "ignore" if present. ---------- assignedto: -> ezio.melotti nosy: +ezio.melotti, hieu.nguyen priority: -> bug _______________________________________________________ PSF Meta Tracker _______________________________________________________ -------------- next part -------------- diff -r 3a4232245f3f html/issue.index.html --- a/html/issue.index.html Tue Jul 29 16:12:03 2014 +0200 +++ b/html/issue.index.html Sat Aug 02 21:26:44 2014 +0300 @@ -101,7 +101,9 @@   << previous @@ -112,7 +114,9 @@ next >>   From metatracker at psf.upfronthosting.co.za Sun Aug 3 01:53:29 2014 From: metatracker at psf.upfronthosting.co.za (Hieu Nguyen) Date: Sat, 02 Aug 2014 23:53:29 +0000 Subject: [Tracker-discuss] [issue298] realname search should be case insensitive In-Reply-To: <1253148331.7.0.788282669865.issue298@psf.upfronthosting.co.za> Message-ID: <1407023609.46.0.295935354819.issue298@psf.upfronthosting.co.za> Hieu Nguyen added the comment: This is already working correctly so I think this issue is not valid anymore. For example: http://bugs.python.org/user?username=&realname=ERIC&%40action=search and http://bugs.python.org/user?username=&realname=eric&%40action=search return the exact same result set. ---------- nosy: +hieu.nguyen _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Sun Aug 3 04:57:45 2014 From: metatracker at psf.upfronthosting.co.za (Terry Reedy) Date: Sun, 03 Aug 2014 02:57:45 +0000 Subject: [Tracker-discuss] [issue298] realname search should be case insensitive In-Reply-To: <1253148331.7.0.788282669865.issue298@psf.upfronthosting.co.za> Message-ID: <1407034665.12.0.538896557358.issue298@psf.upfronthosting.co.za> Terry Reedy added the comment: I confirmed desired behavior and concur on closing. _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Sun Aug 3 10:39:34 2014 From: metatracker at psf.upfronthosting.co.za (Ezio Melotti) Date: Sun, 03 Aug 2014 08:39:34 +0000 Subject: [Tracker-discuss] [issue448] Cannot log into search results page In-Reply-To: <1333644181.93.0.427714955722.issue448@psf.upfronthosting.co.za> Message-ID: <1407055174.35.0.812839650337.issue448@psf.upfronthosting.co.za> Ezio Melotti added the comment: Applied in http://hg.python.org/tracker/python-dev/rev/dfcb75b1e932 ---------- assignedto: -> ezio.melotti status: chatting -> resolved _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Wed Aug 6 05:16:46 2014 From: metatracker at psf.upfronthosting.co.za (Ezio Melotti) Date: Wed, 06 Aug 2014 03:16:46 +0000 Subject: [Tracker-discuss] [issue550] Add an icon to the issue list for issues with patches In-Reply-To: <1406988075.24.0.340960650301.issue550@psf.upfronthosting.co.za> Message-ID: <1407295006.72.0.175118638982.issue550@psf.upfronthosting.co.za> Ezio Melotti added the comment: Applied in http://hg.python.org/tracker/python-dev/rev/46d557b8228a and http://hg.python.org/tracker/python-dev/rev/9bab717d18a0. Thanks for the patch! ---------- status: unread -> chatting _______________________________________________________ PSF Meta Tracker _______________________________________________________ From techtonik at gmail.com Wed Aug 13 19:09:25 2014 From: techtonik at gmail.com (anatoly techtonik) Date: Wed, 13 Aug 2014 20:09:25 +0300 Subject: [Tracker-discuss] Distributed triaging and issue lock Message-ID: Hi. I am thinking about free-for-all edit and decentralized peer review process for Python issues. Wikipedia showed that that trusting people is more beneficial than restricting them. However, I can sense the disapproval of triagers who had to deal with conflicting state issues in the past, so.. would a "lock" status on the issue help to rule out these cases? I am not sure I can code this myself, but for the upcoming GSoC (and not only G Soc, and not only S oC) it may be a useful task if people here would like to follow EAFP rule. -- anatoly t.