http://bugs.winehq.org/show_bug.cgi?id=33725
Bug #: 33725 Summary: Emails have trimmed URLs Product: WineHQ Apps Database Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: hugo@osvaldobarrera.com.ar Classification: Unclassified
Created attachment 44663 --> http://bugs.winehq.org/attachment.cgi?id=44663 Sample email
Since a few days ago, all emails I get from wine appdb have partially trimmed URLs (the protocol and colon are missing).
Not only does this mean they're invalid URLs, but also that users can't click on the links on their emails anymore, but have to copy them, type "https:" in their browser, and then paste.
I'm attaching a sample email (with no alteration done by the UA).
http://bugs.winehq.org/show_bug.cgi?id=33725
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Emails have trimmed URLs |AppDB emails have trimmed | |URLs Ever Confirmed|0 |1
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net 2013-06-05 10:53:45 CDT --- Confirming. Seems to have started on June 1.
http://bugs.winehq.org/show_bug.cgi?id=33725
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #2 from Rosanne DiMesio dimesio@earthlink.net 2013-06-05 11:05:10 CDT --- Apparently this was caused by commit ba01f07dad57ab3653131027ad4635e9c20ba71c.
http://bugs.winehq.org/show_bug.cgi?id=33725
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2013-06-05 11:18:34 CDT --- Well, not really, it's more of a config issue. I've reverted that part, someone will have to fix the appdb code properly at some point.
http://bugs.winehq.org/show_bug.cgi?id=33725
Cedric Heintz cedric@ced117.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cedric@ced117.net
--- Comment #4 from Cedric Heintz cedric@ced117.net --- Still not fixed after more then a year ?
http://bugs.winehq.org/show_bug.cgi?id=33725
--- Comment #5 from Cedric Heintz cedric@ced117.net --- Still not fixed after more then a year ?
https://bugs.winehq.org/show_bug.cgi?id=33725
Hugo Osvaldo Barrera hugo@barrera.io changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hugo@barrera.io
--- Comment #6 from Hugo Osvaldo Barrera hugo@barrera.io --- Bump?
This issue is 18 months old. Because of it, *all* url on emails from appdb are broken. This means (tens of?) thousands of broken urls.
Every time someone makes a change on the appdb, watchers get an email with a url they can't simply click/copy-paste, etc (according to their MUA), but rather, have to manually complete the URL, and then visit it.
https://bugs.winehq.org/show_bug.cgi?id=33725
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lara@craft.net.br
--- Comment #7 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 38008 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=33725
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #8 from André H. nerv@dawncrow.de --- (In reply to Alexandre Julliard from comment #3)
Well, not really, it's more of a config issue. I've reverted that part, someone will have to fix the appdb code properly at some point.
Well, it seems the patch process for the appdb is not fully working atm, e.g. Alexander Nicolaysen Sørnes seems quite busy while still having commit access
https://bugs.winehq.org/show_bug.cgi?id=33725
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com
--- Comment #9 from Austin English austinenglish@gmail.com --- *** Bug 38148 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=33725
--- Comment #10 from Hugo Osvaldo Barrera hugo@barrera.io --- It's been almost two years since this bug report, and the last we know is "it's more of a config issue".
I've received hundred of emails with broken links that I had to manually edit before visiting, and probably tens of thousands have been sent out.
Any chance this gets a priority bump? This is really alienating potential collaborators (since a trimmed link is useless to then and puts an extra barrier of merely *visiting* the page).
https://bugs.winehq.org/show_bug.cgi?id=33725
Pavel Řezníček cigydd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cigydd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=33725
--- Comment #11 from Pavel Řezníček cigydd@gmail.com --- Please somebody who is competent be so kind and give this bug a higher priority. It's really annoying me and surely many other users of AppDB.
https://bugs.winehq.org/show_bug.cgi?id=33725
Joerg Schiermeier mywine@schiermeier-it.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mywine@schiermeier-it.de
--- Comment #12 from Joerg Schiermeier mywine@schiermeier-it.de --- Still present now. Or is it a feature?
https://bugs.winehq.org/show_bug.cgi?id=33725
Adam Bolte abolte@systemsaviour.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |abolte@systemsaviour.com
--- Comment #13 from Adam Bolte abolte@systemsaviour.com --- This config issue is still not fixed after more than three years!
https://bugs.winehq.org/show_bug.cgi?id=33725
--- Comment #14 from Joerg Schiermeier mywine@schiermeier-it.de --- (In reply to Adam Bolte from comment #13)
This config issue is still not fixed after more than three years!
OK. Lets try:
I checked out the source of AppDB from here: http://source.winehq.org/git/appdb.git/
My "AppDB root" folder is called "appdb.git" so my filename will be related to this folder:
in "appdb.git/include/config.php.sample" (the original config.php isn't under source control) is a constant called "APPDB_ROOT". As far as I understand the code this should be the path to AppDB like the constant "BUGZILLA_ROOT" which points to "http://bugs.winehq.org/". The value of "APPDB_ROOT" here is "http://localhost/appdb/". If this value is also set in the real "config.php" something isn't really working.
Following the README this file "config.php.sample" should be template for "config.php".
So this constant "APPDB_ROOT" will have to be fixed.
In theory this does the trick.
https://bugs.winehq.org/show_bug.cgi?id=33725
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #15 from Andrey Gusev andrey.goosev@gmail.com --- Fixed now.
https://bugs.winehq.org/show_bug.cgi?id=33725
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Bruno Jesus 00cpxxx@gmail.com --- Closing appdb fixed bug.