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
Hans de Graaff
b95e02e726
Don't run double sanitation on a string.
...
This messes up legitimate markup returned by sanitize, such as < when
a description contains '<'.
Signed-off-by: bsag <butshesagirl@rousette.org.uk>
2009-01-11 23:02:10 +08:00
Reinier Balt
6017c5d2ed
missed one taggings.user_id
2009-01-08 14:25:06 +01:00
Reinier Balt
037c04e72f
restore bugfix of Luke that I removed in last commit by mistake.
2009-01-08 10:45:19 +01:00
Reinier Balt
cebaf05a7f
fix small error in last commit
2009-01-08 10:39:14 +01:00
Reinier Balt
f79c28231b
remove unused and unneccesary user_id from taggings table.
...
this way we can stay closer to the defaults of has_many_polymorphs thus making upgrading easier
2009-01-08 10:18:03 +01:00
Luke Melia
00eff7e877
Fixed bug where adding tag to Todo via Ajax inline edit didn't reflect tag changes immediately.
2009-01-06 01:00:06 -05:00
Luke Melia
c7d1881472
Restore automatic focus of first todo form field after clicking edit icon to edit.
2009-01-06 00:49:40 -05:00
Eric Allen
3864c9e37a
Update footer links for new website location
2009-01-03 17:57:57 -05:00
Eric Allen
b86c7341ff
Change mobile login form to post to proper URL for OpenID login. Resolves #810 .
2009-01-02 02:22:06 -05:00
Eric Allen
594ed4ca63
Don't re-generate remember token if we already have one. This should allow you to stay logged in on two devices at the same time. Closes #812 .
2009-01-01 17:13:00 -05:00
bsag
198db7b0a5
Added a fix for a failing functional test which concerned the javascript popup window to warn when a new context added in new action form.
2008-12-26 19:47:13 +00:00
Reinier Balt
747c84ba7c
Merge branch '1.7_branch'
2008-12-22 23:32:06 +01:00
Reinier Balt
0e68ded56a
fix tags and fix tests
2008-12-22 23:26:38 +01:00
Reinier Balt
c618d35d3a
first pass at restoring tag functionality
2008-12-22 20:55:32 +01:00
Reinier Balt
7399edc2d6
fix two ruby warnings
2008-12-22 17:02:23 +01:00
Reinier Balt
65d3536599
update tagging model
2008-12-22 16:53:26 +01:00
Reinier Balt
cf212fefce
Merge branch '1.7_branch'
2008-12-22 16:43:22 +01:00
Reinier Balt
2d11109b8b
make the mobile homepage pass the w3c validator
2008-12-22 16:41:43 +01:00
bsag
947792285d
Merge branch 'mcveat/master'
...
* mcveat/master:
Tried to fix highline gem error by updating gemspec. Didn't work ;-)
Missing change in ContextController, that should be supplied with fix for Ticket #630 http://dev.rousette.org.uk/ticket/630
Fix for Ticket #630 http://dev.rousette.org.uk/ticket/630
2008-12-18 16:46:25 +00:00
Reinier Balt
5dd7bb99f9
Merge branch '1.7_branch'
2008-12-18 10:18:03 +01:00
Reinier Balt
c5598a94ee
fix small bug where a check was done on a wrong value
2008-12-18 10:17:16 +01:00
Piotr Adamski
0c5737e986
Missing change in ContextController, that should be supplied with fix for Ticket #630 http://dev.rousette.org.uk/ticket/630
2008-12-17 17:15:04 +01:00
Piotr Adamski
7bb953c45b
Fix for Ticket #630 http://dev.rousette.org.uk/ticket/630
2008-12-16 11:42:34 +00:00
Piotr Adamski
cc1531e11b
Merge branch 'master' of git://github.com/bsag/tracks
2008-12-15 21:00:25 +01:00
Piotr Adamski
d2c5775a69
Fix for Ticket #630 http://dev.rousette.org.uk/ticket/630
2008-12-15 20:48:50 +01:00
bsag
2ce81a75f0
Merge branch 'graaff/master'
...
* graaff/master:
Limit description field to known maximum size.
2008-12-14 15:42:12 +00: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
bsag
4fb4a98bc8
Merge branch 'master' into clinton/master
...
* master: (40 commits)
Updated the manual in HTML, PDF and .tex format.
Minor updates to the example db.
set version to 1.7RC
update version in template
update changelog
OpenSearch support.
update the sample sqlite databases and update sample content sql. Solves #802
forgot ot change one version to 1.7
update documentation for 1.7rc release
No point in changing the name of the OpenID identity column in users table. Use the existing one.
show recurrence pattern in :title of a recurring todo. Needed slight refactoring to make it happen
Re-write OpenID code to use new authentication plugin. Tested to work!
Upgraded to open_id_authentication plugin at 00d8bc7f97 and unpacked ruby-openid gem version 2.1.2.
remove old compressed js and css from the asset_packager plugin that we don't use anymore
applied the patches from Jakub to improve the mobile html
adds test for changing context on a todo in tag view. Resolves #762
Add testcase where changing the name of a project should be reflected in the default project name. resolves #756
add testcase for deleting a user. Resolves #734
implement suggestions for search in #787
fix failing tests
...
2008-12-14 15:08:28 +00:00
Hans de Graaff
27e0852651
Limit description field to known maximum size.
2008-12-14 11:17:07 +01:00