Andrey Antukh
5ca3bad10f
Add monkey patching for strange behavior for method serializer with obj as None.
2013-10-09 15:28:19 +02:00
Andrey Antukh
8847e088f6
Document some method related to create role points relations.
2013-10-09 13:21:34 +02:00
Andrey Antukh
c2fb79d4e7
Remove some unused lines from project models.
2013-10-08 19:31:16 +02:00
Andrey Antukh
67e543c1c7
Remove notifications from project model.
2013-10-08 17:46:38 +02:00
Andrey Antukh
1636a9c838
Code cleaning on notification app.
2013-10-08 17:46:23 +02:00
Jesús Espino
3cd8d913fa
Adding required=False to milestone generated fields
2013-10-07 17:37:43 +02:00
David Barragán Merino
797e37d3c0
Fixed BasePermission to check object owner and project owner too
2013-10-07 17:16:25 +02:00
Jesús Espino
14a2d7f283
SmallFix: Fixed lost import reversion
2013-10-07 17:15:16 +02:00
Andrey Antukh
7c00026a06
Add AUTHORS.rst file.
2013-10-07 15:58:20 +02:00
Jesús Espino
6b6b4a4df2
Implemented milestone points calculations
2013-10-07 15:31:32 +02:00
Andrey Antukh
83deab108b
Set postgresql as default database configuration on common settings
2013-10-07 13:20:50 +02:00
Jesús Espino
31d96b7cb1
SmallFix: now using rest framework model viewsets as base class of our viewsets
2013-10-07 10:34:02 +02:00
Andrey Antukh
b6288b48b1
Add python 3.3 compatibility note on README.rst
2013-10-05 11:49:14 +02:00
Andrey Antukh
ed8f6bae27
Convert all __unicode__ methods into __str__.
2013-10-05 11:47:53 +02:00
Andrey Antukh
05d36688f8
Remove unused commented code.
2013-10-05 11:45:04 +02:00
David Barragán Merino
7af3f25596
Smallfixes in the attachment of the objects
2013-10-04 10:35:23 +02:00
Andrey Antukh
de28c23403
Fixing search result.
2013-10-04 10:11:06 +02:00
Andrey Antukh
e49da9db67
Fixing fixtures.
2013-10-04 10:05:43 +02:00
Andrey Antukh
6794d06036
Cleaning wiki application.
2013-10-03 20:19:38 +02:00
Andrey Antukh
f81aee8f14
Minor refactor on base/filters.
2013-10-03 20:19:38 +02:00
Andrey Antukh
d390dd54d0
Fix grappelli dashboard.
2013-10-03 19:56:10 +02:00
Andrey Antukh
130c98a702
Now compatible with python 3.3
2013-10-03 19:50:44 +02:00
David Barragán Merino
41277a1f83
Made a refactor of questions app
2013-10-03 19:39:06 +02:00
David Barragán Merino
4620e14028
Fixed a problems with the get_history method
2013-10-03 19:37:27 +02:00
David Barragán Merino
89f6740344
Added a missing import
2013-10-03 19:37:27 +02:00
Andrey Antukh
2ea5a94de2
Minor fixes on wiki pages.
2013-10-03 18:21:15 +02:00
David Barragán Merino
164e45b4b0
Update owner only on created
2013-10-03 17:46:55 +02:00
David Barragán Merino
cb3694d414
Fixed the settings for tests
2013-10-03 17:46:09 +02:00
Andrey Antukh
668aaaeb45
Update requirements.
2013-10-03 15:38:33 +02:00
Andrey Antukh
5359cc06a0
Fix a lot of import fixes.
2013-10-03 15:08:13 +02:00
Andrey Antukh
4ebec2dcfb
Reorder imports on issues api module.
2013-10-03 12:23:47 +02:00
Andrey Antukh
bd77a001de
Change docstring at custom restfw auth backend.
2013-10-03 12:16:58 +02:00
David Barragán Merino
31ac66b634
Updated the requirements
2013-10-03 11:46:45 +02:00
David Barragán Merino
4ec6e6c67a
Removed unnecessary import sentence
2013-10-03 11:38:50 +02:00
David Barragán Merino
3dc9a7bb19
Fixed the sample_data command
2013-10-03 11:06:58 +02:00
David Barragán Merino
218f9fa793
Smallfix: Removed an 'i'
2013-10-03 11:06:58 +02:00
David Barragán Merino
2993912924
Smallfix: Fixed the fixture
2013-10-03 11:06:57 +02:00
David Barragán Merino
e67c8146bf
Smallfix: Added some deleted base class
2013-10-03 11:06:57 +02:00
Andrey Antukh
9ae1a9b0a4
Add base.decorators module.
2013-10-03 11:03:50 +02:00
Andrey Antukh
9307da1097
Reorder imports on routers module.
2013-10-03 11:03:27 +02:00
Andrey Antukh
ec61beb1ed
Now LoginView and LogoutView are AuthView
2013-10-03 11:03:06 +02:00
Andrey Antukh
4375f98276
Reorder users api imports.
2013-10-03 11:02:30 +02:00
Andrey Antukh
7e3f1b88f5
Add exceptions hierarchy.
2013-10-03 11:00:32 +02:00
David Barragán Merino
c93baac1c3
Refactor of scrum app (but not finished yet).
...
TODO:
- Migrate Wiki app to new django-restframework version.
- Migrate Questions app to new django-restframework version.
- Added tests
s Please enter the commit message for your changes. Lines starting
2013-10-02 20:03:50 +02:00
David Barragán Merino
d8516a20c7
Refactor: greenmine.base
2013-10-01 13:17:02 +02:00
David Barragán Merino
cda7e7d756
Refactor: greenmine.documents - Migrated api views to viewsets
2013-09-30 18:02:01 +02:00
David Barragán Merino
fa3d982d6c
Smallfix: Added backspaces and encoding
2013-09-30 18:02:01 +02:00
David Barragán Merino
9b1ab20d0a
Smallfix: Fixed some problems with Routers
2013-09-30 18:02:01 +02:00
David Barragán Merino
09b1de6196
Created a backend filter to filter the queryset by project__memberships
2013-09-30 17:36:53 +02:00
David Barragán Merino
775cfb2933
Smallfix: Added some echoes and a command to remove the search index
2013-09-30 12:38:32 +02:00