Reinier Balt
3d3b658763
fix #877 where showing the context on mobile was not the same as listing a context in other pages
2009-04-14 21:59:52 +02:00
Reinier Balt
b128f4cbe9
not all @contexts were refactored to current_user.contexts in context_controller causing reports on the forum
2009-04-14 21:49:43 +02:00
Reinier Balt
136727fb3f
fix #875 . Make sure that in tag view when you mark the last deferred todo complete, the empty-message appears
2009-04-14 21:38:05 +02:00
Reinier Balt
43440eaf33
add cucumber for integration testing and add a feature for statistics
...
refactor some stuff to support testing statistisc
2009-04-13 22:26:20 +02:00
Reinier Balt
058079a0a7
remove rspec rspec-rails and webrat frozen gem and add them using config.gem
2009-04-13 22:23:32 +02:00
Reinier Balt
015dc84f3b
add config.gem lines for test so rake gems works for setting up test environment
2009-04-10 16:39:59 +02: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
c6b6bd97b9
set logger for openid to default logger. The openid gem defaults logging to STDERR which could lead to write errors on some restricted hosting providers
...
see discussion at http://www.getontracks.org/forums/viewthread/367/
2009-04-08 09:23:28 +02:00
Reinier Balt
dd5b479c5d
fix #584 where the date at the top did not use the users timezone, but the servers timezone
...
also remove confusing user_time helper
2009-04-07 21:34:15 +02:00
Reinier Balt
183523f45a
fix #603 . Group context by hidden state in context view
2009-04-07 21:18:23 +02:00
Reinier Balt
aeb9a1fda6
fix #866 where some variables were not set in defer
2009-04-07 19:58:16 +02:00
Reinier Balt
8b3576f5a0
additional fix for #867 because of the menu changes
2009-04-07 19:31:49 +02:00
Reinier Balt
718685b4b5
fix #867 . deferring in tag view is now working
2009-04-07 17:20:06 +02:00
Reinier Balt
239b38cb15
fix for the two issues in #852
...
* the end date is prefilled with an incorrect formatted date
* if the radio for ends_on is not selected, but a date is entered, tracks incorrectly behaves as if ends_on was checked
2009-04-01 13:51:36 +02:00
Reinier Balt
f4f2573f98
manually applied patch from Chris Erway to enable open signups for people hosting Tracks
2009-03-31 22:32:29 +02:00
Reinier Balt
7f4929808c
fix crlf issue
2009-03-31 22:11:37 +02:00
David Abdemoulaie
c6c74ff6df
Modified capfile to allow plugins
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 04:00:38 +08: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
chris erway
418c52a619
remove slightly insulting copy from top of prefs help: these options are hardly self-explanatory!
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:59:14 +08:00
chris erway
f9ec5ca6c6
add a URL to iCal feed (for project or context, if no project)
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:59:13 +08:00
chris erway
f415886190
make text feed a little neater
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:59:12 +08:00
chris erway
47139b5740
add emacs saves *~
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:59:11 +08:00
chris erway
6b8043d656
add new_todo API call that specifies project_id, too
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:59:10 +08:00
Taybin Rutkin
b1256ab6e9
add site.yml support to deploy.rb-example
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-04-01 03:57:39 +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
33e96dd42e
move js of template to the bottom of the page and migrate toggle js to jquery
...
yslow states that loading of page is faster when js is at the bottom
2009-03-30 23:01:17 +02:00
Reinier Balt
f0e5c3841d
refactor js of new todo form: share projects and contexts array over all edit forms
...
this will hopefully decrease memory usage and also the get-form ajax should result in less data to be retrieved
2009-03-30 22:37:03 +02:00
Reinier Balt
ae30869f85
migrate ujs code for clearing due or show_from date to jquery
2009-03-30 22:07:05 +02:00
Reinier Balt
638a0402fe
tidy up _todo for readability
2009-03-30 21:21:53 +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
Eric Allen
dbeb793214
Support dispatching emailed-in todos based on To: field as well as From: field. Setting configured in site.yml.
2009-03-29 19:44:43 -04:00
Hans de Graaff
414d1ca0bc
Merge branch 'master' of git@github.com:graaff/tracks
2009-03-29 09:57:08 +02:00
Reinier Balt
eb9fc5391c
remove old redcloth lib. We now depend on the RedCloth gem which is a lot faster
...
makes the homepage load a bit faster (10%). Could not freeze the gem because it is platform dependent
2009-03-27 17:41:39 +01:00
Reinier Balt
8612c1a677
tidy up the templates and the js in them
2009-03-27 17:03:18 +01:00
Reinier Balt
90dc9a63aa
fix project page for new menus where empty projects would call behaviors that were removed
2009-03-27 15:24:19 +01:00
Reinier Balt
9baa8ad032
restore recurring todos
...
recurring todos still need refactoring to make use of new context menu functionality
2009-03-27 09:57:34 +01:00
Evan McLean
9c45176122
Add autocomplete=off to the todo_description text input field so you don't get the annoying drop-down of old data.
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-03-26 03:48:05 +08:00
Reinier Balt
27715aa453
fix #856 where DateTimes supplied through the rest api was not converted to the users timezone
2009-03-24 23:05:23 +01:00
Reinier Balt
a4de0e62af
fix #860 . The calendar view does not have a form in the right column for a new todo. The js for updating todos expects this form to update the autocompleter in case a new project or context is created with the update of the todo
...
fixed with a hack
2009-03-24 22:25:50 +01:00
Reinier Balt
1dca4747f3
fix suppressing some edit actions on certain views that were enables incorrectly
2009-03-24 21:06:53 +01:00
Reinier Balt
4f8132adc2
fix z-index that wqas set to low
2009-03-24 16:56:04 +01:00
Reinier Balt
fbc55b73b9
fix js error in ie
2009-03-24 16:48:21 +01: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
3a8ce12fe8
further integrate contact menu and add visual feedback of ajax actions
2009-03-24 16:14:33 +01:00
Reinier Balt
5b31d4cf84
change name of menu item for managing users
2009-03-24 16:14:32 +01:00
Reinier Balt
06c4ea8a8c
first pass at adding context menu for todos
2009-03-24 16:14:31 +01:00