Closed
Bug 452532
Opened 17 years ago
Closed 17 years ago
Change the url for eBay search plug-in for (it)
Categories
(Mozilla Localizations :: it / Italian, defect)
Mozilla Localizations
it / Italian
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mic, Assigned: l10n-it)
Details
(Keywords: verified1.9.0.4)
Attachments
(2 files, 2 obsolete files)
|
1.40 KB,
patch
|
stas
:
review+
|
Details | Diff | Splinter Review |
|
1.45 KB,
patch
|
stas
:
review+
Pike
:
approval1.9.0.4+
|
Details | Diff | Splinter Review |
please change the url for the eBay search plug in per a request from eBay due
to some system upgrades on their side
the new url should be:
http://rover.ebay.com/rover/1/724-51951-19398-1/4?satitle={searchTerms}
i have tested this and the url works fine
this will require a patch
Comment 1•17 years ago
|
||
Hi Mic,
do you have a working example of this plugin?
I tried to change the URL with this new one, but it doesn't work at all: it considers the first parameter after the url as part of the search terms (so it doesn't find anything).
I can make a working plugin using the "satitle" as a parameter and not as part of the URL, like this
<Url type="text/html" method="GET" template="http://rover.ebay.com/rover/1/724-51951-19398-1/4">
<Param name="satitle" value="{searchTerms}"/>
<Param name="MfcISAPICommand" value="GetResult"/>
<Param name="ht" value="1"/>
<Param name="ebaytag1" value="ebayreg"/>
<Param name="srchdesc" value="n"/>
<Param name="maxRecordsReturned" value="300"/>
<Param name="maxRecordsPerPage" value="50"/>
<Param name="SortProperty" value="MetaEndSort"/>
</Url>
Other questions:
* do we need review&patch also for trunk (mercurial)?
* the firefox 3.0.x is the current CVS trunk and I need the flag approval1.9.0.3. Is it right?
Comment 2•17 years ago
|
||
Yes, patches on hg to search plugins and region.properties need to go through review, and review plus approval on the frozen cvs trunk. Thanks
satitle is surely supposed to be a Param, I kinda thought we were supposed to drop all other params. Mic, Seth, can you confirm that?
Comment 3•17 years ago
|
||
OK, we have confirmation from eBay that satitle is the only paramter to be used in the URL.
Something like:
<Param name="satitle" value="{searchTerms}"/>
should do the trick (with all other <params/> removed and URL's template changed).
Thanks!
Comment 4•17 years ago
|
||
CVS Patch for Firefox 3.0.x
Attachment #338686 -
Flags: review?(l10n)
Attachment #338686 -
Flags: approval1.9.0.2?
Updated•17 years ago
|
Attachment #338686 -
Flags: review?(l10n) → review?(stas)
Updated•17 years ago
|
Attachment #338690 -
Flags: review?(l10n) → review?(stas)
Comment 6•17 years ago
|
||
Comment on attachment 338686 [details] [diff] [review]
eBay-it searchplugin patch for 1.9.0.x (Firefox 3.0.x)
> <SearchForm>http://search.ebay.com/</SearchForm>
Don't you want to change that to search.ebay.it? <searchform/> specifies the URL to go to when the user presses enter and the searchbox is empty.
Also, I think 3.0.2 is going out tomorrow, so probably you'll need approval1.9.0.3, not .2.
Comment 7•17 years ago
|
||
Hg patch with updated Searchform parameter
Attachment #338690 -
Attachment is obsolete: true
Attachment #338708 -
Flags: review?
Attachment #338690 -
Flags: review?(stas)
Comment 8•17 years ago
|
||
CVS patch with updated Searchform parameter
Attachment #338686 -
Attachment is obsolete: true
Attachment #338710 -
Flags: review?(stas)
Attachment #338710 -
Flags: approval1.9.0.3?
Attachment #338686 -
Flags: review?(stas)
Attachment #338686 -
Flags: approval1.9.0.2?
Updated•17 years ago
|
Attachment #338708 -
Flags: review? → review?(stas)
Updated•17 years ago
|
Attachment #338708 -
Flags: review?(stas) → review+
Comment 9•17 years ago
|
||
Comment on attachment 338708 [details] [diff] [review]
eBay-it searchplugin patch for Firefox 3.1
r=me
Comment 10•17 years ago
|
||
Comment on attachment 338710 [details] [diff] [review]
eBay-it searchplugin patch for 1.9.0.x (Firefox 3.0.x)
r=me
Attachment #338710 -
Flags: review?(stas) → review+
Comment 11•17 years ago
|
||
Comment on attachment 338710 [details] [diff] [review]
eBay-it searchplugin patch for 1.9.0.x (Firefox 3.0.x)
a=me for 3.0.3. Please land this with a check-in comment referencing this bug and my approval and stas' review.
Please use the fixed1.9.0.3 and verified1.9.0.3 keywords to track landing and testing.
Attachment #338710 -
Flags: approval1.9.0.3? → approval1.9.0.3+
Comment 12•17 years ago
|
||
CVS check-in
Checking in eBay-it.xml;
/l10n/l10n/it/browser/searchplugins/eBay-it.xml,v <-- eBay-it.xml
new revision: 1.3; previous revision: 1.2
done
Hg check-in
http://hg.mozilla.org/l10n-central/it/rev/3c4e3ce58c34
Keywords: fixed1.9.0.3
Comment 13•17 years ago
|
||
Verified Hg
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; it; rv:1.9.1b1pre) Gecko/20080919020347 Minefield/3.1b1pre
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
Comment 14•17 years ago
|
||
Verified CVS
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; it; rv:1.9.0.3pre) Gecko/2008092004 GranParadiso/3.0.3pre
Keywords: fixed1.9.0.3 → verified1.9.0.3
You need to log in
before you can comment on or make changes to this bug.
Description
•