Eric Allen
ce979063c5
Replaced old calendar picker with jQuery UI.
2009-09-06 20:00:19 -04:00
Eric Allen
6b7e5d0eed
Re-wrote todo-items.js and got todo uncheck working.
...
I also discovered that application.js was getting included twice, causing a few issues. Small fix in standard.html.erb took care of it.
2009-09-06 19:41:27 -04:00
Eric Allen
cd8a01d2d4
Fixed a bunch of issues with auxilliary JS
...
Now that Prototype is gone some of them are unhappy, and others are just plain broken.
2009-09-05 15:24:10 -04:00
Eric Allen
f9e6540ed2
Star toggling and todo checking working
...
Todo unchecking is still buggy, but needs a bunch more work to make it happen.
Also added some useful globals to the standard layout for later access by application.js.
2009-09-05 15:24:03 -04:00
Eric Allen
4c68144c93
Login form working in jQuery
2009-09-05 15:23:57 -04:00
Eric Allen
6f3dbca3e2
Fade in alerts using jQuery.
2009-09-05 15:23:49 -04:00
Eric Allen
fac5e7ca83
No more CookieManager since it's dependent on Prototype
2009-09-05 15:23:33 -04:00
Eric Allen
e57e1445b4
Getting rid of last traces of Prototype and old jQuery library.
2009-09-02 10:33:34 -04:00
Eric Allen
be43b3ded8
Installing jrails
2009-09-02 10:04:17 -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
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