diff --git a/app/controllers/integrations_controller.rb b/app/controllers/integrations_controller.rb index 72ca7eda..f124dbb2 100644 --- a/app/controllers/integrations_controller.rb +++ b/app/controllers/integrations_controller.rb @@ -1,7 +1,7 @@ class IntegrationsController < ApplicationController require 'mail' - skip_before_filter :login_required, :only => [:cloudmailin, :search_plugin, :google_gadget] + skip_before_filter :login_required, :only => [:cloudmailin, :search_plugin] skip_before_filter :verify_authenticity_token, only: [:cloudmailin] def index @@ -17,10 +17,6 @@ class IntegrationsController < ApplicationController pack('m').gsub(/\n/, '') end - def google_gadget - render :layout => false, :content_type => Mime::XML - end - def cloudmailin if !verify_cloudmailin_signature render :text => "Message signature verification failed.", :status => 403 diff --git a/app/views/integrations/google_gadget.erb b/app/views/integrations/google_gadget.erb deleted file mode 100644 index c0ece0da..00000000 --- a/app/views/integrations/google_gadget.erb +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/app/views/integrations/index.de.html.erb b/app/views/integrations/index.de.html.erb index cd71480c..1255e8a5 100644 --- a/app/views/integrations/index.de.html.erb +++ b/app/views/integrations/index.de.html.erb @@ -10,7 +10,6 @@

Sie haben weitere Beispiele? Berichten Sie uns @@ -50,18 +49,3 @@

You can also send all email to a specific Tracks user. Configure mail_dispatch in site.yml to single_user and pass the login of the user:

TRACKS_MAIL_RECEIVER=<%=current_user.login%> /PATH/TO/TRACKS/bin/rails r -e production 'MessageGateway.receive(STDIN.read)'

- -
-

Add Tracks as a Google Gmail gadget

-

- You can now manage your projects/actions inside Gmail using Tracks Gmail Gadget. - Add Tracks Gmail gadget to the sidebar of Gmail and track your next actions - or add new action without explicitly open new browser tab for Tracks. Steps to set it up: -

- \ No newline at end of file diff --git a/app/views/integrations/index.en.html.erb b/app/views/integrations/index.en.html.erb index 24f936fb..20a052db 100644 --- a/app/views/integrations/index.en.html.erb +++ b/app/views/integrations/index.en.html.erb @@ -12,7 +12,6 @@
  • Integrate Tracks with an email server to be able to send an action through email to Tracks
  • Send emails to Tracks with Mailgun
  • Rich Todo Message email format -
  • Add Tracks as a Google Gmail gadget

  • Do you have one of your own to add? Tell us about @@ -118,18 +117,3 @@ Mailgun handling, as the data is processed the same way

    All symbols are optional, and text up to the first symbol (or end of string) is used as the description of the todo

    - -
    -

    Add Tracks as a Google Gmail gadget

    -

    - You can now manage your projects/actions inside Gmail using Tracks Gmail Gadget. - Add Tracks Gmail gadget to the sidebar of Gmail and track your next actions - or add new action without explicitly open new browser tab for Tracks. Steps to set it up: -

    - diff --git a/app/views/integrations/index.nl.html.erb b/app/views/integrations/index.nl.html.erb index 35fdcd5a..dfacaecb 100644 --- a/app/views/integrations/index.nl.html.erb +++ b/app/views/integrations/index.nl.html.erb @@ -10,7 +10,6 @@

    Heb je een tip om hier toe te voegen? Vertel ons er over in onze @@ -51,19 +50,3 @@

    Je kan ook alle email naar een specifieke Tracks gebruiker sturen. Stel mail_dispatch in site.yml in op single_user en geeft de login van de gebruiker door:

    TRACKS_MAIL_RECEIVER=<%=current_user.login%> /PATH/TO/TRACKS/bin/rails r -e production 'MessageGateway.receive(STDIN.read)'

    - -
    -

    Voeg tracks toe als een Google Gmail gadget

    -

    - Je kan nu ook jouw projects/actions beheren in Gmail met de Tracks Gmail Gadget. - Voeg Tracks Gmail gadget toe aan de sidebar van Gmail en volg jouw acties - of voeg een nieuwe actie toe zonder apart een nieuw browser tab/scherm te openen - voor Tracks. Om dit in te stellen: -

    - \ No newline at end of file diff --git a/config/locales/cs.yml b/config/locales/cs.yml index b7460908..b812d974 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -308,7 +308,6 @@ cs: footer: send_feedback: Poslat zpětnou vazbu na %{version} integrations: - gmail_description: Gadget pro Tracks do Gmailu opensearch_description: Prohledat Tracks layouts: mobile_navigation: diff --git a/config/locales/de.yml b/config/locales/de.yml index d15b821b..2b582e18 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -313,7 +313,6 @@ de: footer: send_feedback: Senden Sie Feedback zu %{version} integrations: - gmail_description: Gadget, um Tracks als Gadget zu Googlemail hinzuzufügen opensearch_description: In Tracks suchen layouts: mobile_navigation: diff --git a/config/locales/en.yml b/config/locales/en.yml index 0f66a745..f6907f02 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -797,7 +797,6 @@ en: save_status_message: "Note %{id} was saved" integrations: opensearch_description: Search in Tracks - gmail_description: Gadget to add Tracks to Gmail as a gadget preferences: open_id_url: Your OpenID URL is staleness_starts_after: Staleness starts after %{days} days diff --git a/config/locales/es.yml b/config/locales/es.yml index 615fbead..66b1c182 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -310,7 +310,6 @@ es: footer: send_feedback: Envía comentarios sobre el %{version} integrations: - gmail_description: Gadget para añadir pistas a Gmail como un gadget opensearch_description: Buscar en las Tracks layouts: mobile_navigation: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 6357b28e..bd7eb84f 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -340,7 +340,6 @@ fr: submit: Sauvegarder %{model} update: Mettre à jour %{model} integrations: - gmail_description: Gadget pour ajouter Tracks à Gmail opensearch_description: Rechercher dans Tracks layouts: mobile_navigation: diff --git a/config/locales/he.yml b/config/locales/he.yml index d128d810..a68ac37f 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -257,7 +257,6 @@ he: footer: send_feedback: "שליחת משוב על גירסא %{version}" integrations: - gmail_description: "חֲפִיץ להוספת מסלולים ל-Gmail" opensearch_description: "חיפוש במסלולים" layouts: mobile_navigation: diff --git a/config/locales/nl.yml b/config/locales/nl.yml index a1e9e6ac..37acf5af 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -358,7 +358,6 @@ nl: submit: Bewaar %{model} update: Bijwerken %{model} integrations: - gmail_description: Gadget om Tracks toe te voegen aan Gmail als een gadget opensearch_description: Zoek in Tracks layouts: mobile_navigation: diff --git a/config/locales/ru.yml b/config/locales/ru.yml index f7b82a72..6a9265d5 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -376,7 +376,6 @@ ru: submit: "Сохранить %{model}" update: "Обновить %{model}" integrations: - gmail_description: "Гаджет для добавления Tracks в Gmail как гаджета боковой панели" opensearch_description: "Искать в Tracks" layouts: mobile_navigation: diff --git a/config/routes.rb b/config/routes.rb index 84de0f15..485aac96 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -28,7 +28,6 @@ Rails.application.routes.draw do get 'integrations/rest_api' => "integrations#rest_api", :as => 'rest_api_docs' post 'integrations/cloudmailin' => 'integrations#cloudmailin' get 'integrations/search_plugin' => "integrations#search_plugin", :as => 'search_plugin' - get 'integrations/google_gadget.xml' => 'integrations#google_gadget', :as => 'google_gadget' get 'preferences' => "preferences#index" get 'preferences/render_date_format' => "preferences#render_date_format"