Commit Graph

1013 Commits (2ca00398526c26f39353f51fd81c9c53be14988c)

Author SHA1 Message Date
Anler Hp 2ca0039852 Fixing commits related to Task #439 2014-07-30 11:43:38 +02:00
Anler Hp 7af5f6e368 Workaround of last 2-commits 2014-07-30 09:11:15 +02:00
Anler Hp 489cb1283d Task #439 - Support status param in bulk stories 2014-07-30 09:08:17 +02:00
Anler Hp f7fb9f3db1 Task #439 - Support status param in bulk tasks 2014-07-30 09:00:12 +02:00
Anler Hp 0b02cc4523 Task #422 - Create issues in bulk 2014-07-29 13:43:57 +02:00
Anler Hp 4c2585a891 Task #396 - Filter issues by subject 2014-07-29 13:00:27 +02:00
Jesús Espino 339872b094 Optimizing update_role_points on role changed 2014-07-29 12:12:53 +02:00
Anler Hp 6229770c0f Task #436 - Filter user stories by subject 2014-07-29 11:07:47 +02:00
Anler Hp 6ec9489bcc Task #434 - Use 0 for project total points value
After updating run `python manage.py migrate projects`
2014-07-29 10:03:37 +02:00
David Barragán Merino d9165517fd Minor fixes in sample-data command 2014-07-28 23:35:33 +02:00
David Barragán Merino 7df2b50d90 Set dafault values for attachments in sample data and generate first history entries 2014-07-28 21:49:25 +02:00
David Barragán Merino b0bc546706 Revert the changes in commit d7842045a5 2014-07-28 21:39:07 +02:00
David Barragán Merino d7842045a5 Remove attachments from serializer 2014-07-28 20:48:58 +02:00
Jesús Espino c0bf954d46 Adding count of members to roles list 2014-07-28 18:36:11 +02:00
Jesús Espino 2439037b1c Neigbourgs optimization from 18000ms to 300m 2014-07-28 17:26:27 +02:00
David Barragán Merino 74daf5d6ec Use USER_DATA to generate sample data users 2014-07-28 15:23:26 +02:00
David Barragán Merino 719fd8cdc8 Change the email of admin 2014-07-28 14:59:01 +02:00
Jesús Espino 82d7063382 Allowing bulk with tasks without user story 2014-07-28 13:30:33 +02:00
Jesús Espino 5f7e96ebce Better links builder on mdrender service 2014-07-28 10:20:32 +02:00
David Barragán Merino 80cc2af1ae Fix memberships order 2014-07-28 09:58:37 +02:00
Jesús Espino 945914c12b Adding some test for stats 2014-07-28 09:50:58 +02:00
David Barragán Merino aae3d12dfa Minor fix in memberships api 2014-07-28 00:42:01 +02:00
Jesús Espino b2ffd2ad27 Extra optimization on stats 2014-07-26 10:40:46 +02:00
Jesús Espino c670b3a17b Small optimization on project stats 2014-07-26 10:23:11 +02:00
Jesús Espino 7d2cc9e8dc Adding wiki editions field on serializer 2014-07-26 09:43:43 +02:00
Xavier Julián 5a2facc181 Default template colors 2014-07-25 15:12:40 +02:00
Anler Hp 33fac4b43a Auto generate slug for projects 2014-07-25 14:19:37 +02:00
Anler Hp e79f0380dd Task #417 - Fixing create project api handler 2014-07-25 13:49:51 +02:00
Anler Hp 3f8af102ab Task #400 - Autolink user to membership if exists
When inviting an user to a project, if the user is already registered,
link her directly to the membership.
2014-07-25 12:57:06 +02:00
David Barragán Merino aa117623e8 Fix ProjectTemplate fixture 2014-07-25 12:46:19 +02:00
Anler Hp 8eed0d03e5 Task #399 - Memberships' resend-invitation handler
In order to resend and invitation email you just POST to detail-url
`memberships-resend-invitation`
2014-07-25 10:50:30 +02:00
Jesús Espino ff3269c22c Adding last_modifier field to wiki model 2014-07-24 19:00:19 +02:00
Jesús Espino 7df7095858 Allowing slug to id resolve on references module 2014-07-24 16:31:52 +02:00
David Barragán Merino 8da8e3d30b Add ProjectTemplate admin panel 2014-07-24 16:28:21 +02:00
Anler Hp 620ad91996 Task #361
Added a test only and appears to work
2014-07-24 14:49:48 +02:00
Anler Hp 42aa1af225 Updating django-testclient-extensions dependency
Remember to upgrade it!

         pip install -r requirements-devel.txt --upgrade
2014-07-24 14:37:42 +02:00
Jesús Espino fde268d8ab Fixed small problem with browsable api 2014-07-24 14:16:34 +02:00
David Barragán Merino eb3c03f2ae Minor fixes in sample_data command 2014-07-24 13:29:17 +02:00
Jesús Espino 4ed60dcab6 Rebuilding migrations with fixes 2014-07-24 13:22:30 +02:00
Jesús Espino a0b8f96e19 Revert "Adding automatic migrations for permissions"
This reverts commit 55ecfe1bf7.
2014-07-24 13:17:02 +02:00
Jesús Espino 55ecfe1bf7 Adding automatic migrations for permissions 2014-07-24 13:11:53 +02:00
Anler Hp 95e636b856 Task #406 - Create members in bulk
Example:

        POST /memberships/bulk-create

        [{"project_id": <project id>,
          "role_id": <role id>,
          "email": <member email>}, ...]
2014-07-24 13:06:50 +02:00
Jesús Espino c7ecd622e1 Merge pull request #61 from taigaio/permissions
[HUGE CHANGE] Changed the permissions system
2014-07-24 12:32:39 +02:00
Jesús Espino d97edb464c [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
Anler Hp 44f9911730 Fix neighbor tests due to change in Issue ordering 2014-07-23 14:44:10 +02:00
Anler Hp 62ddce18e7 Task #360 - Include neighbors in tasks response 2014-07-23 14:44:10 +02:00
David Barragán Merino d2de2d44a4 Fix an error 2014-07-23 12:40:38 +02:00
David Barragán Merino b6079a6ff9 Add invitations and empty projects to the sample_data command 2014-07-23 12:40:38 +02:00
Anler Hp 75cecbed70 Task #349 - API fails when DELETE-ing an userstory
Link - https://kaleidos.taiga.io/#/project/taiga/tasks/349
2014-07-23 11:21:52 +02:00
David Barragán Merino 9febd93c80 Change is_admin for is_owner in the membership model 2014-07-23 10:12:41 +02:00