Reinier Balt
f32f1ea9a3
fix #1088 . Small copy-and-paste error in i18n code
2011-01-24 16:51:26 +08:00
Stefan Richter
2c0cf2e457
fix bug with empty identity URL
2011-01-24 16:14:57 +08:00
Stefan Richter
5ac3f242bc
fixing bug .. now tests pass
2011-01-24 16:14:56 +08:00
Stefan Richter
1c90b90909
fixing some stuff around OpenID:
...
- adding missing Javascript includes
- fixing jquery for showing/hiding indentity url field
- adding identity url field to signup form
- fixing bug in signup controller
2011-01-24 16:14:56 +08:00
Marcus Ilgner
a7998ba40a
Fixes for failed tests
2011-01-16 18:26:00 +01:00
Marcus Ilgner
338d4bb5a6
Added locale selection to preferences
...
Mostly completed transition to full i18n
Incorporated german translations by Ulf Klose <ulf.klose@gmail.com>
2011-01-16 18:14:07 +01:00
Reinier Balt
d57bd479f9
fix failing test for some error messages
2010-11-09 15:51:21 +01:00
Reinier Balt
6b36d6eb8f
fix failing tests
2010-11-09 10:47:09 +01:00
Marcus Ilgner
fd3f69d927
Changed code to support basic i18n.
...
Added RubyMine configuration and rvm setup to .gitignore.
2010-11-09 16:31:26 +08:00
Marcus ilgner
13d24b6508
Corrected variable reference for context feed generation
2010-11-01 16:30:51 +08:00
Reinier Balt
65caba5028
Merge branch 'master' of github.com:bsag/tracks
2010-10-20 09:02:33 +02:00
Reinier Balt
6a49a8a5bd
fix type of #1074 . Thanks gadicath.
2010-10-20 09:01:53 +02:00
Ramón Cahenzli
4251766b3e
Fixing nil error when exporting events to iCal that have no notes.
2010-10-17 20:12:23 +08:00
Reinier Balt
1e7611307a
update warning when deleting context
2010-08-19 11:29:32 +02:00
Reinier Balt
bf15175c7b
fix #895 by clearing the repeat pattern from todos before the pattern is deleted
...
cherry-picked from 1.7branch
2010-08-19 11:28:34 +02:00
Reinier Balt
87bb15460e
Added tests for #975 . This helped to narrow the real cause of #975 but doest not solve it.
2010-08-12 14:39:58 +02:00
Reinier Balt
d66ed1282d
remove dead code left over from jQuery upgrade. Related to #1060 .
2010-08-11 09:52:06 +02:00
Reinier Balt
084dc26e73
Fixes #1056 by not assuming that count is a string
2010-08-06 16:57:54 +02:00
Reinier Balt
e329e97cba
Small performance enhancements to the tickler. This speeds the loading of the tickler page by 65% (\!)
2010-08-06 16:33:02 +02:00
Reinier Balt
493ba616be
Hopfully fix #1025 . It seems that editing a projects default_context with a context that does not exists just creates a new context for user_id=1, not the current user.
...
When you have context "A" and try to use context 'a' as default context Tracks could find "A" first and reference that one. PLease test.
2010-08-06 10:20:31 +02:00
tim madden
9c0da41aa3
small edit to mobile notes to make icon only show if notes exist.
2010-08-05 23:32:39 +08:00
Reinier Balt
110d3daf95
Fix #969 by implementing a new mobile view for notes.
...
Did not create tests for it
2010-08-03 22:27:54 +02:00
Reinier Balt
db7a5bd426
Fix formatting issues
2010-08-03 21:00:48 +02:00
Reinier Balt
6be18a104b
fix #1042 and create test for it
2010-08-03 20:55:07 +02:00
Reinier Balt
29e007f9c6
update routing and test for authorized access to all tracks pages
2010-07-30 21:06:12 +02:00
Reinier Balt
65ecb7b019
migrated flashobject_helper to swf_fu because the first is not maintained anymore. Fixes #796
2010-07-29 21:41:36 +02:00
Reinier Balt
bb23a4acba
forgot to cleanup the last patch
2010-07-29 18:08:41 +02:00
Reinier Balt
c9be43b2c8
add tests for #886 .
2010-07-29 18:06:30 +02:00
Reinier Balt
3d75cd2457
Fix #1045 . The tests broke because of this fix cfc6d117b8. This exposed a new corner case that I fixed and created a test for. Also a small refactoring.
2010-07-29 16:37:22 +02:00
Reinier Balt
9a243b015a
creating todos using xml/rest was broken. This fixes it
2010-07-28 16:27:52 +02:00
Reinier Balt
abf4524679
add validation to catch empty descriptions
2010-07-28 15:53:19 +02:00
Reinier Balt
6e5057138d
add cucumber scenarios for adding multiple next actions
2010-07-28 15:53:18 +02:00
Reinier Balt
4400c42d7c
modify todo controller to store multiple next actions
2010-07-28 15:53:18 +02:00
Reinier Balt
26cd345cbe
add form for multiple actions
2010-07-28 15:50:25 +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
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
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
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
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
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
0a95d430d4
Merge branch 'vacation-work'
2010-05-05 15:27:39 +02:00
Reinier Balt
73631e6083
Merge branch 'selenium-migrations' into vacation-work
2010-05-05 13:02:27 +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
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