http://bugs.winehq.org/show_bug.cgi?id=22454
Summary: Link URL in editAppVersion.php contains "&" instead of "&" Product: WineHQ Apps Database Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alexandru.balut@gmail.com
The "<< Back" link in http://appdb.winehq.org/admin/editAppVersion.php (when you edit an application) contains "&" instead of "&", for example: http://appdb.winehq.org/objectManager.php?sClass=version&iId=17511
It should contain "&".
http://bugs.winehq.org/show_bug.cgi?id=22454
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2010-04-22 08:42:19 --- Confirming. This is how html looks like:
<a href="http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=871"><< Back</a>
http://bugs.winehq.org/show_bug.cgi?id=22454
--- Comment #2 from Alex Balut alexandru.balut@gmail.com 2010-06-14 17:34:57 --- The editAppFamily.php, and editAppVersion.php files use the html_back_link() function to create links, and they pass the URL created by $oApp/$oVersion->objectMakeUrl().
html_back_link() correctly (IMO) escapes the passed $url, but the objectMakeUrl() functions already create escaped URLs. A bit messy.
I'll change the objectMakeUrl() functions to create raw URLs, and I'll make sure they are properly escaped when the function is used.
http://bugs.winehq.org/show_bug.cgi?id=22454
Alexander Nicolaysen Sørnes alexsornes@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |alexsornes@gmail.com Resolution|--- |FIXED
--- Comment #3 from Alexander Nicolaysen Sørnes alexsornes@gmail.com --- This has been fixed, thanks for reporting!
http://bugs.winehq.org/show_bug.cgi?id=22454
Lian lianfox666@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lianfox666@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=22454
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- Closing.