summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/todos.js.coffee
Commit message (Expand)AuthorAgeFilesLines
* Allow middle-click on a Todo row to open in a new tabRobert Speicher2016-04-241-1/+2
* Merge branch 'issue_14678' into 'master' Jacob Schatz2016-04-201-1/+42
|\
| * Use Turbolinks to redirectissue_14678Alfredo Sumaran2016-04-181-1/+1
| * Move declarationsAlfredo Sumaran2016-04-131-4/+3
| * Reutilize existing method to update param valueAlfredo Sumaran2016-04-111-12/+3
| * Merge branch 'master' into issue_14678Alfredo Sumaran2016-04-111-2/+7
| |\
| * | Get pagination options form the viewAlfredo Sumaran2016-04-011-9/+18
| * | Expose todos_per_page variableAlfredo Sumaran2016-03-301-3/+2
| * | Merge branch 'master' into issue_14678Alfredo Sumaran2016-03-301-0/+5
| |\ \
| * | | typoAlfredo Sumaran2016-03-281-6/+6
| * | | Refresh page according remaining todosAlfredo Sumaran2016-03-281-0/+43
* | | | Fix todo_target_path for todos where target was removedfix-todo-target-pathDouglas Barbosa Alexandre2016-04-121-0/+2
| |_|/ |/| |
* | | Use meta key to open todo in new tab15078-todo-rowAnnabel Dunstone2016-04-081-2/+7
| |/ |/|
* | Clear .todo listener14547_todo-clickAnnabel Dunstone2016-03-301-0/+1
* | Change window.location to use turbolinksAnnabel Dunstone2016-03-301-3/+2
* | Make entire todo row clickableAnnabel Dunstone2016-03-301-0/+5
|/
* Mark all as done through AJAXPhil Hughes2016-03-171-5/+26
* Removed the flash success messagePhil Hughes2016-03-171-32/+20
* Remove `Flash` from todos when finishedJacob Schatz2016-03-171-1/+0
* Adds small AJAX optimistic functionality to todos.Jacob Schatz2016-03-171-0/+48