Commit Graph

1286 Commits (32c5a681c7dd498204d38d5d1152aa7f67e09069)

Author SHA1 Message Date
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
Alejandro Alonso 3e9c836c7f Adding change email functionality 2014-08-04 10:15:32 +02:00
Jesús Espino 4d67615248 Removing public field from proyect, using only is_private 2014-08-01 15:12:48 +02:00
Anler Hp 196ac5684f Fix api auth tests 2014-08-01 15:07:57 +02:00
Anler Hp 68a579338f Refactoring issues bulk creation 2014-08-01 15:02:10 +02:00
Anler Hp ed603de65f fixing permissions tests 2014-08-01 14:29:30 +02:00
Anler Hp cfec7e12e2 Updating bulk param names in tests 2014-08-01 14:15:19 +02:00
Anler Hp 7944c36e6b Refactoring update order in bulk user-stories 2014-08-01 14:15:19 +02:00
Jesús Espino b567a55598 Adding remove avatar url permissions test 2014-08-01 14:02:46 +02:00
Anler Hp 5515243ed8 Refactoring bulk tasks creation 2014-08-01 13:45:00 +02:00
Jesús Espino 3f628eba52 Fixed auto creation of notify policy objects 2014-08-01 13:39:45 +02:00
Jesús Espino fa150250c9 Adding removeAvatar action to users service 2014-08-01 12:36:56 +02:00
Anler Hp 58cc11e3d4 Refactoring bulk user stories creation 2014-08-01 11:05:58 +02:00
Anler Hp 7c81fbbe97 Fixing wrong response codes 2014-08-01 09:29:18 +02:00
Jesús Espino fd0ad58b52 Some notify policy api improvements 2014-07-31 18:11:04 +02:00