Fixed Bug: export to csv is now working without any error.
16-Aug-08
Feedback application changed from fevote to uservoice
Ajax spinner added to cursor trail, will remove all other spinners soon.
Small refactoring of code.
Project List is now refreshed every time user returns form project detail view, thereby the action count is updated appropriately for all projects.
6-Aug-08
GZip compression enabled. Since my hosting provider disabled GZip compression, the application now spits compressed output. So the page load speed should improve compared to that in last few months.
5-Aug-08
Bug Fixed: When dragging action across context, the context in the edit action form didn't change causing accidental jumps back to the original context.
12-May-08
Keyboard shortcut added: "Delete", "d" and accesskeys for menu items. Use Shift+Alt+<menuitem bold character> to switch to that tab. http://www.fevote.com/simplegtd/Shortcut_to_delete_item, http://www.fevote.com/simplegtd/New_Keyboard_Shortcuts_Top_Menu_Items.
Changed drag image on project page to one used on every other page (multi-arrow).
5-Apr-08
Keyboard shortcut added for adding next action, 'a'. Use 'Alt' key + up/down/k/l to navigate across contexts.
Double-Click an action to edit, instead of single click.
Removed the highlight on mouse hover.
Keyboard navigation added. Keys: [arrow keys, k,l,e]. The key assignment is temporary, it might change in near future.
Lots of refactoring.
Upgraded to Rails 2.0.2
Some cosmetic changes.
21-Feb-08
Window now scrolls when Next Actions are dragged.
20-Feb-08
Converted all jquery/interface code to prototype/scriptaculous and removed jquery/interface js from pages. Compressed js size reduced to 40kb from 80kb earlier.
Fixed few bugs that occured due to the above switch.
19-Feb-08
Home page: cleanup, refactoring and small content changes.
Q: Can the content on home page be more simpler?
Q: Should I use a blog to publish change log and such questions?
Configured a test environment on production server to test changes in live environment before releasing it to the public.
18-Feb-08
Added "export to csv" feature here. Its in beta, waiting for some user feedback.