Ignacio Huerta
11d1c326ee
Add spanish translation ((incomplete) and i18n a couple of string in action editor
2011-05-31 08:59:22 +02:00
Reinier Balt
3faac2514d
fix failing test and finish all wip scenarios
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-05-08 22:09:27 +02:00
Reinier Balt
f05826d07a
fix #1169 and also improve i18n on repeating todos
2011-05-08 20:37:47 +02:00
Reinier Balt
d444d80f93
fix #1168 by using a new helper to increate the tab_index automatically
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-05-08 16:40:31 +02:00
Reinier Balt
4d46750f05
fix #1167
2011-05-08 15:03:55 +02:00
Reinier Balt
dff0ace1a1
fix #1160 by increasing the fadeout from 5 to 8 seconds which is more consistent with other flash messages
2011-05-01 15:13:25 +02:00
Reinier Balt
d1b3811009
fox some problems with de locale
2011-05-01 13:44:23 +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
2675be8f4c
fix #1156 where todos with ' in the name were not rendered correctly in title of pending annotation
2011-04-29 18:40:04 +02:00
Reinier Balt
31118d8c8c
add some more cucumber scenarios
2011-04-21 16:55:09 +02:00
Reinier Balt
423926337d
add completed actions to the top of the completed-items container instead of bottom. From #1148
2011-04-20 11:39:30 +02:00
Reinier Balt
539e18d87e
fix #1150 by nog using ruby1.8.7 Array.count but Array.length for 1.8.6 compat
2011-04-19 13:42:05 +02:00
Reinier Balt
c0115eacd7
get some wip cucumber tests running
2011-04-14 16:26:16 +02:00
Reinier Balt
c6e1760278
fix #1142 where an action unmarked as complete will not show the [C] or context name. Also fix contexts with " or ' in the name in the multi todos form
2011-04-14 12:28:30 +02:00
Reinier Balt
74a2b2a49f
fix some small issues
2011-03-28 11:38:33 +02:00
Reinier Balt
fed7483063
fix #1128 . Forgot this one in last commit
2011-03-12 01:17:22 +01:00
Reinier Balt
00f3a25807
fix #1128 for 2.0
2011-03-12 00:58:32 +01: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
e60c2c9038
fix #1121 and add tests for this
2011-03-10 16:50:49 +01:00
tim madden
23e04b7884
adding a bit of javascript to submit the form when done is checked
2011-03-10 19:24:43 +08:00
Reinier Balt
068c4bf60e
fix scenarios for editing a todo, showing empty messages and fix some missing translations
2011-03-09 10:53:54 +01:00
Reinier Balt
6a9b3e28d5
fix tests for dependencies and fix minor issues
2011-03-08 23:55:23 +01:00
Reinier Balt
c368adaadc
fix #1119 where the label was wrong
2011-03-07 16:51:59 +01:00
Michael Witrant
db942c9457
escape javascript strings in todo creation and update
2011-03-06 21:38:53 +08: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
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
Michael Witrant
0ae63015f2
stale background doesn't overlap icons anymore
2011-02-21 18:18:54 +08: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
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
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
632c0e7255
fix all tests
2011-02-03 19:30:48 +01:00
Reinier Balt
a02f1d2584
migrate dependencies
...
without functional changes
2011-02-03 18:19:29 +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
d81e82a135
get some corner cases on toggle complete and empty messages working
2011-02-03 18:19:22 +01:00
Reinier Balt
05ba6060fc
replace small partials with helper to improve performance
2011-02-03 18:19:20 +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
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