Closed Bug 270917 Opened 20 years ago Closed 20 years ago

Add Extension: Marijuana Delicious Delicacies 1.0

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: info, Assigned: Bugzilla-alanjstrBugs)

References

()

Details

(Whiteboard: In queue)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier:  "Add Extension: Marijuana Delicious Delicacies"

I hope nobody may feed offended.
Thanks!
David

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
I think I have to ask, what's the point? 
Assignee: psychoticwolf → jedsbugs
Summary: A variation of the famus Delicious Delicacies 0.3 - http://www.squarefree.com/extensions/delicious-delicacies/ → A variation of the famous Delicious Delicacies 0.3 - http://www.squarefree.com/extensions/delicious-delicacies/
Oh, this would belong in the "Humor" category. :-)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Bulk Moving Extension/Theme listing bugs to new component.
(Filter: masslistingspam)
Component: Update → Listings
Product: mozilla.org → Update
Version: other → unspecified
(In reply to comment #2)
> Oh, this would belong in the "Humor" category. :-)

I guess you are right! :-)
Direct link (found on the page pointed by header URL):
http://www.enjoyrolling.org/extensions/marijuana-delicious-delicacies.xpi

Going to test - shhh, don't tell anybody ;)
Tested 
(installed, used, configured, uninstalled, still alive, chrome OK)

Smells good... and I've even managed to uninstall it correctly - no addiction
problems, it seems :DDDD

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Assignee: jedsbugs → Bugzilla-alanjstrBugs
Whiteboard: tested+
Status: NEW → ASSIGNED
Whiteboard: tested+ → In queue
Your item should now appear on the website.  Please reopen this bug for any
problems or updates.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
(In reply to comment #7)
> Your item should now appear on the website.  Please reopen this bug for any
> problems or updates.

sorry... what do you mean by that?
Please visit
https://update.mozilla.org/extensions/moreinfo.php?application=firefox&id=391&vid=1281
and verify that you see what you expect.  If you have any updates, reopen this bug.
Whiteboard: In queue
This extension should be removed, because it has the same GUID as the original
Delicious Delicacies extension.

The latest version of Delicious Delicacies is 0.4.1, anyone updating from this
will get version 1.0 of Marijuana Delicious Delicacies installed instead.
(In reply to comment #10)
> This extension should be removed, because it has the same GUID as the original
> Delicious Delicacies extension.
> 
> The latest version of Delicious Delicacies is 0.4.1, anyone updating from this
> will get version 1.0 of Marijuana Delicious Delicacies installed instead.

I know... because there is probably non space for having 2 different texts in
the same time. on the other hand people choose to install just on of the two
variation. so... I don's see it as a problem. don't you?

david
Ok, we have a definite problem.  The GUID MUST be different because people will
get automatically updated.  I have removed this extension from our list.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Unfortunately, bug 258995 was not fixed on the existing website.
(In reply to comment #11)
> (In reply to comment #10)
> > This extension should be removed, because it has the same GUID as the original
> > Delicious Delicacies extension.
> > 
> > The latest version of Delicious Delicacies is 0.4.1, anyone updating from this
> > will get version 1.0 of Marijuana Delicious Delicacies installed instead.
> 
> I know... because there is probably non space for having 2 different texts in
> the same time. on the other hand people choose to install just on of the two
> variation. so... I don's see it as a problem. don't you?
> 
> david


Oh... I see... can somebody kindly help me to solve this tecnial issue?
Thanks
Change it to e6038b83-369b-4135-b3f9-751da17e40c0
(In reply to comment #15)
> Change it to e6038b83-369b-4135-b3f9-751da17e40c0

I tried but it says that it's not compatible with firefox. I the script I have
to change 2 numbers... se below:
-----------
<?xml version="1.0"?>

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">

  <Description about="urn:mozilla:install-manifest">
		<em:id>{e6038b83-369b-4135-b3f9-751da17e40c0}</em:id>
    <em:version>1.0</em:version>
    
    <!-- Target Application(s) this extension can install into, 
        with minimum and maximum supported versions. --> 
    <em:targetApplication>
			<!-- browser -->
      <Description>
        <em:id>{hhe42swi-3ki6-387y-1aqw-enjoyrolling}</em:id> <!-- Firefox -->
				<em:minVersion>0.9</em:minVersion>
				<em:maxVersion>1.0</em:maxVersion>
      </Description>
    </em:targetApplication>
    
    <!-- Front End MetaData -->
    <em:name>Marijuana Delicious Delicacies</em:name>
    <em:description>...hemp cookies for a better world!</em:description>
    <em:creator>ENJOY rOLLING</em:creator>
    <em:homepageURL>http://www.enjoyrolling.org/extensions/</em:homepageURL>

    <!-- Packages, Skins and Locales that this extension registers -->
    <em:file>
      <Description
about="urn:mozilla:extension:file:marijuana-delicious-delicacies.jar">
        <em:package>content/</em:package>
        <em:locale>locale/en-US/</em:locale>
      </Description>
    </em:file>
  </Description>      
</RDF>
-----------
therefor I left the originals one... I did'n know it may cause problems. could
you help me to work it out?

thanks a lot!
david :-)
(In reply to comment #15)
> Change it to e6038b83-369b-4135-b3f9-751da17e40c0

I tried but it says that it's not compatible with firefox. I the script I have
to change 2 numbers... se below:
-----------
<?xml version="1.0"?>

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">

  <Description about="urn:mozilla:install-manifest">
		<em:id>{e6038b83-369b-4135-b3f9-751da17e40c0}</em:id>
    <em:version>1.0</em:version>
    
    <!-- Target Application(s) this extension can install into, 
        with minimum and maximum supported versions. --> 
    <em:targetApplication>
			<!-- browser -->
      <Description>
        <em:id>{hhe42swi-3ki6-387y-1aqw-enjoyrolling}</em:id> <!-- Firefox -->
				<em:minVersion>0.9</em:minVersion>
				<em:maxVersion>1.0</em:maxVersion>
      </Description>
    </em:targetApplication>
    
    <!-- Front End MetaData -->
    <em:name>Marijuana Delicious Delicacies</em:name>
    <em:description>...hemp cookies for a better world!</em:description>
    <em:creator>ENJOY rOLLING</em:creator>
    <em:homepageURL>http://www.enjoyrolling.org/extensions/</em:homepageURL>

    <!-- Packages, Skins and Locales that this extension registers -->
    <em:file>
      <Description
about="urn:mozilla:extension:file:marijuana-delicious-delicacies.jar">
        <em:package>content/</em:package>
        <em:locale>locale/en-US/</em:locale>
      </Description>
    </em:file>
  </Description>      
</RDF>
-----------
therefor I left the originals one... I did'n know it may cause problems. could
you help me to work it out?

thanks a lot!
david :-)
You're changing the wrong GUID.. THe <em:targetapplication> ID is not changable
if you want Firefox compatibility.

<em:id>{e6038b83-369b-4135-b3f9-751da17e40c0}</em:id> is the one you need to
change..

{f13cffbe-997f-4423-ad45-d6068f95f826} is a valid and unused GUID you can use
for your extension, so it'd be.

<em:id>{f13cffbe-997f-4423-ad45-d6068f95f826}</em:id>
Summary: A variation of the famous Delicious Delicacies 0.3 - http://www.squarefree.com/extensions/delicious-delicacies/ → Add Extension: Marijuna Delicious Delicacies 0.3
Sorry, i should have been more specific.  just replace the first one.
(In reply to comment #19)
> Sorry, i should have been more specific.  just replace the first one.

thanks... now it's woirking perfectly. just test it! :-)
nice... I have learned sonthing new. thanks a lot!

I suppose it can be republished now.

kindest regards,
david
(In reply to comment #20)
> (In reply to comment #19)
> > Sorry, i should have been more specific.  just replace the first one.
> 
> thanks... now it's woirking perfectly. just test it! :-)
> nice... I have learned sonthing new. thanks a lot!
> 
> I suppose it can be republished now.
> 
> kindest regards,
> david
(In reply to comment #19)
> Sorry, i should have been more specific.  just replace the first one.

no news? :-)

david
tested+
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
OS: Windows 2000 → All
Whiteboard: tested+
Summary: Add Extension: Marijuna Delicious Delicacies 0.3 → Add Extension: Marijuana Delicious Delicacies 1.0
have you changed the XPI? if so, it needs retesting :)
Whiteboard: tested+
(In reply to comment #23)
> have you changed the XPI? if so, it needs retesting :)

no... I've justa changed my information here on the site. you can publish it...
no problems. :)
ok, then. Why did you have to change the URL field then? :/
just because I have made also another extension and I wanted categorize them in
different folders... this is the extensions home... so you better understan:
http://www.enjoyrolling.org/extensions/

david

Status: REOPENED → ASSIGNED
Whiteboard: tested+ → In queue
Status: ASSIGNED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → FIXED
no news? I can't see the extrension on line on UMO... why? :-(

davif

Status: RESOLVED → REOPENED
Resolution: FIXED → ---
here it is:
https://update.mozilla.org/extensions/moreinfo.php?application=firefox&id=413&vid=1342

and there is a discussion in comments already.
Status: REOPENED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → FIXED
thanks... I haven't noticed it before... wow... a tough discussion!
regards/david
if I browse throug the cartegories I can't find the extension... and also
browsing ALL extension it seems not listed.... only in the new added. why? 
forget my previous comment... now I can see it perfectly. thanks!
\david
AMO BUGSPAM FOR COMPONENT MOVE AND DELETE (FILTER ME)
Component: Listings → Web Site
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.