Commit graph

108 commits

Author SHA1 Message Date
Reinier Balt
f95cd7fa99 migrate mobile selenium scripts to cucumber
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-02-27 00:36:01 +01:00
Reinier Balt
36f007a087 clean ups 2011-02-26 14:20:51 +01:00
Reinier Balt
b53fbc64dc fix #1052 based on the work of Tim Madden. Thanks Tim! 2011-02-26 11:38:39 +01:00
Reinier Balt
f018607049 fix tests
will fix cucumber tests after 2.0rc since it probably needs some magic to get them running using the jquery stuff
2011-02-25 15:24:43 +01:00
Reinier Balt
11d40fb48b fix #1108 where completed todos with notes could not be rendered on the done page 2011-02-14 20:22:59 +01:00
Reinier Balt
f2760ed7de fix #1101. Most strings were pushed into html attributes. The remaining are generated from the layout into an array 2011-02-09 20:41:34 +01:00
Reinier Balt
83b5717460 fix #1098 where adding a todo to a hidden context in that hidden context page would not show the todo 2011-02-08 17:37:14 +01:00
Reinier Balt
33d73eef62 fix #1094 where due_id was not determined when updating todo from calendar view 2011-02-06 22:48:59 +01:00
Reinier Balt
632c0e7255 fix all tests 2011-02-03 19:30:48 +01:00
Reinier Balt
f0ec5647d4 migrate user js 2011-02-03 18:19:30 +01:00
Reinier Balt
a02f1d2584 migrate dependencies
without functional changes
2011-02-03 18:19:29 +01:00
Reinier Balt
bf5e378301 fix error where empty line causes server error 2011-02-03 18:19:27 +01:00
Reinier Balt
97e8602ef9 rebase to master to include i18n changes and fix merge conflicts 2011-02-03 18:19:26 +01:00
Reinier Balt
d81e82a135 get some corner cases on toggle complete and empty messages working 2011-02-03 18:19:22 +01:00
Reinier Balt
1a821a228f let autocomplete fail gracefully when param is not set 2011-02-03 18:19:21 +01:00
Reinier Balt
05ba6060fc replace small partials with helper to improve performance 2011-02-03 18:19:20 +01:00
Reinier Balt
8cbe077784 get some further scenarios for adding todos to several pages
one is still failing, will get to that
2011-02-03 18:19:19 +01:00
Reinier Balt
ab2e51a51a get selenium scenarios running again and add some scenarios for adding todos started 2011-02-03 18:19:19 +01:00
Reinier Balt
a832417c59 migrate toggle_check and destroy and defer and get the functional tests running again 2011-02-03 18:19:17 +01:00
Reinier Balt
f923a40a40 get tag view working for updating todos. Refactored update a lot 2011-02-03 18:18:41 +01:00
Reinier Balt
1cea27ccc9 fix wrong filename 2011-02-03 18:18:40 +01:00
Reinier Balt
c64e1bcd80 migrate update for context, project, tickler and calendar 2011-02-03 18:18:40 +01:00
Reinier Balt
33f68df154 get destroying of actions working 2011-02-03 18:18:39 +01:00
Reinier Balt
e13e946295 migrate adding to actions on all pages 2011-02-03 18:18:38 +01:00
Reinier Balt
ffd4ae1fcd get features running for recurring todos 2011-02-03 18:18:36 +01:00
Reinier Balt
cafa774b4c refactor application.rb further and migrate recurring todos
next: get tests for recurring todos
2011-02-03 18:17:29 +01:00
Reinier Balt
484356fe07 small improvements
render :partial => filename, :object => @object can be written shorter since rails 2.0 like
render :partial => @object or render :partial => @collection
Also form_for is smart bout put and post for update and creation.

it helps watching older railcasts episodes :-)
2011-02-03 18:17:28 +01:00
Reinier Balt
edb3668dba add empty tests for preferences. Will do this later because preferences to not use js 2011-02-03 18:17:27 +01:00
Reinier Balt
2fa431ef54 finish migration of the feeds page 2011-02-03 18:17:27 +01:00
Reinier Balt
51106d015e fix failing tests after previous refactoring. 2011-02-03 18:17:25 +01:00
Reinier Balt
879fbc99e2 major restructuring/refactoring of application.js. finally scratched that itch. Some tests are failing to be fixed later. 2011-02-03 18:17:24 +01:00
Reinier Balt
ea1ca130f1 refactor sidebar and finish migration of notes 2011-02-03 18:17:22 +01:00
Reinier Balt
94b5aa2346 fix editing a note from the notes page 2011-02-03 18:17:21 +01:00
Reinier Balt
77e2ff0751 update jquery to latest 1.4.4 2011-02-03 18:17:20 +01:00
Reinier Balt
145c9105dd migrate deleting a note from notes page to jqeury 2011-02-03 18:17:18 +01:00
Reinier Balt
7b3c07a754 add a cucumber test to simulate expiration of a session
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-02-03 18:17:17 +01:00
Reinier Balt
520e45fe6b migrate login rjs to erb and reformat features 2011-02-03 18:17:16 +01:00
Reinier Balt
05b3b7cebc refactor js and cucumber scenario for integrations page 2011-02-03 18:17:15 +01:00
Reinier Balt
d1b35090ab get all non-wip scenarios running again for context and project 2011-02-03 18:17:14 +01:00
Reinier Balt
f2d977e12a fix merge errors and some tests 2011-02-03 18:17:11 +01:00
Reinier Balt
0f525436ff support rake cucumber:selenium_wip to run wip for selenium. rake cucumber:wip will only ron non-selnium wip stories. Furthermore some selenium script migration to cucumber 2011-02-03 18:17:10 +01:00
Reinier Balt
8697fd2035 fix some tests 2011-02-03 18:17:09 +01:00
Reinier Balt
4e9777dc88 fix last test for deleting context 2011-02-03 18:17:07 +01:00
Reinier Balt
e52a8609c7 migrate deleting of contexts 2011-02-03 18:17:06 +01:00
Reinier Balt
15fdb1e572 migrate creating a new context and refactor some project js to share with context js 2011-02-03 18:17:05 +01:00
Reinier Balt
8f5efff8da rename features 2011-02-03 18:17:04 +01:00
Reinier Balt
d7a780ef0c upgrade last of the project functions 2011-02-03 18:17:03 +01:00
Reinier Balt
2c47b27a87 start fixing sorting of projects 2011-02-03 18:17:02 +01:00
Reinier Balt
f284617513 handle and test the redirect when the goto-project checkbox is checked 2011-02-03 18:17:01 +01:00
Reinier Balt
4413cabbba migrate project creation 2011-02-03 18:17:00 +01:00