Commit Graph

54 Commits (fbdb889f552c910c99fa22c833d3dcffde96aee0)

Author SHA1 Message Date
Andrés Moya fbdb889f55 Add notifications module (not finished) 2013-07-16 22:42:06 +02:00
Andrés Moya 6e71ebde5e Add notifications module (not finished) 2013-07-16 22:39:32 +02:00
Andrey Antukh 28a59bbc88 Comment some milestone methods. 2013-07-16 22:00:31 +02:00
Andrey Antukh dff434e49a Now user_story field on task is nullable. 2013-07-16 14:47:37 +02:00
Alejandro Alonso be0aa8b5f6 Updating project role points when create/edit/delete memberships 2013-07-16 13:04:12 +02:00
Alejandro Alonso 240d57194f Decoupling points 2013-07-16 11:18:55 +02:00
Jesús Espino 621a636da2 Fix GitHub issue #1: Now project owner is null=False and blank=False 2013-06-02 10:51:22 +02:00
Andrey Antukh b1b23c9f6b Fixed wrong increment of ref value on tasks and user stories. 2013-05-15 19:07:37 +02:00
Jesús Espino be8aeff41e Adding is_iocanie flag to tasks 2013-05-10 14:05:05 +02:00
Jesús Espino 7d3dc0f28a Changing the usage of now to use the timezone now 2013-05-10 14:04:40 +02:00
Jesús Espino c27e5e07f3 Adding issue is_closed property 2013-05-10 10:52:34 +02:00
Jesús Espino 1a0b9c90a9 Fixed calculation of client an team increments 2013-05-08 11:20:50 +02:00
Jesús Espino bc6117d644 Adding backlog increments calculation on backend 2013-05-07 17:15:28 +02:00
Jesús Espino 623597a175 Adding improvements for backlog and dashboard graph drawing 2013-05-07 16:53:48 +02:00
Jesús Espino ecd27d822d Adding auto update user story finish date on all task close and task finished_date on task close 2013-05-07 10:22:37 +02:00
David Barragán Merino 8cb299c218 Mede some minor fixes 2013-04-26 15:47:32 +02:00
Andrey Antukh 8fbb269ca1 Remove again severity and priority fron task model. 2013-04-23 22:33:52 +02:00
Andrey Antukh cd7daa0ed9 Fixes milestone creation. 2013-04-22 21:36:15 +02:00
Andrés Moya 66c72473af Some small fixes 2013-04-17 09:35:17 +02:00
Andrés Moya 30ec03b196 Refactor blank, null and verbose names, review related fields 2013-04-16 18:31:34 +02:00
Andrés Moya 93daf68420 Start adding coding rules 2013-04-11 18:36:39 +02:00
Andrey Antukh bc4aa2cb4f Initial implementation of users list api call. 2013-04-08 12:07:27 +02:00
Andrey Antukh 075a67b2a6 Fixing duplicated permissions introduced in the last commits. 2013-04-01 15:54:27 +02:00
Andrey Antukh 6877689f39 Add missing permissions to models. 2013-04-01 13:27:44 +02:00
Andrey Antukh 4e56c0b431 Add patch permission. 2013-04-01 12:21:39 +02:00
Jesús Espino c3b37fd5e9 Fixed problem with a choices import 2013-04-01 10:03:12 +02:00
Jesús Espino 17039f9780 Merge branch 'master' into permissions
Conflicts:
	greenmine/scrum/api.py
	greenmine/scrum/models.py
2013-04-01 09:52:17 +02:00
Andrey Antukh 7e9d1a0380 Typo's fixes. 2013-03-31 22:59:32 +02:00
Andrey Antukh 9b39a0db28 Minor model and api fixes. 2013-03-31 18:35:08 +02:00
Andrey Antukh 571d59e6a8 Put owner automaticaly on user story is created. 2013-03-31 04:07:00 +02:00
Jesús Espino c2654c010b Merge branch 'master' into permissions 2013-03-30 20:24:27 +01:00
Andrey Antukh d3eda0a5cf Minor fixes on ref handling. 2013-03-30 14:57:32 +01:00
Andrey Antukh 40266ab8c7 Add is_closed method for us model. 2013-03-30 14:42:42 +01:00
Jesús Espino 3fc0a9de67 Removing base/services.py now not needed 2013-03-30 13:38:23 +01:00
Jesús Espino 1c80e4f6f9 Reordering permissions on models 2013-03-30 12:11:01 +01:00
Jesús Espino 3245393b55 Reestructuring permissions, now discarted django-guardian, and using custom permission system 2013-03-30 11:56:50 +01:00
Andrey Antukh a6d89668b5 Add missing fields. 2013-03-28 11:56:12 +01:00
Jesús Espino e5d8ae6d47 Now working correctly the tags on the api 2013-03-28 11:44:20 +01:00
Jesús Espino 705cbeefc7 Fixed sample_data generation 2013-03-28 11:03:54 +01:00
Andrey Antukh 64eb9bb3b3 Work in progress on sample_data command. 2013-03-27 19:19:03 +01:00
Jesús Espino 79c0630c3f Now working the custom user 2013-03-27 19:10:01 +01:00
Jesús Espino d349baa4f0 Removing profile and adding custom user model 2013-03-27 19:05:39 +01:00
Jesús Espino 4441ed8951 Adding better login rest actions 2013-03-27 18:47:08 +01:00
Andrey Antukh 8654db4ab8 Now can set default colors on task status choices. 2013-03-27 17:36:31 +01:00
Andrey Antukh 0ac03c9070 Add color field. 2013-03-27 17:27:32 +01:00
Andrey Antukh 38306a176e Refactor choices. 2013-03-26 13:42:09 +01:00
Jesús Espino 814ccb2d54 Removing taggit and other refactors 2013-03-22 22:21:40 +01:00
Jesús Espino a227a95987 Improvements 2013-03-22 21:06:11 +01:00
Jesús Espino a36a130998 Working on permissions and groups generation 2013-03-22 17:52:18 +01:00
Jesús Espino e0e41c7c95 Adding an initial list of permissions 2013-03-22 00:24:33 +01:00