Commit Graph

2185 Commits (9c5f0d7a3c76b960d6fde3efc4f9dcd557bbccdf)

Author SHA1 Message Date
Alejandro Alonso e0aa554153 BUG 2437 - The taskboard edit lightbox have the button (CREATE in place of SAVE) 2015-03-13 08:23:01 +01:00
Alejandro Alonso d4a0f4cda5 Bug 2439 - Webooks created can't be edited without refreshing 2015-03-13 08:08:17 +01:00
Alejandro Alonso 72c3eb5960 Fixing Bug 2440 - The download CSV buttons doesn't work 2015-03-13 07:54:23 +01:00
David Barragán Merino 30c4a3f716 Move CSVController from project-attributes to project-profile 2015-03-12 19:58:02 +01:00
David Barragán Merino 7f78de39d1 Revert "Revert "Add scrollbars only when needed""
This reverts commit 6fddf57c93.
2015-03-12 15:48:25 +01:00
David Barragán Merino 6fddf57c93 Revert "Add scrollbars only when needed" 2015-03-12 15:43:22 +01:00
Xavier Julián 70641bc342 Add scrollbars only when needed 2015-03-12 15:11:40 +01:00
Alejandro Alonso 27dccac790 Reseting form for clearing errors 2015-03-12 14:46:08 +01:00
Alejandro 5ed6f99beb Merge pull request #394 from taigaio/edit-user-settings
fix edit user settings
2015-03-12 13:55:13 +01:00
Xavier Julián a30c4731e3 Fix kanban height when empty. #TG-2417 #ready-for-test 2015-03-12 13:47:52 +01:00
Juanfran e3290adf29 fix edit user settings 2015-03-12 13:22:30 +01:00
Xavier Julián 9f4292782a Fix inheritance code and buttons 2015-03-12 13:22:23 +01:00
Xavier Julián 44080a63ef Fix flexbox in home page 2015-03-12 13:03:09 +01:00
David Barragán Merino c6e8b70d4b Fix #2423: Javascript error when the doomline is rendered 2015-03-12 13:01:03 +01:00
Xavier Julián 1906abaa1c Added same margin when editing and preview. 2015-03-12 12:35:46 +01:00
Xavier Julián 506210c292 Project reports text organization 2015-03-12 12:07:28 +01:00
Xavier Julián 3612991192 Reports page styles 2015-03-12 12:07:28 +01:00
Xavier Julián 07e12e27b0 Style refactor for admin reorganization 2015-03-12 12:07:28 +01:00
Alejandro Alonso 545513a96c Refactoring menu structure 2015-03-12 12:07:28 +01:00
Juanfran 646137c0c6 bind estimationProcess to a dom element 2015-03-12 12:00:41 +01:00
Alejandro Alonso 5a8d203f75 Redirecting the user when trying to access to a section not enabled 2015-03-12 11:24:34 +01:00
Juanfran 19d84359cb fill taskboard scope user with the project users 2015-03-12 10:07:04 +01:00
Jesús Espino 736eea00d0 Fixed problem with not logged users 2015-03-12 08:47:59 +01:00
Alejandro a616ef3c80 Merge pull request #389 from taigaio/bug/2402/export-url-must-be-absolute
Bug#2402 Add resolveAbsolute method and used in csv export url building
2015-03-12 08:43:08 +01:00
Jesús Espino cb0f3b6564 Bug#2390 Only list my projects on home page and projects menu 2015-03-11 17:10:14 +01:00
Jesús Espino 3fc6dcf4ca Bug#2402 Add resolveAbsolute method and used in csv export url building 2015-03-11 16:46:12 +01:00
Jesús Espino 3108df4553 Bug#2409 CSV regenerate popup only showed when you are overwriting the previous url 2015-03-11 16:01:33 +01:00
Jesús Espino 8ccf004d12 Bug#2403 Force to only show edit template if the custom-field is editable by the user 2015-03-11 15:45:41 +01:00
Juanfran 4ba4f42364 fix assignedTo hover 2015-03-11 15:00:09 +01:00
David Barragán Merino 4c89984dfa Fix bug #2392: Accept invitations with auth plugins 2015-03-11 14:16:00 +01:00
Juanfran 25c1e111b3 Merge pull request #382 from taigaio/bug/2404/assigned-to-check-permissions
BUG#2404 Check permissions for click the username label on kanban and ta...
2015-03-11 05:54:43 -07:00
Jesús Espino 89e7811f81 BUG#2404 Check permissions for click the username label on kanban and taskboard 2015-03-11 13:48:37 +01:00
Alejandro 195c0e4778 Merge pull request #380 from taigaio/bug/2389/csv-urls
Bug#2389 Not show csv download icon if the url doesn't exists
2015-03-11 12:12:05 +01:00
Alejandro 01d567f277 Merge pull request #381 from taigaio/issue/2393/status-filter-disappear
fix 2393 - fix if I filter by status and tag the status filter disappear
2015-03-11 12:08:14 +01:00
Juanfran 0191868d82 fix change avatar 2015-03-11 12:04:22 +01:00
Juanfran 8c2dc65723 fix firefox open popup blink 2015-03-11 11:53:28 +01:00
Xavier Julián b215b04d8f Fix legibility of errors in fields. #TG-2262 #STATUS-ready-for-test 2015-03-11 11:52:13 +01:00
David Barragán Merino 31e087a754 Fix ##2399: Errors CRUD over admin > attributes items 2015-03-11 11:36:42 +01:00
Juanfran a93fb7006a fix 2393 - fix if I filter by status and tag the status filter disappear
- filter by status
- check if the tags doesn't have an US with this status are disappear
2015-03-11 11:05:31 +01:00
Jesús Espino 3adf0cd3db Bug#2389 Not show csv download icon if the url doesn't exists 2015-03-11 10:09:34 +01:00
Xavier Julián 8aa88cf28d Remove all Help notion code 2015-03-11 09:01:10 +01:00
Xavier Julián 4d2ffcbe51 Fix history broken width. TG-2396 #STATUS-ready-for-test 2015-03-11 08:43:23 +01:00
Juanfran 7a1f4c64a1 fix #2394 - move us to current sprint 2015-03-11 08:38:45 +01:00
Jesús Espino c59782caef Fix how the update of user data is done when update email is requiered 2015-03-10 17:17:19 +01:00
Juanfran c1dd7e52d0 remove unnecessary directive 2015-03-10 14:57:57 +01:00
Juanfran d435d92443 fix-taiga-front-extras plugins load 2015-03-10 14:55:09 +01:00
Alejandro Alonso d84bc9ff4f Removing unnecesary text 2015-03-10 14:43:25 +01:00
Juanfran cd237d832a change project privacy 2015-03-10 14:43:25 +01:00
Juanfran e778e8b100 update external user category summary 2015-03-10 14:43:25 +01:00
Juanfran 64481effbc prevent edit external user role name 2015-03-10 14:43:24 +01:00
Juanfran fe40b0bcd6 external user permissions 2015-03-10 14:43:24 +01:00
Juanfran 69c9f03b90 fix errors for anonymous users in the wiki 2015-03-10 14:43:24 +01:00
Juanfran 8fd60856f9 fix comment list for annonymous users 2015-03-10 14:43:24 +01:00
Juanfran b5c0b36e00 hide current user if not exists 2015-03-10 14:43:24 +01:00
Juanfran cb782dd2b9 prevent dragging for anonymous user on taskboard 2015-03-10 14:43:24 +01:00
Alejandro Alonso 3e24fa77a3 Remove user secction in main menu 2015-03-10 14:43:14 +01:00
Juanfran 9dde7323d1 fix drag icon hover in colors table 2015-03-10 13:16:06 +01:00
Juanfran f705717905 add help csv-report link 2015-03-10 13:07:01 +01:00
Juanfran 09e0500987 fix webhooks enter submit 2015-03-10 13:02:02 +01:00
Juanfran 029d984e7c configurable angular debug info 2015-03-10 12:37:35 +01:00
Juanfran 4f86b6e19a Merge pull request #360 from taigaio/us/1913/csv-reports
US#1913: CSV Reports
2015-03-10 03:41:48 -07:00
Xavier Julián 31cd4d4393 US#1913: CSV Reports 2015-03-10 10:23:26 +01:00
Jesús Espino 3d47ee44eb Fixed bug #2370: Now showing correctly the payload of the request 2015-03-09 18:26:30 +01:00
Juanfran 9726992b84 fix long task names 2015-03-04 15:28:18 +01:00
Juanfran 3b12b53aef fix 'add webhook' button style 2015-03-04 15:09:35 +01:00
Alejandro 16b1c62719 Merge pull request #361 from taigaio/us/55/custom-fields
US #55: Custom fields
2015-03-04 14:36:07 +01:00
Juanfran 53e814c9c0 fix custom filters load 2015-03-04 13:57:13 +01:00
David Barragán Merino 82659f4809 US #55: Custom fields - Fix history of custom attributes values in detail pages 2015-03-04 12:20:21 +01:00
Xavier Julián 910dac75b7 Minor style fixes in custom fields 2015-03-03 13:04:15 +01:00
David Barragán Merino 08f0a2262a Fix userstory custom attributes values 2015-03-03 13:04:15 +01:00
David Barragán Merino c8ad480846 Create new custom attributes 2015-03-03 13:04:15 +01:00
David Barragán Merino 408c6f95cc Update, Delete and Order Custom Attributes 2015-03-03 13:04:15 +01:00
Alejandro Alonso 4d2fe26be9 Fixing hash generation 2015-03-03 13:04:15 +01:00
Xavier Julián 9f6f080a39 Fixed custom attribute edition template 2015-03-03 13:04:15 +01:00
Xavier Julián e1c0e2e7af Edit basic custom field style and visual behavior 2015-03-03 13:04:14 +01:00
Alejandro Alonso 74331bbbc0 Fixing issuaes when displaying custom fields on detail 2015-03-03 13:04:14 +01:00
Alejandro Alonso c919ae22d4 Show custom attributes when project have got 2015-03-03 13:04:14 +01:00
Alejandro Alonso c45a51f313 Detail integration 2015-03-03 13:04:14 +01:00
Xavier Julián 05a89bdf32 Custom fields in US detail 2015-03-03 13:04:14 +01:00
Xavier Julián f8929c3470 Add drag&drop icon 2015-03-03 13:04:14 +01:00
Xavier Julián 9a7c900f2d Add interactions 2015-03-03 13:04:14 +01:00
Xavier Julián d209718681 Consistency styles 2015-03-03 13:04:14 +01:00
Xavier Julián 0f4168f68c Us custom fields 2015-03-03 13:04:14 +01:00
Xavier Julián e2696d090e Basic custom field styles 2015-03-03 13:04:14 +01:00
Xavier Julián d95f1c474a Basic custom fields structure 2015-03-03 13:04:14 +01:00
Juanfran 368c7505f4 fix leaving taiga button 2015-03-03 13:03:07 +01:00
Juanfran 4a3e60e834 reset page when a filter is applied 2015-03-03 13:01:36 +01:00
Juanfran 6ce8957749 prevent location search if the url has the same parameters 2015-03-03 12:56:33 +01:00
Xaviju 696d643a6f Merge pull request #362 from taigaio/us/2281/support-page-import-export
Add link to support page of import/export
2015-03-02 14:35:40 +01:00
Xavier Julián 20941d5de1 Add margin to import/export help 2015-03-02 14:35:11 +01:00
Xaviju 045e6b6e10 Merge pull request #354 from taigaio/issue/2172/long-point-names
fix #2172 - horizontal popover with long point names
2015-03-02 14:29:48 +01:00
Xavier Julián 1ed29e9496 Minor fix for arrow 2015-03-02 14:26:29 +01:00
Jesús Espino b03c9df968 Add link to support page of import/export 2015-02-25 17:34:06 +01:00
Jesús Espino dad7507878 Fixed typo 2015-02-25 16:23:40 +01:00
Xavier Julián ea9d10a65d Fix scss lint errors. Please DO NOT MERGE if there are lint errors 2015-02-24 08:29:33 +01:00
Xavier Julián c0f77374ee Add contrib slack styles 2015-02-20 14:38:44 +01:00
Juanfran 5c27d42cab Merge pull request #353 from taigaio/issue/2228/multiple-edits-in-admin
Don't reload values on new value added and removed unnecesary code
2015-02-20 01:02:59 -08:00
Juanfran 1bf308176c Merge pull request #351 from taigaio/issue/2155/manage-members-and-roles
Fix manage members roles change problem
2015-02-20 00:55:06 -08:00
Juanfran 886b432b5c Merge pull request #352 from taigaio/issue/2286/admin-status-bug
Fix add new choice after hide new choice form in admin panel
2015-02-20 00:50:04 -08:00
Xavier Julián 62a7877719 Fix wiki link button 2015-02-20 09:25:19 +01:00