Reinier Balt
|
c9d64e6f4b
|
get the first cucumber feature running: calendar
|
2012-04-30 13:56:42 +02:00 |
|
Reinier Balt
|
63175c115b
|
all non-cucumber tests are passing
|
2012-04-30 13:56:41 +02:00 |
|
Reinier Balt
|
13b58f3a10
|
all unit and functional tests are passing
|
2012-04-30 13:56:40 +02:00 |
|
Reinier Balt
|
96db48dd86
|
get project integrations and login controller tests running
|
2012-04-30 13:56:40 +02:00 |
|
Reinier Balt
|
59a4d5ede0
|
make functional tests for context controller run
|
2012-04-30 13:56:39 +02:00 |
|
Reinier Balt
|
76340b780c
|
Getting functional tests running.
|
2012-04-30 13:56:38 +02:00 |
|
Reinier Balt
|
fd433d76d8
|
fix all upgrade warnings from the rails_upgrade plugin
|
2012-04-30 13:56:38 +02:00 |
|
Reinier Balt
|
fd4fb6df9e
|
get all unit tests running again. Seems we have some pretty old code in there :-)
|
2012-04-30 13:56:37 +02:00 |
|
Reinier Balt
|
86afd42148
|
Work in progress: has_many_polymorphs does not work with rails 3.2 because of intrusive changes in rails internals. I think we need to rip out this dependency...
|
2012-04-30 13:56:34 +02:00 |
|
Reinier Balt
|
a83c8b3f92
|
initial upgrade to rails 3.2.3
|
2012-04-30 13:56:33 +02:00 |
|
Reinier Balt
|
3ba7daf1d0
|
fix migration. Thanks Christian for fixing this
|
2012-04-12 20:09:10 +02:00 |
|
Reinier Balt
|
12d8915eda
|
Get all non-cucumber tests passing
|
2012-04-12 12:47:25 +02:00 |
|
Reinier Balt
|
bb8b5a4c72
|
store rendered notes of todos in database to avoid costly rendering when you load a page
|
2012-04-12 11:34:08 +02:00 |
|
Reinier Balt
|
1a6edbe7c2
|
add some basic tests for tags noew we cannot rely on a tested gem
|
2012-04-11 13:39:12 +02:00 |
|
Reinier Balt
|
b2e6253b4c
|
restore all associations for tags. All tests are passing
|
2012-04-11 11:37:22 +02:00 |
|
Reinier Balt
|
d2d229c23a
|
cleanup and hopefully fix #1222
|
2012-04-08 16:01:29 +02:00 |
|
Reinier Balt
|
dcb155d90d
|
fix #1271. Don't block an already blocked todo. Create tests for this case
|
2012-04-08 15:19:42 +02:00 |
|
Reinier Balt
|
c7e68aa8b6
|
fix #1229. Thanks popsch for the testscript and the initial pull request
|
2012-03-19 20:04:56 +01:00 |
|
Matt Rogers
|
e7268fbaa2
|
Remove the double-quote custom validation
Rails has had SQL injection prevention since at least 2009 so we don't
need our version of it anymore.
Fixes ticket #1237
|
2012-02-02 22:28:26 -06:00 |
|
Reinier Balt
|
78a2bd7f49
|
further refactoring of stats controller and views
|
2012-01-20 23:35:00 +01:00 |
|
Reinier Balt
|
f74370aab5
|
first refactoring of stats controller
|
2012-01-20 23:34:58 +01:00 |
|
Matt Rogers
|
beb18ac1f4
|
Hidden projects are not stalled. Update the comment.
|
2011-12-19 12:30:51 -06:00 |
|
Craig Maloney
|
48de4b1b00
|
Keep hidden projects from showing up as stalled, since they're likely hidden for a reason.
|
2011-12-19 12:28:57 -06:00 |
|
Reinier Balt
|
50bc2623d9
|
fix #1224. Allow existing and non-existing project/context names in REST API
|
2011-11-21 15:24:29 +01:00 |
|
Reinier Balt
|
960326efb4
|
Fix #1223 for the single tag and single dependency case in the REST API
|
2011-11-20 14:48:49 +01:00 |
|
Reinier Balt
|
6aa8b8d2f9
|
replace new repeating todo form with jquery dialog. And some refactoring
|
2011-11-17 17:07:55 +01:00 |
|
Reinier Balt
|
4b6aff5502
|
hopefully fix failing recurring todos test. Timezones are a pain to get right
|
2011-11-16 22:05:06 +01:00 |
|
Reinier Balt
|
833297b355
|
fix regression and further cleanups of todo model
|
2011-11-16 19:36:09 +01:00 |
|
Reinier Balt
|
906ff11633
|
fix failing test and make sure that you can supply 'starred' tag. Refactor todo model
|
2011-11-16 16:37:04 +01:00 |
|
Stefan Richter
|
c5dd35de80
|
remove alias_method for tags= ... tags now broken again, but no longer the whole todo model
|
2011-11-13 21:12:51 +01:00 |
|
Stefan Richter
|
9eae8a7068
|
improving todo creation tests and implement context, project and tag setting/creation
|
2011-11-13 21:12:51 +01:00 |
|
Stefan Richter
|
f08e73c819
|
fixing todo creation when supplying dependencies
|
2011-11-13 21:12:21 +01:00 |
|
Reinier Balt
|
cda75a0cc1
|
fix regression where viewing a page for a single tag (like starred) did not work
and fix some test warnings/errors
|
2011-10-31 14:39:52 +01:00 |
|
Reinier Balt
|
58d8bc56d1
|
fix #827. You can now select todos with tags using OR and AND
/todos/tag/tagA,tagB?and=tagC will select all todos with (tagA or tagB) AND tagC
|
2011-10-28 19:33:51 +02:00 |
|
Reinier Balt
|
2accbd0a32
|
start changing param parsing to allow and and or of tags
|
2011-10-28 11:18:26 +02:00 |
|
Reinier Balt
|
0fc4318163
|
Merge pull request #36 from 02strich/896e496f83c92fb0326dceb56a0fcf007e7327da
Fixing failing cucumber test
|
2011-10-15 04:45:09 -07:00 |
|
Craig Maloney
|
09e0f64de7
|
Changing the default sort order so that the context view matches the home screen view.
This appears to override the todos_controller.rb order.
|
2011-10-12 23:22:44 -03:00 |
|
Stefan Richter
|
d03928ef4c
|
making cryptography stuff in user public
|
2011-10-10 22:31:51 +02:00 |
|
sf
|
90f9e41671
|
changed the condition to increase readability
|
2011-10-10 05:36:56 -04:00 |
|
sf
|
3d3646a137
|
completed reviews no longer show up that they need a review
|
2011-10-08 00:23:31 -04:00 |
|
Stefan Richter
|
08fb85ef0d
|
fixing issues with user creation
|
2011-10-05 16:25:30 +02:00 |
|
Reinier Balt
|
fde151123c
|
refactor tag helpers
|
2011-09-30 19:49:44 +02:00 |
|
Reinier Balt
|
eb26f4f7b9
|
fix error on end of each request at cleanup_application
declaring self.method caused rails to error
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
|
2011-09-30 19:49:18 +02:00 |
|
Reinier Balt
|
2f0bfbbf47
|
some smallfurther adjustments
|
2011-09-28 15:34:15 +02:00 |
|
Reinier Balt
|
3a07010338
|
first cleanups of review feature
|
2011-09-28 13:58:46 +02:00 |
|
sf
|
227e0052b3
|
fixed always true line
|
2011-09-27 09:42:30 -04:00 |
|
sfischme
|
6f8d9ec2ae
|
exclude completed projects from blocked list
|
2011-09-17 13:15:30 -04:00 |
|
sfischme
|
7873d2cff8
|
explude completed projects from review
|
2011-09-17 13:13:45 -04:00 |
|
sfischme
|
ac98737176
|
first version of review view
|
2011-09-16 23:34:09 -04:00 |
|
sfischme
|
5f0bcebca9
|
first steps towards review view
|
2011-09-16 15:07:58 -04:00 |
|