Skip to content

v1.2 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Dec 30, 2013
Merged

v1.2 #15

Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
46f53be
fixed routes to allow for new and create
nutso Dec 28, 2013
a0b9b0b
setting recurrable issues based on project
nutso Dec 28, 2013
0a646ff
removed todo as it was no longer relevant
nutso Dec 28, 2013
e674575
#7 starting to display link to add recurrence on issue
nutso Dec 29, 2013
fb994ed
#7 starting to display link to add recurrence on issue
nutso Dec 29, 2013
202bf45
#7 typo
nutso Dec 29, 2013
de311f8
#7 typo
nutso Dec 29, 2013
0e63695
#7 allowing for multiple recurrences
nutso Dec 29, 2013
fa1f8f9
#7 typo
nutso Dec 29, 2013
b12fec5
#7 typo
nutso Dec 29, 2013
a8c532f
#7 passing by id instead of object
nutso Dec 29, 2013
ebd06ad
#7 passing with new issue
nutso Dec 29, 2013
085c229
#7 named route
nutso Dec 29, 2013
0e06d55
#7 named route
nutso Dec 29, 2013
95f33cd
#7 missing parameter
nutso Dec 29, 2013
71a0a53
#7 checking for permissions and added caption
nutso Dec 29, 2013
2b7e7df
#7 correct controller and class
nutso Dec 29, 2013
38241a7
passing all parameters
nutso Dec 29, 2013
5f599c7
option to add more than one recurrence
nutso Dec 29, 2013
975c9b9
better label
nutso Dec 29, 2013
6121c82
better separation
nutso Dec 29, 2013
af3ab87
list of recurrence
nutso Dec 29, 2013
13dfd25
link only if allowed
nutso Dec 29, 2013
7d9943e
better link position maybe
nutso Dec 29, 2013
5b838b5
better display of no recurrence
nutso Dec 30, 2013
e44133b
better display of recurrence title
nutso Dec 30, 2013
32971eb
better display of recurrence link
nutso Dec 30, 2013
d3e2f52
added missing parameters
nutso Dec 30, 2013
d3e4412
displaying project on overview page
nutso Dec 30, 2013
0bd6617
displaying project instead of link
nutso Dec 30, 2013
1b0a001
td instead of th
nutso Dec 30, 2013
21a2b7e
incremented version
nutso Dec 30, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed todo as it was no longer relevant
  • Loading branch information
nutso committed Dec 28, 2013
commit 0a646ff029b53881a884472c8e2205ac48a41c49
2 changes: 0 additions & 2 deletions app/controllers/recurring_tasks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ class RecurringTasksController < ApplicationController
before_filter :set_recurrable_issues, :except => [:index, :show]

def index
# TODO authorize

@recurring_tasks = RecurringTask.all_for_project(@project)
end

Expand Down