X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=pkgs%2Fwebapps%2Ftaskwarrior-web%2Ffixes.patch;fp=pkgs%2Fwebapps%2Ftaskwarrior-web%2Ffixes.patch;h=0000000000000000000000000000000000000000;hb=1a64deeb894dc95e2645a75771732c6cc53a79ad;hp=851f9f05ffc0110e953df5d1c877074faae3f913;hpb=fa25ffd4583cc362075cd5e1b4130f33306103f0;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/webapps/taskwarrior-web/fixes.patch b/pkgs/webapps/taskwarrior-web/fixes.patch deleted file mode 100644 index 851f9f0..0000000 --- a/pkgs/webapps/taskwarrior-web/fixes.patch +++ /dev/null @@ -1,56 +0,0 @@ -diff --git a/lib/taskwarrior-web/helpers.rb b/lib/taskwarrior-web/helpers.rb -index 212aed7..94c57df 100644 ---- a/lib/taskwarrior-web/helpers.rb -+++ b/lib/taskwarrior-web/helpers.rb -@@ -1,6 +1,8 @@ - require 'active_support/core_ext/date/calculations' - - module TaskwarriorWeb::App::Helpers -+ include ERB::Util -+ - def format_date(timestamp) - format = TaskwarriorWeb::Config.dateformat || '%-m/%-d/%Y' - Time.parse(timestamp).localtime.strftime(format) -diff --git a/lib/taskwarrior-web/services/builder/base.rb b/lib/taskwarrior-web/services/builder/base.rb -index 58d246e..8f716ac 100644 ---- a/lib/taskwarrior-web/services/builder/base.rb -+++ b/lib/taskwarrior-web/services/builder/base.rb -@@ -10,7 +10,7 @@ module TaskwarriorWeb::CommandBuilder::Base - :complete => ':id done', - :annotate => ':id annotate', - :denotate => ':id denotate', -- :projects => '_projects', -+ :projects => '_unique project', - :tags => '_tags', - :sync => 'sync' - } -diff --git a/lib/taskwarrior-web/views/tasks/_form.erb b/lib/taskwarrior-web/views/tasks/_form.erb -index 789e7a1..fa08698 100644 ---- a/lib/taskwarrior-web/views/tasks/_form.erb -+++ b/lib/taskwarrior-web/views/tasks/_form.erb -@@ -1,14 +1,14 @@ -
- -
-- -+ -
-
- -
- -
-- -+ -
-
- -@@ -45,7 +45,7 @@ -
- -
-- -+ - Enter tags separated by commas or spaces (e.g. each, word will,be a tag) -
-