Commit Graph

812 Commits (2b087678b9ec9c0b4b547b992d02126851c4e60c)

Author SHA1 Message Date
Andrey Antukh d72a354927 Fix typo on function alias on domains/__init__.py file. 2014-03-22 18:09:29 +01:00
Andrey Antukh 179915e338 Fix domains module path on settings. 2014-03-22 18:09:29 +01:00
Andrey Antukh 3d932ba569 Fix domains module imports due to previous module relocation. 2014-03-22 18:09:29 +01:00
Andrey Antukh b633c8c115 Move taiga.base.domains to taiga.domains 2014-03-22 18:09:29 +01:00
Andrey Antukh 8318c928f0 Add mission apache license header on main domain modules. 2014-03-22 18:09:29 +01:00
Andrey Antukh 564b62fd1b Add tests for domain app. 2014-03-22 18:09:29 +01:00
Andrey Antukh cbcf9dddc3 Allow add domain aliases.
This implies some minor refactor of domains app code.
2014-03-22 18:09:29 +01:00
Andrey Antukh a3b8362a9e Move all logic from __init__.py to base. 2014-03-22 18:09:29 +01:00
Andrey Antukh 117783f443 Fix randomly exception on remove Membership on signal handler. 2014-03-22 18:07:49 +01:00
Andrey Antukh 855c3c7eb5 Fix worong serialization of exceptions generated by domain application. 2014-03-22 14:29:10 +01:00
Andrey Antukh 71afb1cf79 Fix #187: add timestamp to final path on upload for avoid file renaming. 2014-03-21 21:10:52 +01:00
Andrey Antukh c54b14711c Remove unused HOST setting. 2014-03-21 20:48:34 +01:00
Andrey Antukh b81b53542b Remove duplicate handlers key on logging. 2014-03-21 20:46:04 +01:00
Andrey Antukh 5a9599c756 Add missiong ALLOWED_HOSTS setting on settings/common.py 2014-03-21 20:41:45 +01:00
Andrey Antukh d433ed7867 Remove production not used setting. 2014-03-21 20:39:52 +01:00
Andrey Antukh 87c5346e84 Normalize quote char on settings with minor reorganization and cleaning. 2014-03-21 19:52:10 +01:00
Jesús Espino 2907b2aebf Adding .ctags config file to the repository 2014-03-20 13:59:41 +01:00
David Barragán Merino 93035ca646 Fix bug/enhancement #210: Generate a random hex color for a new users 2014-03-19 20:34:39 +01:00
Andrey Antukh 6af88277e6 Change CORS middleware location on settings. 2014-03-15 21:20:26 +01:00
Andrey Antukh 6b935fdd4e Move CORS middleware to separate module. 2014-03-15 21:19:54 +01:00
Andrey Antukh fe4ae3a90d Add x-session-id header to cors middleware.
And convert all simple quotes to double quotes.
2014-03-15 21:03:51 +01:00
Jesús Espino 4b0bc5f8da Fixed up the previous commit 2014-03-14 10:44:31 +01:00
Jesús Espino 418a0a4a7a Fixed problem with visibility of memberships of other domains 2014-03-14 10:08:24 +01:00
David Barragán Merino 8f38f04f30 Update README.rst 2014-03-13 17:11:36 +01:00
David Barragán Merino 80b6d72bad Update README.rst 2014-03-13 17:10:30 +01:00
David Barragán Merino 8d391c0d69 Update README.rst 2014-03-13 17:08:07 +01:00
David Barragán Merino a631dc7163 US #71: Watchers 2014-03-12 14:00:21 +01:00
David Barragán Merino 4a02935230 Fix Bug #203 2014-03-11 12:36:51 +01:00
David Barragán Merino 4b7a6d256f Smallfix: Change a related name 2014-03-10 18:56:41 +01:00
David Barragán Merino 39ed1f0930 Fix Bug #202: Fix some simbols in the email subjects 2014-03-10 14:46:15 +01:00
David Barragán Merino 0b2aefbb4b Close Bug #201: Fix comments 2014-03-10 10:03:45 +01:00
David Barragán Merino 449548696d US #70: Task #124: Show attachments info in the issues list 2014-03-08 19:48:00 +01:00
David Barragán Merino 3990e3aa64 Remove unnecessary field from IssueSerializer 2014-03-08 19:48:00 +01:00
Jesús Espino d9ab184d0a Bug#199: Now work correctly the filtering of next/prev on retrieve actions 2014-03-07 14:15:57 +01:00
Jesús Espino 5b99acd2a2 Fixup: Limiting the creation of duplicated user/project memberships 2014-03-06 19:19:15 +01:00
Jesús Espino 93aaf6d133 Limiting the creation of duplicated user/project memberships 2014-03-06 19:16:43 +01:00
Jesús Espino 786d6fec47 Revert "Bug#168: A user only can be member of a project one time"
This reverts commit 1e6b4cdf2e.
2014-03-06 18:59:42 +01:00
Jesús Espino 1e6b4cdf2e Bug#168: A user only can be member of a project one time 2014-03-06 18:58:32 +01:00
David Barragán Merino 225cfbc7a0 Minor improvements 2014-03-06 18:37:24 +01:00
Andrey Antukh 438b0be904 Fix wrong user type check on domain model. 2014-03-06 17:21:43 +01:00
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