Commit Graph

265 Commits (dd0db6cd788ed37a234f942a9ec8f85f5be30b16)

Author SHA1 Message Date
Juanfran dd0db6cd78 Reduce taiga weight
- improve uglify
- remove jquery ui
- add dragula
- new autocomplete
2016-04-20 11:44:09 +02:00
Juanfran 97c7b4a477 backlog pagination 2016-04-20 10:45:02 +02:00
Juanfran 0ed5a1428a refactor svg icons 2016-04-12 11:01:23 +02:00
Juanfran 3cf38056ec fixing e2e tests 2016-03-22 12:48:46 +01:00
Xavier Julián 7fec4f62b4 🎨 🐎 SVG sprites 2016-02-09 10:32:27 +01:00
Juanfran a8da4d66a8 remove previous validation lightbox errors 2016-02-03 09:16:55 +01:00
Juanfran 1c841720c1 fix backlog role filters 2016-02-02 12:11:23 +01:00
Juanfran 13e9dc8872 fix remove to lastest sprint 2016-01-27 09:51:53 +01:00
Juanfran e7aee5f489 fix #3714 - backlog when the user open & close filters 2016-01-11 09:57:08 +01:00
Juanfran 50af448305 New attachments components
- Attachments image gallery.
- Upload attachments on US/issue/task lightbox.
- Drag files from desktop.
- Completly new attachment code.
- Drag files in wysiwyg
2016-01-08 19:14:36 +01:00
Andrey Antukh 9a67121045 Fix my email on copyright preamble on coffee source files. 2016-01-08 16:34:14 +02:00
Andrey Antukh 308d769310 Add missing copyright preamble entries to coffee source files. 2016-01-08 16:34:09 +02:00
Juanfran 31058d801c add move to latest sprint option in backlog 2016-01-07 13:04:28 +01:00
Alejandro Alonso fd844f67df Issue 3610: Team requirement mislabeled 2016-01-05 09:50:08 +01:00
David Barragán Merino 2319ba1766 Update license message 2016-01-04 09:04:42 +01:00
Juanfran 4a3d4532c2 fix issue #3631 - toggle backlog filter text 2015-12-10 12:13:48 +01:00
Juanfran 2969a79146 restore backlogs filters 2015-12-04 13:58:57 +01:00
David Barragán Merino be60a54449 Update license message 2015-10-30 14:59:29 +01:00
Xavier Julián c4614644b4 Style for like, vote and watch functionalities and refactor of tiket detail pages 2015-10-26 16:42:04 +01:00
Alejandro 9d218fc2cb Add votes counter to issues list and to the backlog 2015-10-26 16:42:04 +01:00
Xavier Julián 86d4d97f34 Improve drop area on empty sprints 2015-10-23 08:35:39 +02:00
Alejandro Alonso a217ed6445 Removing doomline when necesary 2015-10-15 14:24:05 +02:00
Juanfran 39407acf42 add 'items' params in the sortable empty backlog 2015-10-15 14:24:05 +02:00
Juanfran ef9e1b32cf fix dragging to backlog 2015-10-15 14:24:05 +02:00
Juanfran 15b2ef20d7 prevent burndown graph initial animation 2015-10-15 14:24:05 +02:00
Xavier Julián f3e9110351 Fix show/hide buttons on backlog options 2015-10-15 14:24:04 +02:00
Xavier Julián feea0cb823 Add new sprint placeholder 2015-10-15 14:24:04 +02:00
Alejandro Alonso b8cbd1e3d5 Improving placeholders 2015-10-15 14:24:03 +02:00
Juanfran 2b395ace87 fix create milestone after edit 2015-09-14 09:47:07 +02:00
Juanfran 43c23ed819 fix 'show closed sprints' visibility 2015-09-04 08:18:47 +02:00
Juanfran 14e8429dba fix reload backlog stats after us change 2015-09-01 09:22:21 +02:00
Alejandro Alonso de8500d515 Removing descriptions from list API 2015-08-10 13:56:04 +02:00
Juanfran 3765a75b24 remove repeated code 2015-08-07 08:23:26 +02:00
Alejandro de26b64659 Merge pull request #587 from taigaio/issue/3074/new-sprint-date
issue 3074 - the new sprint date starts at the end of the last open s…
2015-08-04 14:05:45 +02:00
Juanfran ec04907d44 issue 3074 - the new sprint date starts at the end of the last open sprint 2015-07-29 12:49:12 +02:00
Juanfran f98bb43c1d new baclklog/issues filters implementation
- all filter attributes are OR except tags
2015-07-28 08:21:57 +02:00
Juanfran 74193e681f same behavior for issues filters and backlog filters
all filter attributes are OR except tags

related #2648

test with taiga-back refactoring-filter-data-API
2015-07-28 08:21:57 +02:00
Alejandro Alonso f614c3eb19 Fixing translations 2015-07-22 14:14:34 +02:00
David Barragán Merino 40d5336522 Make burndown chart collapsible at the backlog panel 2015-07-07 16:56:29 +02:00
David Barragán Merino a92a0bba51 US #2911: Mixin 'users', 'members' and 'memberships' in ProjectDetailSerializer 2015-06-24 10:26:16 +02:00
David Barragán Merino 0dcc6b92a4 Improve the tooltips of the burndown graph 2015-06-24 10:05:18 +02:00
Juanfran 0afb804a61 fix sprint drag 2015-06-16 11:24:14 +02:00
Juanfran 861ac9b540 Fix issue 2817 - us backlog drag position at start
- Before when the user clicked on the left of a backlog US, the US position try to reach the drag icon.
- Now when the US starts dragging preserve their position and if you move it to the sprint the US overflowing the X without scroll.
2015-06-12 12:05:38 +02:00
Xavier Julián 5aab9f563c Fix shadow when dragging from sprints 2015-06-11 17:34:34 +02:00
David Barragán Merino 54b779ff48 Migrate appTitle to tgAppMetaService 2015-06-10 09:18:17 +02:00
Juanfran e5a0b3fdb3 if the user check one item in the backlog the items between this item and the last one will be check 2015-06-08 10:01:36 +02:00
Juanfran 946d86e687 autoclose loader by default 2015-05-29 09:52:36 +02:00
David Barragán Merino 351d946ea9 [i18n] tg-2674 #ready-for-test 2015-05-19 17:52:16 +02:00
Alejandro Alonso 151abed164 Fixing i18n filters in backlog 2015-05-19 11:40:48 +02:00
David Barragán Merino dcc84d9ae8 [i18n] Minor fixes 2015-05-18 16:56:08 +02:00