[Pkg-mozext-commits] [requestpolicy] annotated tag v1.0.beta8 created (now f9effd5)

David Prévot taffit at moszumanska.debian.org
Fri Dec 12 22:57:21 UTC 2014


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

taffit pushed a change to annotated tag v1.0.beta8
in repository requestpolicy.

        at  f9effd5   (tag)
   tagging  26b3e6ecb54c2f3e6e2c7716f02774894b58873d (commit)
  replaces  release-0.5.24
 tagged by  Martin Kimmerle
        on  Sun Nov 9 13:27:05 2014 +0100

- Log -----------------------------------------------------------------
This is release v1.0.beta8. A list of changes you can find in the changelog.
The SHA-512 sum of the attached XPI file is:
920926f712711e118acf8a4c5c559d8b15f002a370da634d3274a27d63934c9f2540a13183ac04c4a1dd231e99bd861615a9fbf6dc02577370f24096c19eebd1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJUX14UAAoJEKRUchyueP3+QLgQAJbKWt3+/SGBYgtpRGMwgh9R
Xms4DcVE2vlsHH3Q8Zrb3okJ35854/B8xvtjEo8ABrcbWFhNOx4Mi6Uv6O1EBysY
j5LzZmrtCKUQNo6yNFtE1bnKj5ISw2pcQgDqueb6xR7S3MG+G9pqQnfLyzNQGCgI
DI3qWVJV81XjbrjzEyhhj9tjd720ax4JQvJuMzQ42rgrGDzIVkeQrQTsTha1EH7C
bvPnDD3e1xvfmZ7a25yeVii3mUQbKNOMtYkWpLUoqmaqG73yaVtej8xTvQ7XHIJF
rogLV796d5afnCI54g8TuMaKfw7oWHD+fR+lWfmlGyLjOhqql/s8omsoXwxGkLJo
+UaMbzXSa/shz/j8cb3eL+neCQcQ+b+O1LMIn4DmnVybBiIgdAMYpli8tUIm52SQ
jK5GqUHKhgTR1qa4lYKOCBVgRtjY+kgZckTsqEg3zekixgKTEBQJ7HdeHgxkcGST
xzCDsTBwV3slMTPGiPi4li0gBF+vJGYOJ6eTf94Gnse9ZIwN945Pl9TxZkVMwVZA
ewnP/+NEzbx0C8BIyNpUZIoI4T3+nKrjKdFfANPJJV50yOF2EgMoLavXku7qh6d1
sAmD6oEyII40ua720g4V3SR9SA5jHKR93ywOMzXtGPurfJPgFyANNyeYJ/rSE2bE
5Z+uwmEqHmSqhG5QwUGo
=XEHo
-----END PGP SIGNATURE-----

Aleksandrs Ļedovskis (aledovsky) (1):
      Added lv-LV translation

Christopher Bura (12):
      Remove toolbarbutton.type (blank defaults to default button.)
      Add toggle to highlight rule rows based on type
      Display temporary rules alongside user rules in the manage policies page. Display extra column indicating source of each rule.
      Update Manage Policies page to use jQuery to create the table rows. It is already included so we might as well use it.
      Display subscription rules in manage policy page.
      Update policy table styling. Rule text colour is either green or red based on the rule type.
      Update styling of add rule form.
      Remove fixed column sizes on manage policies page.
      Rename 'Source' column to 'Policy List' in manage policies page.
      Remove delete button for read only policies.
      Revert back to having single deleteRule function instead of attaching a new one to each click()
      Coding style changes

Gaetan Gilbert (3):
      Do not put placeholders for blacklisted images
      Add preference for blacklist placeholders
      update french translation (fr). closes #508.

Justin Samuel (185):
      Adding current development state of new data structures and their integration.
      Removed stray Stats.jsm.
      Added tests.
      Merge branch 'master' into dev-1.0
      Set version 1.0.0a1
      Started working on xul mockup of new menu.
      Visual tweaks to new menu.
      More menu work.
      Checkpointing progress on new menu
      Checkpointing menu progress.
      Checkpointing progress on menu.
      Checkpointing progress on menu.
      Checkpointing progress on menu.
      Checkpointing progress on menu.
      Checkpointing progress on menu.
      When an other origin is selected, the destinations are repopulated.
      When an other origin is selected, that origin is used to find rules to offer the user to stop allowing.
      Tighten up the menu and increase contrast of hover states.
      Divide rule options into two sections: removing rules and adding rules.
      Keeps menu colors consistent.
      Fix menu always adding persistent rules.
      Remove dead code from RequestUtil.
      Added "mixed destinations" category for destinations that have both blocked and allowed requests.
      Right-align the menu footer.
      Only show "stop allowing rule" options which are relevant to the selected destination (when a destination is selected).
      Started working on the policy manager UI.
      Made settings page prettier.
      Change setting page to table layout.
      Make policy manager show policies in a scrolling div using fake data for now.
      Further styling work on policy management page.
      Better handling of long origins and destinations in policy manager.
      Implemented rule search in policy manager.
      Add link to policy manager in menu.
      Don't show a pointer cursor when hovering over non-link menu items.
      Show a simple "no origin" message in the menu for uncontrollable schemes (e.g. chrome:).
      Make redirect popup work again by removing options button/menu.
      Fixed other origins listing origins for all pages, not just current page.
      Added visual separator under other origins when other origins is showing.
      Manage policies page appearance changes. Also, left nav width decreases when screen width is low.
      Renamed settings files. Moved settings css to css file.
      Stop setting unecessary height values in settings css (leftover from previous design fiddling).
      Added settings for default allow/deny and, when in default deny, whether requests to the same domain should be allowed.
      Implemented enforcement of default rules.
      Added a basic "add rule" form to the "Your Policies" page.
      Fix silly bug.
      Get rid of the concept of URI identification level.
      Add "stop blocking..." items to menu for matched deny rules.
      Menu items for adding deny rules now available when in default allow mode.
      When no destination is selected, only give the option to remove triggered rules which don't involve a destination host.
      Added subscriptions settings page.
      Change order of items on subscriptions page.
      Now using a hard coded list of subscription policies. Separated user policies from subscription policies in PolicyManager.
      User can now override a subscription policy rule through the menu.
      Always give priority to deny rules. This doesn't change behavior, just comments.
      Began implementing subscription updating.
      Subscription files auto update. The updated subscriptions are not re-loaded yet.
      Updated subscriptions are now loaded into the active policymanager.
      Don't write default subscription list urls to user configuration.
      Policies now loaded/unloaded when enabled/disabled through the subscriptions page.
      Make blocked image notification work again.
      Added all preference pages though some are empty for now.
      Added mockups of basic and advanced preferences pages.
      Don't use the term "deny" visibly in the UI, say "block" instead.
      Added temporary information to "about" and "get help" settings pages.
      Add more settings links to menu.
      Allow multiple rule changes/undos before reloading. Reload only happens on meny close if rule changes were made.
      Don't offer options to add rules which already exist.
      Blocked destinations of other origins are now shown.
      Get rid of error when opening/closing request log.
      Started on old rules import. It's currently working for rules that are just hostnames.
      Remove unnecessary logging.
      Remove old commented out code.
      Remove unused functions.
      Always allow requests from/to the same protocol, host, and port regardless of blacklist rules. Also check user and subscription policies later in shouldLoad.
      Add root-level README.
      Fix bug introduced in 752006d8d834702dae3b3de4ef0a69cbab649b59 which caused reloads to not clear the blocked/allowed destinations.
      Allow nsIURIs that don't have a host property.
      Eww, tabs slipped in.
      Fix copy/paste bug.
      Add updateURL to install.rdf so that we can push updates to alpha users.
      When rules conflict, fall back on default policy.
      Set the default subscription update url base to http://subscription.requestpolicy.com/subs/
      Subscription names are now optionally prefixed with "allow_" or "deny_" to indicate they should only be available/used in "default deny" mode and "default allow" mode, respectively.
      Set version 1.0.0a2
      Except for users with default deny who also don't allow all same-domain requests, don't list other origins where there are only same-domain requests from those other origins.
      For default-allow or default-deny-but-allow-same-domain, don't list the origin domain as a destination in the menu.
      On fresh install, add toolbar button to nav bar instead of addon bar.
      Clear a page's blocked/allowed requests on link clicks and form submissions.
      Set version 1.0.0a3
      Don't add the toolbar button to the nav-bar for SeaMonkey users. They'll get the button in the status bar.
      It was possible for Firefox users to end up with a status bar icon and a toolbar button. This change entirely removes support for the status bar entirely. SeaMonkey users now have to have a toolbar button.
      Set version 1.0.0a4
      Remove statusbar-related css.
      Remove fennec-related css.
      Decrease menu font size and item padding. Some common sites have a ridiculous numbers of destinations.
      Change preferences links in addon manager to open new preferences page in new tab, not old preferences dialog in dialog box.
      Fix incorrect locale strings for "temporarily block..."
      Make basic prefs page work and remove option to disable auto page reload on rule changes.
      When the user is in private browsing mode and only temporary rule options are given, show the rule options in full size and colored text.
      Make advanced prefs page work. DNS prefetch disable-on-start now defaults to off.
      Comment out unused prefs and context menu code.
      Change some about and help page text.
      Disable non-english locales until those are fixed up for the new version.
      On basic prefs page, describe current default policy and give a link to the default policy settings page.
      Add some links in the settings pages to external help text.
      Change some help text and links.
      When a user changes their default policy, give them a link to the subscriptions page.
      prefs style tweak
      Consistency in "learn more" link text.
      Fix typo. Change support link text.
      Set version 1.0.0a5
      Undoing overzealous commenting out of context menu code in 9e9a461eca22bf1ed898ad30123f4784fe91fa5d. We still want to wrap gContextMenu.openLink.
      Add keyboard shortcut Alt+R that opens the menu.
      Add link to new menu that globally disables/enables blocking.
      When a user switching default policy and allow_/deny_ subscriptions are switched out, do it in a way that will update loaded subscriptions if necessary.
      Make disable blocking persistent between sessions.
      Change show menu keyboard shortcut to Ctl+Alt+R to avoid Alt+whatever conflicts (possibly in non-English locales).
      Add RequestPolicy item and submenu to Tools menu.
      Change keyboard shortcut from control to accel to it translates to command on Mac.
      Set version 1.0.0a6
      Strip "view-source:" from origins like we do for destinations.
      Better placement of the meny popup when opened with keyboard shortcuts.
      Set version 1.0.0a7
      Always allow requests for moz-filedata. (Fixes #277)
      Don't use an undefined variable in a log message. (Fixes #284)
      Add compatibility rules for Dr. Web Link Checker. (Fixes #287)
      Whitelist blob: scheme. (fixes #288)
      Always allow requests from about:newtab (fixes #307).
      Strip "view-source:" from origins like we do for destinations.
      Added locales: eu, it, sk-SK. Updated locales: fr. Renamed locales: tr -> tr-TR.
      If the referrer is moz-nullprincipal in Fx >= 16, assume there really isn't a referrer and allow the request (fix for #318).
      Merge branch 'master-rebased-for-merge-into-1.0' into dev-1.0
      Set version 1.0.0a8
      starting on welcome window
      more on welcome page
      add descriptions of configuration options
      tweaks and beginning of functionality
      add jquery and start using it in pref windows
      setup form is now minimally functional
      wording tweaks
      fixed bugs in rule import. rule import now happens automatically from setup window.
      tweak edge-case handling for automatic old rule import
      show welcome window on startup if it hasn't been shown before
      remove old and now-unused initial setup window code
      remove old and now-unused pref window code
      remove old commented out code
      remove old, commented-out code
      don't show "import old rules" item in menu
      changes to menu footer links: remove "about", move "disable blocking" to left and make it darker.
      i18n of menu
      initial steps toward i18n of new pref windows
      i18n progress on settings pages
      i18n done for settings pages except for pages that are being removed
      Remove Help and About settings pages. Instead, link directly to requestpolicy.com help/about pages.
      i18n of setup window
      clean of i18n strings (remove old ones, rename some, add missing)
      i18n for input placeholders
      checkpoint transitioning all locales to new strings
      finished converting locales to new strings
      re-enabling all locales
      updated lv-LV locale for 1.0
      comment out some currently unused code
      change help and tutorial link URLs
      remove redundant code
      prefs and policy manager links always open in the same existing tab, if possible. help/about links always open in new tabs.
      reset or shorten the "Other origins" string for all locales
      Get rid of the nsIRequestPolicy interface. Change all references to rpServiceJSObject to just rpService.
      pass a string instead of a location object
      Move "old rules" notification to bottom of "your policy" page. Clean up the import old rules page and change the text for the assumption that rules were imported on upgrade. i18n for import old rules page.
      remove .idl references from ant build conf
      bump maxVersion
      fix welcome tab sometimes not appearing
      fix welcome window skipping to configure page for new installs, not just upgrades
      Set version 1.0.0b1
      fix request log broken due to missing locale strings (fixes #331)
      consistently use underline to indicate menu item selected (fixes #332)
      fix wrong word order (fixes #328)
      Set version 1.0.0b2
      change update URL from update-alpha.rdf to update-1.x.rdf
      remove unused code
      remove dead code from 0.5
      add "revoke temporary permissions" link to 1.0 menu (fixes #334)
      Set version 1.0.0b3
      Set version 1.0.1a1
      For users with default deny mode who aren't allowing requests to the same domain, show additional "allow destination" rule options in the menu.

Martin Kimmerle (10):
      update license headers
      update updateURL to use the new github.io repo
      add compatibility rule for about:addons
      update latvian translation (lv-LV), by @aledovsky
      fix a bug
      added a mozmill test against #351, which currently fails
      whitelist known non-host uri schemes, see #447
      tiny bugfix (mozmill)
      update changelog
      set version to 1.0.beta8

YFdyh000 (1):
      Update and refine the translation of zh-CN

anthologist (1):
      update italian translation

myrdd (88):
      added some comments
      changed version string
      when blocking by default, adding possibility to add a blocking rule if there's none yet
      GUI icons, blocked requests: considering "default policy"
      menu options: display number of requests, sorting
      added zh-CN translations, made by @wenketel
      flag color changes in toolbars
      flag color in FF menu and about:customizing
      set version to 1.0.0b4, change install manifest, updateURL
      bug in checkRequestAgainstSubscriptionPolicies
      default-allow mode: confirm "allow" rule (menu)
      allowed requests: counter and "default policy"
      fix a bug introduced with 2d0461f
      Set version 1.0.0b5
      "mixed destinations" in the menu: fix and counter
      Set version 1.0.0b6
      consistently use constants CC and CI
      remove whitespace at end of line
      request log coloring (fixes #380)
      use nsIURI.specIgnoringRef where possible
      rename *Address* to *IPAddress*
      fix #413: update "Open Link in …" considerations
      fix #436: menu icon on Fx start
      [refactoring] rename CheckRequestResult to RequestResult
      consider duplicate requests, refactoring
      fix a mistake in 64a419a,  further refactoring
      fix #365
      close menu on: Help, Settings, Manage Policies
      set version 1.0.0b7
      update readme for RequestPolicyContinued
      remove toolbarbutton-dropmarker's "display:none" style
      [refactoring] code formatting of arrays and objects
      adapt table in oldrules.html to yourpolicy.html
      [refactoring] function definitions in requestpolicyService
      get back "more" button on redirect notification
      get back boolean "auto reload" option
      get back UI access to "auto reload" option
      yourpolicy.html: apply rule filter on tab-restore
      automatically repopulate table in "Your Policy"
      change "args" from Array to Object
      handle error loading libraries
      automatically update open preferences tabs on changes
      [refactoring] move shouldLoad() functionality to RequestProcessor
      [refactoring] add _htmlAnchorTagClicked()
      fixing mistake
      [refactoring] replace non-standard __defineGetter__()
      Merge pull request #477 from yfdyh000/zh-CN
      create NormalRequest and RedirectRequest
      divide _examineHttpResponse() -- create processRedirect()
      use www.otherdomain.test instead of 127.0.0.1 and localhost
      add first Mozmill unit tests
      add addon-manifest.ini
      add mozmill test for normal link click
      [refactoring] change mozmill directory structure
      new mozmill tests: follow text-selection links
      fix #478 and another bug + tidy up requestType
      fix #479
      move test html files to separate folder
      getting xpcshell tests to work
      small changes to test bash-scripts
      replace some requestpolicy.com links. Fixes #32
      update licence (MPL 2.0 for MozMill unit tests)
      [refactoring] move RequestResult to separate file
      [refactoring] rename RuleSet to Rules
      [refactoring] change RULE_TYPE_* to int
      [refactoring] rename requestpolicy.mod to rp.mod
      [refactoring] rename Policy to Ruleset almost everywhere
      [refactoring] rename "rule type" to "rule action" (=allow/deny)
      update some html test pages
      [menu] show numRequests also for origin & otherOrigins
      bugfix
      update github readme.md
      Merge pull request #490 from nodiscc/dev-1.0
      add mozmill test testPolicy/testIframeTree/testDefaultPolicies.js
      rewrote readme.md a little
      query interface when using aContext, fixes #503
      do some changes to pull request #506. fixes #304.
      revert mistakenly committed change
      correct mozmill manifest.ini
      [bugfix] automatically update subscriptions.html on changes (when opened)
      rename "tests/html/" directory to "tests/content/"
      add mozmill tests: blocking redirects. (issue 493)
      fix #493
      use 32px icons in CSS file
      change subscription base url to github. closes #494
      rename/tidy up 'metarefresh' files, add <meta> redirect mozmill tests.
      update install manifest
      create changelogs

nodiscc (2):
      Add the development wiki as a submodule
      add 32px icons, fixes https://github.com/RequestPolicyContinued/requestpolicy/issues/450

uocoo (1):
      fix #312 ("View Selection Source")

文科 (4):
      Update requestpolicy.dtd
      Update requestpolicy.dtd
      Update requestpolicy.dtd
      Update requestpolicy.properties

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  a94dd16   update readme for RequestPolicyContinued
       new  02ec2ca   Remove toolbarbutton.type (blank defaults to default button.) "menu-button" is used for the new bookmark menu and needs another button beside it to complete the borders.
       new  6e415a7   remove toolbarbutton-dropmarker's "display:none" style
       new  86659c3   [refactoring] code formatting of arrays and objects
       new  b058606   Add toggle to highlight rule rows based on type
       new  2fa2bb5   Display temporary rules alongside user rules in the manage policies page. Display extra column indicating source of each rule.
       new  7b6878a   Update Manage Policies page to use jQuery to create the table rows. It is already included so we might as well use it.
       new  6902de3   Display subscription rules in manage policy page.
       new  32b1c7d   Update policy table styling. Rule text colour is either green or red based on the rule type.
       new  a009947   Update styling of add rule form.
       new  971191c   Remove fixed column sizes on manage policies page.
       new  1ef6d27   Rename 'Source' column to 'Policy List' in manage policies page.
       new  8af5dcb   Remove delete button for read only policies.
       new  f89fe2f   Revert back to having single deleteRule function instead of attaching a new one to each click()
       new  d23c19c   Coding style changes
       new  7f64ba2   adapt table in oldrules.html to yourpolicy.html
       new  827d94e   [refactoring] function definitions in requestpolicyService
       new  48364cd   get back "more" button on redirect notification
       new  826a465   get back boolean "auto reload" option
       new  62f6386   get back UI access to "auto reload" option
       new  aa68efa   yourpolicy.html: apply rule filter on tab-restore
       new  cdf5713   automatically repopulate table in "Your Policy"
       new  365f517   change "args" from Array to Object
       new  66f6987   handle error loading libraries
       new  576d09d   automatically update open preferences tabs on changes
       new  331b1bf   [refactoring] move shouldLoad() functionality to RequestProcessor
       new  7205906   [refactoring] add _htmlAnchorTagClicked()
       new  17874d5   fixing mistake
       new  5047e59   [refactoring] replace non-standard __defineGetter__()
       new  8bc6e37   Update and refine the translation of zh-CN
       new  d3cdda9   Merge pull request #477 from yfdyh000/zh-CN
       new  1736237   create NormalRequest and RedirectRequest
       new  6ad55e1   divide _examineHttpResponse() -- create processRedirect()
       new  f6f6e6b   use www.otherdomain.test instead of 127.0.0.1 and localhost
       new  7d4cac4   add first Mozmill unit tests
       new  45465e7   add addon-manifest.ini
       new  50fb096   add mozmill test for normal link click
       new  ab1a9f8   [refactoring] change mozmill directory structure
       new  3445174   new mozmill tests: follow text-selection links
       new  3d721e6   fix #478 and another bug + tidy up requestType
       new  dd7a707   fix #479
       new  8fbe639   move test html files to separate folder
       new  b11b64b   getting xpcshell tests to work
       new  a6e569a   small changes to test bash-scripts
       new  5dfef36   replace some requestpolicy.com links. Fixes #32
       new  3705aea   update licence (MPL 2.0 for MozMill unit tests)
       new  33e957c   [refactoring] move RequestResult to separate file
       new  050ec75   [refactoring] rename RuleSet to Rules
       new  6c7399a   [refactoring] change RULE_TYPE_* to int
       new  5a3f468   [refactoring] rename requestpolicy.mod to rp.mod
       new  c69744e   [refactoring] rename Policy to Ruleset almost everywhere
       new  71bcb49   [refactoring] rename "rule type" to "rule action" (=allow/deny)
       new  a9ecfa2   update some html test pages
       new  446e54b   [menu] show numRequests also for origin & otherOrigins
       new  ed6c435   bugfix
       new  2eccea3   update github readme.md
       new  d336b8a   Add the development wiki as a submodule  * Update README with instructions on how to clone the wiki
       new  79b1203   Merge pull request #490 from nodiscc/dev-1.0
       new  e164b2c   update italian translation
       new  ec9268b   add mozmill test testPolicy/testIframeTree/testDefaultPolicies.js
       new  df602e7   rewrote readme.md a little
       new  7ceef9f   query interface when using aContext, fixes #503
       new  46a6744   Do not put placeholders for blacklisted images
       new  f17c739   Add preference for blacklist placeholders
       new  d8d0116   do some changes to pull request #506. fixes #304.
       new  8af2195   revert mistakenly committed change
       new  b743496   correct mozmill manifest.ini
       new  b9138b0   [bugfix] automatically update subscriptions.html on changes (when opened)
       new  d06b697   rename "tests/html/" directory to "tests/content/"
       new  5d21be7   add 32px icons, fixes https://github.com/RequestPolicyContinued/requestpolicy/issues/450
       new  3d81046   add mozmill tests: blocking redirects. (issue 493)
       new  893784f   fix #493
       new  e2e18ca   use 32px icons in CSS file
       new  f705884   change subscription base url to github. closes #494
       new  251028a   rename/tidy up 'metarefresh' files, add <meta> redirect mozmill tests.
       new  0bf3c7b   update install manifest
       new  1f906b8   create changelogs
       new  22b3bde   update french translation (fr). closes #508.
       new  f05a553   update license headers
       new  8616ec6   update updateURL to use the new github.io repo
       new  999ef23   add compatibility rule for about:addons
       new  3580ba0   update latvian translation (lv-LV), by @aledovsky
       new  159765f   fix a bug
       new  5a6ed47   added a mozmill test against #351, which currently fails
       new  583cb45   whitelist known non-host uri schemes, see #447
       new  7338e89   tiny bugfix (mozmill)
       new  d8b0e31   update changelog
       new  26b3e6e   set version to 1.0.beta8

The 88 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.


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



More information about the Pkg-mozext-commits mailing list