Reinier Balt
f7faef3c91
fix #1203 . The fix of #1152 works for IE7 too.
2012-01-04 16:08:31 +01:00
Matt Rogers
64cf5336c1
Don't allow the project name to be edited in two places at once
...
When showing the project edit form, we disable the ability to edit the
project name in place. When the project edit form is saved or cancelled,
then we reenable the editing of the project name in place.
Fixes #1205
2011-12-12 21:56:27 -06:00
Matt Rogers
a2df36cf71
Hide the editor when the project name field loses focus
...
If the project name field is being edited and it loses focus, then we
remove the edit box and the buttons. This reduces the possibility to be
able to edit the project name from more than one place as in #1205 .
2011-12-12 21:56:27 -06:00
Reinier Balt
eb2f071c80
fix #1114 . also update locales for last merges/commits
2011-11-18 11:43:06 +01:00
Reinier Balt
6aa8b8d2f9
replace new repeating todo form with jquery dialog. And some refactoring
2011-11-17 17:07:55 +01:00
Reinier Balt
29e1de8ef2
fix failing selenium tests
2011-10-28 20:51:02 +02:00
Matt Rogers
cf62c91ee0
Wrap the project name in a div tag inside the h2 tag
...
When using inline editing of the project name, the extra stuff that's in
the template for a collapsible project adds a bunch of spaces to the
beginning of the project name due to how the editable plugin is getting
the text for the selector it's being asked to edit.
Using the div tag inside the header tag, and adjusting the javascript to
use the div#project_name selector fixes this behavior and fixes #1204
2011-10-21 12:07:42 -05:00
Reinier Balt
8167fcd063
Merge pull request #39 from mattr-/ticket-1199
...
Give focus to the project name box when loading the project list
2011-10-15 04:41:10 -07:00
Matt Rogers
9e60f5720a
Give focus to the project name when loading the project list
...
Fixes #1199
2011-10-10 21:49:09 -05:00
Matt Rogers
9a42fa8067
Set the focus to the new context name by default
2011-10-10 21:44:59 -05:00
popsch
067df75e98
toggle notes patch from Christian Frank
2011-09-10 05:06:03 +08:00
Reinier Balt
40a7cc2d3a
add cucumber scenarios for new preferences
2011-08-18 12:48:59 +02:00
Reinier Balt
555311b681
updating preferences on user and prefs model work. also add date_format picker
2011-08-17 22:51:02 +02:00
Reinier Balt
89ec9898a3
finish gui changes
2011-08-17 20:23:02 +02:00
Reinier Balt
977b57dbb2
first pass to distribute settings over tabs
2011-08-17 20:23:02 +02:00
Reinier Balt
ef961188ea
add more cucumber scenarios
2011-08-15 17:04:59 +02:00
Demian Gemperli
c45b11dc70
Have a Star option on task entry screens #928
2011-07-30 18:52:11 +02:00
Reinier Balt
4d46750f05
fix #1167
2011-05-08 15:03:55 +02:00
Reinier Balt
b3d92b9779
fix #1160 (again) by changing the long fadeout of the flash message into a fadein.delay.fadeout sequence for better readability.
2011-05-03 13:47:53 +02:00
Reinier Balt
79cb34e105
fix #1149 where submitting a dependency that does not exist will show a warning that it will be ignored
2011-04-30 20:47:37 +02:00
Reinier Balt
106f966965
fix #1155 where editing a note on the notes page submits the wrong form
2011-04-29 18:27:06 +02:00
Reinier Balt
3d3747cb45
remove debug alert from last commit
2011-04-29 18:07:19 +02:00
Reinier Balt
12c02b1a87
fix #1152 where in IE8 the checkboxes did not work
2011-04-29 18:04:52 +02:00
Reinier Balt
554bc21016
fix #1133 by increasing delay before remotely fetching for autocomplete. Also remove selectFirst jquery plugin since this is now part of jquery itself
2011-04-14 10:49:04 +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
8e0b1e4c2d
enable autocomplete for project settings
2011-03-09 11:58:29 +01:00
Reinier Balt
6a9b3e28d5
fix tests for dependencies and fix minor issues
2011-03-08 23:55:23 +01:00
Reinier Balt
70b2ee1e4f
fix #1117 where the animation of the calendar popup prevented the second calendar popup from appearing
2011-03-07 17:04:45 +01:00
Reinier Balt
9f7d5f3cab
fix #1118 by finishing the change of Michael Witrant. Thanks Michael!
2011-03-07 16:32:25 +01:00
tim madden
9bc79bf80e
Adding selectFirst to depends on field too...
2011-03-03 02:33:11 +08:00
Reinier Balt
b53fbc64dc
fix #1052 based on the work of Tim Madden. Thanks Tim!
2011-02-26 11:38:39 +01:00
Reinier Balt
4cca813bc7
hopefully fix #1109 where I think the csrf change in rails 2.3.11 messes up our expiry checking
2011-02-25 22:43:18 +01:00
Reinier Balt
da93b82b2b
fix #1115 . The datapicker is now passed the current locale to localize the datepicker
2011-02-25 17:10:33 +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
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
b683c74efd
fix check expiration
2011-02-12 17:49:01 +01:00
Reinier Balt
0d28115d18
fix csrf which changed with rails 2.3.11
2011-02-12 16:26:16 +01:00
Reinier Balt
0aaf11940c
Merge branch 'master' of github.com:bsag/tracks
2011-02-09 20:43:01 +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
tim madden
d3fbe83ecd
Missed the tags field for the firstSelect plugin setup in my previous commit.
2011-02-10 03:39:09 +08: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
98679cfb1b
fix #1076 where the anchor was not stopped from being followed after clicking expand/collapse
2011-02-08 22:55:50 +01:00
Reinier Balt
514045e8cb
fix failing tests
2011-02-03 22:44:26 +01:00
Reinier Balt
f0ec5647d4
migrate user js
2011-02-03 18:19:30 +01:00