Commit graph

53 commits

Author SHA1 Message Date
Eric Allen
67e88acacc Cleaning up Prototype remnants and refactoring
Moved some stuff, like Nifty Corners, into application.js to speed things up.
2009-10-16 23:52:52 -04:00
Eric Allen
01e4cdb178 Tag autocomplete 2009-10-16 19:23:11 -04:00
Eric Allen
94ec1d46bb Add note working again for Projects 2009-10-15 21:16:22 -04:00
Eric Allen
96f510abd4 ALL SELENIUM TESTS PASSING!!
Caught a couple of things that I had to fix plus a handful of broken tests. This is the first time in forever that we have a fully successful selenium suite.
2009-10-13 22:34:37 -04:00
Eric Allen
9cfcd4161a Default context autocomplete 2009-10-07 11:41:31 -04:00
Eric Allen
acad0596be WIP: contexts page mostly working 2009-10-02 19:45:49 -04:00
Eric Allen
eac798d0bf Got one Selenium test working 2009-10-02 18:55:23 -04:00
Eric Allen
195a58174b auto-fill of default tags & contexts from project 2009-10-02 18:31:53 -04:00
Eric Allen
48f7f25702 Fix Edit Project Settings link on project show page 2009-10-02 15:25:20 -04:00
Eric Allen
8f21467b63 Basic autocomplete for projects and contexts 2009-10-01 22:32:12 -04:00
Eric Allen
83b17d2231 Edit-in-place for context name 2009-09-27 22:38:21 -04:00
Eric Allen
586b46661a Projects page completely working now 2009-09-25 20:15:34 -04:00
Eric Allen
3d905b7289 WIP: projects page 2009-09-24 22:11:00 -04:00
Eric Allen
36fb043ed6 Fix typo that was messing up context edit of todo 2009-09-24 22:10:44 -04:00
Eric Allen
a09b55d6b6 New todo form working with Ajax 2009-09-21 22:59:46 -04:00
Eric Allen
e43a7945d5 Recurring todos mostly working now 2009-09-13 12:00:28 -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
07b1dec5f3 Fade flashes in using jQuery 2009-09-06 20:06:55 -04:00
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
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
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
7f7e07e6c4 add superfish 2009-03-24 16:14:26 +01: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
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
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
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
aa695c186e create new compressed js and css 2008-07-24 00:01:58 +02:00
Reinier Balt
ded4806c0f delete old compressed stylesheets 2008-07-24 00:01:23 +02:00
Reinier Balt
570da58eea did not solve merge conflic in last commit. This commit corrects that 2008-07-23 23:55:55 +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
a18fab8bf4 update lowpro and selector according to last commit 2008-07-23 23:42:39 +02:00
Reinier Balt
291a364b0d compressed js and css were create empty. Recreated them
This went wrong before because <tracks-dir>/tmp/ did not exist
2008-07-20 19:52:04 +02:00
Reinier Balt
6e4d23b257 forgot to add the new css and js in latest commit 2008-07-19 20:45:27 +02:00
Reinier Balt
bca7c5cb70 rebuilding compressed stylesheets 2008-07-19 20:43:12 +02:00
Reinier Balt
8bc41e2cb0 add recurring todos to tracks 2008-07-19 20:27:45 +02:00