Closed
Bug 526468
Opened 16 years ago
Closed 13 years ago
Can't enter several documentation URLs
Categories
(Webtools :: ISPDB Server, defect)
Webtools
ISPDB Server
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: BenB, Unassigned)
References
Details
Reproduction:
1. Enter a config
2. You have several webpages as sources, e.g.
- One on www.example.com and one better/more specific one on
wiki.example.com (but wiki is less trusted)
- One page with the config, and one describing limitations
- Two different configs, depending on situation
3. Enter "http://url1 , http://url" in the URL field
Actual result:
"Invalid URL" error, can't proceed
Expected result:
Several URLs are accepted.
In fact, I need to add a text / explanation, too.
Reporter | ||
Updated•15 years ago
|
Summary: Can't enter several URLs → Can't enter several documentation URLs
Reporter | ||
Comment 1•15 years ago
|
||
> In fact, I need to add a text / explanation, too.
And, in fact, we may have the text in several languages (usually the country's language, plus English as fallback and for us).
Example:
<documentation url="http://kundenservice.freenet.de/hilfe/email/programme/config/index.html">
<descr lang="de">Allgemeine Beschreibung der Einstellungen</descr>
<descr lang="en">Generic settings page</descr>
</documentation>
<documentation url="http://kundenservice.freenet.de/hilfe/email/programme/config/thunderbird/imap-thunderbird/imap/index.html">
<descr lang="de">TB 2.0 IMAP-Einstellungen</descr>
<descr lang="en">TB 2.0 IMAP settings</descr>
</documentation>
Reporter | ||
Updated•15 years ago
|
Comment 2•13 years ago
|
||
This has been fixed in https://github.com/mozilla/ispdb/pull/8
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Component: ispdb → ISPDB Server
Product: Mozilla Messaging → Webtools
You need to log in
before you can comment on or make changes to this bug.
Description
•