From 25e0dd34ac25233080f432c83905c11f7537fdec Mon Sep 17 00:00:00 2001 From: jurgenhaas Date: Mon, 6 Jul 2015 09:39:58 +0200 Subject: [PATCH] New release for all platforms --- README.md | 22 +++++++++++----------- TogglLibrary.css | 2 +- TogglLibrary.js | 2 +- drupal.user.js | 5 +++-- general.user.js | 3 ++- github.user.js | 5 +++-- gitlab.user.js | 5 +++-- redmine.user.js | 5 +++-- teamwork.user.js | 3 ++- youtrack.user.js | 5 +++-- zendone.user.js | 7 ++++--- 11 files changed, 36 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 6384f84..208efb2 100644 --- a/README.md +++ b/README.md @@ -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### @@ -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 diff --git a/TogglLibrary.css b/TogglLibrary.css index a14f5e3..5a140f3 100644 --- a/TogglLibrary.css +++ b/TogglLibrary.css @@ -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 *------------------------------------------------------------------------ diff --git a/TogglLibrary.js b/TogglLibrary.js index 150b9fb..ed99c7e 100644 --- a/TogglLibrary.js +++ b/TogglLibrary.js @@ -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 *------------------------------------------------------------------------ diff --git a/drupal.user.js b/drupal.user.js index 729dbf0..c4186be 100644 --- a/drupal.user.js +++ b/drupal.user.js @@ -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 @@ -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) { diff --git a/general.user.js b/general.user.js index f802a32..0d57638 100644 --- a/general.user.js +++ b/general.user.js @@ -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) { diff --git a/github.user.js b/github.user.js index 7c85bcb..26fb12e 100644 --- a/github.user.js +++ b/github.user.js @@ -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 @@ -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) { diff --git a/gitlab.user.js b/gitlab.user.js index d1ab815..cff5299 100644 --- a/gitlab.user.js +++ b/gitlab.user.js @@ -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 @@ -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) { diff --git a/redmine.user.js b/redmine.user.js index 7be69f0..c6c63e0 100644 --- a/redmine.user.js +++ b/redmine.user.js @@ -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 @@ -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 = [], diff --git a/teamwork.user.js b/teamwork.user.js index cd2ddee..9c5d6ef 100644 --- a/teamwork.user.js +++ b/teamwork.user.js @@ -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, diff --git a/youtrack.user.js b/youtrack.user.js index 83e680e..5cd3991 100644 --- a/youtrack.user.js +++ b/youtrack.user.js @@ -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 @@ -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) { diff --git a/zendone.user.js b/zendone.user.js index a013394..54196c2 100644 --- a/zendone.user.js +++ b/zendone.user.js @@ -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 @@ -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==