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

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


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

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

        at  add1bec   (tag)
   tagging  d3e592e7c2415b968c2059994bf58b5805d5cb03 (commit)
  replaces  v1.0.beta8
 tagged by  Martin Kimmerle
        on  Tue Nov 11 23:20:12 2014 +0100

- Log -----------------------------------------------------------------
release v1.0.beta8.1

This is a bugfix release. It fixes #514.
The SHA-512 sum of the attached XPI file is:
202b31224b26029bb9636aaa2c57c15575fb9cf8b8aecf740c9971d9399703ff60ba3d2ae7f66b343d05f6f9ee3b3bd8538a6aad3f173ce5843062afeb7570c4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJUYowNAAoJEKRUchyueP3+GTQP/1rtclfmiPkci5xdEGzkyNT3
7/XCH0LY5t13DrMWyYNUxP6zdIG3UFjUoig6rJHA482RxzYN5Fkt4K14qG2I8OlY
tJcWQsXKmTqsOiTBKYfCL3tasqS2n5fG0/2n1qYvEp74mCiCG4QEh0oJY9qlUfgl
FjA3VzwXUyp+Y6xmcgT3crSHmOZAfZQlR9VdUFlhSOvHbKWGSXYOyHMpmxmAm5pc
6zxzB9BgwPfMHpKoWtWPxotW/hGpvn+f8wZ7DiJFwJLWBHDmHxenRRj+DpmFuiyB
WLQdg1DxbvJEwCAJfiNxQkLt0Gdc2sNGSTxUYVWJcJ/gB8QUkQqtU4LNbP2JAlnn
Somzddg6yogXIXEAVZhyT6YFQbeOFuXAsuE3EtIkIHroH9W6vqEBOmRAZFqfcDlA
G7iSlwMIZn7R2F7Xu1H/D63StLGHM1pcQBsRuOVq5o/RZYsdl9NHFLhLkgUH5KnM
jNqaIj/Hp1JbSOuMGSA7Z4rF38MddYxrEFCWLeE/2qG5LKBPBHTyPrRFMggq7JnZ
osK5x5REltvLvrDVI2lfD6b1kcdryQoQyczXUQR6dptdD8slk0vazRxEnD4OS+Kt
3xuSVEIAajUnK1KO9kzR+GXTlOcRL2Sw8kDZZRNbveLEMSRXIOoUDZuXO53JRZPN
wu6BJakroqJyP2PuZsfu
=MKpQ
-----END PGP SIGNATURE-----

Martin Kimmerle (2):
      fix #514
      set version to 1.0.beta8.1

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

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
       new  9a7d9a9   fix #514
       new  d3e592e   set version to 1.0.beta8.1

The 90 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