Commit Graph

672 Commits (4acb59e3cf6c3d42a4be80ff9e9cf590113e9e74)

Author SHA1 Message Date
Jesús Espino f1347f0a0b Bug#189: The membership are sorted by first_name, last_name and username 2014-03-06 10:47:48 +01:00
David Barragán Merino 8b41fff602 Fix Bug #166: Show booleans values in the emails of updates 2014-03-05 14:02:05 +01:00
David Barragán Merino 6d514f644e Fix Bug #181: Search in textareas does not work 2014-03-05 11:44:07 +01:00
David Barragán Merino 138cbc267a Fix Fix Fix Fix Fix.......... 2014-03-04 12:19:27 +01:00
David Barragán Merino 805f9b832c Fixed some bugs 2014-03-04 11:54:31 +01:00
David Barragán Merino 6682e37e92 Fixed tests one more time (broken in commit 518c97d9) 2014-03-04 10:44:07 +01:00
David Barragán Merino 44c6cb0a9e Fixed tests again (broken in commit 3343ebec) 2014-03-03 22:48:44 +01:00
Jesús Espino 3343ebec8f Fixed small bug on templates selection 2014-03-03 22:53:22 +01:00
Jesús Espino 518c97d989 Initially working templates on back 2014-03-03 22:48:08 +01:00
Jesús Espino 4c9b7dbcc5 Filtering the projects by active domain 2014-03-03 10:32:42 +01:00
David Barragán Merino e7ac66f9af Fixed tests (broken in commit 778fce6) 2014-03-01 12:42:59 +01:00
David Barragán Merino f386c96028 Add Anler to the TravisCI notification recipients list 2014-03-01 12:28:58 +01:00
ikame 778fce6257 US #50: Neighbor taking into account issues ordering 2014-02-28 15:07:01 +01:00
David Barragán Merino 9315e7b562 Fix problems with the first ref value. Now it stats in 1, not in 2 2014-02-28 14:53:36 +01:00
Jesús Espino 7393ecbf03 some fixes on roles service 2014-02-28 14:26:35 +01:00
David Barragán Merino b2fa4672b4 Fix the .gitignore file 2014-02-28 14:06:32 +01:00
David Barragán Merino 56b9540b79 Fix Bug #165: Send emails on creation in bulk 2014-02-28 13:51:54 +01:00
David Barragán Merino 43cb4851bf Activate async emails 2014-02-28 13:50:10 +01:00
Andrey Antukh 45cefd768a Add comment for auth view method. 2014-02-28 12:33:01 +01:00
David Barragán Merino 3294f9ca71 Merge pull request #30 from kaleidos/settings-move
Move settings to project repo root path.
2014-02-28 12:35:04 +01:00
Andrey Antukh 2f0cd8ddf6 Fix test help text on settings. 2014-02-28 12:16:13 +01:00
Andrey Antukh 4d1fee3d44 Fix .travis.yml with new settings location. 2014-02-28 12:15:56 +01:00
Andrey Antukh 1af8ba7f21 Move settings to project repo root path. 2014-02-28 12:10:25 +01:00
Jesús Espino de8331066b Removing some permissions on listing and on default permissions of default roles 2014-02-28 09:04:47 +01:00
Jesús Espino 3156e16487 Adding name to permissions list service 2014-02-27 22:53:06 +01:00
Jesús Espino 7e6063ae62 Adding permissions list service 2014-02-27 22:45:07 +01:00
Jesús Espino baa2cc344f Adding fields to enable/disable wiki and issues 2014-02-27 18:45:39 +01:00
Jesús Espino 6421739fe2 US#56 Task#111 Adding salt to back 2014-02-27 18:19:33 +01:00
ikame f982da7ebb US #50: Neighbors nav for taskboard and kanban 2014-02-27 13:38:51 +01:00
Jesús Espino 0585ce3162 Merge pull request #29 from ikame/master
Fix neighbors fetching in user stories
2014-02-27 07:40:51 +01:00
ikame 9bc84067d7 Fix neighbors fetching in user stories
* Order the received queryset if it doesn't have ordering.
* Do not order UserStory model by "ref" because the query:
  `queryset.filter(Q(project__gt=1) | Q(order__gt=2) | Q(ref__gt=26))`
  give the wrong result. We need to use the query:
  `queryset.filter(Q(project__gt=1) | Q(order__gt=2))`
  because in SQL there's no short-circuiting.
2014-02-26 22:11:05 +01:00
Jesús Espino 5b6d4e32e0 Merge pull request #28 from ikame/master
US #50: Return neighbors when fetching an US/Issue
2014-02-26 16:00:55 +01:00
ikame e9dfbe7378 US #50: Return neighbors when fetching an US/Issue
The response for an UserStory/Issue now contains:

{
    ...
    "neighbors": {
        "previous": {
            "id": ...,
            "ref": ...,
            "subject": ...
        },
        "next": {
            ... same as above
        }
    }
}

If there's a neighbor missing the response will contain the empty dict {}:

{
    ...
    "neighbors": {
        "previous": {},
        ...
    }
}

Neighbors are looked up applying the same filters defined in the
corresponding ViewSets and the same ordering defined in those filters or
ultimately, in the model's meta. In other words, using the same params
you use to filter the object list, can be used to filter the neighbors
when fetching the object's details.
2014-02-26 12:47:55 +01:00
David Barragán Merino d165d55a56 US 41: Task #100: Add fields to activate and desactivate kanban and backlog 2014-02-25 19:17:21 +01:00
David Barragán Merino 8177eeef26 Now a user story can be assigned 2014-02-25 13:57:44 +01:00
David Barragán Merino 0156557cea Smallfix: Change wrong related name of the field assigned_to in the Task model 2014-02-25 13:45:12 +01:00
Jesús Espino b2077f3b9c Bug#132: Adding bulk of tasks 2014-02-25 09:35:47 +01:00
David Barragán Merino ff1612e282 US #57: Task #90: Create a blocked abstract model 2014-02-22 06:12:25 +01:00
David Barragán Merino 960b10ab2a Changed travis settings 2014-02-22 04:22:42 +01:00
Jesús Espino 0cf50f29b0 Adding talky support 2014-02-19 23:08:47 +01:00
Jesús Espino 17ab00e2cd Initial integration with appear-in 2014-02-19 22:14:45 +01:00
Jesús Espino e7582432e8 SmallFix: Fixing issue with site admin project links 2014-02-18 18:14:36 +01:00
Jesús Espino ab42052968 Fixing tests and documentation 2014-02-18 17:59:23 +01:00
Jesús Espino 0779f5f447 US#12: Roles per project 2014-02-18 16:42:49 +01:00
ikame 86af080429 Updating installation instructions
Include the command to load the initial_role fixture.
2014-02-17 12:50:49 +01:00
ikame 787ee05d67 Fixing incomplete initual_user.json fixture 2014-02-17 12:50:09 +01:00
Jesús Espino f2037bbc20 Adding type on issues filter 2014-02-16 16:51:27 +01:00
David Barragán Merino eee81190ca Move static dir to base app 2014-02-06 19:07:02 +01:00
David Barragán Merino a95b1b2b53 Set prefix to static url patterm call 2014-02-06 18:58:18 +01:00
David Barragán Merino 9337a97555 Fix, fix, fix template syntax 2014-02-06 18:42:43 +01:00