Reinier Balt
91c52cc89c
fix #908 where the return path was set hard-coded which did not honor subdir settings
2009-06-02 22:04:17 +02:00
Reinier Balt
7a7862221d
get tests running again with zentest >= 4.0.0
2009-06-02 21:22:50 +02:00
piglop
4e1e18da0f
fixed #781 :
...
* added a "show always" radio to the recurring todo forms
* added a show_always flag to recurring todos
* created a migration to convert existing recurring todos where show_from_delta==0
* recurring todos where show_from_delta is 0 are now shown the same day they're due
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-06-03 01:36:20 +08:00
Reinier Balt
8002eef8ab
finish the feature description for notes. Some scenarios need js handling to implement. They are marked with the tag needsjs
...
exclude them with cucumber -t ~needsjs
2009-05-25 21:20:50 +02:00
Reinier Balt
149d05e04f
add partial feature for notes. needs to be finished
2009-05-25 20:30:20 +02:00
Reinier Balt
2073f84cd8
update cucumber and refactor some of the stories
...
inspired by the railscasts about cucumber. Also fix a problem with ZenTest on case sensitive platforms
2009-05-22 23:14:40 +02:00
Reinier Balt
bdddac5020
fix #905 by applying the suggesting of Henrik Bohre. Thanks Henrik!
...
also fixed the non appearing empty message because the empty count was not recalculated for non-active todos
2009-05-22 14:41:42 +02:00
Reinier Balt
87bf96f638
fix #904 by applying the patch from Henrik Bohre. Thanks Henrik
2009-05-17 21:02:18 +02:00
bsag
1d6191b1da
Fix #896 . Tidied styling of notes (attached to action and free-standing project notes) so that basic Textile markup shows up and looks attractive. You can now use *bold*, _italics_, ordered lists (#), unordered lists (*), and H1 (h1.) and H2 (h2.) headers can all be used, along with Textile links.
2009-05-17 12:52:45 +01:00
Reinier Balt
0a23405d4b
fix #897 . The dependency on rspec added to environment.rb. Rake always loads the rspec task from /lib/tasks, so the gem is required for all environments.
...
this is ugly :-(
2009-05-13 22:10:15 +02:00
Reinier Balt
f2a1f86274
fix #892 . The spinner was never removed. In the normal case this didn't matter because the whole edit form was removed anyway. But in case of an error, the form remained visible and the submit button was not accessable anymore.
...
fixed by keeping track of the last spinning submit button for todos
2009-05-13 21:40:53 +02:00
Reinier Balt
ceba367942
fix #891 . Somehow the assignment causes an error for some people.
...
Don't know why though, but this fix is harmless anyway.
2009-05-13 21:08:35 +02:00
Reinier Balt
5e859f6b78
fix #900 where a spurious line from a merge problem causes unintended artifacts in mobile view. Thanks Henrik for spotting this
2009-05-11 20:57:21 +02:00
Reinier Balt
0938ffe044
small cleanups
2009-05-04 10:20:40 +02:00
Reinier Balt
99b88987a8
Merge branch 'master' of git@github.com:bsag/tracks
2009-05-04 10:03:21 +02:00
Reinier Balt
37f3f95114
user_time was removed in 1.8devel, so change it to current_user.time
2009-05-04 10:02:23 +02:00
Eric Allen
96762630f2
Fix failing specs. All specs and tests pass now.
2009-05-04 00:07:08 -04:00
Eric Allen
feeca283b4
Upgrade skinny_spec to deal with newer version of RSpec due to unfreezing.
2009-05-04 00:07:08 -04:00
Eric Allen
bbf3e95b21
Pre-filling default tags makes these specs wrong and useless
2009-05-03 23:23:01 -04:00
Eric Allen
26c94551cd
Fix bug in tests introduced by dd5b479c5d
2009-05-03 23:19:25 -04:00
Reinier Balt
c1ff335740
replace all occurrences of Time::today with user_time. Fixes #890
2009-05-03 22:04:45 +02:00
Reinier Balt
a826fb9a11
improve data controller and fix #891 where the export of xml did not work because of the removal of tag.user_id
2009-05-03 21:34:58 +02:00
Eric Allen
0fda4506eb
Pre-populate default tags from project instead of adding them when a todo is created. Fixes #879 .
2009-05-02 17:38:26 -04:00
Eric Allen
7c1b4c0a24
Add autocompletion for tags on todo edit form, too. Re #462 .
2009-05-02 16:51:10 -04:00
Eric Allen
746066972c
Asynchronous autocompleter for tags. Closes #462
2009-05-02 16:43:00 -04:00
Reinier Balt
c3b308d228
update print.css to make project list and todo list printable
2009-04-20 14:43:22 +02:00
Reinier Balt
77c9c3cd65
revert some changes that introduced new errors
...
we need more tests!
2009-04-20 11:26:45 +02:00
Reinier Balt
19f029fe89
fix some small introduced regressions
2009-04-19 14:29:21 +02:00
Reinier Balt
2f8b454ac0
fix some failing tests
2009-04-19 00:18:12 +02:00
Reinier Balt
b990f8a015
make project settings editable from the project page
...
We're using the edit form instead of several separate fields to edit settings
2009-04-18 23:50:12 +02:00
Reinier Balt
66833829a0
fix #878 . Added visual feedback that default context and default tags are being updated
2009-04-17 18:28:29 +02:00
Reinier Balt
6d1f034111
migrate login stories to cucumber features
2009-04-17 08:56:11 +02:00
Reinier Balt
7bdd365ff3
remove debugging line
2009-04-16 20:52:22 +02:00
Reinier Balt
579402ba08
Merge branch 'master' of git@github.com:bsag/tracks
2009-04-16 09:53:23 +02:00
Reinier Balt
a2b0e17e51
update CHANGELOG to reflect the changes made in 1.8devel
2009-04-16 09:52:35 +02:00
Eric Allen
5b694bdf65
Don't allow defer past due date and popup with warning. Fixes #848 .
2009-04-15 23:09:55 -04:00
Eric Allen
42bea2490b
Fix #592 be able to set default tags for a project. Default tags can now be specified when creating or editing a project, and they will be applied to any new todos created in that project.
2009-04-15 21:54:31 -04:00
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