Reinier Balt
f32f1ea9a3
fix #1088 . Small copy-and-paste error in i18n code
2011-01-24 16:51:26 +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
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
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
6a49a8a5bd
fix type of #1074 . Thanks gadicath.
2010-10-20 09:01:53 +02:00
Reinier Balt
1e7611307a
update warning when deleting context
2010-08-19 11:29:32 +02:00
Reinier Balt
084dc26e73
Fixes #1056 by not assuming that count is a string
2010-08-06 16:57:54 +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
abf4524679
add validation to catch empty descriptions
2010-07-28 15:53:19 +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
0a95d430d4
Merge branch 'vacation-work'
2010-05-05 15:27:39 +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
rverchere
b9f1f57740
Closes #1023 . Display login form when ldap is the only auth system
2010-04-16 04:29:29 +08:00
Eric Allen
67df223488
Drag todos between contexts
...
Closes #1020
2010-04-10 16:08:09 -04:00
Eric Allen
6e65435895
Fix failing tests of context deletion
...
The notice causes the test to think the context name is still displayed.
Fixed by looking for the name plus an opening parenthesis, which doesn't
occur in the notice.
2010-04-10 15:14:56 -04:00
Eric Allen
9ab69adb38
Dynamically load autocompletes
...
This cuts something like 100ms off of page load times!
Closes #1011
2010-04-02 13:24:21 -04:00
Eric Allen
d682d30e6d
No reason to sanitize if we're already h()'ing
...
Fixes #824
2010-04-02 09:46:20 -04:00
Eric Allen
205c4e7ed4
Much smarter project note truncation
...
Fixes #780
2010-04-02 09:46:19 -04:00
Eric Allen
4f66e463bd
Move integrations JS into application.js
...
Closes #1016
2010-03-25 07:53:34 -04:00
Eric Allen
3c82b88720
Replace conditional with rescue's
...
Closes #1015 , although this should really be taken care of by
finishing #1011 .
2010-03-25 07:53:34 -04:00
Eric Allen
d8c477eb54
Clean up stale JS
...
Closes #1014
2010-03-25 07:53:33 -04:00
Eric Allen
35e15d6608
Get rid of in_place_editing plugin
...
Using jQuery jeditable plugin
2010-03-14 16:50:24 -04:00
Eric Allen
8b642e6b91
Get rid of auto_complete plugin
...
Using jQuery autocompletion now
2010-03-14 16:48:28 -04:00
Eric Allen
25f0f3dfd9
JavaScript working for subdir
2010-03-14 16:39:11 -04:00
Eric Allen
a0d12c95e9
No more bundle-fu
...
Using Rails 2's built-in bundling instead
I believe this closes #978
2010-03-14 16:18:13 -04:00
Eric Allen
a2f8327da4
Correct walking of entire predecessor tree
...
Fixes #972
2010-03-14 12:29:43 -04:00
Eric Allen
2b7d5e7a89
Re-enable rich interaction on todo edit
...
Fixes #1008 , Fixes #1007
2010-03-14 12:23:28 -04:00
tim madden
fe978e350e
Made some format edits the mobile edit screen. First, I put a size in for the description textfield. As it was, the field caused my blackberry view of the form to be tiny. putting a size in makes this field similar to the rest. Also, I expanded the notes textarea to 40 columns by 3 rows and made the tags textfield size 50 like the description
2010-03-09 12:37:52 -05:00
Eric Allen
42c4c199a9
Move edit button out of dropdown menu
...
Closes #976
2010-03-07 16:54:17 -05:00
Eric Allen
9591d29e73
Fix refreshing of grandparent dependencies
...
Closes #972
2010-03-06 18:43:59 -05:00
Eric Allen
0778284afe
Cleaner form clearing for new recurring todos
...
Just replace the entire HTML to make sure it works right
Fixes #1003 , Fixes #1004
2010-03-06 15:42:20 -05:00
Eric Allen
3f14a7a8bb
Respect user's week start preference
...
Fixes #1005
2010-03-04 16:42:23 -05:00
Eric Allen
ae9e13bec0
Somehow I forgot this little piece of jQuery
...
Fixes #989
2010-02-21 13:05:55 -05:00