Jesús Espino
c83ffa8529
Fix issue #1500 : Now generated html is escaped
2014-10-31 13:10:34 +01:00
Alejandro Alonso
f22da3d5aa
Fixing typo in generating US
2014-10-31 09:15:17 +01:00
Andrey Antukh
aa780dc205
Add missing parameters (seems bug on django 1.7.x)
2014-10-31 00:23:30 +01:00
Andrey Antukh
d62ec0008b
Make 0006 migration of project more efficient.
2014-10-30 23:36:06 +01:00
Alejandro
5ac3bf15ab
Merge pull request #143 from taigaio/refactor/remove-projects-tags-call
...
Remove api/v1/projects/XX/tags call (Not necessary)
2014-10-30 18:09:48 +01:00
Alejandro Alonso
147d199c3d
Fixing problem with new notifications system on upload 2 equal attachments.
2014-10-30 11:06:39 +01:00
Alejandro Alonso
9016e48ff6
Total milestones must never be null
2014-10-30 09:46:52 +01:00
Alejandro Alonso
126e02ce39
Fixing error when importing issues, the finished date was set to none by signals. Added some tests
2014-10-29 13:27:49 +01:00
Jesús Espino
dc90036e55
Merge pull request #144 from taigaio/notification-refactor
...
Notification refactor
2014-10-29 12:41:39 +01:00
Alejandro Alonso
d36e7e7eaa
Fixing invitation tests
2014-10-29 11:11:19 +01:00
Alejandro Alonso
94a4708df7
Using iterqueryset in management command
2014-10-29 09:12:04 +01:00
Alejandro Alonso
50ceecb115
Fixing issue change body email notification template
2014-10-29 08:49:29 +01:00
Alejandro Alonso
fac330246b
Removing unnecesary print
2014-10-28 22:07:17 +01:00
Alejandro Alonso
08b8d478e1
Making notifications work synchronously by default
2014-10-28 18:26:30 +01:00
Alejandro Alonso
864734c97e
Adding managemente command for sending pending notifications
2014-10-28 18:08:50 +01:00
Alejandro Alonso
6e313abfbd
Adding migrations
2014-10-28 18:08:50 +01:00
Alejandro Alonso
89b8dfdc63
Refactoring email templates for notifications
2014-10-28 18:08:42 +01:00
Alejandro Alonso
a68785a380
Refactoring modify notifications
2014-10-28 18:08:42 +01:00
Alejandro Alonso
6b33c30616
Fixing notifications __init__ because it was generating migration problems
2014-10-28 18:08:42 +01:00
David Barragán Merino
77d03c000f
Remove api/v1/projects/XX/tags call (Not necessary)
2014-10-27 18:11:17 +01:00
Joe
a726449eb1
Removes redundant FIXME
...
* Removes a Choice that has already been moved to the .choices module
2014-10-25 06:49:42 +00:00
Andrey Antukh
bc95282cfd
Add proper validation of watchers for issues, tasks and userstories serializers.
2014-10-23 20:45:11 +02:00
Alejandro Alonso
8593b82f8b
Adding support for extra text in invitation
2014-10-22 12:53:22 +02:00
David Barragán Merino
d16f0c2193
Fix some errors in sample_data command
2014-10-21 13:53:13 +02:00
Alejandro Alonso
a5c922be9e
Fixing bug when selecting neighbors in an empty queryset of related elements
2014-10-20 12:33:24 +02:00
Alejandro Alonso
2cc65a17cb
Fixing error when recovering the user token and the key doesn't exist
2014-10-20 09:40:51 +02:00
Alejandro Alonso
991e5a7f42
Fixing error 500 when importing two milestones with the same name
2014-10-20 00:50:39 +02:00
Alejandro Alonso
6fc97cf99d
When creating a task with milestone and user_story associated checking the user_story is also associated to the milestone
2014-10-19 20:00:17 +02:00
Jesús Espino
d6e987f18e
fixed problem on taiga wiki page import
2014-10-17 13:01:07 +02:00
Jesús Espino
35143a59e3
Auto slugify the wiki page slug input in the importer
2014-10-17 10:01:20 +02:00
Alejandro Alonso
e71a9a1202
Fixing searchs, using an and for the words we search instead of an or
2014-10-16 13:14:43 +02:00
Andrey Antukh
4056d5214b
Fix incorrect handling of userstory rolepoints update process.
...
The current implementation allows duplicate points values in one project,
and because of it, unexpected MultipleObjectsReturned can be raised with
previous update_role_points code. The new one fixes this.
Additionally, in some circumstances, the project does not have any points
with None as value, that causes also unexpected errors. The new
implementation fixes it creating a points instance with None as value
if it not exists.
2014-10-15 23:45:10 +02:00
Andrey Antukh
3fddbe2054
Add temporal fix to history attachments changes rendering.
2014-10-15 23:27:54 +02:00
Andrey Antukh
a3cb48cf8e
Fix wrong handling role points update.
...
Additionally it moves the logic from serializer to resource.
2014-10-15 23:27:54 +02:00
Andrey Antukh
43fd17aaaa
Fix wrong handling moveTo parameter on role destroy.
2014-10-15 23:27:54 +02:00
Andrey Antukh
480baa3b94
Auto coerce bytes to string on own json module.
2014-10-15 17:29:20 +02:00
Alejandro Alonso
be8d1719d3
Disabling the posibility of multiple account cancelations for the same cancel_token
2014-10-15 13:16:37 +02:00
Alejandro Alonso
63364f4304
Fixing data sent by cancel account signal
2014-10-15 10:29:08 +02:00
Alejandro Alonso
169c0e364c
Launching cancel_account signal when needed
2014-10-15 10:28:41 +02:00
David Barragán Merino
e94ca914a4
Merge pull request #115 from taigaio/cancel-account-with-token
...
Cancel account with token
2014-10-14 17:50:45 +02:00
Alejandro Alonso
e533cadb3f
Increase default backlog order values
2014-10-14 17:31:47 +02:00
David Barragán Merino
c68b3d693e
Fix Bug #1314 : Fix problems with attachments and UNICODE characters
2014-10-10 13:55:46 +02:00
Alejandro
60a630a3c5
Merge pull request #112 from taigaio/attachments_import_fix
...
Fix set size and name on attachments for import api
2014-10-10 09:41:36 +02:00
Alejandro Alonso
4b859bbde9
Removing cancel_token and using django.core.signing stuff
2014-10-10 09:29:51 +02:00
David Barragán Merino
50966e7a4f
US #675 : Define on delete action
2014-10-09 18:58:51 +02:00
Xavier Julián
4404a58b45
Basic email template layout
2014-10-09 09:59:55 +02:00
Jesús Espino
87eda1267b
Fix set size and name on attachments for import api
2014-10-08 19:08:46 +02:00
Jesús Espino
1cf6777799
Fix issue 1183: Now anonymous user can get project and take the correct response
2014-10-08 13:48:52 +02:00
Alejandro Alonso
227add34f0
Sending email on the registry of user
2014-10-08 13:08:54 +02:00
Andrey Antukh
c1dd1dd33b
Remove full_url_static usage.
2014-10-08 12:56:43 +02:00