[Pkg-mozext-commits] [mozilla-password-editor] 05/07: update upstream changelog to go beyond the first page of entries

Ximin Luo infinity0 at pwned.gg
Tue Dec 23 16:09:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

infinity0-guest pushed a commit to branch master
in repository mozilla-password-editor.

commit b9098b335f136701b0768d67da3bbafb3f646884
Author: Ximin Luo <infinity0 at pwned.gg>
Date:   Tue Dec 23 13:24:17 2014 +0100

    update upstream changelog to go beyond the first page of entries
---
 debian/changelog                                   |   1 +
 debian/rules                                       |   4 +-
 debian/upstream/changelog                          | 490 +++++++++++++++++++++
 .../changelog.html}                                | 169 ++++---
 4 files changed, 594 insertions(+), 70 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 33420a2..d3cdf4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mozilla-password-editor (2.8.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update watch file.
+  * Update upstream changelog.
 
  -- Ximin Luo <infinity0 at pwned.gg>  Tue, 23 Dec 2014 13:19:59 +0100
 
diff --git a/debian/rules b/debian/rules
index c3e1193..e3037c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ override_dh_auto_install:
 	install-xpi -x LICENSE.txt xul-ext-password-editor.xpi
 
 override_dh_installchangelogs:
-	dh_installchangelogs debian/changelog.upstream
+	dh_installchangelogs debian/upstream/changelog.html debian/upstream/changelog
 
 .PHONY: get-orig-changelog
 get-orig-changelog:
-	amo-changelog saved-password-editor > debian/changelog.upstream
+	amo-changelog -p rst saved-password-editor
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
new file mode 100644
index 0000000..4064443
--- /dev/null
+++ b/debian/upstream/changelog
@@ -0,0 +1,490 @@
+Saved Password Editor 2.8.1 - November 10, 2014
+-----------------------------------------------
+
+| Fixed bug with "Save login info" context menu item, where a non-URL form
+  action (such as "javascript:") leads to a JavaScript error. This was because
+  the code assumed the action is a valid URL when looking at the results of a
+  regular expression evaluation.
+|  
+| This is fixed by setting a value of "javascript:", as a special case for
+  actions with that scheme (as the Password Manager itself seems to do), and
+  checking that the regexp returns non-null in other cases; otherwise, the form
+  is rejected. I implemented this for the "Guess from current page" button as
+  well.
+
+Saved Password Editor 2.8 - October 25, 2014
+--------------------------------------------
+
+-  Catch exceptions from password manager modifyLogin() and display as popups,
+   as exceptions are from other similar calls.
+-  Improvements to editor data validation and error prevention:
+
+   -  Validate Host field as well as Submit prefix or Annotation (depending on
+      login type) to make sure they are not empty when about to add or modify
+      it; if one of these is empty, display an appropriate popup error, and
+      refuse to proceed.
+   -  When multi-editing, disable the Submit prefix and/or Annotation fields,
+      depending on what types of logins are being edited, in order to prevent
+      duplicates that would arise by setting those fields.
+
+Saved Password Editor 2.7.3 - September 11, 2014
+------------------------------------------------
+
+New locale: it. Thanks to Leopoldo Saggin.
+
+Saved Password Editor 2.7.2 - January 25, 2014
+----------------------------------------------
+
+-  Updated toolbar button to better integrate with Australis UI.
+-  Updated all references to my email address.
+
+Saved Password Editor 2.7.1 - September 21, 2013
+------------------------------------------------
+
+-  Update locales.
+-  Toolbar button auto-add for some windows (once only, of course, and being
+   careful not to move the button if it's already in a toolbar).
+
+Saved Password Editor 2.7 - January 31, 2013
+--------------------------------------------
+
+-  Added option to select and scroll to a login in the Saved Passwords list
+   when it's first opened.
+-  Combined "other" type into "annotated" type in editor.
+-  The editor now allows editing any combination of logins regardless of their
+   types; the "Type" section is now removed when editing multiple logins to
+   reflect this fact.
+-  Simplified install manifest to list translators for each locale only under
+   their own locales. That saves quite a few KiB in size.
+-  Improved look of menu-button in Saved Passwords for Windows and Mac OS X.
+   Thanks to Robert Janc for assistance with the Mac part.
+
+Saved Password Editor 2.7pre1 - January 23, 2013
+------------------------------------------------
+
+-  Added option to select and scroll to a login in the Saved Passwords list
+   when it's first opened.
+-  Combined "other" type into "annotated" type in editor.
+-  The editor now allows editing any combination of logins regardless of their
+   types; the "Type" section is now removed when editing multiple logins to
+   reflect this fact.
+-  Simplified install manifest to list translators for each locale only under
+   their own locales. That saves quite a few KiB in size.
+-  Improved look of menu-button in Saved Passwords for Windows and Mac OS X.
+   Thanks to Robert Janc for assistance with the Mac part.
+
+Saved Password Editor 2.6.4 - October 29, 2012
+----------------------------------------------
+
+-  Correct error in pl locale.
+-  Correct usage of window-global variable no longer present in Saved Passwords
+   as of 18.0a2 or so.
+
+Saved Password Editor 2.6.3 - July 21, 2012
+-------------------------------------------
+
+Fixed bug in form guessing logic that caused an error with no "type" attribute.
+
+Saved Password Editor 2.6.2 - May 1, 2012
+-----------------------------------------
+
+Fix bug in recognizing annotated type in multi-edit.
+
+Saved Password Editor 2.6.1 - April 17, 2012
+--------------------------------------------
+
+Fixed overzealousness which caused "Firefox" menu item to be in the wrong
+place.
+
+Saved Password Editor 2.6 - April 14, 2012
+------------------------------------------
+
+-  Changed presentation of editor dialog: now all possible fields are visible
+   at all times; the ones that don't pertain to the current login type are
+   disabled. This allowed me to make the window non-resizable and stop
+   persisting the dimensions, which should eliminate problems with the window
+   being too small because the contents have become larger.
+-  Added feature to rename "Saved Passwords" menu item for those who want to
+   make it less obvious.
+-  Added option to always show passwords, including in the Saved Passwords
+   dialog. Unfortunately, there is a dilemma regarding the master password
+   prompt: if I prompt for it, there is a possibility it has already been
+   prompted for immediately before; if I don't prompt for it, it probably won't
+   get prompted for at all except the first time the dialog shows during a
+   session. I leave it to the user to decide which is less undesirable but err
+   on the side of caution for the default.
+-  Made detection of login form field types case-insensitive.
+
+Saved Password Editor 2.6pre1 - March 31, 2012
+----------------------------------------------
+
+-  Changed presentation of editor dialog: now all possible fields are visible
+   at all times; the ones that don't pertain to the current login type are
+   disabled. This allowed me to make the window non-resizable and stop
+   persisting the dimensions, which should eliminate problems with the window
+   being too small because the contents have become larger.
+-  Added feature to rename "Saved Passwords" menu item for those who want to
+   make it less obvious.
+-  Added option to always show passwords, including in the Saved Passwords
+   dialog. Unfortunately, there is a dilemma regarding the master password
+   prompt: if I prompt for it, there is a possibility it has already been
+   prompted for immediately before; if I don't prompt for it, it probably won't
+   get prompted for at all except the first time the dialog shows during a
+   session. I leave it to the user to decide which is less undesirable but err
+   on the side of caution for the default.
+
+Saved Password Editor 2.5.1 - March 22, 2012
+--------------------------------------------
+
+-  New translator for bg: pl99.
+-  Now allowing web form logins for Thunderbird.
+-  Removed Password Tags integration from editor window. There are issues
+   regarding the API as well as concurrent database access that I need to work
+   out; once I do, I might bring this back.
+
+Saved Password Editor 2.5 - January 18, 2012
+--------------------------------------------
+
+Changes from 2.2.6:
+
+-  Added page context menu items for manipulating logins associated with a web
+   form directly. These are made to work very similarly to those in Mobile
+   Saved Password Editor.
+-  Renamed "HTTP authentication" login type to "Annotated" while making it work
+   with non-HTTP authentication logins (an example being Sync). Accordingly, I
+   also renamed the "HTTP realm" field to "Annotation".
+-  Rearranged icon files so all are in the skin directory; packed the 29px,
+   24px, 19px, and 16px icons into a single file for use with the
+   "-moz-image-region" style rule. The 32px and 64px ones must exist as
+   individual files since they are referenced from places that don't accept
+   icon-set images.
+-  Converted first-run component to a module. This solves the problem of
+   unreliable behavior in opening a new tab, since I can now use an overlay to
+   import the module on window load. The module runs once on application
+   startup and leaves no objects where it is imported.
+-  Updated welcome page to mention the new commands in the context menu.
+-  Improvements to editor window:
+
+   -  Minimized use of XPath.
+   -  Loosened form matching logic: no longer requires name attributes.
+   -  Handling of show/hide now focuses the newly-visible button for better
+      accessibility.
+
+Saved Password Editor 2.5pre3 - January 12, 2012
+------------------------------------------------
+
+-  Attempting to optimize first-run module.
+-  Added some updated locales.
+
+Saved Password Editor 2.5pre2 - January 10, 2012
+------------------------------------------------
+
+Improvements to editor window:
+
+-  Minimized use of XPath.
+-  Loosened form matching logic: no longer requires name attributes.
+-  Handling of show/hide now focuses the newly-visible button for better
+   accessibility.
+
+Saved Password Editor 2.5pre1 - January 4, 2012
+-----------------------------------------------
+
+-  Added page context menu items for manipulating logins associated with a web
+   form directly. These are made to work very similarly to those in Mobile
+   Saved Password Editor.
+-  Renamed "HTTP authentication" login type to "Annotated" while making it work
+   with non-HTTP authentication logins (an example being Sync). Accordingly, I
+   also renamed the "HTTP realm" field to "Annotation".
+-  Rearranged icon files so all are in the skin directory; packed the 29px,
+   24px, 19px, and 16px icons into a single file for use with the
+   "-moz-image-region" style rule. The 32px and 64px ones must exist as
+   individual files since they are referenced from places that don't accept
+   icon-set images.
+-  Converted first-run component to a module. This solves the problem of
+   unreliable behavior in opening a new tab, since I can now use an overlay to
+   import the module on window load. The module runs once on application
+   startup and leaves no objects where it is imported.
+-  Updated welcome page to mention the new commands in the context menu.
+
+Saved Password Editor 2.2.6 - December 2, 2011
+----------------------------------------------
+
+-  Moved Master Password prompt to after the editor window is already
+   displayed, in an attempt to resolve reported issue with the prompt appearing
+   behind the Saved Passwords window on recent Firefox under Windows 7.
+-  Split Show/Hide button into two separate buttons, in order to get rid of
+   redundant strings in locale properties files.
+-  Split locale files into window-specific files.
+-  fi: Jiipee (BabelZilla)
+
+Saved Password Editor 2.2.5 - September 26, 2011
+------------------------------------------------
+
+-  Updated pt-BR, pt-PT, and zh-TW locales.
+-  Updated compatibility for Conkeror.
+
+Saved Password Editor 2.2.3 - September 8, 2011
+-----------------------------------------------
+
+-  Renamed references to Firefox menu (Windows and Linux) to be less obscure.
+-  Updated welcome page text to better reflect reality (e.g. context menu).
+-  Increased welcome page delay timer from 3000 to 3500.
+-  Switched to using 32px icon as small add-on icon, only as icon.png (removed
+   <iconURL> element in install.rdf). Switched to using 64px icon in welcome
+   page. Deleted 32px and 48px icons from skin directory, as they are no longer
+   being used.
+-  Deleted chrome/icons, since those icons are not used much.
+-  Ran remaining icons through pngcrush to reduce their size.
+-  Fixed another bug related to SeaMonkey Data Manager.
+-  el: George Malamas "Grg68" (BabelZilla)
+
+Saved Password Editor 2.2.1 - August 12, 2011
+---------------------------------------------
+
+-  Updated eo locale
+-  hsb-DE: milupo (BabelZilla)
+
+Saved Password Editor 2.2 - August 4, 2011
+------------------------------------------
+
+-  Changed password editor window to not ask for Master Password for an
+   initially shown password if passwords are already being displayed in the
+   Saved Passwords list.
+-  Added option to have password in editor window be shown if and only if
+   passwords are being shown in the Saved Passwords list.
+-  New feature: when using "Guess from current page", in case there is more
+   than one suitable login form, allow the user to select among them using
+   buttons next to the "Guess" button.
+-  Made guessing work with XHTML (application/xhtml+xml).
+-  Added tooltip to menu items.
+
+Saved Password Editor 2.1.1 - July 25, 2011
+-------------------------------------------
+
+Oops, Object.create() doesn't work before Fx 4.0 and equivalents. Fix.
+
+Saved Password Editor 2.1 - June 29, 2011
+-----------------------------------------
+
+-  New feature: multiple selections now allowed for editing. Useful if, for
+   instance, you have similar credentials on many sites, or many accounts on
+   one site, and you need to change them *en masse*.
+    
+   All of the selected logins must be of the same type (web form, HTTP, other).
+   Fields that differ among the selections are represented by a light
+   checkerboard pattern, indicating an indeterminate value. Anything entered in
+   any of the fields is written to all selected logins, but fields left
+   indeterminate are not changed.
+    
+   Note that the Tags field (convenience for those with `Password
+   Tags <https://addons.mozilla.org/addon/password-categories/>`__ installed)
+   doesn't behave in the above way and in fact is turned off when editing
+   multiple logins.
+-  eo: milupo (BabelZilla)
+
+Saved Password Editor 2.0.6 - April 8, 2011
+-------------------------------------------
+
+-  Modified form matching for password editor: now requires username and
+   password fields to have non-empty name attributes. For the future: implement
+   a way for all forms considered valid to be offered to user, in case there
+   are multiple login forms on the page.
+-  Fixed glitch in menu-button behavior, where it would not revert to "new"
+   state for non-singular selections after the editor dialog was cancelled.
+-  zh-CN: `yfdyh000 <mailto:yfdyh000 at gmail.com>`__ (BabelZilla)
+
+Saved Password Editor 2.0.5 - March 8, 2011
+-------------------------------------------
+
+-  Fixed bug introduced in 2.0.3 making menu-button default behave incorrectly.
+-  Now preserves password selection (except with "New" command) and scroll
+   position when adding/editing/cloning a password.
+
+Saved Password Editor 2.0.4 - February 28, 2011
+-----------------------------------------------
+
+2.0.4:
+
+-  Now works with SeaMonkey's new Data Manager (my own menu item and toolbar
+   button still access the toolkit dialog).
+
+| 
+| 2.0.3:
+
+-  Fixed: list wasn't being updated after editing password if list was
+   filtered.
+-  "Category" now changed to "Tags" to match renaming of *Password Categories*
+   add-on to *Password Tags*.
+-  id-ID: XCen (BabelZilla)
+
+Saved Password Editor 2.0.2 - January 29, 2011
+----------------------------------------------
+
+Fixed syntax error in pt-PT and zh-CN locale files that caused the add-on to be
+unusable.
+
+Saved Password Editor 2.0.1 - January 4, 2011
+---------------------------------------------
+
+-  pl: Marcin Borowczyk "MarcinB" (BabelZilla)
+-  Fixed bug in form guessing algorithm, causing it to not check documents in
+   frames as it should.
+-  Fixed console error caused by assuming existence of Windows app menu on all
+   platforms.
+-  Fixed context menu items in password manager to work on pre-Firefox 4.0
+-  Added support for `Spicebird <http://www.spicebird.com/>`__
+
+Saved Password Editor 2.0 - December 28, 2010
+---------------------------------------------
+
+-  Now fully compatible with `Conkeror <http://conkeror.org/>`__ (and probably
+   some other apps)
+-  Added menu item to app menu (Fx 4.0/Windows)
+-  Individual buttons in password manager changed to an intelligent menu-button
+-  Option to always show passwords on opening editor dialog, or remember state
+-  Now asks for master password only if a password is about to be shown
+-  Interacts with `Password
+   Categories <https://addons.mozilla.org/addon/261958/>`__ add-on (if present)
+   to provide an extra place to edit category names
+-  New button icon and logo provided by
+   `PlastikManiac <http://plastikmaniac.deviantart.com/>`__
+-  sr: DakSrbija (BabelZilla)
+-  sv-SE: Mikael Hiort af Ornäs "Lakrits" (BabelZilla)
+-  tr-TR: Anil Kilic - `www.guncem.net <http://www.guncem.net/>`__ "ua\_anil",
+   nikneyim (BabelZilla)
+
+Saved Password Editor 1.5.4 - December 3, 2010
+----------------------------------------------
+
+-  Fixed to actually require master password when editing, instead of showing
+   the editor anyway when "cancel" clicked.
+-  Compatibility info updated.
+
+Saved Password Editor 1.5.3 - July 24, 2010
+-------------------------------------------
+
+-  Updated for Fx 4.0 compatibility (tested with 4.0b3pre).
+-  Fixed typo creating syntax error in es-ES locale, which made all the
+   add-on's widgets disappear (my own fault).
+
+Saved Password Editor 1.5.2 - July 22, 2010
+-------------------------------------------
+
+Updated es-ES, now that I received translations from Rivica.
+
+Saved Password Editor 1.5.1 - June 30, 2010
+-------------------------------------------
+
+-  Removed unnecessary typelib for component.
+-  Fixed typo in Japanese (ja) localization.
+-  "Guess from current page" now copies username and password fields only if
+   password field is non-empty (makes "Clone" function more useful).
+
+Saved Password Editor 1.5 - June 7, 2010
+----------------------------------------
+
+-  bg-BG: ExaFlop (BabelZilla).
+-  ja: Masahiko Imanaka (BabelZilla).
+-  Added option to turn Tools menu item on and off to add-on
+   options/preferences dialog (pref itself was available as of 1.1.7).
+-  Added command to "clone" a login in the password manager (i.e. create a new
+   login, but with fields pre-filled from another login), useful if you need to
+   create a lot of similar logins. Appearance of command is configurable in
+   options/preferences.
+-  Moved first-run code into a component.
+-  Welcome page now appears in Thunderbird (in a tab). Still nothing for
+   Sunbird; I'd probably need to open a window.
+
+Saved Password Editor 1.1.8 - May 25, 2010
+------------------------------------------
+
+-  Made password editor text boxes take up all width not taken by other
+   elements, so form fills window horizontally.
+-  sr (Serbian/Српски): Charmed94 (BabelZilla).
+
+Saved Password Editor 1.1.7 - May 20, 2010
+------------------------------------------
+
+-  Fixed: Saved Passwords dialog was non-resizable when opened through toolbar
+   button or menu item.
+-  pt-PT (Portuguese-Portugal/português-Portugal): Carlos Simão "lloco"
+   (BabelZilla).
+-  Made it possible to hide "Saved Passwords" menu item, using preference
+   **extensions.savedpasswordeditor.display\_menuitem**. Not included in
+   preferences dialog yet.
+
+Saved Password Editor 1.1.6 - April 12, 2010
+--------------------------------------------
+
+-  zh-TW (Chinese-Taiwain/漢語-臺灣; Traditional Chinese/正體字): Velociraptor
+   (BabelZilla).
+-  Improved guessing code (input fields with no 'type' attribute now recognized
+   as text type) and simplified.
+
+Saved Password Editor 1.1.5 - April 4, 2010
+-------------------------------------------
+
+| 1.1.5:
+|  
+| vi (Vietnamese/tiếng Việt): Nguyễn Hoàng Long at timelinelive.blogspot.com
+  "longnh" (BabelZilla).
+|  
+| 1.1.4:
+|  
+| Added support for Flock.
+
+Saved Password Editor 1.1.3 - March 18, 2010
+--------------------------------------------
+
+| Bugfix: Editor window is now explicitly resizable, which means it's resizable
+  on Windows.
+|  
+| Also added German description to install manifest.
+
+Saved Password Editor 1.1.2 - March 9, 2010
+-------------------------------------------
+
+| 1.1.2: Expanded guessing logic to consider (i)frames
+|  
+| 1.1.1: Added locales courtesy of the wonderful translators of BabelZilla:
+
+-  de-DE (German-Germany/Deutsch-Deutschland): /usr/bin/tux
+-  fr (French/Français): Goofy
+-  hu (Hungarian/Magyar): MIKES KASZMÁN István "Cashman"
+-  nl (Dutch/Nederlands): markh
+-  pt-BR (Portuguese-Brazil/Português-Brasil): Edgard Dias Magalhaes
+   "edgard.magalhaes"
+-  ru (Russian): Пирятинский Виталий (Pyryatynsky Vitaly) "PiVV"
+-  zh-CN (Chinese-China/中文-中国; simplified Chinese/简体字): Loviny
+
+Saved Password Editor 1.1 - February 11, 2010
+---------------------------------------------
+
+1.1:
+
+-  Expanded compatibility to SeaMonkey (2.0+), Thunderbird (3.0+), and Sunbird
+   (1.0+).
+-  Made welcome page display more reliably.
+-  Prepared welcome page for right-to-left scripts.
+-  Added "Saved Passwords" command to Tools menu.
+
+Saved Password Editor 1.0.1 - February 6, 2010
+----------------------------------------------
+
+1.0.1:
+
+-  New locale: es-ES, thanks to Ricardo A. Rivas (Rivica at gmail dot com)
+
+1.0:
+
+-  Now optionally forces login on every edit (when master password is present).
+-  Added first-run welcome page, based on stored add-on version.
+-  Added toolbar button for quick access to the Saved Passwords dialog.
+-  Added add-on icon.
+
+Saved Password Editor 0.4 - January 23, 2010
+--------------------------------------------
+
+-  Added a Show/Hide button for the password field; the field now hides the
+   password by default.
+
diff --git a/debian/changelog.upstream b/debian/upstream/changelog.html
similarity index 52%
rename from debian/changelog.upstream
rename to debian/upstream/changelog.html
index 934bea8..0f6c257 100644
--- a/debian/changelog.upstream
+++ b/debian/upstream/changelog.html
@@ -1,125 +1,158 @@
-Saved Password Editor 2.7.3 - September 11, 2014
-================================================
+<html>
+<head><title>Saved Password Editor Version History</title></head>
+<body>
+
+<h2>Saved Password Editor 2.8.1 - November 10, 2014</h2>
+Fixed bug with "Save login info" context menu item, where a non-URL form action (such as "javascript:") leads to a JavaScript error. This was because the code assumed the action is a valid URL when looking at the results of a regular expression evaluation.
+<br/> 
+<br/>This is fixed by setting a value of "javascript:", as a special case for actions with that scheme (as the Password Manager itself seems to do), and checking that the regexp returns non-null in other cases; otherwise, the form is rejected. I implemented this for the "Guess from current page" button as well.
+
+<h2>Saved Password Editor 2.8 - October 25, 2014</h2>
+<ul><li>Catch exceptions from password manager modifyLogin() and display as popups, as exceptions are from other similar calls.</li><li>Improvements to editor data validation and error prevention:<ul><li>Validate Host field as well as Submit prefix or Annotation (depending on login type) to make sure they are not empty when about to add or modify it; if one of these is empty, display an appropriate popup error, and refuse to proceed.</li><li>When multi-editing, disable the Submit prefix  [...]
+
+<h2>Saved Password Editor 2.7.3 - September 11, 2014</h2>
 New locale: it. Thanks to Leopoldo Saggin.
 
-Saved Password Editor 2.7.2 - January 25, 2014
-==============================================
+<h2>Saved Password Editor 2.7.2 - January 25, 2014</h2>
 <ul><li>Updated toolbar button to better integrate with Australis UI.</li><li>Updated all references to my email address.</li></ul>
 
-Saved Password Editor 2.7.1 - September 21, 2013
-================================================
+<h2>Saved Password Editor 2.7.1 - September 21, 2013</h2>
 <ul><li>Update locales.</li><li>Toolbar button auto-add for some windows (once only, of course, and being careful not to move the button if it's already in a toolbar).</li></ul>
 
-Saved Password Editor 2.7 - January 31, 2013
-============================================
+<h2>Saved Password Editor 2.7 - January 31, 2013</h2>
 <ul><li>Added option to select and scroll to a login in the Saved Passwords list when it's first opened.</li><li>Combined "other" type into "annotated" type in editor.</li><li>The editor now allows editing any combination of logins regardless of their types; the "Type" section is now removed when editing multiple logins to reflect this fact.</li><li>Simplified install manifest to list translators for each locale only under their own locales. That saves quite a few KiB in size.</li><li>Im [...]
 
-Saved Password Editor 2.7pre1 - January 23, 2013
-================================================
+<h2>Saved Password Editor 2.7pre1 - January 23, 2013</h2>
 <ul><li>Added option to select and scroll to a login in the Saved Passwords list when it's first opened.</li><li>Combined "other" type into "annotated" type in editor.</li><li>The editor now allows editing any combination of logins regardless of their types; the "Type" section is now removed when editing multiple logins to reflect this fact.</li><li>Simplified install manifest to list translators for each locale only under their own locales. That saves quite a few KiB in size.</li><li>Im [...]
 
-Saved Password Editor 2.6.4 - October 29, 2012
-==============================================
+<h2>Saved Password Editor 2.6.4 - October 29, 2012</h2>
 <ul><li>Correct error in pl locale.</li><li>Correct usage of window-global variable no longer present in Saved Passwords as of 18.0a2 or so.</li></ul>
 
-Saved Password Editor 2.6.3 - July 21, 2012
-===========================================
+<h2>Saved Password Editor 2.6.3 - July 21, 2012</h2>
 Fixed bug in form guessing logic that caused an error with no "type" attribute.
 
-Saved Password Editor 2.6.2 - May  1, 2012
-==========================================
+<h2>Saved Password Editor 2.6.2 - May  1, 2012</h2>
 Fix bug in recognizing annotated type in multi-edit.
 
-Saved Password Editor 2.6.1 - April 17, 2012
-============================================
+<h2>Saved Password Editor 2.6.1 - April 17, 2012</h2>
 Fixed overzealousness which caused "Firefox" menu item to be in the wrong place.
 
-Saved Password Editor 2.6 - April 14, 2012
-==========================================
+<h2>Saved Password Editor 2.6 - April 14, 2012</h2>
 <ul><li>Changed presentation of editor dialog: now all possible fields are visible at all times; the ones that don't pertain to the current login type are disabled. This allowed me to make the window non-resizable and stop persisting the dimensions, which should eliminate problems with the window being too small because the contents have become larger.</li><li>Added feature to rename "Saved Passwords" menu item for those who want to make it less obvious. </li><li>Added option to always s [...]
 
-Saved Password Editor 2.6pre1 - March 31, 2012
-==============================================
+<h2>Saved Password Editor 2.6pre1 - March 31, 2012</h2>
 <ul><li>Changed presentation of editor dialog: now all possible fields are visible at all times; the ones that don't pertain to the current login type are disabled. This allowed me to make the window non-resizable and stop persisting the dimensions, which should eliminate problems with the window being too small because the contents have become larger.</li><li>Added feature to rename "Saved Passwords" menu item for those who want to make it less obvious.</li><li>Added option to always sh [...]
 
-Saved Password Editor 2.5.1 - March 22, 2012
-============================================
+<h2>Saved Password Editor 2.5.1 - March 22, 2012</h2>
 <ul><li>New translator for bg: pl99.</li><li>Now allowing web form logins for Thunderbird.</li><li>Removed Password Tags integration from editor window. There are issues regarding the API as well as concurrent database access that I need to work out; once I do, I might bring this back.</li></ul>
 
-Saved Password Editor 2.5 - January 18, 2012
-============================================
+<h2>Saved Password Editor 2.5 - January 18, 2012</h2>
 Changes from 2.2.6:<ul><li>Added page context menu items for manipulating logins associated with a web form directly. These are made to work very similarly to those in Mobile Saved Password Editor.</li><li>Renamed "HTTP authentication" login type to "Annotated" while making it work with non-HTTP authentication logins (an example being Sync). Accordingly, I also renamed the "HTTP realm" field to "Annotation".</li><li>Rearranged icon files so all are in the skin directory; packed the 29px, [...]
 
-Saved Password Editor 2.5pre3 - January 12, 2012
-================================================
+<h2>Saved Password Editor 2.5pre3 - January 12, 2012</h2>
 <ul><li>Attempting to optimize first-run module.</li><li>Added some updated locales.</li></ul>
 
-Saved Password Editor 2.5pre2 - January 10, 2012
-================================================
+<h2>Saved Password Editor 2.5pre2 - January 10, 2012</h2>
 Improvements to editor window:<ul><li>Minimized use of XPath.</li><li>Loosened form matching logic: no longer requires name attributes.</li><li>Handling of show/hide now focuses the newly-visible button for better accessibility.</li></ul>
 
-Saved Password Editor 2.5pre1 - January  4, 2012
-================================================
+<h2>Saved Password Editor 2.5pre1 - January  4, 2012</h2>
 <ul><li>Added page context menu items for manipulating logins associated with a web form directly. These are made to work very similarly to those in Mobile Saved Password Editor.</li><li>Renamed "HTTP authentication" login type to "Annotated" while making it work with non-HTTP authentication logins (an example being Sync). Accordingly, I also renamed the "HTTP realm" field to "Annotation".</li><li>Rearranged icon files so all are in the skin directory; packed the 29px, 24px, 19px, and 16 [...]
 
-Saved Password Editor 2.2.6 - December  2, 2011
-===============================================
+<h2>Saved Password Editor 2.2.6 - December  2, 2011</h2>
 <ul><li>Moved Master Password prompt to after the editor window is already displayed, in an attempt to resolve reported issue with the prompt appearing behind the Saved Passwords window on recent Firefox under Windows 7.</li><li>Split Show/Hide button into two separate buttons, in order to get rid of redundant strings in locale properties files.</li><li>Split locale files into window-specific files.</li><li>fi: Jiipee (BabelZilla)</li></ul>
 
-Saved Password Editor 2.2.5 - September 26, 2011
-================================================
+<h2>Saved Password Editor 2.2.5 - September 26, 2011</h2>
 <ul><li>Updated pt-BR, pt-PT, and zh-TW locales.</li><li>Updated compatibility for Conkeror.</li></ul>
 
-Saved Password Editor 2.2.3 - September  8, 2011
-================================================
+<h2>Saved Password Editor 2.2.3 - September  8, 2011</h2>
 <ul><li>Renamed references to Firefox menu (Windows and Linux) to be less obscure.</li><li>Updated welcome page text to better reflect reality (e.g. context menu).</li><li>Increased welcome page delay timer from 3000 to 3500.</li><li>Switched to using 32px icon as small add-on icon, only as icon.png (removed <iconURL> element in install.rdf). Switched to using 64px icon in welcome page. Deleted 32px and 48px icons from skin directory, as they are no longer being used.</li><li>Delet [...]
 
-Saved Password Editor 2.2.1 - August 12, 2011
-=============================================
+<h2>Saved Password Editor 2.2.1 - August 12, 2011</h2>
 <ul><li>Updated eo locale</li><li>hsb-DE: milupo (BabelZilla)</li></ul>
 
-Saved Password Editor 2.2 - August  4, 2011
-===========================================
+<h2>Saved Password Editor 2.2 - August  4, 2011</h2>
 <ul><li>Changed password editor window to not ask for Master Password for an initially shown password if passwords are already being displayed in the Saved Passwords list.</li><li>Added option to have password in editor window be shown if and only if passwords are being shown in the Saved Passwords list.</li><li>New feature: when using "Guess from current page", in case there is more than one suitable login form, allow the user to select among them using buttons next to the "Guess" butto [...]
 
-Saved Password Editor 2.1.1 - July 25, 2011
-===========================================
+<h2>Saved Password Editor 2.1.1 - July 25, 2011</h2>
 Oops, Object.create() doesn't work before Fx 4.0 and equivalents. Fix.
 
-Saved Password Editor 2.1 - June 29, 2011
-=========================================
+<h2>Saved Password Editor 2.1 - June 29, 2011</h2>
 <ul><li>New feature: multiple selections now allowed for editing. Useful if, for instance, you have similar credentials on many sites, or many accounts on one site, and you need to change them <i>en masse</i>.
+<br/> 
+<br/>All of the selected logins must be of the same type (web form, HTTP, other). Fields that differ among the selections are represented by a light checkerboard pattern, indicating an indeterminate value. Anything entered in any of the fields is written to all selected logins, but fields left indeterminate are not changed.
+<br/> 
+<br/>Note that the Tags field (convenience for those with <a href="https://addons.mozilla.org/addon/password-categories/" rel="nofollow">Password Tags</a> installed) doesn't behave in the above way and in fact is turned off when editing multiple logins.</li><li>eo: milupo (BabelZilla)</li></ul>
 
-All of the selected logins must be of the same type (web form, HTTP, other). Fields that differ among the selections are represented by a light checkerboard pattern, indicating an indeterminate value. Anything entered in any of the fields is written to all selected logins, but fields left indeterminate are not changed.
-
-Note that the Tags field (convenience for those with <a href="http://outgoing.mozilla.org/v1/ea30db87dd04828f8ecd0c4559a94885f1983720/https%3A//addons.mozilla.org/addon/password-categories/" rel="nofollow">Password Tags</a> installed) doesn't behave in the above way and in fact is turned off when editing multiple logins.</li><li>eo: milupo (BabelZilla)</li></ul>
-
-Saved Password Editor 2.0.6 - April  8, 2011
-============================================
-<ul><li>Modified form matching for password editor: now requires username and password fields to have non-empty name attributes. For the future: implement a way for all forms considered valid to be offered to user, in case there are multiple login forms on the page.</li><li>Fixed glitch in menu-button behavior, where it would not revert to "new" state for non-singular selections after the editor dialog was cancelled.</li><li>zh-CN: <a href="http://outgoing.mozilla.org/v1/4a98581240296884 [...]
+<h2>Saved Password Editor 2.0.6 - April  8, 2011</h2>
+<ul><li>Modified form matching for password editor: now requires username and password fields to have non-empty name attributes. For the future: implement a way for all forms considered valid to be offered to user, in case there are multiple login forms on the page.</li><li>Fixed glitch in menu-button behavior, where it would not revert to "new" state for non-singular selections after the editor dialog was cancelled.</li><li>zh-CN: <a href="mailto:yfdyh000 at gmail.com" rel="nofollow">yfdyh [...]
 
-Saved Password Editor 2.0.5 - March  8, 2011
-============================================
+<h2>Saved Password Editor 2.0.5 - March  8, 2011</h2>
 <ul><li>Fixed bug introduced in 2.0.3 making menu-button default behave incorrectly.</li><li>Now preserves password selection (except with "New" command) and scroll position when adding/editing/cloning a password.</li></ul>
 
-Saved Password Editor 2.0.4 - February 28, 2011
-===============================================
+<h2>Saved Password Editor 2.0.4 - February 28, 2011</h2>
 2.0.4:<ul><li>Now works with SeaMonkey's new Data Manager (my own menu item and toolbar button still access the toolkit dialog).</li></ul>
-2.0.3:<ul><li>Fixed: list wasn't being updated after editing password if list was filtered.</li><li>"Category" now changed to "Tags" to match renaming of <i>Password Categories</i> add-on to <i>Password Tags</i>.</li><li>id-ID: XCen (BabelZilla)</li></ul>
+<br/>2.0.3:<ul><li>Fixed: list wasn't being updated after editing password if list was filtered.</li><li>"Category" now changed to "Tags" to match renaming of <i>Password Categories</i> add-on to <i>Password Tags</i>.</li><li>id-ID: XCen (BabelZilla)</li></ul>
 
-Saved Password Editor 2.0.2 - January 29, 2011
-==============================================
+<h2>Saved Password Editor 2.0.2 - January 29, 2011</h2>
 Fixed syntax error in pt-PT and zh-CN locale files that caused the add-on to be unusable.
 
-Saved Password Editor 2.0.1 - January  4, 2011
-==============================================
-<ul><li>pl: Marcin Borowczyk "MarcinB" (BabelZilla)</li><li>Fixed bug in form guessing algorithm, causing it to not check documents in frames as it should.</li><li>Fixed console error caused by assuming existence of Windows app menu on all platforms.</li><li>Fixed context menu items in password manager to work on pre-Firefox 4.0</li><li>Added support for <a href="http://outgoing.mozilla.org/v1/6276e740fa83ebe96962c1054e8ec9676bec92e2/http%3A//www.spicebird.com/" rel="nofollow">Spicebird< [...]
+<h2>Saved Password Editor 2.0.1 - January  4, 2011</h2>
+<ul><li>pl: Marcin Borowczyk "MarcinB" (BabelZilla)</li><li>Fixed bug in form guessing algorithm, causing it to not check documents in frames as it should.</li><li>Fixed console error caused by assuming existence of Windows app menu on all platforms.</li><li>Fixed context menu items in password manager to work on pre-Firefox 4.0</li><li>Added support for <a href="http://www.spicebird.com/" rel="nofollow">Spicebird</a></li></ul>
 
-Saved Password Editor 2.0 - December 28, 2010
-=============================================
-<ul><li>Now fully compatible with <a href="http://outgoing.mozilla.org/v1/53b8324deaacd69ab7930fc63bbd9826d1d60815/http%3A//conkeror.org/">Conkeror</a> (and probably some other apps)</li><li>Added menu item to app menu (Fx 4.0/Windows)</li><li>Individual buttons in password manager changed to an intelligent menu-button</li><li>Option to always show passwords on opening editor dialog, or remember state</li><li>Now asks for master password only if a password is about to be shown</li><li>In [...]
+<h2>Saved Password Editor 2.0 - December 28, 2010</h2>
+<ul><li>Now fully compatible with <a href="http://conkeror.org/">Conkeror</a> (and probably some other apps)</li><li>Added menu item to app menu (Fx 4.0/Windows)</li><li>Individual buttons in password manager changed to an intelligent menu-button</li><li>Option to always show passwords on opening editor dialog, or remember state</li><li>Now asks for master password only if a password is about to be shown</li><li>Interacts with <a href="https://addons.mozilla.org/addon/261958/">Password C [...]
 
-Saved Password Editor 1.5.4 - December  3, 2010
-===============================================
+<h2>Saved Password Editor 1.5.4 - December  3, 2010</h2>
 <ul><li>Fixed to actually require master password when editing, instead of showing the editor anyway when "cancel" clicked.</li><li>Compatibility info updated.</li></ul>
 
+<h2>Saved Password Editor 1.5.3 - July 24, 2010</h2>
+<ul><li>Updated for Fx 4.0 compatibility (tested with 4.0b3pre).</li><li>Fixed typo creating syntax error in es-ES locale, which made all the add-on's widgets disappear (my own fault).</li></ul>
+
+<h2>Saved Password Editor 1.5.2 - July 22, 2010</h2>
+Updated es-ES, now that I received translations from Rivica.
+
+<h2>Saved Password Editor 1.5.1 - June 30, 2010</h2>
+<ul><li>Removed unnecessary typelib for component.</li><li>Fixed typo in Japanese (ja) localization.</li><li>"Guess from current page" now copies username and password fields only if password field is non-empty (makes "Clone" function more useful).</li></ul>
+
+<h2>Saved Password Editor 1.5 - June  7, 2010</h2>
+<ul><li>bg-BG: ExaFlop (BabelZilla).</li><li>ja: Masahiko Imanaka (BabelZilla).</li><li>Added option to turn Tools menu item on and off to add-on options/preferences dialog (pref itself was available as of 1.1.7).</li><li>Added command to "clone" a login in the password manager (i.e. create a new login, but with fields pre-filled from another login), useful if you need to create a lot of similar logins. Appearance of command is configurable in options/preferences.</li><li>Moved first-run [...]
+
+<h2>Saved Password Editor 1.1.8 - May 25, 2010</h2>
+<ul><li>Made password editor text boxes take up all width not taken by other elements, so form fills window horizontally.</li><li>sr (Serbian/Српски): Charmed94 (BabelZilla).</li></ul>
+
+<h2>Saved Password Editor 1.1.7 - May 20, 2010</h2>
+<ul><li>Fixed: Saved Passwords dialog was non-resizable when opened through toolbar button or menu item.</li><li>pt-PT (Portuguese-Portugal/português-Portugal): Carlos Simão "lloco" (BabelZilla).</li><li>Made it possible to hide "Saved Passwords" menu item, using preference <b>extensions.savedpasswordeditor.display_menuitem</b>. Not included in preferences dialog yet.</li></ul>
+
+<h2>Saved Password Editor 1.1.6 - April 12, 2010</h2>
+<ul><li>zh-TW (Chinese-Taiwain/漢語-臺灣; Traditional Chinese/正體字): Velociraptor (BabelZilla).</li><li>Improved guessing code (input fields with no 'type' attribute now recognized as text type) and simplified.</li></ul>
+
+<h2>Saved Password Editor 1.1.5 - April  4, 2010</h2>
+1.1.5:
+<br/> 
+<br/>vi (Vietnamese/tiếng Việt): Nguyễn Hoàng Long at timelinelive.blogspot.com "longnh" (BabelZilla).
+<br/> 
+<br/>1.1.4:
+<br/> 
+<br/>Added support for Flock.
+
+<h2>Saved Password Editor 1.1.3 - March 18, 2010</h2>
+Bugfix: Editor window is now explicitly resizable, which means it's resizable on Windows.
+<br/> 
+<br/>Also added German description to install manifest.
+
+<h2>Saved Password Editor 1.1.2 - March  9, 2010</h2>
+1.1.2: Expanded guessing logic to consider (i)frames
+<br/> 
+<br/>1.1.1: Added locales courtesy of the wonderful translators of BabelZilla:<ul><li>de-DE (German-Germany/Deutsch-Deutschland): /usr/bin/tux</li><li>fr (French/Français): Goofy</li><li>hu (Hungarian/Magyar): MIKES KASZMÁN István "Cashman"</li><li>nl (Dutch/Nederlands): markh</li><li>pt-BR (Portuguese-Brazil/Português-Brasil): Edgard Dias Magalhaes "edgard.magalhaes"</li><li>ru (Russian): Пирятинский Виталий (Pyryatynsky Vitaly) "PiVV"</li><li>zh-CN (Chinese-China/中文-中国; simplified Chin [...]
+
+<h2>Saved Password Editor 1.1 - February 11, 2010</h2>
+1.1:<ul><li>Expanded compatibility to SeaMonkey (2.0+), Thunderbird (3.0+), and Sunbird (1.0+).</li><li>Made welcome page display more reliably.</li><li>Prepared welcome page for right-to-left scripts.</li><li>Added "Saved Passwords" command to Tools menu.</li></ul>
+
+<h2>Saved Password Editor 1.0.1 - February  6, 2010</h2>
+1.0.1:<ul><li>New locale: es-ES, thanks to Ricardo A. Rivas (Rivica at gmail dot com)</li></ul>1.0:<ul><li>Now optionally forces login on every edit (when master password is present).</li><li>Added first-run welcome page, based on stored add-on version.</li><li>Added toolbar button for quick access to the Saved Passwords dialog.</li><li>Added add-on icon.</li></ul>
+
+<h2>Saved Password Editor 0.4 - January 23, 2010</h2>
+<ul><li>Added a Show/Hide button for the password field; the field now hides the password by default.</li></ul>
+
+</body>
+</html>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/mozilla-password-editor.git



More information about the Pkg-mozext-commits mailing list