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
0335c2304d
finish editing a todo with dependencies and fix some i18n for nl locale
2011-02-25 14:52:03 +01:00
Reinier Balt
6214c9f670
enable edit form to show list of predecessors
2011-02-25 14:52:02 +01:00
Reinier Balt
59556a0a4a
get styling done for new todo
2011-02-25 14:52:02 +01:00
Reinier Balt
1643a93311
fix drag and drop for adding deps. after a todo was dragged, the predecessor was not draggable. replace ajax with generic one
2011-02-25 14:51:06 +01:00
Reinier Balt
2444198674
clean dep list after create
2011-02-25 14:51:05 +01:00
Reinier Balt
1f67d2a603
get dependency add/remove from new_action_form running
2011-02-25 14:51:05 +01:00
Reinier Balt
92fdef2b1b
implement js to add and remove precedessors (dependencies)
2011-02-25 14:51:04 +01:00
Reinier Balt
e0dae50dfa
translate footer and integration page to dutch
2011-02-22 10:39:59 +01:00
Michael Witrant
0ae63015f2
stale background doesn't overlap icons anymore
2011-02-21 18:18:54 +08:00
Reinier Balt
c79cb5dfde
fix #1107
2011-02-14 22:18:30 +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
24ef0ced32
fix #1102 add spinner to autocomplete and...
...
* get public/local variables correct for all js
* get i18n string in toggle_star for todos
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-02-13 12:58:41 +01:00
Reinier Balt
e278e3d5ce
fix #1104 together with previous commit (thanks 02strich) to escape single quotes in i18n strings
2011-02-12 22:58:58 +01:00
Stefan Richter
0207b3b949
fix javascript generation
2011-02-13 05:44:32 +08:00
Reinier Balt
0d28115d18
fix csrf which changed with rails 2.3.11
2011-02-12 16:26:16 +01:00
Reinier Balt
6d66406d8c
fix #1103 . The xml output contained an unintended empty context
2011-02-11 16:18: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
e528af30a6
fix #1101 . Thank Tim for finding the plugin. Only changed where the js was included
2011-02-09 09:18:14 +01:00
tim madden
1a42f00a0a
adds juery.ui autocomplete extension selectFirst to select the first matching entry
2011-02-09 16:11:09 +08:00
Reinier Balt
564f209800
fix #1062 . I did not test is, so please reopen ticket if it does not work :-)
2011-02-08 23:03:05 +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
56d8d04337
fix #1096 where the title of project was incorrectly set to context in mobile edit form
2011-02-08 09:24:56 +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
ef5cb8cd77
rename cached js and css to find them more easily
2011-02-04 20:23:19 +01:00
Reinier Balt
76853cff2c
fix for mongrel not getting the cookies right and change templates in the i18n locales
2011-02-04 20:11:42 +01:00
Reinier Balt
514045e8cb
fix failing tests
2011-02-03 22:44:26 +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
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
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
09830d044d
fix the deprecation warnings that were shown during the tests
2011-02-03 18:19:18 +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
Reinier Balt
25c6e2cc9c
refactor search results page
2011-02-03 18:18:36 +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