Jesús Espino
32bad1aaeb
Converted python2-style super calls to python3
2013-11-27 10:24:45 +01:00
David Barragán Merino
e4ee4dac60
Fixed a typo into the subject of the email send when a task is created: changed 'Deleted' to 'Created' xDDDDD
2013-11-20 01:17:49 +01:00
David Barragán Merino
8adea52991
Removed history in the serializers of issues, tasks and USs
2013-11-14 18:55:46 +01:00
David Barragán Merino
cf5ef4557a
Made some improvements in the admin panel
2013-11-12 22:03:51 +01:00
David Barragán Merino
8475b84df7
Revert "Use the full name of the user to the fild 'by' in the historical of issues, tasks, questions or USs"
...
Because the previous commit fix it
This reverts commit d0128f1386
.
2013-11-12 20:13:30 +01:00
David Barragán Merino
d0128f1386
Use the full name of the user to the fild 'by' in the historical of issues, tasks, questions or USs
2013-11-12 19:45:20 +01:00
David Barragán Merino
0648d60178
Fixed bug #88 (id 94): Added comments to the updated emails
2013-11-12 19:27:45 +01:00
David Barragán Merino
79e6fd8ec0
Task #26 (id 77): Added to all updated emails the changes to the fields
2013-11-12 15:15:08 +01:00
David Barragán Merino
649df99977
Updated the closed signal in the task model to close the milestone of the saved task if all us have task and all are closed
2013-11-11 18:45:39 +01:00
David Barragán Merino
8d56f7efc8
Updated the closed signal in the task model to open/close the milestone of the saved task
2013-11-11 18:23:54 +01:00
David Barragán Merino
53ae1d3b1b
Added a GenericRelation field to the attachments
2013-11-05 00:55:09 +01:00
David Barragán Merino
ab7236fddf
Added POST permissions
2013-11-01 21:27:00 +01:00
David Barragán Merino
d31a6cc39f
Fixed tasks permissions
2013-10-30 15:08:26 +01:00
David Barragán Merino
8a9f317be0
Removed uuid and fixed modified_date and created_date
2013-10-29 22:22:12 +01:00
David Barragán Merino
8d88d7116e
Fixed Task emails
2013-10-29 22:22:11 +01:00
Andrey Antukh
a2d2bd7d01
Remove all "u" string prefixes.
2013-10-26 00:36:46 +02:00
David Barragán Merino
bbf6d5be09
Fixed all tests
2013-10-24 18:18:07 +02:00
Jesús Espino
83e944e84b
Adding migration for WatcherMixin change
2013-10-24 12:58:39 +02:00
Jesús Espino
9b9388bfef
Adding initial migrations
2013-10-24 12:51:04 +02:00
Andrey Antukh
31675ff757
Minor improvements on admin interface.
2013-10-24 09:03:17 +02:00
Andrey Antukh
0611f820a8
Put to read only fields on admin some fields that can contain a lot of values.
2013-10-24 00:25:24 +02:00
Andrey Antukh
b94465500d
Minor improvements on tasks api tests.
2013-10-23 20:28:06 +02:00
Andrey Antukh
ae87c52ca5
Add task diff for testing.
2013-10-23 20:10:09 +02:00
David Barragán Merino
e24b3261a0
Enhancements into the admin panel with the Attachment inlines
2013-10-22 13:58:18 +02:00
David Barragán Merino
4866010c26
Fixed tests
2013-10-17 10:29:24 +02:00
David Barragán Merino
8239519a90
Fixed the Task pre_save signal
2013-10-16 23:36:19 +02:00
Andrey Antukh
ad8263e837
Remove unused code.
2013-10-16 20:33:17 +02:00
Andrey Antukh
77009e2f1a
Remove templates used by haystack indexes.
2013-10-15 23:10:05 +02:00
Andrey Antukh
851d5df3a8
Remove haystack indexes modules.
2013-10-15 23:10:05 +02:00
David Barragán Merino
5f1c5030b7
Created tests to tasks app
2013-10-11 09:40:13 +02:00
Andrey Antukh
ab3e2b5336
Fixed import of points object.
2013-10-10 16:45:17 +02:00
David Barragán Merino
c98adad075
Refactor: Moved some models to projects app
2013-10-09 17:20:51 +02:00
Jesús Espino
14a2d7f283
SmallFix: Fixed lost import reversion
2013-10-07 17:15:16 +02:00
Andrey Antukh
ed8f6bae27
Convert all __unicode__ methods into __str__.
2013-10-05 11:47:53 +02:00
David Barragán Merino
7af3f25596
Smallfixes in the attachment of the objects
2013-10-04 10:35:23 +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
164e45b4b0
Update owner only on created
2013-10-03 17:46:55 +02:00
Andrey Antukh
5359cc06a0
Fix a lot of import fixes.
2013-10-03 15:08:13 +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