lp:~yofel/ubuntu/lucid/ubufox/lp557240

Created by Philip Muškovac and last modified
Get this branch:
bzr branch lp:~yofel/ubuntu/lucid/ubufox/lp557240
Only Philip Muškovac can upload to this branch. If you are Philip Muškovac please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Philip Muškovac
Status:
Merged

Recent revisions

34. By Philip Muškovac

Disable Report a Problem menu for stable release (LP: #557240)

33. By Benjamin Drung

* Bump Standards-Version to 3.8.4.
* Drop XS- prefix from Vcs-Bzr.
* Drop zip from Build-Depends.
* Use new features of mozilla-devscripts 0.16.
* Simplify debian/rules.
* Refer to versioned license file.
* Add Homepage field.
* Add set -e and debhelper token to preinst script.
* Move configuration file from /etc/firefox-3.0/pref/ubufox.js to
  /etc/xul-ext/ubufox (LP: #493805).
* Remove unused patch system.
* Switch to dpkg-source 3.0 (quilt) format.

32. By Alexander Sack

New upstream release 0.9rc2:
* fix online/offline detection by using nsIIOService rather than browser.offline pref
  - thx to Chris Coulson <email address hidden> for the patch
* use nsIPluginHost to reloadPlugins as nsIPluginManager was removed in ffox 3.6
  - update content/pluginAlternativeOverlay.js
* fix problem in plugin installer wizard as ubufoxPluginWizardString bundle
  is not accessible through 'this' since ffox 3.6 anymore
  - update content/pluginInstallerWizard.js
* use Google by default for all languages
  - update locale/*/ubufox-search.properties
(merge lp:~csaba-kertesz/ubufox/lp418777)
* fix LP: #418777 - Portuguese string consistency
(merge lp:~csaba-kertesz/ubufox/lp381674)
* fix LP: #381674 - Unnecessary whitespace before ellipsis in Ubuntu Firefox menu
(merge lp:~csaba-kertesz/ubufox/lp414926)
* fix LP: #414926 - add Bulgarian translation
(merge lp:~csaba-kertesz/ubufox/lp509536)
* fix LP: #509536 - add dutch translation

31. By Alexander Sack

New upstream release 0.9rc1:
* fix LP: #526411 - In a fresh installation, firefox search engines are ordered alphabetically;
  we add ubufox-search.properties for all supported locales
* fix LP: #452948 - Ellipses are corrected in "Report a Problem..." translations.
  - update locale/*/ubufox.dtd
* fix LP: #522535 - Apport doesn't recognise Firefox 3.6; add
  getSourcePackageName(); update getAppVersion() to reflect unversioned
  Firefox 3.6
  - update content/overlay.js
* set Yahoo as browser.search.order.1 and Google as .2
  - update defaults/preferences/ubuntu-mods.js
  - update locale/en-US/ubufox-search.properties
* drop cherry picked patch
  - delete debian/patches/lp522535_fix_content_overlay.patch
  - update debian/patches/series

30. By Micah Gersten

* fix LP: #522535 - Apport doesn't recognise Firefox 3.6; add
  getSourcePackageName(); update getAppVersion() to reflect unversioned
  Firefox 3.6
  - add debian/patches/lp522535_fix_content_overlay.patch
  - update debian/patches/series

29. By Alexander Sack

New upstream beta release 0.9b1:
* release 0.9b1
* use lucid for getHelpUrl and translateUrl
  - update content/overlay.js
* point pfs urls to 10.04 DB by default
  - update defaults/preferences/ubufox-pfs.js
* enable i386 and amd64 for 10.04 release
  - update pfs/db/recreatedb.sh
* add lucid (10.04) to pfs db code and configs
  - add pfs/db/sources.list.10.04
  - update pfs/db/recreatedb.sh
* update ubufox.properties for all locales to point to 1004 release notes
  - update locale/*/ubufox.properties
* switch to Yahoo as default searchengine for en-US (and for all langs that
  dont ship their own ubufox-search.properties
  - add locale/en-US/ubufox-search.properties
  - update defaults/preferences/ubuntu-mods.js
* rename aboutHome.js class to AboutHome (from AboutCertError)
  - update components/aboutHome.js
* use current search engine to guess online URL for sensitive search plugin
  - update components/aboutHome.js
* move online page to 10.04 by default
  - update components/aboutHome.js
* fix firefox 3.0 not having a browser.offline pref set until online status changes for first time
  - update components/aboutHome.js
* LP: #455474 - Start page can access chrome with JavaScript; we
  move default homepage from chrome//... to a new about:home handler
  - delete content/startpage.html
  - add components/aboutHome.js
  - update locale/*/ubufox.properties

(cherry pick rev 199 from lp:ubufox)
* set Yahoo as browser.search.order.1 and Google as .2

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

Branch metadata

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

Subscribers