Skip to content

Commit

Permalink
Merge pull request #292 from ardumont/0.7.5
Browse files Browse the repository at this point in the history
0.7.5
  • Loading branch information
ardumont committed Sep 5, 2015
2 parents 522ec04 + ac10385 commit 3718ed7
Show file tree
Hide file tree
Showing 22 changed files with 944 additions and 570 deletions.
12 changes: 9 additions & 3 deletions TESTS-simple.org
Expand Up @@ -12,12 +12,18 @@
#+PROPERTY: orgtrello-user-antoineromaindumont 554b1f596ca33dd8f79e974b
#+PROPERTY: orgtrello-user-orgmode 5203a0c833fc36360800177f
#+PROPERTY: orgtrello-user-ardumont 4f2baa2f72b7c1293501cad3
#+PROPERTY: :green green label with & char
#+PROPERTY: :yellow yello
#+PROPERTY: :orange range
#+PROPERTY: :red red
#+PROPERTY: :lime green lime
#+PROPERTY: :pink pink?
#+PROPERTY: :sky blah
#+PROPERTY: :purple violet
#+PROPERTY: :red red
#+PROPERTY: :green duplicated green
#+PROPERTY: :blue blue
#+PROPERTY: :grey hello
#+PROPERTY: :black arf
#+PROPERTY: :green green label with & char
#+PROPERTY: :orange range
#+PROPERTY: orgtrello-user-me ardumont
:END:
#+title: dummy sample to sync with trello
Expand Down
14 changes: 14 additions & 0 deletions TODO.org
Expand Up @@ -33,6 +33,20 @@
- [ ] #248 - Installing from melpa (unstable) works, but then it errs on an undefined variable "error-messages"
- [ ] #263 - Colors broken in org trello

* DONE 0.7.5 [100%]
CLOSED: [2015-09-05 Sat 20:21]
- [X] #290 - Toggling users assignments to card
- [X] Add binding `C-c o t` for the toggling command (code, doc, etc...)
- [X] #293 - Add a basic user driven completing mechanism (default ido, possibility to use helm...)
- [X] #291 - Improve labels policy [4/4]
- [X] Update api to retrieve more labels
- [X] Unify board information retrieval
- [X] Update show board labels with the new colors
- [X] Fix what went wrong (install existing board + create new one)
- [X] Open a command to clean org-trello data in buffer
- [X] Close board command
- [X] Update version
- [X] Release notes
* DONE 0.7.4 [100%]
CLOSED: [2015-08-24 Mon 23:39]
- [X] Improve release script + fix typo
Expand Down
234 changes: 0 additions & 234 deletions load-org-trello-tests.el

This file was deleted.

84 changes: 0 additions & 84 deletions load-org-trello.el

This file was deleted.

4 changes: 3 additions & 1 deletion org-trello-api.el
Expand Up @@ -52,7 +52,9 @@ If FILTER is specified, this will filter on this."
'(("memberships" . "active")
("memberships_member" . "true")
("lists" . "open")
("fields" . "name,memberships,closed,labelNames"))))
("fields" . "name,memberships,closed")
("labels" . "all")
("label_fields" . "name,color"))))

(defun orgtrello-api-do (api-uri id &optional undo-flag)
"Compute the query to do/undo thing using API-URI and ID.
Expand Down

0 comments on commit 3718ed7

Please sign in to comment.