From 73a588fe264bf6359f979c7b4b3d8707ab1c3f0b Mon Sep 17 00:00:00 2001 From: bsag Date: Wed, 30 Mar 2005 09:43:22 +0000 Subject: [PATCH] Added a footer with links for various kinds of feedback on Tracks. Fixes ticket:1. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@52 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/layouts/standard.rhtml | 4 ++++ tracks/doc/CHANGENOTES.txt | 4 +++- tracks/public/stylesheets/standard.css | 12 +++++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/tracks/app/views/layouts/standard.rhtml b/tracks/app/views/layouts/standard.rhtml index b54e1141..a28039af 100644 --- a/tracks/app/views/layouts/standard.rhtml +++ b/tracks/app/views/layouts/standard.rhtml @@ -43,5 +43,9 @@ border-color: #FC9 #630 #330 #F96; padding:0px 3px 0px 3px; margin:0px;\">TXT <%= @content_for_layout %> + + diff --git a/tracks/doc/CHANGENOTES.txt b/tracks/doc/CHANGENOTES.txt index b4289ceb..28abdd89 100644 --- a/tracks/doc/CHANGENOTES.txt +++ b/tracks/doc/CHANGENOTES.txt @@ -3,6 +3,7 @@ ## $HeadURL$ # Homepage:: http://www.rousette.org.uk/projects/ # Author:: bsag (http://www.rousette.org.uk/) +# Contributors:: Andrew Williams, Jim Ray, Nicholas Lee # Version:: 1.02 # Copyright:: (cc) 2004-2005 rousette.org.uk # License:: GNU GPL @@ -18,7 +19,8 @@ Project wiki: 4. Added a mini-calendar to the todo/list page. Needs some tidying up, but it provides a quick way to look up a date a few months ahead. Note that it doesn't insert the date: it's just for viewing. I modified the calendar a little bit from here: 5. Added some XMLHTTPRequest calls to speed up checking off an item as done. It grabs the checked item and appends it immediately to a 'holding' section (where you can uncheck it again if it was a mistake, or add a closing note). When you next refresh the page, it will be added to the 'Last 5 completed items' section. 6. [Contributed by Andrew Williams] Toggling of contexts in /todo/list to collapse or expand their display via a small '+' or '-' graphic. This is independent of the shown/hidden setting for contexts, and is ideal for just hiding things on the fly to focus your view. -7. Added first patch contributed by Jim Ray: adds a host of fixes and bits of cleaning up, including a position column for contexts and projects to allow custom sorting, and changes to the links for pages to make them more human-readable. I also added a pop-up calendar to set the due date. This is entirely lifted from Michele's excellent tutorial on pxl8.com . It works well, but I need to make sure it doesn't break in postgresql or sqlite. +7. [Contributed by Jim Ray] Jim added a host of fixes and bits of cleaning up, including a position column for contexts and projects to allow custom sorting, and changes to the links for pages to make them more human-readable. +8. I added a pop-up calendar to set the due date. This is entirely lifted from Michele's excellent tutorial on pxl8.com . It works well, but I need to make sure it doesn't break in postgresql or sqlite. ## Version 1.02 diff --git a/tracks/public/stylesheets/standard.css b/tracks/public/stylesheets/standard.css index 1aeb6634..74a1644f 100644 --- a/tracks/public/stylesheets/standard.css +++ b/tracks/public/stylesheets/standard.css @@ -142,14 +142,12 @@ h2 a:hover { } #footer { - width: 820px; - clear: both; - font-size: 0.8em; + clear: both; + font-size: 0.6em; text-align: center; - background: #CCC; - border: 1px solid #999; - margin: 0px 10px; - padding: 5px; + color: #999; + margin: 20px 20px 5px 20px; + padding: 0px; } /* The notes which may be attached to an item */