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
Reinier Balt
f32f1ea9a3
fix #1088 . Small copy-and-paste error in i18n code
2011-01-24 16:51:26 +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
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
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
67df223488
Drag todos between contexts
...
Closes #1020
2010-04-10 16:08:09 -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
d8c477eb54
Clean up stale JS
...
Closes #1014
2010-03-25 07:53:33 -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
a2f8327da4
Correct walking of entire predecessor tree
...
Fixes #972
2010-03-14 12:29:43 -04:00