After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 329847 - Quotes and backslashes are appear escaped in form fields
Quotes and backslashes are appear escaped in form fields
Status: RESOLVED FIXED
Product: website
Classification: Infrastructure
Component: art.gnome.org (obsolete)
current
Other Linux
: Normal normal
: ---
Assigned To: art.gnome.org maintainers
art.gnome.org maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-04 00:08 UTC by Alin Claudiu Radut
Modified: 2006-03-24 10:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alin Claudiu Radut 2006-02-04 00:08:37 UTC
After incompletely filling in the "Add new theme" form and submitting it the system will spit out an error like "Error, "" is not a valid submission url.". Any quotes (double or single) or backslashes that were filled in any of the "Theme name", "URL", "Description" fields will be backslashed. Resubmit the form and they will be re-backslashed again. Of course, only the damn magic_quotes_gpc are to blame here :D

Cheers
Comment 1 Thomas Wood 2006-03-24 10:48:22 UTC
2006-03-24  Thomas Wood  <thos@gnome.org>

        * includes/common.inc.php:
        * submit_theme.php:

        Fix Bug 329847: Quotes and backslashes are appear escaped in form fields

...