Commit Graph

1330 Commits (ae5ca20a76b7cb685e4585145d87c786b1466ef6)

Author SHA1 Message Date
Andrey Antukh ae5ca20a76 [backport] 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.

Conflicts:
	tests/integration/test_userstories.py
2014-10-16 09:12:45 +02:00
Andrey Antukh fa05bf8c74 [backport] Add temporal fix to history attachments changes rendering. 2014-10-15 23:54:45 +02:00
Andrey Antukh eb8638fdda [backport] Fix wrong handling role points update.
Additionally it moves the logic from serializer to resource.
2014-10-15 23:54:28 +02:00
Andrey Antukh bcd87114cf [backport] Fix wrong handling moveTo parameter on role destroy. 2014-10-15 23:54:12 +02:00
Alejandro Alonso c643fe561f [backport] Increase default backlog order values 2014-10-14 18:03:48 +02:00
Andrey Antukh fb7dfd2bc4 Merge commit 'master' into stable 2014-10-13 10:31:01 +02:00
Andrey Antukh a6f78876bc Update changelog and prepare 1.1.0 version. 2014-10-13 10:28:58 +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 8b07801f60 Merge pull request #116 from taigaio/us/675/convert-issue-to-us
US #675: Define on delete action
2014-10-09 19:16:37 +02:00
David Barragán Merino 50966e7a4f US #675: Define on delete action 2014-10-09 18:58:51 +02:00
Jesús Espino 87eda1267b Fix set size and name on attachments for import api 2014-10-08 19:08:46 +02:00
David Barragán Merino 2a9a7676af Merge pull request #111 from taigaio/issue/1183-anonymous-users-api-get-error-500
Fix issue 1183: Now anonymous user can get project and take the correct ...
2014-10-08 14:00:54 +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
Jesús Espino c7c52b8e97 Merge pull request #110 from taigaio/wrong-usage-of-static-resolution
Remove full_url_static usage.
2014-10-08 13:08:33 +02:00
Andrey Antukh c1dd1dd33b Remove full_url_static usage. 2014-10-08 12:56:43 +02:00
Alejandro 81e8c24da8 Merge pull request #109 from taigaio/bug/1247/attachment-url-in-emails
Bug #1247: Add a link to attachment (added or modified) in emails
2014-10-08 07:58:06 +02:00
David Barragán Merino 8ffce26fb8 Fix requirements.txt 2014-10-08 01:48:15 +02:00
Alejandro Alonso ceff57e84d Sending a custom signal when users are registered 2014-10-08 01:46:31 +02:00
Andrey Antukh d5800ffe3a Update CHANGELOG.md 2014-10-08 00:52:47 +02:00
Andrey Antukh 014b8dc002 Update CHANGELOG.md 2014-10-08 00:52:17 +02:00
David Barragán Merino c205f081cd Bug #1247: Add a link to attachment (added or modified) in emails 2014-10-07 19:05:55 +02:00
Jesús Espino bbc6635812 Removing duplicated enum requirement 2014-10-07 18:17:32 +02:00
Jesús Espino 8a1303f11d Removing duplicated Unidecode 2014-10-07 18:06:53 +02:00
Jesús Espino 785d5c3b09 Fix issue #1249: Wiki link to deleted reference problem 2014-10-07 16:30:23 +02:00
Jesús Espino bd11e51cc8 Merge branch 'master' into stable
Conflicts:
	requirements.txt
2014-10-07 15:46:35 +02:00
Jesús Espino 3618d6eca6 Remove unnecesary file 2014-10-07 15:26:28 +02:00
David Barragán Merino 674902eb7d Fix bug #1186: Fixed emails sent when a wiki page is updated 2014-10-07 15:08:11 +02:00
Xavier Julián 55c3e0c7cf Updated user-noimage with a non-gender related one 2014-10-07 15:10:32 +02:00
Alejandro a1eec49d89 Fixing typos in CHANGELOG.md 2014-10-07 13:03:37 +02:00
Alejandro 9da22fc91d Create CHANGELOG.md 2014-10-07 13:02:30 +02:00
Andrey Antukh 5a181051d9 [backport] Normalize final attachment filename. 2014-10-06 17:30:05 +02:00
Andrey Antukh 49db57b7e4 Normalize final attachment filename. 2014-10-06 17:27:44 +02:00
Andrey Antukh 0b57a00e10 Merge pull request #85 from taigaio/us/954-feedback
Create a feedback endpoint for registered users
2014-10-05 20:18:03 +02:00
David Barragán Merino 32c5a681c7 Add feedback entries to the Admin panel 2014-10-04 17:14:04 +02:00
David Barragán Merino bcb2948417 US #954: Task #1115: Create feedback endpoint 2014-10-04 17:14:04 +02:00
Alejandro Alonso 1c0d6cd706 [backport] Making the project name not mandatory and using the owner username for the slug generation 2014-10-03 22:38:54 +02:00
Alejandro Alonso b82f6a4743 Making the project name not mandatory and using the owner username for the slug generation 2014-10-03 22:27:10 +02:00
Andrey Antukh 14af7eb99a Increment python version to 3.4 on .travis.yml 2014-10-03 20:18:34 +02:00
Andrey Antukh 6d1a7fce35 [backport] Fix unexpected exception when delete task with deleted milestone. 2014-10-03 20:15:53 +02:00
Andrey Antukh ad16976434 Rename and improve test names on us autoclossing tests module. 2014-10-03 20:13:02 +02:00
Andrey Antukh 101cad3358 Fix unexpected exception when delete task with deleted milestone. 2014-10-03 20:13:02 +02:00
Andrey Antukh d7e5382ecb Merge pull request #99 from kxepal/patch-1
Fix url for taiga-scripts
2014-10-03 19:15:54 +02:00
Alexander Shorin 8405f29c5f Fix url for taiga-scripts 2014-10-03 21:05:47 +04:00
Andrey Antukh 3cb223d002 Change readme format from rst to markdown.
Conflicts:
	README.rst
2014-10-03 15:19:56 +02:00
Jesús Espino e90b8ff670 Fix bug #60 on github: Emojis urls problem 2014-10-03 10:41:40 +02:00
Jesús Espino 1992c55aca Fix bug #60 on github: Emojis urls problem 2014-10-03 10:41:23 +02:00
David Barragán Merino 4b4d2b8651 Merge pull request #96 from JulienPalard/patch-1
What I missed here, I put here.
2014-10-03 10:11:31 +02:00
Julien 693f37e43c Update README.rst
FIX: Be less precise as there is many ways to restart taiga-back.
2014-10-03 09:55:50 +02:00
Julien 02fe357fe2 What I missed here, I put here. 2014-10-02 19:13:10 +02:00