Jesús Espino
6b6e98b548
Fixed bug #689 : Change email target fixed
2014-08-18 12:42:23 +02:00
Jesús Espino
f78323dfb7
Fixed bug #688 : Change email text fixed
2014-08-18 11:36:20 +02:00
Jesús Espino
4b9bab54ed
Adding notify-policy creation on membership change
2014-08-18 10:49:30 +02:00
Jesús Espino
3f2505333b
Fixed notification api (again)
2014-08-18 10:32:59 +02:00
Jesús Espino
c6be0691b5
Fixed notification api
2014-08-18 10:31:32 +02:00
Jesús Espino
8a256883d9
Now supersusers can view everything
2014-08-18 10:20:37 +02:00
David Barragán Merino
d8e79afdc9
Shorten some long lines
2014-08-14 23:53:27 +02:00
Jesús Espino
47d280c0da
The history allways considere the datetime object a change, now is converted to string in freeze
2014-08-14 11:07:41 +02:00
Jesús Espino
ec2a9b17ec
Restoring Members filter backend for users endpoint
2014-08-14 10:49:35 +02:00
Jesús Espino
2e21db3553
Allowing delete project
2014-08-14 10:08:07 +02:00
Jesús Espino
834b8a6fb3
fixed posible migration problem
2014-08-14 10:06:19 +02:00
Jesús Espino
7b2349b366
Allowing destroy roles with move memberships to other role
2014-08-12 17:44:38 +02:00
Jesús Espino
31d6185dd0
On delete choices set correctly a new choice value for all objects, and a default value for the project
2014-08-12 17:17:46 +02:00
Jesús Espino
3c6310007e
Adding destroy mixin for delete choices with a previous move of all the items with this value
2014-08-12 15:12:51 +02:00
Jesús Espino
58304d8fd9
Fixed again the #355 bug
2014-08-12 10:25:51 +02:00
Jesús Espino
e4def00dce
Updated test to the new bulk ordering format
2014-08-12 10:23:31 +02:00
Jesús Espino
8024da5c0e
Fixed problem with tags_colors sampledata generation
2014-08-12 10:09:28 +02:00
Jesús Espino
e6b4d0ba66
Fixed user story ordering
2014-08-12 10:05:14 +02:00
Jesús Espino
50ffc1caf9
Fixed tests
2014-08-12 09:25:56 +02:00
Jesús Espino
b317c7521e
This reverts commit d9246b1ec0
.
2014-08-12 09:17:58 +02:00
Jesús Espino
b6e9b8d9e0
Editions counter start on 1 (creation is the first edition)
2014-08-11 20:26:49 +02:00
Jesús Espino
2817b3b120
Adding pre_save to the bulk actions
2014-08-11 20:19:38 +02:00
Jesús Espino
d9246b1ec0
Fixed bug #355 and other minor errors
2014-08-11 20:03:37 +02:00
Jesús Espino
2207b7ff5a
Fixed problem with invitations deletion in timeline implementation
2014-08-11 19:54:25 +02:00
Jesús Espino
b8f7a53a81
Adding task tags to the get_all_tags function
2014-08-11 17:55:46 +02:00
Jesús Espino
000baf41d9
More robust get tags
2014-08-11 12:33:13 +02:00
Jesús Espino
e1ea8d498c
Adding tags-colors to the project api
2014-08-11 11:56:21 +02:00
Jesús Espino
195bdd2523
Adding colorize tags on server functionality
2014-08-11 11:51:08 +02:00
Jesús Espino
d6a38261f0
Removing vote_issues permission and modify_wiki_links on the templates
2014-08-11 10:07:50 +02:00
Jesús Espino
8eb40aa6a7
Fixed again filtering based on permissions
2014-08-08 15:00:05 +02:00
Jesús Espino
b513a6277d
Task #435 : Now the attachments verify user permissions
2014-08-08 14:27:05 +02:00
Alejandro Alonso
1d9d5b005f
Allowing issue type ordering
2014-08-08 14:00:24 +02:00
Jesús Espino
c6ae1dbf36
More robust owner membership creation
2014-08-08 13:44:48 +02:00
Jesús Espino
26e462e182
Fixed issue #298 : Now permissions on API listings works
2014-08-08 13:43:07 +02:00
Anler Hp
b033419977
Issue #308 - API fails for subjects > 500 chars
2014-08-08 12:34:13 +02:00
Anler Hp
3428a0bd01
Fix validation of fields in partial updates
...
For some reason validation of fields in partial updates wasn't
triggered. Investigating I found that in the case of partial updates
every field is marked as not-required when constructing the serializer:
rest_framework/fields.py:173
if self.partial:
self.required = False
but I couldn't a find where the place (if such a place exists) where the
fields that came in the PATCH request are marked as required again in
order to trigger their validation.
Basically this hotfix does that, mark as required every field present in
the PATCH request so their validation is performed.
2014-08-07 16:30:34 +02:00
Anler Hp
47a28cc3dc
Create membership for user creating project <=> role exists
2014-08-07 16:30:28 +02:00
Anler Hp
08ca07454a
Failing test
2014-08-06 14:09:41 +02:00
Jesús Espino
defb061175
Applied template based on creation_template field
2014-08-05 17:07:11 +02:00
David Barragán Merino
9331fe057f
Create task with tags when pupalate the DB with the sample data command
2014-08-05 17:05:27 +02:00
David Barragán Merino
4d41668d44
Fix an error when save an object without tags
2014-08-05 17:01:50 +02:00
Jesús Espino
a650ccf64c
Now the Membership for owner is created on post_save of the project (on creation only)
2014-08-05 17:01:15 +02:00
Jesús Espino
5dd9085deb
Removed unused permissions
2014-08-05 14:44:38 +02:00
Jesús Espino
2f2a1e902b
Fixed problem with permissions and attachments
2014-08-05 14:39:12 +02:00
Jesús Espino
f71102d929
Added i_am_owner to project serializer
2014-08-05 10:29:46 +02:00
Alejandro Alonso
606fc3004a
Making the error message for bad email change token more explicit
2014-08-05 10:06:21 +02:00
Jesús Espino
3bd022e0e8
Adding my_permissions field on project serializer
2014-08-05 10:06:13 +02:00
Jesús Espino
64a8a137ab
Now taking care of delete_last_milestone permission
2014-08-04 19:07:29 +02:00
Jesús Espino
2e80668ba8
Rewrited the permissions on project templates
2014-08-04 18:18:11 +02:00
David Barragán Merino
0bbe0b5697
Bamedized some unnecessary attrs of ProjectDetailSerializer and fix a bug in front
2014-08-04 17:31:04 +02:00