[Pkg-mozext-commits] [requestpolicy] annotated tag upstream/1.0.0_beta8.1 created (now 3092762)
David Prévot
taffit at moszumanska.debian.org
Fri Dec 12 22:57:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/1.0.0_beta8.1
in repository requestpolicy.
at 3092762 (tag)
tagging 42a1f462e2ef1f255fbfe2fcbb05383b6a0d3222 (commit)
replaces upstream/1.0.0_b7+dfsg
tagged by David Prévot
on Fri Dec 12 17:14:37 2014 -0400
- Log -----------------------------------------------------------------
Upstream version 1.0.0~beta8.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJUi1q9AAoJEAWMHPlE9r089AUIAI4D2sQ6XVsfnSg/svqXWjhG
veSspb43ZySAkP/MycW7EvTJ5HS+f+3+H9NZ19+NBL0eFkaOjjDK9abxKGJ+MzFt
/RQs9ekJOnlDHmAnj6SEQ2bc8CaWPlHje8FGbQON+T5Kyrjha06ABjH67Nzw5UMw
BDE11Xc91XjEoHktrIL5eNCQ1vNZaxCjRWAMpCwU8zVeu1g/YPOCg6jniE+Uk0Vu
RdtDadnWJUvo88ZmxOkxhT28j6R+s0ssGYl1faQhbz37dZXStPX2myLiLDku7njH
+r5w2CymsECxOL0A7z6D4oN2kpamkMnCksVHx/r7QY0pqhUgpRyNkZBZRjB0x8c=
=PO3T
-----END PGP SIGNATURE-----
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
David Prévot (1):
Imported Upstream version 1.0.0~beta8.1
Gaetan Gilbert (3):
Do not put placeholders for blacklisted images
Add preference for blacklist placeholders
update french translation (fr). closes #508.
Martin Kimmerle (12):
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
fix #514
set version to 1.0.beta8.1
YFdyh000 (1):
Update and refine the translation of zh-CN
anthologist (1):
update italian translation
myrdd (59):
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
-----------------------------------------------------------------------
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
new 42a1f46 Imported Upstream version 1.0.0~beta8.1
The 91 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