Commit graph

48 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
waltercruz
385f34d071 Taking care of css 2008-10-25 17:43:52 -02:00
Eric Allen
93b7b327fb Don't show hover background for defer links. 2008-09-07 07:04:05 -07:00
Eric Allen
ab28b22cbf Much prettier defer buttons and sane CSS that doesn't have issues with note divs. 2008-09-07 06:55:17 -07:00
epall
539fda21dc Preliminary defer buttons 2008-09-06 18:25:24 -07:00
Reinier Balt
11f9114ad5 polish the clear date buttons in edit form
* placed them besides the text field
* replaces red x with grey x. the red x draws to much attention. also adds tool tip to x
2008-08-26 17:31:34 +02:00
Piotr Jakubowski
141ec5b028 Ticket 409 - simple way to clear the due date input field 2008-07-27 17:26:20 +01:00
Reinier Balt
e3f444575d change feed page to dynamically select feed for project/context
when you have a long list of projects and/or contexts, the page got really crowded
2008-07-24 20:51:50 +02:00
Reinier Balt
feb6699a33 fixes bugs where IE7 bailed out on an error resulting from the use of an optimized $$ function of lowpro
upgraded to lowpro 0.2. Version 0.4 did not work and caused behaviours to not work
disabled optimized $$ since it still caused errors in ie7
2008-07-23 23:52:08 +02:00
Reinier Balt
8bc41e2cb0 add recurring todos to tracks 2008-07-19 20:27:45 +02:00
bsag
20940ff348 Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
Renamed from tracks/public/stylesheets/standard.css (Browse further)