Commit graph

2231 commits

Author SHA1 Message Date
Reinier Balt
d20c4cbd01 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:29:58 +02:00
Reinier Balt
6738cc992a ignore 2012-04-03 14:46:37 +02:00
Reinier Balt
0479c7b81c Updating for RC1 release 2012-04-03 14:41:57 +02:00
Reinier Balt
2aef2b5622 fix regression for editing project settings from project page 2012-04-03 13:41:09 +02:00
Reinier Balt
0012a56ecb fix #1266. Please test and reopen if necessary. I think I prefixed all queries with the right table 2012-03-29 21:51:33 +02:00
Reinier Balt
bb998ba3fa fix #1265. The validations were not checked when making a project out of a todo. Thanks popsch for spotting this one! 2012-03-29 21:48:34 +02:00
Reinier Balt
ff4a376ee9 fix #1245 by managing pages with more than one project in a list
Update still looks ugly. I'd like to see things more seperated for project list page and review page. Todo!
2012-03-29 21:14:48 +02:00
Reinier Balt
af10e74017 fix #1242 by fixing all the routing from the review button 2012-03-29 16:05:17 +02:00
Reinier Balt
923919e802 update i18n using google translate for missing translations. Please check these translations! 2012-03-29 15:17:36 +02:00
Reinier Balt
04d2e47e23 remove selenium environment. Not needed anymore. 2012-03-24 10:55:17 +01:00
Reinier Balt
b911e3010b fix #1252 by updating the todo ical feed and adding comment that todo ical is not for calendars. Also fix layout of feeds page 2012-03-24 10:52:44 +01:00
Reinier Balt
163389d914 fix an undefined cucumber step 2012-03-24 10:01:17 +01:00
Reinier Balt
7435b1ba93 Update and add scenario's for testing interaction with new deferred container on context page and fix regressions 2012-03-23 20:39:04 +01: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
e1c0ff0683 fix timing issue in cucumber step and fix regression in adding multiple todos 2012-03-22 16:10:37 +01:00
Reinier Balt
a3d3537da7 add check that will wait for elements to load before asserting presence 2012-03-21 19:33:06 +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
f9232a7e9d forgot to remove @wip from last commit 2012-03-19 20:28:13 +01:00
Reinier Balt
b37dcdf767 add scenario for #1240 2012-03-19 20:27:07 +01:00
Reinier Balt
c7e68aa8b6 fix #1229. Thanks popsch for the testscript and the initial pull request 2012-03-19 20:04:56 +01:00
Reinier Balt
322248963b fix the conflict between aruba and unit/functional tests by backporting a fix from newer versions of aruba
gemspec changes to comment out dep on cucumber 
lib/aruba.rb emptied

We need to move forward to recent versions of rails/cucumber/etc
2012-03-19 19:59:04 +01:00
Reinier Balt
50741162af fix #1230 by adding a scenario that uses the command line script to add todos to Tracks like a template 2012-03-19 16:00:48 +01:00
Reinier Balt
b90e34bd53 Fix #1258 and fix #1259 2012-03-19 14:40:08 +01:00
Reinier Balt
ca7d81d75a Fix regressions and refactorings 2012-03-19 14:06:35 +01:00
Reinier Balt
41ebd2ec9b migrate tickler, tagging, toggle context and done. This finishes the first migration pass 2012-03-19 14:06:35 +01:00
Reinier Balt
1236b5985c migrate search and add new todo scenario's 2012-03-19 14:06:34 +01:00
Reinier Balt
cbe372cba0 migrate preferences, project_* and recurring todo features 2012-03-19 14:06:34 +01:00
Reinier Balt
d528a87cee migrate feedlist, user password, loggin in, manage users, mobile_* and notes manage 2012-03-19 14:06:34 +01:00
Reinier Balt
d8b5c7d0d2 cleanup old selenium initializer stuff and migrate edit_a_todo 2012-03-19 14:06:33 +01:00
Reinier Balt
d193e21ee0 migrate dependencies and admin feature 2012-03-19 14:06:33 +01:00
Reinier Balt
c8ab797924 finish drag and drop for context list. Works even for webkit :-) 2012-03-19 14:06:32 +01:00
Reinier Balt
4a8fdbabc2 migrate context and context_list features. Drag and drop is still WIP 2012-03-19 14:06:32 +01:00
Reinier Balt
de309c8ee8 migrate calendar feature 2012-03-19 14:06:31 +01:00
Reinier Balt
75f2afc2e1 migrate logging_in 2012-03-19 14:06:31 +01:00
Reinier Balt
b874b49336 update cucumber config for capybara 2012-03-19 14:06:30 +01:00
Reinier Balt
dc0a141f1c Merge pull request #63 from Popsch/opt_limits
don't execute a query when limit == 0
2012-03-18 12:57:04 -07:00
Reinier Balt
a76ff48594 Merge pull request #68 from maddentim/mobile
Mobile tweaks

Thanks Tim!
2012-03-12 09:09:01 -07:00
Tim Madden
6ef209e21f needed more padding 2012-03-12 10:43:35 -05:00
Reinier Balt
1f10afd24b Merge pull request #70 from jaimeh/master
Add !important to ui-datepicker z-index declaration.

Thanks Jaime Hernandez!
2012-03-12 06:16:08 -07:00
Jaime Hernandez
a05027cc5a Add !important to ui-datepicker z-index declaration.
Fix closed bug #1013 on Assembla. The previous z-index was well
intentioned but jquery css overrides the z-index, so !important is
necessary to make the z-index declaration functional.
2012-03-04 20:23:57 -08:00
tim madden
a8a18482c3 more defers 2012-03-01 17:16:14 -06:00
tim madden
6d50992dfb putting back the date and counter 2012-03-01 17:16:14 -06:00
tim madden
8c18c2888a updates to mobile layout
removing count and date as space is at a premium and not essential
  making menu padding larger to provide more space to click
  removing duplicated menus to stop wrapping
  Increasing the top margin above the content div to reduce fat fingers from clicking links in the content instead of the intended nav links
  Cleaning up some unused selectors and consistent spacing, etc...
2012-03-01 17:16:14 -06:00
Reinier Balt
1a6027df71 Merge pull request #69 from maddentim/fixes
Fix for #1241 and fix for #1217. Thanks Tim!
2012-03-01 12:57:19 -08:00
Tim Madden
883296e70e test for tags prepop 2012-03-01 12:26:29 -06:00
tim madden
51b44a9ec9 Ticket #1241 - fix for layout of dependences on add / edit forms 2012-03-01 12:25:47 -06:00
Sebastian Fischmeister
0f39034986 removed whitespaces and matched the style with the todo_controller.rb (unless) 2012-02-24 16:46:11 -05:00
Reinier Balt
956a88110d Merge pull request #67 from Popsch/dont_hide_todos_in_contextview
Fix: the context view doesn't show pending or due todos
2012-02-24 03:42:21 -08:00
Sebastian Fischmeister
37ded2a7f8 Fix: the context view doesn't show pending or due todos 2012-02-20 21:56:36 -05:00
Reinier Balt
00ddcbc9fa upgrade to jquery 1.7.1 and jquery-ui 1.8.17 2012-02-15 21:43:51 +01:00