Commit graph

2255 commits

Author SHA1 Message Date
Devin Weaver
fefc0594c4 Removes unneeded comment
An erroneous commented line was inserted into
test/functional/projects_controller_test.rb
this patch removes it.
2012-07-09 08:00:41 -04:00
Devin Weaver
dd0ec129ef Adds functional tests for /projects.xml 2012-06-07 15:57:22 -04:00
Devin Weaver
e71d23555e Fixes a crash when using the XML API
The use of "http://localhost/projects.xml" would crash with missing
method 'all' for object 'Array'

This is because the variable @projects did not need to use all in the
XML formatting since it was already assigned above and is now an array.
2012-06-07 15:55:26 -04:00
Devin Weaver
c2d627bb43 Removes redundent assignment of @new_project 2012-06-07 15:54:58 -04: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
b20f09725c do not depend on ruby 1.9.x for production use 2012-05-18 17:51:50 +02:00
Reinier Balt
aa518e252c fix and wip some features 2012-05-18 17:12:32 +02:00
Reinier Balt
5e477a4d25 first pass of all tests done 2012-05-18 15:33:47 +02:00
Matt Rogers
598891c1d3 Don't use dynamic finders in this migration.
For whatever reason, the dynamic finders aren't available in this
migration and so the migration fails. Converting to find(:all,
:conditions => {...}) prevents this from not failing.
2012-05-13 21:03:38 -05:00
Matt Rogers
a97384f318 Workaround a problem with SQLite 3 and long index names
Index names can only be a certain length. The remove_user_from_taggings
migration, when run on sqlite3, creates an index name that violates the
maximum length check. Fix it by removing and then recreating the indexes
as part of the migration.
2012-05-12 22:01:31 -05: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
ba0b637c85 Merge branch 'rails3' of github.com:TracksApp/tracks into rails3 2012-05-12 13:42:57 +02:00
Reinier Balt
005723cb4f get login, mobile and notes features passing 2012-05-12 13:37:36 +02:00
Matt Rogers
8979d2cf9f remove the double .rb extension
one .rb is quite enough. ;)
2012-05-04 22:21:15 -05: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
393eae1937 clean up gemfile and remove vendored aruba gem 2012-04-30 13:56:41 +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
fde64e0b3d forgot to add these 2012-04-30 13:56:34 +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
Reinier Balt
f6d08a9cf5 Merge pull request #80 from maddentim/fixes
Fix for #1291 - Adding todo to mobile interface does not save tag
2012-04-30 01:53:12 -07: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
Reinier Balt
c8947519b7 Merge pull request #79 from maddentim/fixes
#1289 - tweak for project page note display to stop wrapping note around link icon
2012-04-22 11:13:26 -07: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
6e15c38efe update docs and default database from changes in 2.1 tree 2012-04-19 00:35:46 +02: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
Reinier Balt
a367d53756 Merge pull request #77 from maddentim/fixes
Fix for mobile project page + tuning mobile pages

Thanks Tim
2012-04-16 13:47:04 -07: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
c0161ecfc5 fix #1277 by commenting out the lines that run git. 2012-04-16 13:58:12 +02:00