Matt Rogers
|
83273ac342
|
add the before filter configuration back
|
2013-04-30 20:19:27 -05:00 |
|
Matt Rogers
|
d1ff0daf6f
|
Move the calendar to its own controller
|
2013-04-30 20:09:46 -05:00 |
|
Matt Rogers
|
70fc1848c2
|
Remove extra whitespace
|
2013-04-30 19:18:27 -05:00 |
|
Matt Rogers
|
610152b8dd
|
Cache the project and context names
|
2013-04-29 21:01:30 -05:00 |
|
Matt Rogers
|
6376bd7ef6
|
Use an attr_reader for attributes
|
2013-04-29 21:01:30 -05:00 |
|
Matt Rogers
|
1c2de3fd5a
|
Remove codejunk
Extra whitespace, explicit returns, and an extra begin/end pair are all
gone.
|
2013-04-29 21:01:21 -05:00 |
|
Matt Rogers
|
b1fb1dd326
|
Remove more duplication from Todos::Calendar.
|
2013-04-29 16:35:50 -05:00 |
|
Matt Rogers
|
fedfb55ff8
|
Remove extra whitespace
|
2013-04-29 15:24:32 -05:00 |
|
Reinier Balt
|
010d0e9ba0
|
refactor creating todos in todos_controller
|
2013-04-29 15:15:48 +02:00 |
|
Reinier Balt
|
5ed69fc1a2
|
update gems and fix failures from new aasm
I'm not sure the test failures caused by reload not working are caused by the new aasm,
perhaps the thread isolation is causing that...
|
2013-04-29 11:53:32 +02:00 |
|
Reinier Balt
|
93b0a2557c
|
add verbose action description to cache invariant to handle changes in this setting. fixes #1409
|
2013-04-29 09:58:54 +02:00 |
|
Reinier Balt
|
98f8cade5b
|
fix finding the used in the message_gateway
|
2013-04-29 09:38:34 +02:00 |
|
Reinier Balt
|
5eae11e3b3
|
explicit wait for menu to fix a failing scenario.
this scenario does not fail locally, only on travis, grrr...
|
2013-04-29 09:31:31 +02:00 |
|
Matt Rogers
|
8db5793bf6
|
Merge pull request #178 from TracksApp/rename-has-next-todo
Rename RecurringTodo#has_next_todo
|
2013-04-27 09:52:58 -07:00 |
|
Matt Rogers
|
6b8e745234
|
Use Todos::Calendar in the view
|
2013-04-26 23:23:56 -05:00 |
|
Matt Rogers
|
fb71441436
|
Start using Todos::Calendar in the calendar action
Replaces the existing query logic in a lot of places
|
2013-04-26 23:09:47 -05:00 |
|
Matt Rogers
|
ba38277df8
|
Add a Todos::Calendar object
|
2013-04-26 23:08:56 -05:00 |
|
Matt Rogers
|
84e49c451c
|
add a test for the TodosController#calendar
|
2013-04-26 23:07:49 -05:00 |
|
Matt Rogers
|
f0d71bdfbb
|
Remove extra whitespace
|
2013-04-26 22:30:40 -05:00 |
|
Matt Rogers
|
c4bcc0996f
|
Remove extra whitespace
|
2013-04-26 16:30:40 -05:00 |
|
Matt Rogers
|
88e7798db6
|
Rename RecurringTodo#has_next_todo to continues_recurring?
This clarifies the intent of the method.
|
2013-04-26 16:30:12 -05:00 |
|
Matt Rogers
|
036c34f266
|
Rename RecurringTodo#inc_occurences to increment_occurrences
This clarifies the method name and fixes a typo.
|
2013-04-26 16:20:42 -05:00 |
|
Matt Rogers
|
1431bef1a9
|
Use first_or_create to creating missing Tags
|
2013-04-26 08:46:06 -05:00 |
|
Matt Rogers
|
3425b3fa10
|
Remove duplication when setting up done by tag views
|
2013-04-26 08:40:24 -05:00 |
|
Matt Rogers
|
6af7fe0ab6
|
Remove unused method
|
2013-04-26 08:31:00 -05:00 |
|
Matt Rogers
|
56f366b432
|
Remove context_specified_by_name from TodosController
Use TodoCreateParamsHelper instead to remove the duplication
|
2013-04-26 08:04:22 -05:00 |
|
Matt Rogers
|
d5dc723ef0
|
Remove project_specified_by_name from TodoController
Use TodoCreateParamsHelper instead here and remove the duplication
|
2013-04-26 08:02:47 -05:00 |
|
Matt Rogers
|
445a0c7602
|
Remove trailing whitespace
|
2013-04-26 07:55:06 -05:00 |
|
Matt Rogers
|
a60b4389cd
|
Fix a bug when generating predecessor autocomplete data
|
2013-04-25 21:13:49 -05:00 |
|
Matt Rogers & Katrina Owen
|
a1b270699d
|
Extract creation of todos from recurrings todos
|
2013-04-25 20:45:14 -05:00 |
|
Reinier Balt
|
0607096e7c
|
add cucumber tests for tickler with group by project
|
2013-04-24 23:30:58 +02:00 |
|
Reinier Balt
|
b57c63abdb
|
try fixing timing issue of tagging scenario
|
2013-04-22 11:17:57 +02:00 |
|
Reinier Balt
|
a987ff3727
|
use size in stead of count to prevent unnecessary querying
|
2013-04-22 11:11:53 +02:00 |
|
Reinier Balt
|
caec4f214a
|
enable group by project for tickler
|
2013-04-20 20:20:57 +02:00 |
|
Reinier Balt
|
8b464112ad
|
further fixing regressions
|
2013-04-19 22:55:54 +02:00 |
|
Reinier Balt
|
a8e426a2cd
|
fix regressions
|
2013-04-19 20:00:32 +02:00 |
|
Reinier Balt
|
d732779e14
|
#1411 also fails on project list page, so fix that too
|
2013-04-19 15:26:34 +02:00 |
|
Reinier Balt
|
549aa35e61
|
fix #1411 where the context list page was not adding new context on the page after the last was deleted.
|
2013-04-19 15:23:28 +02:00 |
|
Reinier Balt
|
9172d5e001
|
fix failing scenario
|
2013-04-17 23:26:46 +02:00 |
|
Reinier Balt
|
8641ecfc4e
|
add some project grouping scenarios to edit_a_todo and fix failures
also refactor step definitions
|
2013-04-17 22:11:24 +02:00 |
|
Reinier Balt
|
5f8f2eefa9
|
fix failing calendar scenarios
|
2013-04-16 10:20:44 +02:00 |
|
Reinier Balt
|
78a7bfe8e4
|
update changelog with grout_by_project changes
|
2013-04-14 11:54:40 +02:00 |
|
Reinier Balt
|
a4e0860aa4
|
fix failing scenarios
|
2013-04-14 11:50:21 +02:00 |
|
Reinier Balt
|
67247980ad
|
fix failing tests
|
2013-04-11 11:04:07 +02:00 |
|
Reinier Balt
|
9c0445fcb7
|
make adding of todos from sidebar work in context and project grouping
|
2013-04-11 10:53:35 +02:00 |
|
Reinier Balt
|
783d4dd774
|
update cucumber, capybara and mini-profiler
let capybara find hidden elements (2.0 behavior)
|
2013-04-11 10:52:32 +02:00 |
|
Reinier Balt
|
4ece8bf7ab
|
put mini-profiler on the right to not block the menubar
|
2013-04-11 10:51:02 +02:00 |
|
Reinier Balt
|
78d28d41e0
|
fix wrong passing of params to ajax
|
2013-04-08 19:52:04 +02:00 |
|
Reinier Balt
|
53daa0f1e3
|
we are grouping by not ordering by
|
2013-04-08 19:51:28 +02:00 |
|
Reinier Balt
|
904ad9e8f0
|
update to latest gems
|
2013-04-08 19:50:50 +02:00 |
|