Reinier Balt
63f389158b
update jquery and jquery-ui
2011-05-19 12:20:36 +02:00
Reinier Balt
57ad48d7d7
closing #1148 by removing the transparent background from the spinner. Does not solve the margin of the spinner on the buttons, but that is low prio for now
2011-04-27 19:03:37 +02:00
Reinier Balt
e5b4797a86
fix preferences edit form where some fields were to wide
2011-04-14 12:00:42 +02:00
Reinier Balt
3116d46820
fix #1132 by moving z-index of topbar to 500+ and the z-index of the todos to 500-
2011-03-26 20:05:56 +01:00
Reinier Balt
2d53f0dec2
upgrade to jquery-ui-1.8.11. Fixes #1130
2011-03-26 18:16:15 +01:00
Reinier Balt
e0ca60f73f
fix #1126 by cleaning up print.css for project view
2011-03-11 23:43:15 +01:00
Reinier Balt
7bb4a01f20
fix #1122 by applying the patch from Christian Frank. Thanks Christian! This fixes problems with the print stylesheet
2011-03-10 16:58:52 +01:00
Reinier Balt
a3837cc4e3
fix #1113 : upgrade jquery to 1.5.1 and jquery-ui to 1.8.10
2011-02-25 15:56:55 +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
59556a0a4a
get styling done for new todo
2011-02-25 14:52:02 +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
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
463757a338
upgrade jquery to 1.5 and jquery-ui to 1.8.9
2011-02-03 19:56:02 +01:00
Reinier Balt
5eb2d5dde1
upgrade jquery-ui to 1.8.7 and switch theme to sunny
2011-02-03 18:19:23 +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
77e2ff0751
update jquery to latest 1.4.4
2011-02-03 18:17:20 +01:00
Reinier Balt
c834403340
replace old prototype/jrails code for periodic checks and start work on autocomplete and edit projects
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-02-03 18:16:51 +01:00
Reinier Balt
d4ec2f90ac
install jquery 1.4.2 and jquery-ui 1.8.5
2011-02-03 18:16:50 +01:00
Reinier Balt
ef0c7d3913
fix #1034 by changing the reference for indicator.gif to ../images/waiting.gif. you may need to delete the bundle all.css for this to work in your installation
...
you will see a waiting animated gif in the right side of the autocomplete fields like project or context
2010-08-06 09:36:06 +02:00
Reinier Balt
4400c42d7c
modify todo controller to store multiple next actions
2010-07-28 15:53:18 +02:00
Reinier Balt
26cd345cbe
add form for multiple actions
2010-07-28 15:50:25 +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
86d7724b75
Revert "Move dependency drop target into image"
...
We decided that the small drop target was harder to hit, and the
justifcation for the change wasn't worth it.
This reverts commit ec68e04f27 .
Conflicts:
app/helpers/todos_helper.rb
public/javascripts/application.js
public/stylesheets/standard.css
2010-05-09 18:57:56 -04:00
Eric Allen
67df223488
Drag todos between contexts
...
Closes #1020
2010-04-10 16:08:09 -04:00
tim madden
238bf97a27
add z-index value for the popup datepicker
...
to put it on top of the rest of the elements
Fixes #1013
2010-03-20 13:44:42 -04:00
Eric Allen
25f0f3dfd9
JavaScript working for subdir
2010-03-14 16:39:11 -04:00
Eric Allen
ec68e04f27
Move dependency drop target into image
...
In preparation for #937 and other potential uses of drag&drop
2010-03-07 16:21:52 -05:00
Eric Allen
3e83d19299
Merge branch 'master' of github.com:epall/tracks
2009-12-05 11:10:35 -05:00
eriko
8aac20fe5d
fix stylesheet so that image links do not start at / as this breaks suburi installs of tracks like http://rails.example.com/tracks .
2009-12-04 13:00:35 -05:00
Henrik Bohre
93a914fdb3
#300 : Disambiguation of predecessors by using project and context names
2009-11-10 22:15:47 -05:00
Henrik Bohre
08d24a1b8f
#300 : Added some visual feedback when hovering over drop target
2009-11-10 22:06:47 -05:00
Henrik Bohre
fe066e3bcb
#300 : Added infrastructure for drag and drop dependency creation
2009-11-10 22:06:36 -05:00
Eric Allen
6d97bca57f
Bug #300 : Displays pending state and successor information
...
Pending state is displayed in the date_span. Successor information is displayed in the tooltip of a successor icon placed after the action description.
Conflicts:
app/helpers/todos_helper.rb
public/javascripts/application.js
2009-11-04 22:45:02 -05:00
Eric Allen
2bf48a15cb
Bug #300 : Added infrastructure for collapsible dependency block, similar to todo notes.
...
Conflicts:
app/views/layouts/standard.html.erb
public/javascripts/application.js
2009-11-04 22:43:21 -05:00
Eric Allen
8f21467b63
Basic autocomplete for projects and contexts
2009-10-01 22:32:12 -04:00
Eric Allen
77a088acdd
Add pulsate and drag/drop to jQuery UI.
2009-09-13 12:00:27 -04:00
Eric Allen
59b367a711
Todo editing and deletion working beautifully.
...
Removing UJS caused the home page to stop rendering due to references to
apply_behavior. I had to take care of that before I could proceed at all.
Some Autocomplete stuff has been yanked out and needs to go back in at some point.
Had to replace Protoload with jQuery.blockUI. It's a bit bigger, but oh well.
2009-09-07 16:58:26 -04:00
Eric Allen
40321668d1
It's awkward, but the jQuery UI images need to go here.
2009-09-07 16:53:58 -04:00
Eric Allen
ce979063c5
Replaced old calendar picker with jQuery UI.
2009-09-06 20:00:19 -04:00
Reinier Balt
0272f812da
Add the ability to integrate your tracks installation as a Gmail Gadget. Code was contributed by GTDify.com. Thanks!
...
see http://www.getontracks.org/forums/viewthread/434/
2009-08-04 09:54:45 +02:00
Reinier Balt
f63a657022
change style of project settings so that it grabs less attention
2009-06-26 15:35:31 +02:00
bsag
1d6191b1da
Fix #896 . Tidied styling of notes (attached to action and free-standing project notes) so that basic Textile markup shows up and looks attractive. You can now use *bold*, _italics_, ordered lists (#), unordered lists (*), and H1 (h1.) and H2 (h2.) headers can all be used, along with Textile links.
2009-05-17 12:52:45 +01:00
Eric Allen
746066972c
Asynchronous autocompleter for tags. Closes #462
2009-05-02 16:43:00 -04:00
Reinier Balt
c3b308d228
update print.css to make project list and todo list printable
2009-04-20 14:43:22 +02:00
Eric Allen
42bea2490b
Fix #592 be able to set default tags for a project. Default tags can now be specified when creating or editing a project, and they will be applied to any new todos created in that project.
2009-04-15 21:54:31 -04:00
Reinier Balt
183523f45a
fix #603 . Group context by hidden state in context view
2009-04-07 21:18:23 +02:00
chris erway
8d32cfc611
these boxes are kinda big
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:59:16 +08:00
Reinier Balt
c6d2ac8998
add icons to todo context menu
2009-03-30 20:15:24 +02:00
Eric Allen
2e7e75649b
Small fix to footer margin for columns. Fixes #869 .
2009-03-29 19:49:03 -04:00