From bugzilla-daemon@bugs.koha-community.org Wed Jan 20 01:54:24 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] New: Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 20 Jan 2021 00:54:23 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0008985565203565573==" --===============0008985565203565573== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D27471 Bug ID: 27471 Summary: Improve link text when successfully merging authorities and remove JS redirect Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: aleisha@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt:

The mergi= ng was successful. Click here to see the merged record.

"Here" should not be used as a link text as it doesn't contain any helpful information for people scanning the page for information and also is a problem for blind users using screen readers jumping from link to link on a page. To reproduce: 1. Create or have two authorities 2. Do a search in Authorities 3. Click Actions -> merge for one authority 4. After the page reloads to show we are merging, click Actions -> Merge for the next authority 5. Go Next until the merge is complete Notice you don't even see the 'The merging was successful' message, because of the javascript that redirects you. To patch: delete the script line and reword the 'Click here' message --=20 You are receiving this mail because: You are watching all bug changes. --===============0008985565203565573==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 20 01:54:34 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 20 Jan 2021 00:54:30 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5818827063699837240==" --===============5818827063699837240== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26722 Keywords| |Academy Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26722 [Bug 26722] [Omnibus] Use descriptive link texts -- You are receiving this mail because: You are watching all bug changes. --===============5818827063699837240==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 20 02:29:31 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 20 Jan 2021 01:29:31 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5170282302769927852==" --===============5170282302769927852== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Amy King changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amyking386@gmail.com Assignee|oleonard@myacpl.org |amyking386@gmail.com -- You are receiving this mail because: You are watching all bug changes. --===============5170282302769927852==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 20 03:10:59 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 20 Jan 2021 02:10:59 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0219465367445524585==" --===============0219465367445524585== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Amy King changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. --===============0219465367445524585==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 20 03:11:09 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 20 Jan 2021 02:11:01 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6961109755501335806==" --===============6961109755501335806== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 --- Comment #1 from Amy King --- Created attachment 115399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115399&action=edit Bug 27471: Link text change so is more helpful. Test PLan: 1. Complete the above steps to reproduce, specially noting the last step 2. Apply the patch 3. Complete step 1 again, but now notice how the links says "This sentence is the link to ..." -- You are receiving this mail because: You are watching all bug changes. --===============6961109755501335806==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 20 17:02:42 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 20 Jan 2021 16:02:27 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5572133027934048223==" --===============5572133027934048223== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D27471 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Owen Leonard --- "This sentence is the link to see the merged record." doesn't make sense to m= e. How about "View the merged record" ? --=20 You are receiving this mail because: You are watching all bug changes. --===============5572133027934048223==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 20 21:38:29 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 20 Jan 2021 20:38:28 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4767864017757746840==" --===============4767864017757746840== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Amy King changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. --===============4767864017757746840==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 20 21:38:39 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 20 Jan 2021 20:38:31 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4953002403583380233==" --===============4953002403583380233== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Amy King changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115399|0 |1 is obsolete| | --- Comment #3 from Amy King --- Created attachment 115457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115457&action=edit Bug 27471: changed link text Test plan: 1. Complete the steps above to reproduce, specially noting the last step 2. Apply the path 3. Complete step 1 again, but now notice how the link says "View the merged record" -- You are receiving this mail because: You are watching all bug changes. --===============4953002403583380233==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 21 01:16:36 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 21 Jan 2021 00:16:36 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6940541872123445755==" --===============6940541872123445755== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. --===============6940541872123445755==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 21 01:16:47 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 21 Jan 2021 00:16:38 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3361678569101095475==" --===============3361678569101095475== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115457|0 |1 is obsolete| | --- Comment #4 from Owen Leonard --- Created attachment 115480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115480&action=edit Bug 27471: changed link text Test plan: 1. Complete the steps above to reproduce, specially noting the last step 2. Apply the path 3. Complete step 1 again, but now notice how the link says "View the merged record" Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. --===============3361678569101095475==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 21 18:44:06 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 21 Jan 2021 17:44:05 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0477757020598073727==" --===============0477757020598073727== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |kyle@bywatersolutions.com |y.org | CC| |kyle@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. --===============0477757020598073727==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 21 19:41:45 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 21 Jan 2021 18:41:44 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2252679664294818365==" --===============2252679664294818365== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D27471 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Kyle M Hall --- The description of this bug indicates the javascript redirect would be remove= d. Please implement that change in the patch set, or alter the bug description to match the patch behavior. Thanks! --=20 You are receiving this mail because: You are watching all bug changes. --===============2252679664294818365==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 21 22:24:52 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 21 Jan 2021 21:24:52 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5087695541912962852==" --===============5087695541912962852== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Amy King changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. --===============5087695541912962852==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 21 22:25:02 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 21 Jan 2021 21:24:54 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9216040280179416627==" --===============9216040280179416627== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Amy King changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115480|0 |1 is obsolete| | --- Comment #6 from Amy King --- Created attachment 115622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115622&action=edit Bug 27471: redirects user to page, link text changed Test Plan: 1. Follow the steps above to reproduce 2. Notice how there is no message telling the user that the merge was successsful 3. Apply patch 4. Repeat step 1 5. Now notice how the user is redirected to a page with a message that says that the merge was successful, and there is a link with helpful text to view the merged record -- You are receiving this mail because: You are watching all bug changes. --===============9216040280179416627==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 21 23:54:33 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 21 Jan 2021 22:54:32 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8477617917516321868==" --===============8477617917516321868== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 --- Comment #7 from Katrin Fischer --- I wonder if the link and the redirect where thought to work as some kind of non-Javascript fallback? If Javascript is enabled, redirect automatically... if not, display the link. But seeing a success message is nice too! -- You are receiving this mail because: You are watching all bug changes. --===============8477617917516321868==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 21 23:56:02 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 21 Jan 2021 22:55:58 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8710510699505699484==" --===============8710510699505699484== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. --===============8710510699505699484==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 21 23:56:12 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 21 Jan 2021 22:56:02 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6669760030682346374==" --===============6669760030682346374== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115622|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 115639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115639&action=edit Bug 27471: Change auth merge success link text and don't redirect Test Plan: 1. Follow the steps above to reproduce 2. Notice how there is no message telling the user that the merge was successsful 3. Apply patch 4. Repeat step 1 5. Now notice how the user is redirected to a page with a message that says that the merge was successful, and there is a link with helpful text to view the merged record Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. --===============6669760030682346374==-- From bugzilla-daemon@bugs.koha-community.org Fri Jan 22 12:47:40 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Fri, 22 Jan 2021 11:47:39 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8319621608024817010==" --===============8319621608024817010== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. --===============8319621608024817010==-- From bugzilla-daemon@bugs.koha-community.org Fri Jan 22 12:47:50 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Fri, 22 Jan 2021 11:47:41 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2903863893928047922==" --===============2903863893928047922== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115639|0 |1 is obsolete| | --- Comment #9 from Kyle M Hall --- Created attachment 115678 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115678&action=edit Bug 27471: Change auth merge success link text and don't redirect Test Plan: 1. Follow the steps above to reproduce 2. Notice how there is no message telling the user that the merge was successsful 3. Apply patch 4. Repeat step 1 5. Now notice how the user is redirected to a page with a message that says that the merge was successful, and there is a link with helpful text to view the merged record Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. --===============2903863893928047922==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 27 14:40:30 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 27 Jan 2021 13:37:44 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3826363457618198662==" --===============3826363457618198662== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |21.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. --===============3826363457618198662==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 27 14:40:40 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Wed, 27 Jan 2021 13:37:46 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3640296512802156144==" --===============3640296512802156144== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D27471 --- Comment #10 from Jonathan Druart --- Pushed to master for 21.05, thanks to everybody involved! --=20 You are receiving this mail because: You are watching all bug changes. --===============3640296512802156144==-- From bugzilla-daemon@bugs.koha-community.org Fri Jan 29 15:56:18 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Fri, 29 Jan 2021 14:56:17 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7415745899317258286==" --===============7415745899317258286== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #11 from Fridolin Somers --- Enhancement not pushed to 20.11.x -- You are receiving this mail because: You are watching all bug changes. --===============7415745899317258286==-- From bugzilla-daemon@bugs.koha-community.org Thu Feb 11 23:15:50 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 27471] Improve link text when successfully merging authorities and remove JS redirect Date: Thu, 11 Feb 2021 22:15:50 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0054602148301507531==" --===============0054602148301507531== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27471 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes. --===============0054602148301507531==--