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
Reinier Balt
dfffbc78c3
further enhance the context menu and fix showing of context menu on ie
2009-03-24 16:14:35 +01:00
Reinier Balt
06c4ea8a8c
first pass at adding context menu for todos
2009-03-24 16:14:31 +01:00
Reinier Balt
6a038a6b3f
remove opacity from css for ie to work with menus
2009-03-24 16:14:30 +01:00
Reinier Balt
d2424b0ef1
further enhancements
...
works for ff3 and chrome
2009-03-24 16:14:29 +01:00
Reinier Balt
cda5e9d2f8
add drop down menus to tracks
2009-03-24 16:14:28 +01:00
Reinier Balt
7f7e07e6c4
add superfish
2009-03-24 16:14:26 +01:00
Eric Allen
07df8eb075
Tighten up layout by getting rid of blank space to right side of add todo form.
2009-03-19 20:10:14 -04:00
Reinier Balt
ca42ad4828
remove defer buttons from print view. Fixes #836 . Thanks Steven
2009-02-08 22:32:03 +01:00
Reinier Balt
48fb00b24e
fix bundle_fu to handle relative roots
...
applied pending patches from bundle_fu issues 3 and 6
reverted previous workaround in standard.css for relative roots
2009-02-07 20:09:09 +01:00
bsag
b2c7e999ee
Merge branch 'gorn/master'
...
* gorn/master:
Refactoring changes to leave out unnecessary formatting.
Merging.
Changes in styleshet and generated html to conform more to mobile w3c reccomendations.
Converting data to datetime to prevent the in_time_zone unknown function error on line 118.
2008-12-14 15:34:24 +00:00
Reinier Balt
6149900e0c
remove old compressed js and css from the asset_packager plugin that we don't use anymore
2008-12-05 15:58:20 +01:00
Reinier Balt
4dcb370389
applied the patches from Jakub to improve the mobile html
...
Thanks Jakub
2008-12-04 16:52:17 +01:00
Jakub A.Tesinsky
eadeafbe24
Merging.
2008-12-03 12:03:23 +01:00