Skip to content

Commit

Permalink
New release for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenhaas committed Jul 6, 2015
1 parent 4202a2f commit 25e0dd3
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 28 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ The direct links are:
| PLATFORM | Stable | Latest |
| -------- | -------------- | -------------- |
| Drupal | [Install][301] | [Install][401] |
| General | | [Install][405] |
| General | [Install][305] | [Install][405] |
| GitHub | [Install][302] | [Install][402] |
| Gitlab | | [Install][404] |
| Redmine | | [Install][406] |
| TeamWork | | [Install][407] |
| Gitlab | [Install][304] | [Install][404] |
| Redmine | [Install][306] | [Install][406] |
| TeamWork | [Install][307] | [Install][407] |
| YouTrack | [Install][303] | [Install][403] |

###How to install from Greasy Fork###
Expand Down Expand Up @@ -160,13 +160,13 @@ This also means, that the scripts here are in no way *official products* of Togg
[205]: https://greasyfork.org/scripts/2673-toggl-button
[206]: https://greasyfork.org/scripts/10811-toggl-button-redmine
[207]: https://greasyfork.org/scripts/10809-toggl-button-teamwork
[301]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/build-007/drupal.user.js
[302]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.2/github.user.js
[303]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.1/youtrack.user.js
[304]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/gitlab.user.js
[305]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/general.user.js
[306]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/redmine.user.js
[307]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/teamwork.user.js
[301]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/drupal.user.js
[302]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/github.user.js
[303]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/youtrack.user.js
[304]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/gitlab.user.js
[305]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/general.user.js
[306]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/redmine.user.js
[307]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/teamwork.user.js
[401]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/drupal.user.js
[402]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/github.user.js
[403]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/youtrack.user.js
Expand Down
2 changes: 1 addition & 1 deletion TogglLibrary.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* CSS Library for Toggl-Button for Greasemonkey
*
* (c) Jürgen Haas
* Version: 1.1
* Version: 1.3
*
* @see https://github.com/jurgenhaas/toggl-button-greasemonkey
*------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion TogglLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JavaScript Library for Toggl-Button for Greasemonkey
*
* (c) Jürgen Haas
* Version: 1.1
* Version: 1.3
*
* @see https://github.com/jurgenhaas/toggl-button-greasemonkey
*------------------------------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions drupal.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Toggl-Button Drupal
// @namespace https://github.com/jurgenhaas/toggl-button-greasemonkey
// @version 1.2
// @version 1.3
// @include https://www.drupal.org/node/*
// @include https://www.drupal.org/project/issues/*
// @include https://www.drupal.org/project/user
Expand All @@ -16,7 +16,8 @@
// @grant GM_info
// @grant GM_registerMenuCommand
// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.1/TogglLibrary.css
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css
// @description Toggle button for Drupal issue queues
// ==/UserScript==

new TogglButtonGM('body.node-type-project-issue', function (elem) {
Expand Down
3 changes: 2 additions & 1 deletion general.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
// @grant GM_info
// @grant GM_registerMenuCommand
// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.1/TogglLibrary.css
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css
// @description A general Toggl button script displaying active time entry on all tabs of your browser
// ==/UserScript==

if (self == top) {
Expand Down
5 changes: 3 additions & 2 deletions github.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Toggl-Button GitHub
// @namespace https://github.com/jurgenhaas/toggl-button-greasemonkey
// @version 1.2
// @version 1.3
// @include http*://github.com/*
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
Expand All @@ -11,7 +11,8 @@
// @grant GM_info
// @grant GM_registerMenuCommand
// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.1/TogglLibrary.css
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css
// @description Toggle button for GitHub
// ==/UserScript==

new TogglButtonGM('#partial-discussion-header', function (elem) {
Expand Down
5 changes: 3 additions & 2 deletions gitlab.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Toggl-Button Gitlab
// @namespace https://github.com/jurgenhaas/toggl-button-greasemonkey
// @version 1.2
// @version 1.0
// @include http*://gitlab.com/*
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
Expand All @@ -11,7 +11,8 @@
// @grant GM_info
// @grant GM_registerMenuCommand
// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.1/TogglLibrary.css
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css
// @description Toggle button for Gitlab
// ==/UserScript==

new TogglButtonGM('.issue-details', function (elem) {
Expand Down
5 changes: 3 additions & 2 deletions redmine.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Toggl-Button Redmine
// @namespace https://github.com/jurgenhaas/toggl-button-greasemonkey
// @version 1.2
// @version 1.0
// @include http*://www.redmine.org/issues/*
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
Expand All @@ -11,7 +11,8 @@
// @grant GM_info
// @grant GM_registerMenuCommand
// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.1/TogglLibrary.css
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css
// @description Toggle button for Redmine
// ==/UserScript==
new TogglButtonGM('#content', function (elem) {
var description, projectIds = [],
Expand Down
3 changes: 2 additions & 1 deletion teamwork.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
// @grant GM_info
// @grant GM_registerMenuCommand
// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.1/TogglLibrary.css
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css
// @description Toggle button for TeamWork
// ==/UserScript==

var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver,
Expand Down
5 changes: 3 additions & 2 deletions youtrack.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Toggl-Button YouTrack
// @namespace https://github.com/jurgenhaas/toggl-button-greasemonkey
// @version 1.1
// @version 1.2
// @include http*://youtrack.*/*
// @include http*://*/youtrack/*
// @grant GM_xmlhttpRequest
Expand All @@ -12,7 +12,8 @@
// @grant GM_info
// @grant GM_registerMenuCommand
// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.1/TogglLibrary.css
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css
// @description Toggle button for YouTrack
// ==/UserScript==

new TogglButtonGM('.fsi-layout.container .content_fsi', function (elem) {
Expand Down
7 changes: 4 additions & 3 deletions zendone.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Toggl-Button Zendone
// @namespace https://github.com/jurgenhaas/toggl-button-greasemonkey
// @version 1.1
// @version 0.9
// @include https://drupal.org/node/*
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
Expand All @@ -10,8 +10,9 @@
// @grant GM_setValue
// @grant GM_info
// @grant GM_registerMenuCommand
// @require https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.1/TogglLibrary.js
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.1/TogglLibrary.css
// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js
// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css
// @description Toggle button for ZenDone
// ==/UserScript==


Expand Down

0 comments on commit 25e0dd3

Please sign in to comment.