Commit graph

1570 commits

Author SHA1 Message Date
Reinier Balt
7be37eabfc fix context scenario to match new confirm message when deleting a context 2010-07-27 23:35:50 +02:00
Reinier Balt
e2841e31eb finish upgrade of selenium
these were manual cherry-picks of the rails upgrade work.
2010-07-27 23:32:22 +02:00
Reinier Balt
551eab19a5 regenerate cucumber setup 2010-07-27 23:05:23 +02:00
Reinier Balt
77933f8908 get rid of spurious <p> that messed up output of functional tests 2010-07-27 23:03:52 +02:00
Reinier Balt
111f6059f4 update environment.rb to avoid deprecation warning about session_key 2010-07-27 23:02:40 +02:00
tim madden
f200739bb5 Making context name a link to the context view 2010-07-27 14:46:14 +08:00
Reinier Balt
6334a3f7d7 set defaults right when adding a new action on the mobile interface from the context or project page. Fixes #1051.
We need tests for this :-)
2010-07-26 22:09:22 +02:00
Reinier Balt
ceb4529a7c Add warning that deleting a context will also delete all actions within it. Fixes #1049. Thanks edgimar for reporting this. 2010-07-26 21:36:48 +02:00
Reinier Balt
157595be50 fix timing issue on context selenium step 2010-07-16 15:38:34 +02:00
Eric Allen
e2443dace4 Get rid of some autocomplete leftovers 2010-07-05 09:58:35 -07:00
Eric Allen
1cd748d7a2 Fix #1041 2010-07-05 09:58:25 -07:00
Eric Allen
f10a98d8ac Test for #1041 2010-07-05 08:26:28 -07:00
Eric Allen
e764a75986 Case-sensitive compare screwed up source_view
Fixes #1043
2010-07-04 20:13:47 -07:00
Eric Allen
92047e86e4 Test for ticket #1043 2010-07-04 20:13:32 -07:00
Eric Allen
04fb281ecd Typo that newer Gherkin caught 2010-07-04 16:01:41 -07:00
Eric Allen
ac96c5c738 Fix small IE8 bug 2010-05-18 09:54:46 -04:00
Eric Allen
d9d08fac35 Various improvements to context drag&drop
-Don't botch other fields on context change
-Better status message
-Flash context title on drop
-Drop target close to context name
-Bolder drop target border

Closes #1033
2010-05-17 11:36:41 -04:00
Eric Allen
b50a1ce26f Fix a couple of test definitions to avoid false test failures
State should be unspecified to default to active

Fixes #977 (again)
2010-05-17 11:02:23 -04:00
Reinier Balt
51a8e98752 Merge branch 'master' of github.com:bsag/tracks 2010-05-13 18:37:47 +02:00
Reinier Balt
cfc6d117b8 fix #1027. Several tests were broken because of the more strict validations on the recurring_todo model 2010-05-13 18:24:26 +02:00
Eric Allen
92bb54bbf5 Revert "fix cucumber story for drag and drop for dependencies. Was broken since last change of drop target to a hidden img that appears when dragging starts"
This reverts commit 8dbf790810.

Conflicts:

	app/helpers/todos_helper.rb
	features/step_definitions/todo_steps.rb
2010-05-09 18:59:02 -04:00
Eric Allen
86d7724b75 Revert "Move dependency drop target into image"
We decided that the small drop target was harder to hit, and the
justifcation for the change wasn't worth it.

This reverts commit ec68e04f27.

Conflicts:

	app/helpers/todos_helper.rb
	public/javascripts/application.js
	public/stylesheets/standard.css
2010-05-09 18:57:56 -04:00
Eric Allen
fa98c0865e Override AASM's initial state if specified
Fixes #977
2010-05-08 19:30:58 -04:00
Reinier Balt
d6e20a76c2 migrate selenium script for integrations page and enhance the story 2010-05-05 19:09:51 +02:00
Reinier Balt
44c61d942a make sure login works for non-selenium cucumber
regression since my last commit
2010-05-05 19:08:41 +02:00
Reinier Balt
0a95d430d4 Merge branch 'vacation-work' 2010-05-05 15:27:39 +02:00
Reinier Balt
a26142e336 Merge branch 'selenium-migrations' into vacation-work 2010-05-05 15:27:19 +02:00
Reinier Balt
eef1b6b7a9 remove selenium scripts that were already converted to cucumber 2010-05-05 13:19:26 +02:00
Reinier Balt
a0b642dab3 remove commented lines from last commit 2010-05-05 13:16:54 +02:00
Reinier Balt
f53b386bd1 remove anoying message about login text not found when running cucumber/selenium 2010-05-05 13:15:00 +02:00
Reinier Balt
73631e6083 Merge branch 'selenium-migrations' into vacation-work 2010-05-05 13:02:27 +02:00
Reinier Balt
e1b52aeb13 replace selenium script with cucumber story for switching recurrence option 2010-05-05 13:00:44 +02:00
Reinier Balt
0d7980e87b migrate selenium for users to cucumber 2010-05-03 21:26:48 +02:00
Reinier Balt
dc0dab9863 Merge branch '997-stats' into vacation-work 2010-05-02 18:34:10 +02:00
Reinier Balt
68d1c05d83 Merge branch '987-integrations' into vacation-work 2010-05-02 18:34:02 +02:00
Reinier Balt
c89b234376 Merge branch '936-index-state' into vacation-work 2010-05-02 18:33:48 +02:00
Reinier Balt
0198a2fa13 fix #936 by adding index on state for todos. Needs migration of database. 2010-05-02 18:25:25 +02:00
Reinier Balt
5c25e4569e fix #1002. every nth week was off by one week for recurring weekly todos. Thanks Thomas for spotting this.
Updated the wrong test too.
2010-05-02 18:16:29 +02:00
Reinier Balt
8bc3a484b2 fix 1018. Added validations for the recurring target of recurring todos 2010-05-02 16:41:45 +02:00
Reinier Balt
fabc15e061 fix #987 where feeds_path returned the mobile url and not the non-mobile one. 2010-05-01 17:32:55 +02:00
Reinier Balt
9d5503a91e fix #997. The chart with the visible actions now excludes pending actions. Also some cleanupt to use named_scope 2010-05-01 17:19:28 +02:00
Eric Allen
0c161be466 Fix recurring todo autocompleteion
* Enable rich interaction on edit (to trigger autocompleter)
* Don't try to reset autocomplete lists, since they come from the server now

Fixes #1022
2010-04-27 11:17:04 -04:00
Eric Allen
23977f3f0e Don't include completed projects in autocomplete
Closes #1026
2010-04-27 11:07:28 -04:00
Eric Allen
e1a92ced7c Don't substitute lt and gt symbols
Closes #824 (hopefully once and for all?)
2010-04-27 11:03:50 -04:00
Eric Allen
f782e0f4d4 Activate deferred todos before initting @todos 2010-04-27 10:18:07 -04:00
Reinier Balt
06ac3067d3 fix validations for daily pattern and fix disappearing target fields for recurring todos 2010-04-23 17:13:03 +02:00
Reinier Balt
38f0cf1b7a adds extensive validation to recurring todos. Fixes #967 2010-04-23 16:51:35 +02:00
Reinier Balt
db5fca6b49 change header for basic authentication using the patch by zcrar70. Fixes #1021 2010-04-19 17:11:31 +02:00
Reinier Balt
33af53c313 make sure tracks does not crash on missing every_other2 for recurring todos 2010-04-19 14:05:02 +02:00
rverchere
c769b2a7eb Closes #1024. Do not create user with ldap auth if wrong password 2010-04-16 04:29:29 +08:00