Reinier Balt
f05826d07a
fix #1169 and also improve i18n on repeating todos
2011-05-08 20:37:47 +02:00
Reinier Balt
efa12e6695
fix small corner case where empty message was not shown when deleting last deferred todo from a project page
2011-05-01 15:07:41 +02:00
Reinier Balt
7f27a6e2bd
fix corner case that were failing the cucumber tests. On the calendar page at the end of the month, a todo may occur twice on the page. This was not taken into account for update an destroy
2011-04-30 17:57:36 +02:00
Reinier Balt
c0115eacd7
get some wip cucumber tests running
2011-04-14 16:26:16 +02:00
Reinier Balt
74a2b2a49f
fix some small issues
2011-03-28 11:38:33 +02:00
Reinier Balt
5535a5c9f0
fix #1123 and fix #1124 and refactor drag and drop a bit
2011-03-11 21:02:13 +01:00
Reinier Balt
c94d1f58b2
fix XSS vunerability. Thanks Mesut Timur for spotting this!
2011-03-11 15:18:10 +01:00
Reinier Balt
90d3211a4d
Fix bug where editing the project of a todo from project view would not remove the todo from that project
2011-03-09 12:13:49 +01:00
Reinier Balt
6a9b3e28d5
fix tests for dependencies and fix minor issues
2011-03-08 23:55:23 +01:00
Reinier Balt
668ef4fb23
finish cucumber scenario for calendar
2011-03-02 08:44:34 +01:00
Reinier Balt
36f007a087
clean ups
2011-02-26 14:20:51 +01:00
Reinier Balt
e9d92438d6
fix #1109 and do some small optimizations on home page
2011-02-25 23:54:53 +01:00
Reinier Balt
1f67d2a603
get dependency add/remove from new_action_form running
2011-02-25 14:51:05 +01:00
Reinier Balt
0d28115d18
fix csrf which changed with rails 2.3.11
2011-02-12 16:26:16 +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
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
30983b6658
rewrite add_predecessor.js
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
7a74025253
get autocomplete working for tags
2011-02-03 18:19:24 +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
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
7a893980c2
cleanup debug messages
2011-02-03 18:18:42 +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
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
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
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
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
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
4400c42d7c
modify todo controller to store multiple next actions
2010-07-28 15:53:18 +02: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
fa98c0865e
Override AASM's initial state if specified
...
Fixes #977
2010-05-08 19:30:58 -04:00
Eric Allen
f782e0f4d4
Activate deferred todos before initting @todos
2010-04-27 10:18:07 -04:00
Eric Allen
c79d1c964a
Autocomplete lists should be based on "q" parameter
...
If you don't filter server-side, the user sees the full list until
another character is entered.
2010-04-02 13:36:59 -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
8b642e6b91
Get rid of auto_complete plugin
...
Using jQuery autocompletion now
2010-03-14 16:48:28 -04:00
Reinier Balt
c0db9b41b9
add scenario to show bug #972
...
took me a while to figure out that drag_and_drop does not wait for ajax to finish
2010-03-02 11:14:45 +01:00
Reinier Balt
32d18857df
fix a typo. Thanks tknoeller. Fixes #1000
2010-02-22 10:44:10 +01:00
Reinier Balt
dc811c8fc7
Convert to project did not use current_user so new projects were always linked to the user with id 1.
2010-02-05 09:51:50 +01:00
Eric Allen
bbbb3a1886
First whack at "promote to project" function
...
Progress on issue #64
2009-12-20 13:36:05 -05:00
Eric Allen
ce3897a2bd
Allow predecessor assignment to deferred todos
...
Fixes #970
2009-12-20 13:27:32 -05:00
Eric Allen
18dfe4dbfb
Missed some formatted_ helpers not covered by tests
...
Selenium tests now passing completely
2009-12-07 23:16:21 -05:00
Eric Allen
e41ed7424f
No need for these session calls now
...
Sessions are lazy loaded, so if you don't use them they're effectively off.
2009-12-07 18:30:13 -05:00
Eric Allen
9fa5ead8de
Fixed another edge case that Luis caught
...
Thanks for testing!
2009-12-01 23:39:07 -05:00