From 5d68566a26a5a680175511215cbfcd7eff66cc0f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Feb 2017 13:52:43 -0500 Subject: [PATCH] uncommitted chnged --- .gitignore | 0 .jshintignore | 0 .jshintrc | 0 .travis.yml | 0 Gruntfile.coffee | 0 LICENSE | 0 README.md | 0 build/tasks/clean.coffee | 0 build/tasks/compress.coffee | 0 build/tasks/copy.coffee | 0 build/tasks/env.coffee | 0 build/tasks/es6.coffee | 0 build/tasks/istanbul.coffee | 0 build/tasks/jshint.coffee | 0 build/tasks/mocha.coffee | 0 build/tasks/mozilla-addon-sdk.coffee | 0 build/tasks/s3.coffee | 0 build/tasks/shell.coffee | 0 build/tasks/stylus.coffee | 0 build/tasks/targethtml.coffee | 0 build/tasks/watch.coffee | 0 chrome-extension/_locales/en/messages.json | 0 chrome-extension/_locales/es/messages.json | 0 chrome-extension/key.pem | 0 chrome-extension/manifest.json | 0 chrome-extension/test/configure.js | 0 docs/Modules.md | 0 docs/NewComponent.md | 0 docs/NewPage.md | 0 docs/README.md | 0 docs/WebdriverReference.md | 0 docs/_assets/activity.png | Bin docs/_assets/background.png | Bin docs/_assets/component.png | Bin docs/_assets/contentscript.png | Bin docs/_assets/dependencies.json | 0 docs/_assets/dom.png | Bin docs/_assets/environment.png | Bin docs/_assets/extension.png | Bin docs/_assets/index.png | Bin docs/_assets/notifications.png | Bin docs/_assets/overview.png | Bin docs/_assets/storage.png | Bin docs/_assets/tabs.png | Bin docs/_assets/watcher.png | Bin docs/modules/background.md | 0 docs/modules/contentscript.md | 0 docs/modules/lib/activity.md | 0 docs/modules/lib/component.md | 0 docs/modules/lib/components/donation-goal.md | 0 docs/modules/lib/components/log-table.md | 0 docs/modules/lib/components/reminders.md | 0 docs/modules/lib/dom.md | 0 docs/modules/lib/environment.md | 0 docs/modules/lib/extension.md | 0 docs/modules/lib/index.md | 0 docs/modules/lib/notifications.md | 0 docs/modules/lib/pages/donations.md | 0 docs/modules/lib/pages/getting-started.md | 0 docs/modules/lib/pages/log.md | 0 docs/modules/lib/pages/settings.md | 0 docs/modules/lib/storage.md | 0 docs/modules/lib/tabs.md | 0 docs/modules/lib/watcher.md | 0 firefox-extension/package.json | 0 firefox-extension/test/configure.js | 0 package.json | 0 shared/fonts/FontAwesome.otf | Bin shared/fonts/fontawesome-webfont.eot | Bin shared/fonts/fontawesome-webfont.svg | 0 shared/fonts/fontawesome-webfont.ttf | Bin shared/fonts/fontawesome-webfont.woff | Bin shared/html/index.html | 0 shared/img/bitcoin.png | Bin shared/img/bitcoin_pay.png | Bin shared/img/dwolla.png | Bin shared/img/dwolla_pay.png | Bin shared/img/logo19.png | Bin shared/img/logo48.png | Bin shared/img/logo64.png | Bin shared/img/paypal.png | Bin shared/img/settings.png | Bin shared/img/stripe.png | Bin shared/scripts/background.js | 0 shared/scripts/contentscript.js | 0 shared/scripts/lib/activity.js | 0 shared/scripts/lib/component.js | 0 .../lib/components/donation-goal/donation-goal.html | 0 .../lib/components/donation-goal/donation-goal.js | 0 .../lib/components/donation-goal/donation-goal.styl | 0 .../lib/components/log-table/entry-history.html | 0 .../scripts/lib/components/log-table/log-table.html | 0 .../scripts/lib/components/log-table/log-table.js | 0 .../scripts/lib/components/log-table/log-table.styl | 0 .../lib/components/reminders/reminder-interval.html | 0 .../lib/components/reminders/reminder-interval.js | 0 .../lib/components/reminders/reminder-interval.styl | 0 .../reminders/reminder-thresh-global.html | 0 .../components/reminders/reminder-thresh-global.js | 0 .../reminders/reminder-thresh-global.styl | 0 .../components/reminders/reminder-thresh-local.html | 0 .../components/reminders/reminder-thresh-local.js | 0 .../components/reminders/reminder-thresh-local.styl | 0 .../components/user-agreement/user-agreement.html | 0 .../lib/components/user-agreement/user-agreement.js | 0 .../components/user-agreement/user-agreement.styl | 0 shared/scripts/lib/defaults.js | 0 shared/scripts/lib/dom.js | 0 shared/scripts/lib/environment.js | 0 shared/scripts/lib/extension.js | 0 shared/scripts/lib/hardcoded-doms.js | 0 shared/scripts/lib/identifier.js | 0 shared/scripts/lib/index.js | 0 shared/scripts/lib/notifications.js | 0 shared/scripts/lib/pages/donations/donations.html | 0 shared/scripts/lib/pages/donations/donations.js | 0 shared/scripts/lib/pages/donations/donations.styl | 0 .../scripts/lib/pages/donations/entry-donation.html | 0 .../lib/pages/getting-started/getting-started.html | 0 .../lib/pages/getting-started/getting-started.js | 0 .../lib/pages/getting-started/getting-started.styl | 0 shared/scripts/lib/pages/log/log.html | 0 shared/scripts/lib/pages/log/log.js | 0 shared/scripts/lib/pages/log/log.styl | 0 shared/scripts/lib/pages/settings/settings.html | 0 shared/scripts/lib/pages/settings/settings.js | 0 shared/scripts/lib/pages/settings/settings.styl | 0 shared/scripts/lib/processors/dwolla.js | 0 shared/scripts/lib/processors/paypal.js | 0 shared/scripts/lib/server-requests.js | 0 shared/scripts/lib/storage.js | 0 shared/scripts/lib/tabs.js | 0 shared/scripts/lib/utils/calculate.js | 0 shared/scripts/lib/utils/js-yaml.js | 0 shared/scripts/lib/utils/tipsy-txt-parser.js | 0 shared/scripts/lib/watcher.js | 0 shared/styles/index.styl | 0 shared/styles/table-sorting.styl | 0 shared/vendor/deparam.js | 0 shared/vendor/dwolla.js | 0 shared/vendor/font-awesome.min.css | 0 test/integration/extension-driver.js | 0 test/integration/setup.js | 0 test/integration/tests/basic.js | 0 test/integration/tests/watcher.js | 0 test/normalizePaths.js | 0 test/unit/runner.js | 0 test/unit/tests/storage.js | 0 wp-tipsy-payment-info/ReadMe.txt | 0 wp-tipsy-payment-info/TipsyInjection.php | 0 150 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .jshintignore mode change 100644 => 100755 .jshintrc mode change 100644 => 100755 .travis.yml mode change 100644 => 100755 Gruntfile.coffee mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 build/tasks/clean.coffee mode change 100644 => 100755 build/tasks/compress.coffee mode change 100644 => 100755 build/tasks/copy.coffee mode change 100644 => 100755 build/tasks/env.coffee mode change 100644 => 100755 build/tasks/es6.coffee mode change 100644 => 100755 build/tasks/istanbul.coffee mode change 100644 => 100755 build/tasks/jshint.coffee mode change 100644 => 100755 build/tasks/mocha.coffee mode change 100644 => 100755 build/tasks/mozilla-addon-sdk.coffee mode change 100644 => 100755 build/tasks/s3.coffee mode change 100644 => 100755 build/tasks/shell.coffee mode change 100644 => 100755 build/tasks/stylus.coffee mode change 100644 => 100755 build/tasks/targethtml.coffee mode change 100644 => 100755 build/tasks/watch.coffee mode change 100644 => 100755 chrome-extension/_locales/en/messages.json mode change 100644 => 100755 chrome-extension/_locales/es/messages.json mode change 100644 => 100755 chrome-extension/key.pem mode change 100644 => 100755 chrome-extension/manifest.json mode change 100644 => 100755 chrome-extension/test/configure.js mode change 100644 => 100755 docs/Modules.md mode change 100644 => 100755 docs/NewComponent.md mode change 100644 => 100755 docs/NewPage.md mode change 100644 => 100755 docs/README.md mode change 100644 => 100755 docs/WebdriverReference.md mode change 100644 => 100755 docs/_assets/activity.png mode change 100644 => 100755 docs/_assets/background.png mode change 100644 => 100755 docs/_assets/component.png mode change 100644 => 100755 docs/_assets/contentscript.png mode change 100644 => 100755 docs/_assets/dependencies.json mode change 100644 => 100755 docs/_assets/dom.png mode change 100644 => 100755 docs/_assets/environment.png mode change 100644 => 100755 docs/_assets/extension.png mode change 100644 => 100755 docs/_assets/index.png mode change 100644 => 100755 docs/_assets/notifications.png mode change 100644 => 100755 docs/_assets/overview.png mode change 100644 => 100755 docs/_assets/storage.png mode change 100644 => 100755 docs/_assets/tabs.png mode change 100644 => 100755 docs/_assets/watcher.png mode change 100644 => 100755 docs/modules/background.md mode change 100644 => 100755 docs/modules/contentscript.md mode change 100644 => 100755 docs/modules/lib/activity.md mode change 100644 => 100755 docs/modules/lib/component.md mode change 100644 => 100755 docs/modules/lib/components/donation-goal.md mode change 100644 => 100755 docs/modules/lib/components/log-table.md mode change 100644 => 100755 docs/modules/lib/components/reminders.md mode change 100644 => 100755 docs/modules/lib/dom.md mode change 100644 => 100755 docs/modules/lib/environment.md mode change 100644 => 100755 docs/modules/lib/extension.md mode change 100644 => 100755 docs/modules/lib/index.md mode change 100644 => 100755 docs/modules/lib/notifications.md mode change 100644 => 100755 docs/modules/lib/pages/donations.md mode change 100644 => 100755 docs/modules/lib/pages/getting-started.md mode change 100644 => 100755 docs/modules/lib/pages/log.md mode change 100644 => 100755 docs/modules/lib/pages/settings.md mode change 100644 => 100755 docs/modules/lib/storage.md mode change 100644 => 100755 docs/modules/lib/tabs.md mode change 100644 => 100755 docs/modules/lib/watcher.md mode change 100644 => 100755 firefox-extension/package.json mode change 100644 => 100755 firefox-extension/test/configure.js mode change 100644 => 100755 package.json mode change 100644 => 100755 shared/fonts/FontAwesome.otf mode change 100644 => 100755 shared/fonts/fontawesome-webfont.eot mode change 100644 => 100755 shared/fonts/fontawesome-webfont.svg mode change 100644 => 100755 shared/fonts/fontawesome-webfont.ttf mode change 100644 => 100755 shared/fonts/fontawesome-webfont.woff mode change 100644 => 100755 shared/html/index.html mode change 100644 => 100755 shared/img/bitcoin.png mode change 100644 => 100755 shared/img/bitcoin_pay.png mode change 100644 => 100755 shared/img/dwolla.png mode change 100644 => 100755 shared/img/dwolla_pay.png mode change 100644 => 100755 shared/img/logo19.png mode change 100644 => 100755 shared/img/logo48.png mode change 100644 => 100755 shared/img/logo64.png mode change 100644 => 100755 shared/img/paypal.png mode change 100644 => 100755 shared/img/settings.png mode change 100644 => 100755 shared/img/stripe.png mode change 100644 => 100755 shared/scripts/background.js mode change 100644 => 100755 shared/scripts/contentscript.js mode change 100644 => 100755 shared/scripts/lib/activity.js mode change 100644 => 100755 shared/scripts/lib/component.js mode change 100644 => 100755 shared/scripts/lib/components/donation-goal/donation-goal.html mode change 100644 => 100755 shared/scripts/lib/components/donation-goal/donation-goal.js mode change 100644 => 100755 shared/scripts/lib/components/donation-goal/donation-goal.styl mode change 100644 => 100755 shared/scripts/lib/components/log-table/entry-history.html mode change 100644 => 100755 shared/scripts/lib/components/log-table/log-table.html mode change 100644 => 100755 shared/scripts/lib/components/log-table/log-table.js mode change 100644 => 100755 shared/scripts/lib/components/log-table/log-table.styl mode change 100644 => 100755 shared/scripts/lib/components/reminders/reminder-interval.html mode change 100644 => 100755 shared/scripts/lib/components/reminders/reminder-interval.js mode change 100644 => 100755 shared/scripts/lib/components/reminders/reminder-interval.styl mode change 100644 => 100755 shared/scripts/lib/components/reminders/reminder-thresh-global.html mode change 100644 => 100755 shared/scripts/lib/components/reminders/reminder-thresh-global.js mode change 100644 => 100755 shared/scripts/lib/components/reminders/reminder-thresh-global.styl mode change 100644 => 100755 shared/scripts/lib/components/reminders/reminder-thresh-local.html mode change 100644 => 100755 shared/scripts/lib/components/reminders/reminder-thresh-local.js mode change 100644 => 100755 shared/scripts/lib/components/reminders/reminder-thresh-local.styl mode change 100644 => 100755 shared/scripts/lib/components/user-agreement/user-agreement.html mode change 100644 => 100755 shared/scripts/lib/components/user-agreement/user-agreement.js mode change 100644 => 100755 shared/scripts/lib/components/user-agreement/user-agreement.styl mode change 100644 => 100755 shared/scripts/lib/defaults.js mode change 100644 => 100755 shared/scripts/lib/dom.js mode change 100644 => 100755 shared/scripts/lib/environment.js mode change 100644 => 100755 shared/scripts/lib/extension.js mode change 100644 => 100755 shared/scripts/lib/hardcoded-doms.js mode change 100644 => 100755 shared/scripts/lib/identifier.js mode change 100644 => 100755 shared/scripts/lib/index.js mode change 100644 => 100755 shared/scripts/lib/notifications.js mode change 100644 => 100755 shared/scripts/lib/pages/donations/donations.html mode change 100644 => 100755 shared/scripts/lib/pages/donations/donations.js mode change 100644 => 100755 shared/scripts/lib/pages/donations/donations.styl mode change 100644 => 100755 shared/scripts/lib/pages/donations/entry-donation.html mode change 100644 => 100755 shared/scripts/lib/pages/getting-started/getting-started.html mode change 100644 => 100755 shared/scripts/lib/pages/getting-started/getting-started.js mode change 100644 => 100755 shared/scripts/lib/pages/getting-started/getting-started.styl mode change 100644 => 100755 shared/scripts/lib/pages/log/log.html mode change 100644 => 100755 shared/scripts/lib/pages/log/log.js mode change 100644 => 100755 shared/scripts/lib/pages/log/log.styl mode change 100644 => 100755 shared/scripts/lib/pages/settings/settings.html mode change 100644 => 100755 shared/scripts/lib/pages/settings/settings.js mode change 100644 => 100755 shared/scripts/lib/pages/settings/settings.styl mode change 100644 => 100755 shared/scripts/lib/processors/dwolla.js mode change 100644 => 100755 shared/scripts/lib/processors/paypal.js mode change 100644 => 100755 shared/scripts/lib/server-requests.js mode change 100644 => 100755 shared/scripts/lib/storage.js mode change 100644 => 100755 shared/scripts/lib/tabs.js mode change 100644 => 100755 shared/scripts/lib/utils/calculate.js mode change 100644 => 100755 shared/scripts/lib/utils/js-yaml.js mode change 100644 => 100755 shared/scripts/lib/utils/tipsy-txt-parser.js mode change 100644 => 100755 shared/scripts/lib/watcher.js mode change 100644 => 100755 shared/styles/index.styl mode change 100644 => 100755 shared/styles/table-sorting.styl mode change 100644 => 100755 shared/vendor/deparam.js mode change 100644 => 100755 shared/vendor/dwolla.js mode change 100644 => 100755 shared/vendor/font-awesome.min.css mode change 100644 => 100755 test/integration/extension-driver.js mode change 100644 => 100755 test/integration/setup.js mode change 100644 => 100755 test/integration/tests/basic.js mode change 100644 => 100755 test/integration/tests/watcher.js mode change 100644 => 100755 test/normalizePaths.js mode change 100644 => 100755 test/unit/runner.js mode change 100644 => 100755 test/unit/tests/storage.js mode change 100644 => 100755 wp-tipsy-payment-info/ReadMe.txt mode change 100644 => 100755 wp-tipsy-payment-info/TipsyInjection.php diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.jshintignore b/.jshintignore old mode 100644 new mode 100755 diff --git a/.jshintrc b/.jshintrc old mode 100644 new mode 100755 diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 diff --git a/Gruntfile.coffee b/Gruntfile.coffee old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/build/tasks/clean.coffee b/build/tasks/clean.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/compress.coffee b/build/tasks/compress.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/copy.coffee b/build/tasks/copy.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/env.coffee b/build/tasks/env.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/es6.coffee b/build/tasks/es6.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/istanbul.coffee b/build/tasks/istanbul.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/jshint.coffee b/build/tasks/jshint.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/mocha.coffee b/build/tasks/mocha.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/mozilla-addon-sdk.coffee b/build/tasks/mozilla-addon-sdk.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/s3.coffee b/build/tasks/s3.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/shell.coffee b/build/tasks/shell.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/stylus.coffee b/build/tasks/stylus.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/targethtml.coffee b/build/tasks/targethtml.coffee old mode 100644 new mode 100755 diff --git a/build/tasks/watch.coffee b/build/tasks/watch.coffee old mode 100644 new mode 100755 diff --git a/chrome-extension/_locales/en/messages.json b/chrome-extension/_locales/en/messages.json old mode 100644 new mode 100755 diff --git a/chrome-extension/_locales/es/messages.json b/chrome-extension/_locales/es/messages.json old mode 100644 new mode 100755 diff --git a/chrome-extension/key.pem b/chrome-extension/key.pem old mode 100644 new mode 100755 diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json old mode 100644 new mode 100755 diff --git a/chrome-extension/test/configure.js b/chrome-extension/test/configure.js old mode 100644 new mode 100755 diff --git a/docs/Modules.md b/docs/Modules.md old mode 100644 new mode 100755 diff --git a/docs/NewComponent.md b/docs/NewComponent.md old mode 100644 new mode 100755 diff --git a/docs/NewPage.md b/docs/NewPage.md old mode 100644 new mode 100755 diff --git a/docs/README.md b/docs/README.md old mode 100644 new mode 100755 diff --git a/docs/WebdriverReference.md b/docs/WebdriverReference.md old mode 100644 new mode 100755 diff --git a/docs/_assets/activity.png b/docs/_assets/activity.png old mode 100644 new mode 100755 diff --git a/docs/_assets/background.png b/docs/_assets/background.png old mode 100644 new mode 100755 diff --git a/docs/_assets/component.png b/docs/_assets/component.png old mode 100644 new mode 100755 diff --git a/docs/_assets/contentscript.png b/docs/_assets/contentscript.png old mode 100644 new mode 100755 diff --git a/docs/_assets/dependencies.json b/docs/_assets/dependencies.json old mode 100644 new mode 100755 diff --git a/docs/_assets/dom.png b/docs/_assets/dom.png old mode 100644 new mode 100755 diff --git a/docs/_assets/environment.png b/docs/_assets/environment.png old mode 100644 new mode 100755 diff --git a/docs/_assets/extension.png b/docs/_assets/extension.png old mode 100644 new mode 100755 diff --git a/docs/_assets/index.png b/docs/_assets/index.png old mode 100644 new mode 100755 diff --git a/docs/_assets/notifications.png b/docs/_assets/notifications.png old mode 100644 new mode 100755 diff --git a/docs/_assets/overview.png b/docs/_assets/overview.png old mode 100644 new mode 100755 diff --git a/docs/_assets/storage.png b/docs/_assets/storage.png old mode 100644 new mode 100755 diff --git a/docs/_assets/tabs.png b/docs/_assets/tabs.png old mode 100644 new mode 100755 diff --git a/docs/_assets/watcher.png b/docs/_assets/watcher.png old mode 100644 new mode 100755 diff --git a/docs/modules/background.md b/docs/modules/background.md old mode 100644 new mode 100755 diff --git a/docs/modules/contentscript.md b/docs/modules/contentscript.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/activity.md b/docs/modules/lib/activity.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/component.md b/docs/modules/lib/component.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/components/donation-goal.md b/docs/modules/lib/components/donation-goal.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/components/log-table.md b/docs/modules/lib/components/log-table.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/components/reminders.md b/docs/modules/lib/components/reminders.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/dom.md b/docs/modules/lib/dom.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/environment.md b/docs/modules/lib/environment.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/extension.md b/docs/modules/lib/extension.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/index.md b/docs/modules/lib/index.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/notifications.md b/docs/modules/lib/notifications.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/pages/donations.md b/docs/modules/lib/pages/donations.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/pages/getting-started.md b/docs/modules/lib/pages/getting-started.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/pages/log.md b/docs/modules/lib/pages/log.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/pages/settings.md b/docs/modules/lib/pages/settings.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/storage.md b/docs/modules/lib/storage.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/tabs.md b/docs/modules/lib/tabs.md old mode 100644 new mode 100755 diff --git a/docs/modules/lib/watcher.md b/docs/modules/lib/watcher.md old mode 100644 new mode 100755 diff --git a/firefox-extension/package.json b/firefox-extension/package.json old mode 100644 new mode 100755 diff --git a/firefox-extension/test/configure.js b/firefox-extension/test/configure.js old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/shared/fonts/FontAwesome.otf b/shared/fonts/FontAwesome.otf old mode 100644 new mode 100755 diff --git a/shared/fonts/fontawesome-webfont.eot b/shared/fonts/fontawesome-webfont.eot old mode 100644 new mode 100755 diff --git a/shared/fonts/fontawesome-webfont.svg b/shared/fonts/fontawesome-webfont.svg old mode 100644 new mode 100755 diff --git a/shared/fonts/fontawesome-webfont.ttf b/shared/fonts/fontawesome-webfont.ttf old mode 100644 new mode 100755 diff --git a/shared/fonts/fontawesome-webfont.woff b/shared/fonts/fontawesome-webfont.woff old mode 100644 new mode 100755 diff --git a/shared/html/index.html b/shared/html/index.html old mode 100644 new mode 100755 diff --git a/shared/img/bitcoin.png b/shared/img/bitcoin.png old mode 100644 new mode 100755 diff --git a/shared/img/bitcoin_pay.png b/shared/img/bitcoin_pay.png old mode 100644 new mode 100755 diff --git a/shared/img/dwolla.png b/shared/img/dwolla.png old mode 100644 new mode 100755 diff --git a/shared/img/dwolla_pay.png b/shared/img/dwolla_pay.png old mode 100644 new mode 100755 diff --git a/shared/img/logo19.png b/shared/img/logo19.png old mode 100644 new mode 100755 diff --git a/shared/img/logo48.png b/shared/img/logo48.png old mode 100644 new mode 100755 diff --git a/shared/img/logo64.png b/shared/img/logo64.png old mode 100644 new mode 100755 diff --git a/shared/img/paypal.png b/shared/img/paypal.png old mode 100644 new mode 100755 diff --git a/shared/img/settings.png b/shared/img/settings.png old mode 100644 new mode 100755 diff --git a/shared/img/stripe.png b/shared/img/stripe.png old mode 100644 new mode 100755 diff --git a/shared/scripts/background.js b/shared/scripts/background.js old mode 100644 new mode 100755 diff --git a/shared/scripts/contentscript.js b/shared/scripts/contentscript.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/activity.js b/shared/scripts/lib/activity.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/component.js b/shared/scripts/lib/component.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/donation-goal/donation-goal.html b/shared/scripts/lib/components/donation-goal/donation-goal.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/donation-goal/donation-goal.js b/shared/scripts/lib/components/donation-goal/donation-goal.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/donation-goal/donation-goal.styl b/shared/scripts/lib/components/donation-goal/donation-goal.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/log-table/entry-history.html b/shared/scripts/lib/components/log-table/entry-history.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/log-table/log-table.html b/shared/scripts/lib/components/log-table/log-table.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/log-table/log-table.js b/shared/scripts/lib/components/log-table/log-table.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/log-table/log-table.styl b/shared/scripts/lib/components/log-table/log-table.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/reminders/reminder-interval.html b/shared/scripts/lib/components/reminders/reminder-interval.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/reminders/reminder-interval.js b/shared/scripts/lib/components/reminders/reminder-interval.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/reminders/reminder-interval.styl b/shared/scripts/lib/components/reminders/reminder-interval.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/reminders/reminder-thresh-global.html b/shared/scripts/lib/components/reminders/reminder-thresh-global.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/reminders/reminder-thresh-global.js b/shared/scripts/lib/components/reminders/reminder-thresh-global.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/reminders/reminder-thresh-global.styl b/shared/scripts/lib/components/reminders/reminder-thresh-global.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/reminders/reminder-thresh-local.html b/shared/scripts/lib/components/reminders/reminder-thresh-local.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/reminders/reminder-thresh-local.js b/shared/scripts/lib/components/reminders/reminder-thresh-local.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/reminders/reminder-thresh-local.styl b/shared/scripts/lib/components/reminders/reminder-thresh-local.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/user-agreement/user-agreement.html b/shared/scripts/lib/components/user-agreement/user-agreement.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/user-agreement/user-agreement.js b/shared/scripts/lib/components/user-agreement/user-agreement.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/components/user-agreement/user-agreement.styl b/shared/scripts/lib/components/user-agreement/user-agreement.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/defaults.js b/shared/scripts/lib/defaults.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/dom.js b/shared/scripts/lib/dom.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/environment.js b/shared/scripts/lib/environment.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/extension.js b/shared/scripts/lib/extension.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/hardcoded-doms.js b/shared/scripts/lib/hardcoded-doms.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/identifier.js b/shared/scripts/lib/identifier.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/index.js b/shared/scripts/lib/index.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/notifications.js b/shared/scripts/lib/notifications.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/donations/donations.html b/shared/scripts/lib/pages/donations/donations.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/donations/donations.js b/shared/scripts/lib/pages/donations/donations.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/donations/donations.styl b/shared/scripts/lib/pages/donations/donations.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/donations/entry-donation.html b/shared/scripts/lib/pages/donations/entry-donation.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/getting-started/getting-started.html b/shared/scripts/lib/pages/getting-started/getting-started.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/getting-started/getting-started.js b/shared/scripts/lib/pages/getting-started/getting-started.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/getting-started/getting-started.styl b/shared/scripts/lib/pages/getting-started/getting-started.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/log/log.html b/shared/scripts/lib/pages/log/log.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/log/log.js b/shared/scripts/lib/pages/log/log.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/log/log.styl b/shared/scripts/lib/pages/log/log.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/settings/settings.html b/shared/scripts/lib/pages/settings/settings.html old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/settings/settings.js b/shared/scripts/lib/pages/settings/settings.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/pages/settings/settings.styl b/shared/scripts/lib/pages/settings/settings.styl old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/processors/dwolla.js b/shared/scripts/lib/processors/dwolla.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/processors/paypal.js b/shared/scripts/lib/processors/paypal.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/server-requests.js b/shared/scripts/lib/server-requests.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/storage.js b/shared/scripts/lib/storage.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/tabs.js b/shared/scripts/lib/tabs.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/utils/calculate.js b/shared/scripts/lib/utils/calculate.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/utils/js-yaml.js b/shared/scripts/lib/utils/js-yaml.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/utils/tipsy-txt-parser.js b/shared/scripts/lib/utils/tipsy-txt-parser.js old mode 100644 new mode 100755 diff --git a/shared/scripts/lib/watcher.js b/shared/scripts/lib/watcher.js old mode 100644 new mode 100755 diff --git a/shared/styles/index.styl b/shared/styles/index.styl old mode 100644 new mode 100755 diff --git a/shared/styles/table-sorting.styl b/shared/styles/table-sorting.styl old mode 100644 new mode 100755 diff --git a/shared/vendor/deparam.js b/shared/vendor/deparam.js old mode 100644 new mode 100755 diff --git a/shared/vendor/dwolla.js b/shared/vendor/dwolla.js old mode 100644 new mode 100755 diff --git a/shared/vendor/font-awesome.min.css b/shared/vendor/font-awesome.min.css old mode 100644 new mode 100755 diff --git a/test/integration/extension-driver.js b/test/integration/extension-driver.js old mode 100644 new mode 100755 diff --git a/test/integration/setup.js b/test/integration/setup.js old mode 100644 new mode 100755 diff --git a/test/integration/tests/basic.js b/test/integration/tests/basic.js old mode 100644 new mode 100755 diff --git a/test/integration/tests/watcher.js b/test/integration/tests/watcher.js old mode 100644 new mode 100755 diff --git a/test/normalizePaths.js b/test/normalizePaths.js old mode 100644 new mode 100755 diff --git a/test/unit/runner.js b/test/unit/runner.js old mode 100644 new mode 100755 diff --git a/test/unit/tests/storage.js b/test/unit/tests/storage.js old mode 100644 new mode 100755 diff --git a/wp-tipsy-payment-info/ReadMe.txt b/wp-tipsy-payment-info/ReadMe.txt old mode 100644 new mode 100755 diff --git a/wp-tipsy-payment-info/TipsyInjection.php b/wp-tipsy-payment-info/TipsyInjection.php old mode 100644 new mode 100755