Commit graph

61 commits

Author SHA1 Message Date
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
cd3f458f6e first unbind click event on toggleNotes
when you update a todo, the click event was added to the updated todo, but also to all other todos. This causes a click on toggleNote to execute several toggles
2009-04-10 14:23:14 +02: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
5ac4ac5198 restore superfish. The optimization was wrong
sorry about that...
2009-03-31 13:53:44 +02:00
Reinier Balt
bb54f67938 speed up superfish for menus that doe not have an superfish arrow
since we have nr_of_todos context menus and one main menu, this saves time (about 50%)
2009-03-31 13:23:29 +02:00
Reinier Balt
480af3a2ab make sure that new/updated todos also get the behavior enabled for toggling notes 2009-03-31 09:56:23 +02: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
e898c39467 forgot down arrow in last commit 2009-03-24 16:14:34 +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
Jakub A.Tesinsky
3bc06d26e5 Merge branch 'master' of git://github.com/bsag/tracks
Conflicts:

	app/helpers/todos_helper.rb
	app/views/contexts/_mobile_context.rhtml
	app/views/todos/_mobile_todo.rhtml
	public/stylesheets/mobile.css
2008-12-03 11:59:09 +01:00
Jakub A.Tesinsky
96dc05e4f1 Changes in styleshet and generated html to conform more to mobile w3c reccomendations. 2008-12-03 11:50:20 +01:00
Reinier Balt
df26cf6e87 Merge branch 'master' into railsupdate 2008-12-02 16:21:08 +01:00
Jakub A.Tesinsky
8aa573a73e Merge branch 'master' of git@github.com:gorn/tracks 2008-12-02 02:24:08 +01:00
Jakub A.Tesinsky
a0d2362953 Optimalized mobile pages - span for empty tags is not included, divs around tr were against html specification and caused some mobiles render the page incorrectly. 2008-12-02 02:22:36 +01:00
Luke Melia
35ae5fc431 Next step in upgrading Tracks to Rails 2.2. Some highlights:
* Ran rake rails:update
* Added old actionwebservice framework
* Updated RSpec and RSpec-Rails
* Removed asset_packager plugin (not compatible, Scott no longer maintaining), and replaced with bundle_fu. See the bundle_fu README for more info.
* Hacks to UJS and ARTS plugins, which are no longer supported. Probably should move off both UJS and RJS.
* Hack to flashobject_helper plugin (upgrade to Rails 2.2-compatible version if/when it comes out.)
* Hack to skinny-spec plugin, for Rails 2.2 compatibility. Should check for official release.
* Hacks to resource_feeder plugin, for Rails 2.2 compatibility. Should check for official release (not likely) or move off it.
* Addressed some deprecation warnings. More to come.
* My mobile mime type hackery is no longer necessary with new Rails features. Yay!
* Updated environment.rb.tmpl with changes

TODO:
* Restore view specs marked pending
* Fix failing integration tests.
* Try selenium tests.
* Investigate OpenID support.
* Address deprecation warnings.
* Consider moving parts of environment.rb to initializers
* Address annoying config.gem warning about highline gem
2008-11-30 00:34:15 -05:00
Reinier Balt
fe5f962dcf unfreeze rails 2008-11-28 08:16:04 +01:00
Reinier Balt
2f510e8a86 Remove old compressed js and css that I forgot to commit last time 2008-10-28 21:03:05 +01:00
Reinier Balt
c6f89aed85 update compressed js and css because of last merge 2008-10-28 21:00:30 +01:00
Reinier Balt
76d72b54bf Merge branch 'sort_projects_by_todos' of git://github.com/waltercruz/tracks 2008-10-28 20:59:07 +01:00
waltercruz
385f34d071 Taking care of css 2008-10-25 17:43:52 -02:00
Reinier Balt
541d6f5b69 add calendar to menu and implement ical
tested ical with outlook 2007
2008-10-03 22:44:58 +02:00
Eric Allen
49194d59c4 Prettier red button 2008-09-21 11:56:42 -07: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
1239a2cd61 Merge branch 'master' of git://github.com/gorn/tracks 2008-09-05 17:07:53 +02:00
Jakub A.Tesinsky
229a114441 mport feature added. Everything gets imported except updated_at fields.
IDs of objects are not copied, but created as new so there could be no conflict with existing objects.
2008-09-05 03:25:56 +02: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
Reinier Balt
73765c184d fix for #628. Up/down key arrows should work better in autocomplete
required a change in the control.js from rails / scipt.aculos.us so we need to check for regression on upgrade
found fix here: http://dev.rubyonrails.org/ticket/8148
2008-08-25 16:03:24 +02:00
Reinier Balt
47fe6afd14 update compressed css
the previous one was probably generated from a svn repo
2008-07-27 23:27:25 +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
98540653eb rebuild compressed css 2008-07-24 21:15:11 +02: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
aa695c186e create new compressed js and css 2008-07-24 00:01:58 +02:00