Reinier Balt
be26cfdd66
applied patch of Dan Rice to fix #1326 . Thanks Dan!
2012-08-25 17:27:38 +02:00
Reinier Balt
69ead6d254
fix #1323 so Tracks works with rails 3.2.8. Update all dependencies
2012-08-11 23:54:05 +02:00
Reinier Balt
4e29bf69f7
fix failing tests and small refactorings
2012-07-18 11:42:26 +02:00
Reinier Balt
e8c3ba2e28
fix #1313 by checking on NullProject too
2012-07-18 10:39:15 +02:00
Reinier Balt
e03c521314
fix regressions in cucumber tests. Add basis test for notes page
2012-07-12 23:33:36 +02:00
Reinier Balt
82bb67f518
small refactorings
2012-07-12 13:14:21 +02:00
Reinier Balt
d6e66fa517
fix failing cucumber tests
...
fix data export view
fix mentions of tag on tag page
fix autocomplete for tags
2012-07-11 15:35:21 +02:00
Reinier Balt
bd8498f39c
fix #1287 . Fix various small bugs and some small improvements
2012-06-29 16:48:30 +02:00
Reinier Balt
0b1d521bbf
ugly fix for deprecation warnings fopr mouseover and fix failing tests
2012-06-27 21:40:12 +02:00
Reinier Balt
436cc862d6
fix text feeds
2012-05-20 05:46:52 +02:00
Reinier Balt
5e477a4d25
first pass of all tests done
2012-05-18 15:33:47 +02:00
Reinier Balt
ecb0ff5bf7
get features of recurring_todos to pass
2012-05-12 15:37:13 +02:00
Reinier Balt
901a5ff0d2
get project features to pass
2012-05-12 14:48:56 +02:00
Reinier Balt
d432d91cc8
get preferences scenario to pass
2012-05-12 14:01:56 +02:00
Reinier Balt
005723cb4f
get login, mobile and notes features passing
2012-05-12 13:37:36 +02:00
Reinier Balt
7c935652fb
make search and feedlist pass
2012-05-03 23:23:31 +02:00
Reinier Balt
28b7df87a8
get edit a todo to pass
2012-05-01 17:25:45 +02:00
Reinier Balt
7bce774daa
get context list scenario passing
2012-05-01 09:39:53 +02:00
Reinier Balt
c9d64e6f4b
get the first cucumber feature running: calendar
2012-04-30 13:56:42 +02:00
Reinier Balt
63175c115b
all non-cucumber tests are passing
2012-04-30 13:56:41 +02:00
Reinier Balt
96db48dd86
get project integrations and login controller tests running
2012-04-30 13:56:40 +02:00
Reinier Balt
59a4d5ede0
make functional tests for context controller run
2012-04-30 13:56:39 +02:00
Reinier Balt
76340b780c
Getting functional tests running.
2012-04-30 13:56:38 +02:00
Reinier Balt
fd433d76d8
fix all upgrade warnings from the rails_upgrade plugin
2012-04-30 13:56:38 +02:00
Reinier Balt
e964769553
home page is restored, so is context view
2012-04-30 13:56:37 +02:00
Reinier Balt
4605b17d3c
home page renders... sort of
2012-04-30 13:56:35 +02:00
Reinier Balt
86afd42148
Work in progress: has_many_polymorphs does not work with rails 3.2 because of intrusive changes in rails internals. I think we need to rip out this dependency...
2012-04-30 13:56:34 +02:00
Reinier Balt
a83c8b3f92
initial upgrade to rails 3.2.3
2012-04-30 13:56:33 +02:00
tim madden
d27ffb6ce0
mobile tuning
...
change to make nav links even and consistent
looking to make text bigger for fat fingers
change to project nav
adding images for arrows
2012-04-16 10:04:09 -05:00
Reinier Balt
e74f8842ae
Get more i18n fixed in for he locale. Include fallback to en locale and include pluralization mechanism
2012-04-16 13:19:04 +02:00
Reinier Balt
12d8915eda
Get all non-cucumber tests passing
2012-04-12 12:47:25 +02:00
Reinier Balt
bb8b5a4c72
store rendered notes of todos in database to avoid costly rendering when you load a page
2012-04-12 11:34:08 +02:00
Reinier Balt
ac270884ed
add more translations for he locale. Contributed by Darian Shalev
2012-04-11 20:22:05 +02:00
Reinier Balt
b2e6253b4c
restore all associations for tags. All tests are passing
2012-04-11 11:37:22 +02:00
Reinier Balt
784b7434f6
add some missing translations for #1276
2012-04-10 20:29:37 +02:00
tim madden
0dad59df4c
Fix for days calculation being shown as rational number in ruby 1.9.2
2012-04-05 10:02:31 -05:00
Reinier Balt
c7637053e1
fix #1268 . The default context in the new todo form on the home page is now the first active context
...
Instead of the first context that could be hidden and thus appear random. Also fix setting the default context based on the project you select.
2012-04-03 20:32:15 +02:00
Reinier Balt
dd957f0feb
fix #1255 . Context view now has seperate container for pending and deferred todos
2012-03-23 14:04:55 +01:00
Reinier Balt
dea8734498
fix #1256 by changing the layout of the context view to match the project view
2012-03-21 18:09:20 +01:00
Reinier Balt
1236b5985c
migrate search and add new todo scenario's
2012-03-19 14:06:34 +01:00
Reinier Balt
e935066c18
fix #1181 . The project listing now had the small drag handle and all the controls to the left.
2012-01-27 10:55:39 +01:00
tim madden
250e1d8fcc
folding mobile_done method into original toggle_check method
...
the mobile_done method was created to test out a checkbox submit
the mobile interface. In the interests of DRY, this brings the new
mobile code into the original method,
2012-01-16 11:37:29 -06:00
tim madden
d0e7264661
changes for done checkbox on mobile page
...
adding recent completed todos in case you accidentally tick one by mistake
2011-12-19 21:10:19 -06:00
Reinier Balt
0573df1fa4
Merge pull request #35 from mattr-/ticket-954
...
Fix missing links for tags in the recurring todo view
2011-10-10 04:40:06 -07:00
Stefan Richter
1b33a2733a
slight syntax issue with 1.9
2011-10-09 20:30:26 +02:00
Matt Rogers
32af610a1b
Fix missing links for tags in the recurring todo view
...
The helper method for the recurring todo tag list was missing additions
of the links
2011-10-08 21:32:15 -05:00
Reinier Balt
d182394930
further refactoring of todos_helper
2011-09-30 22:54:39 +02:00
Reinier Balt
fde151123c
refactor tag helpers
2011-09-30 19:49:44 +02:00
Reinier Balt
3a07010338
first cleanups of review feature
2011-09-28 13:58:46 +02:00
Reinier Balt
bed46847b3
make todos editable on the search page. Fix #716 .
2011-09-16 12:39:44 +02:00