Michael Witrant
883daa5168
fixed escaped inputs in new recurring todo form
2012-07-07 22:21:03 +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
88729f57ce
quick fix #1295 . Limit the dependency tree depth shown to prevent stack overflow
...
TODO: eliminate recusive algoritm
2012-06-29 14:08:58 +02:00
Reinier Balt
9421ae76bb
Merge branch 'master' of github.com:TracksApp/tracks
2012-06-28 16:52:36 +02:00
Reinier Balt
05695c12ea
Enable the message_gateway to handle sending all email to a specific user. The current
...
scanning on to: and from: fields does not work if you bcc Tracks in email.
site.yml.tmpl is updated to reflect this and removes cas, ldap and openid configs
Also the integrations page is updated to reflect the above
2012-06-28 16:51:46 +02:00
Reinier Balt
0a7c19ab39
Merge pull request #82 from maddentim/fixes
...
Some fixes
2012-06-27 14:46:11 -07:00
Reinier Balt
0b1d521bbf
ugly fix for deprecation warnings fopr mouseover and fix failing tests
2012-06-27 21:40:12 +02:00
Tim Madden
a98f8be279
fixing a broken i18n reference
2012-06-27 13:58:24 -05:00
tim madden
51da342cdc
harmonizing todo_tag_list and tag_list, using just the shorter tag_list
2012-06-27 13:56:56 -05:00
Reinier Balt
89f96da623
fix #1290 . Actionize and alphabetize did not work for hidden projects
2012-06-27 14:40:20 +02:00
Reinier Balt
5d703975a3
fix #1292 . Make the sort order in project view the same as context view
2012-06-27 14:10:14 +02:00
Reinier Balt
436cc862d6
fix text feeds
2012-05-20 05:46:52 +02:00
Reinier Balt
f513e667dc
tracks now starts in production environment with precompiled assets
2012-05-18 20:20:50 +02:00
Reinier Balt
5660329e8e
fix route for promote_to_project
2012-05-18 19:56:05 +02:00
Reinier Balt
793a2e3f29
make assets explicits. fixes compiling assets
2012-05-18 18:17:19 +02:00
Reinier Balt
5e477a4d25
first pass of all tests done
2012-05-18 15:33:47 +02:00
Reinier Balt
fc69c6cfbf
get shared_add_new_todo feature to pass
2012-05-12 18:04:56 +02:00
Reinier Balt
4af9a3e28c
get search feature to pass
2012-05-12 15:46:34 +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
d7aebf03a0
get context, dependencies and admin scenarios running
2012-05-01 15:45:58 +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
13b58f3a10
all unit and functional tests are passing
2012-04-30 13:56:40 +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
fd4fb6df9e
get all unit tests running again. Seems we have some pretty old code in there :-)
2012-04-30 13:56:37 +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
b932ac210f
fix for mobile new todo tags no being saved
...
the mobile interface shares the form for creating and updating todos.
the todo controller was using different names for them. this change
aligns them.
2012-04-28 22:44:35 -05:00
tim madden
3180d88fae
tweak to note display on project page to stop wrapping around note link icon
...
divs for the project note
adding margin to prevent the note from wrapping around the link icon
2012-04-21 11:14:19 -05:00
Reinier Balt
5d61b9600e
fix #1286 . The sidebar now updates correctly after update of project settings
2012-04-18 16:50:47 +02:00
Reinier Balt
5c3293745d
merge latest changes for the he locale. Thanks Darian.
2012-04-17 15:33:40 +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
Tim Madden
343a4a5846
fixing extra argument on mobile projects page
2012-04-16 09:52:26 -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
3ba7daf1d0
fix migration. Thanks Christian for fixing this
2012-04-12 20:09:10 +02:00
Reinier Balt
22feb7d7eb
add i18n to last stats graph and update locales (google translate)
2012-04-12 14:18:08 +02:00
Reinier Balt
a4d98a705a
make cucumber scenarios pass
2012-04-12 13:36:49 +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