lp:ubuntu/karmic/ubufox

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/karmic/ubufox
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

28. By Alexander Sack

New upstream release 0.8:
* fix LP: #437604 - [pl-PL] Polish translation update for ubufox [attached];
  applying translations submitted by Tomasz Dominikowski
* fix LP: #427697 - Ubufox links to Firefox 3.0 bugs and answers
  on Karmic; the fix involves replacing all hard coded firefox
  version strings in overlay.js with getAppVersion(); this fixes
  "get help", "translate ..." and "report a problem" menu items.
* fix LP: #447148 - Manage Content Plugins menu item disabled when no
  plugins active; never disable the menu item and open the wizard with
  "All plugins" radio preselected if there are no plugins in use on the
  current active tab
* fix LP:# 440987 - add ubuntu 9.10 to plugin db creation script and drop 7.10
* move plugin finder webservice to mozilla-pfs.ubuntu.com

27. By Alexander Sack

New upstream release 0.8b1 fixes:
* fix: LP: #365965 - installing firefox pulls in ubufox and all gnome depends
  through apturl; we add alternative Depends on apturl-kde to make ubufox kde
  friendlier
  - update debian/control
* fix LP: #423438 - ubufox can't use apturl on karmic; honour shebang by
  calling command directly rather than the python interpreter. Thx to Micah
  Gersten who provided the upstream fix.
  - update content/pluginInstallerService.js
* fix LP: #403581 - restart required notification and button not shown
  in ffox 3.5; support multiple versions of in updateRestart.js; we use runtime
  application info from extIApplication.version
  - update content/updateRestart.js
* fix LP: #411222 - restart required notification should be shown with
  less delay; checking for restart notification every 5 seconds (was 10 before) now
  - update content/updateRestart.js
* fix LP: #429937 - plugin alternative wizard not available if there is no
  plugin content detected; don't disable "Manage Content Addons" initially;
  the dialog even makes sense if there is plugin content used atm.
  - update content/ubuntuAltpluginsOverlay.xul
* fix LP: #399229 - update ubufox strings from 9.04 to 9.10 in various places
  + update releasenotes url in locale/*/ubufox.properties
  + update HOMEPAGE_ONLINE in startpage.html
  + update plugin finder service database url in ubufox-pfs.js
  + update gethelp and translate urls in overlay.js
  + update execute command to use firefox rather than firefox-3.0 in overlay.js
  + include karmic sources in plugin db creation
    - add pfs/db/sources.list.9.10
* support firefox 3.6 and 3.7 restart required feature and set maxVersion
  to 3.7.*
  - update content/updateRestart.js
  - update install.rdf

26. By Alexander Sack

* new upstream snapshot 0.8a1 for karmic; fixes:
  - LP: #363798 - ubufox can't install adobe flash plugin on 64-bit jaunty live-cd
  - LP: #371800 - Ubufox should list Adobe flash as first choice
  - LP: #347972 - Does not work with Shiretoko Web Browser (Firefox 3.5)
  - LP: #394737 - Cannot be installed with firefox-3.5
* LP: #399227 - update karmic homepage to http://start.ubuntu.com/9.10
  - update content/startpage.html

25. By Alexander Sack

* ubufox 0.7 final release
  + fix plugin finder urls to properly point to 9.04 distributionID
    - update ./defaults/preferences/ubufox-pfs.js
  + using the localstore.rdf in the users profile as a source for the startup
    time turned out to be too unreliable; we drop that approach and use nsCategoryManager singleton to
    store a timestamp pretty close to the actual startup time; this fixes the infamous infinit startup
    notification bug (LP: #270303)
    - update content/updateRestart.js
  + add pfsdb meta file sources.list for 9.04 (jaunty)
    - add pfs/db/sources.list.9.04
  + revert changes from revno 149 to ubuntu-mods.js preferences that broke
    localization of websites (LP: #353924)
    - update defaults/preferences/ubuntu-mods.js
  + properly fallback to not-localized useragent.locale pref
    - update content/startpage.html

24. By Alexander Sack

new upstream release 0.7rc1 for jaunty

23. By Alexander Sack

* new upstream snapshot 0.7b1 for jaunty
* add .bzr-builddeb/default.conf and define proper upstream revid for
  easy tarball export

22. By Alexander Sack

  + LP: #291417 - Installing Plugins on LiveCD - No description found in
    plugin database; we fix distributionID in pfs.datasource.url pref.
    - update defaults/preferences/ubufox-pfs.js

21. By Alexander Sack

* ubufox release 0.6 (lp:ubufox / bzr 145)
  + point gethelp and translate help menu entries to intrepid
    - update content/overlay.js
  + Fix LP: #283517; ubufox 0.6pre lacks translations for new strings;
    update all translations sent in for 0.6 release; thanks to all
    translators and a special thank to Saïvann Carignan <email address hidden>
    for his work on verifying and driving the contributions.

* fix LP: #259914 - prefs in ubufox extension override system prefs;
  to fix we ship /etc/firefox-3.0/pref/ubufox.js where admins can place their
  system prefs and link it properly to the global ubufox defaults
  preferences directory
  - add debian/ubufox.js
  - update debian/rules
* more for fix LP: #259914: we ship proper example for global homepage and
  adjust the example in the global ubufox.js accordingly
  - add debian/docs
  - add debian/example-homepage.properties
  - update debian/ubufox.js

20. By Alexander Sack

* ubufox release candidate 0.6 (lp:ubufox / bzr 139);
* New features in ubufox 0.6:
  - firefox restart notification on upgrade
  - improved plugin wizard
  - plugin alternative wizard lets you select a preferred plugin
    for a specific mime-type
* elminate all cherry picked changes since beta1
  - (cherry-pick rev 111 from lp:ubufox)
  - (cherry-pick rev 112 from lp:ubufox)
  - (cherry-pick rev 113 from lp:ubufox)
  - (cherry-pick rev 114 from lp:ubufox)
  - (cherry-pick rev 116 from lp:ubufox)
  - (cherry-pick rev 115 from lp:ubufox)

19. By Alexander Sack

(cherry-pick rev 116 from lp:ubufox)
* fix LP: #273948 - restart notification broken for locales that lack
  restart notification string translation; we put 'restart' notification
  strings in their own .properties file to prevent breakage due to partial
  ubufox.properties files for non en-US languages and adjust files that
  refernce the new strings accordingly.
  - add locale/en-US/ubufox-restart.properties
  - update content/updateRestart.js
  - update content/updateRestart.xul
  - update locale/en-US/ubufox.properties

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/ubufox
This branch contains Public information 
Everyone can see this information.

Subscribers