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
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
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
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
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
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
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
Reinier Balt
cda5e9d2f8
add drop down menus to tracks
2009-03-24 16:14:28 +01:00
Reinier Balt
8cf36fcbb1
apply the patch from Steven Aerts which fixes some small issues with stats. Thanks Steven!
2009-03-16 15:02:21 +01:00
Reinier Balt
e21095f594
remove yaml import. This did not get enough testing and is not working right
...
see for example http://www.getontracks.org/forums/viewthread/346/
2009-02-26 20:35:11 +01:00
Reinier Balt
cf625be4b4
fix #841 . New todos are now using at_midnight instead of the time of checking complete
...
please test to make sure it has the intended behavior
2009-02-16 20:48:27 +01:00
Reinier Balt
324838c1c4
fix some queries for mysql4 where NOT is interpreted more strict than in mysql5. Thanks Steven for finding this one out!
2009-02-08 20:38:27 +01:00
Reinier Balt
949c746215
Fixes #835 where the yml_export failed to find the tags of a user. Thanks Peter for this report
2009-02-08 15:25:42 +01:00
Reinier Balt
d41c369f09
fix error in last patch
...
seems that our test suite does not test updating recurring todos
2009-02-05 22:41:37 +01:00
Reinier Balt
b8fd942eb4
small cleanups
2009-02-05 21:55:33 +01:00
Eric Allen
e40b8ecbcf
Need to save todo after updating state from project. Fixes #834 .
2009-02-01 15:25:09 -05:00
Eric Allen
2ee84b8162
Move site-specific configuration out of environment.rb into a YAML file. This allows us to ship environment.rb with Tracks. Fixes #813 .
2009-02-01 14:47:05 -05:00
Reinier Balt
07426ebe54
a previous commit introduced a bug where hiding a project did not hide the todos in it. Fixes #832
2009-01-24 22:13:19 +01:00
Farzad FARID
609cd181b6
Rewrite tag search SQL to use JOIN instead of WHERE when appropriate.
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-01-23 15:31:50 +08:00
Reinier Balt
2472866baa
fix search. Was broken because of removal of user_id from taggings. Fixes #831
2009-01-21 22:11:31 +01:00
Reinier Balt
8ff7afb88c
manual add fix of piglop to prevent todos from staying hidden forever
2009-01-21 13:36:26 +01:00
Eric Allen
0674c59d54
Need to consider date passed to days_from_today in the user's time zone. Closes #826 .
2009-01-20 13:27:15 -05:00
Vitalie Lazu
a634206e5f
Fixed typo on /integrations/rest_api page, missing closing todo tag and project_id
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-01-17 22:22:25 +08:00
Vitalie Lazu
496741c972
Fixed sidebar rendering, was not working on some pages after rails 2.2 upgrade
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-01-17 15:17:16 +01:00
Reinier Balt
01a011ee06
improve last path. Thanks Vitaliel!
2009-01-17 14:43:06 +01:00
Reinier Balt
8cdae83014
fix case when there are no tags places on todos, the stats page would fail. Fixes #822 .
...
Thanks Walter for finding this one
2009-01-15 22:13:22 +01:00
bsag
278c7310c1
Fixed a repeated regression which I accidentally re-committed. I should pay more attention to the commits... Fixes #740 . Again.
2009-01-11 18:58:36 +00:00
bsag
99c3aecc04
Committed a fix by karmajunkie: "fixed a small bug wherein @contexts wasn’t getting set in ProjectController.show for use in the shared/_add_new_item partial."
2009-01-11 16:01:52 +00:00
bsag
3554dd8dd0
Tidied formatting in app/model/preference.rb
2009-01-11 15:48:57 +00:00
Vitalie Lazu
5ee939ac47
Fixed exception in preference model when todo xml api is used with show_from attribute
...
Signed-off-by: bsag <butshesagirl@rousette.org.uk>
2009-01-11 23:37:14 +08:00