[Pkg-mozext-commits] [gcontactsync] branch upstream updated (6ec6d74 -> dc0cbaf)

David Prévot taffit at moszumanska.debian.org
Thu Apr 2 17:47:19 UTC 2015


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

taffit pushed a change to branch upstream
in repository gcontactsync.

      from  6ec6d74   Imported Upstream version 2.0.0~b3
       new  325ef2f   Added version 2.0.0
       new  80f0858   Issue #67:  AB not displayed in new account dialog after having its synced AB cleared in Edit Accounts
       new  8873669   Issue #66: Next button in new account wizard with new account not always disabled.
       new  c42729c   Issue #70: Remove event listeners when no longer required
       new  ef82b80   Issue #68: OAuth2 doesn't work when an HTTP server is running
       new  9972f19   Issue #69: 'This login already exists' erorr when creating an account wiht an identical e-mail address
       new  9cb6b8d   Added 2.0.1pre
       new  7c90300   Issue #72: Close the SyncWorker when finished
       new  f8ef96a   Issue #68: OAuth2 doesn't work when a server is running.  Reverted the previous change and instead switched to the urn redirect_uri which changes the title instead of redirecting
       new  960b535   Added locales from BabelZilla
       new  5e6604e   Added the es-ES locale
       new  8d86266   Removed the authenticationPort pref
       new  03f2d75   Added version 2.0.1
       new  dc0cbaf   Imported Upstream version 2.0.1

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 chrome.manifest                      |   3 +
 content/ABOverlay.js                 |   9 +-
 content/AccountSetupWizard.js        |  30 +++-
 content/Accounts.js                  |   5 +-
 content/CardDialogOverlay.js         |   9 +-
 content/ContactConverter.js          |   9 +-
 content/FileIO.js                    |   9 +-
 content/MessengerOverlay.js          |   9 +-
 content/OAuth2.js                    |  42 ++---
 content/Overlay.js                   |  10 +-
 content/Preferences.js               |  14 +-
 content/SyncWorker.js                |   2 +
 content/gdata.js                     |  12 +-
 content/options.js                   |   9 +-
 content/options.xul                  |   2 +-
 content/synonyms.js                  |   4 +-
 install.rdf                          |   6 +-
 locale/cs/AccountSetupWizard.dtd     |  13 ++
 locale/cs/Accounts.dtd               |  46 ++++++
 locale/cs/ImportDialog.dtd           |  12 ++
 locale/cs/NewRefreshToken.dtd        |   1 +
 locale/cs/gcontactsync.properties    | 295 +++++++++++++++++++++++++++++++++++
 locale/cs/options.dtd                |  66 ++++++++
 locale/cs/overlay.dtd                |  63 ++++++++
 locale/en-US/gcontactsync.properties |   1 +
 locale/es-ES/AccountSetupWizard.dtd  |  13 ++
 locale/es-ES/Accounts.dtd            |  46 ++++++
 locale/es-ES/ImportDialog.dtd        |  12 ++
 locale/es-ES/NewRefreshToken.dtd     |   1 +
 locale/es-ES/gcontactsync.properties | 295 +++++++++++++++++++++++++++++++++++
 locale/es-ES/options.dtd             |  66 ++++++++
 locale/es-ES/overlay.dtd             |  63 ++++++++
 locale/it/AccountSetupWizard.dtd     |  13 ++
 locale/it/Accounts.dtd               |  46 ++++++
 locale/it/ImportDialog.dtd           |  12 ++
 locale/it/NewRefreshToken.dtd        |   1 +
 locale/it/gcontactsync.properties    | 295 +++++++++++++++++++++++++++++++++++
 locale/it/options.dtd                |  66 ++++++++
 locale/it/overlay.dtd                |  63 ++++++++
 39 files changed, 1592 insertions(+), 81 deletions(-)
 create mode 100644 locale/cs/AccountSetupWizard.dtd
 create mode 100644 locale/cs/Accounts.dtd
 create mode 100644 locale/cs/ImportDialog.dtd
 create mode 100644 locale/cs/NewRefreshToken.dtd
 create mode 100644 locale/cs/gcontactsync.properties
 create mode 100644 locale/cs/options.dtd
 create mode 100644 locale/cs/overlay.dtd
 create mode 100644 locale/es-ES/AccountSetupWizard.dtd
 create mode 100644 locale/es-ES/Accounts.dtd
 create mode 100644 locale/es-ES/ImportDialog.dtd
 create mode 100644 locale/es-ES/NewRefreshToken.dtd
 create mode 100644 locale/es-ES/gcontactsync.properties
 create mode 100644 locale/es-ES/options.dtd
 create mode 100644 locale/es-ES/overlay.dtd
 create mode 100644 locale/it/AccountSetupWizard.dtd
 create mode 100644 locale/it/Accounts.dtd
 create mode 100644 locale/it/ImportDialog.dtd
 create mode 100644 locale/it/NewRefreshToken.dtd
 create mode 100644 locale/it/gcontactsync.properties
 create mode 100644 locale/it/options.dtd
 create mode 100644 locale/it/overlay.dtd

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



More information about the Pkg-mozext-commits mailing list