Commit Graph

69 Commits (9f2a8a1cadb31df9f7467a24c9bec9de339ecbb6)

Author SHA1 Message Date
Juanfran f2d17aaacc fix sections translations 2015-05-29 09:52:36 +02:00
Juanfran 946d86e687 autoclose loader by default 2015-05-29 09:52:36 +02:00
Alejandro Alonso ae7cf6b663 Fixing task status button 2015-05-29 09:50:57 +02:00
Alejandro Alonso 2170ea9e3a Fixing translation for user stories and task sections 2015-05-18 12:19:21 +02:00
David Barragán Merino fdb2b0e9bd [i18n] translate TaskIsIocaineButonDirective 2015-04-26 12:10:29 +02:00
David Barragán Merino eac3aa6224 [i18n] Fix and error, inject $compile 2015-04-22 17:36:03 +02:00
David Barragán Merino 2f9a1a75a9 Issue #2583: Use us.is_closed instead us.status.is_closed in US detail page 2015-04-20 17:21:40 +02:00
Juanfran 2d4014ca20 taiga internationalization
- angular-translate installed
- users can change their language
- translate coffee and jade
- command line tool to find duplicate key values and replaces keys
2015-04-08 12:45:56 +02: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
Juanfran 6c9d8fe746 Convert coffee templates to jade 2015-01-26 10:59:34 +01:00
Jesús Espino d8bec2c197 Bug #1847: Hide loading overlay on permissions error 2015-01-08 17:21:56 +01:00
Jesús Espino f9bf250b38 Fix bug with compact/uncompact kanban cards 2015-01-06 08:57:21 +01:00
Alejandro Alonso a0db93a053 Mixing resolve, get project, get user and roles in the same request 2014-12-23 15:09:37 +01:00
Juanfran d6b7843875 queue q promises 2014-12-09 13:45:24 +01:00
David Barragán Merino 4dd950134e Prevent more xss attacks 2014-11-01 12:19:07 +01:00
David Barragán Merino d9a932e749 Remove inactived buttons in read mode 2014-10-30 15:42:59 +01:00
David Barragán Merino 901ff74432 Show iocaine button in read mode too 2014-10-30 15:42:59 +01:00
David Barragán Merino 0e355f59cb Fix/Refactor tg-delete-button 2014-10-30 15:40:32 +01:00
David Barragán Merino d251b07be0 👊 💥 💩 💩 💩 🚽 2014-10-30 15:40:32 +01:00
David Barragán Merino fd677ea84d 👊 💩 🚽 2014-10-30 15:40:32 +01:00
Jesús Espino 0ec7e2dc25 Refactored the isiocaine and block buttons 2014-10-30 15:36:05 +01:00
Jesús Espino 631af8d3a5 Add spinner on change status/type/priority/severity selectors 2014-10-30 15:36:04 +01:00
Jesús Espino 752f14584a Add spinner to iocaine button and refactor a little the directive 2014-10-30 15:36:04 +01:00
David Barragán Merino 58f4195e0e Check permissions in tg-task-status-button 2014-10-30 15:36:04 +01:00
Jesús Espino 4ab0512e22 Some error handling 2014-10-30 15:36:04 +01:00
David Barragán Merino 85fac7fd72 Remove Task edition page and some extra deprecated code 2014-10-30 15:36:03 +01:00
David Barragán Merino 060fe067ba Refactor tg-task-status directive: Create directives tg-task-status-display and tg-task-status-button 2014-10-30 15:36:03 +01:00
Jesús Espino d0e6b296e9 Splited buttons on diferente directives 2014-10-30 15:36:03 +01:00
Jesús Espino 9a5d87ef19 Refactor of task buttons 2014-10-30 15:36:03 +01:00
Alejandro f30ddeb847 Merge pull request #112 from taigaio/bug/1178/403-error-control
fix #1178 - 403 error
2014-10-23 08:50:35 +02:00
Juanfran 2f7430117d redirect after delete an us or task 2014-10-22 16:24:01 +02:00
David Barragán Merino fb8756e30b Fix bug #1445: Refactor: $confirm.ask service 2014-10-22 12:32:03 +02:00
Juanfran 2bc42bd5b9 fix #1178 - 403 error 2014-10-22 11:18:00 +02:00
Andrey Antukh 51dc862e5e Add analytics service and some additional tracking events. 2014-10-13 10:19:00 +02:00
Jesús Espino 72a54e43af Fix cases when action failed during confirm lightbox 2014-09-18 17:17:42 +02:00
David Barragán Merino 69af98d3bf Fix: Use $tgNavUrls to get urls 2014-09-18 15:25:44 +02:00
Jesús Espino 5b17f5bda9 Improved confirm/ask method.
It now wait results before close, and add a spinner.
2014-09-18 11:48:18 +02:00
Jesús Espino 47bb63aa51 Add go-to-taskboard and go-to-us buttons on details 2014-09-16 16:17:41 +02:00
Xavier Julián 660e89a519 Added loading to main pages 2014-09-16 12:44:25 +02:00
Andrey Antukh 4bd1f40893 Rewrite attachments directives and make them work as isolated components.
Also, it fixes #914 issue.
2014-09-11 20:34:17 +02:00
Andrey Antukh ed3967c1ab Remove loadHistory call from attachments event handlers.
And replace it with scope event raising. This change is needed
for conserve the previous behavior of history reloading on any
attachment change. The history reloading is now handled by
history directive and controler and them responds well to
'history:reload' signal.

Moreover, loadHistory repeated function is removed from
us/task/issue detail controllers.
2014-09-09 17:47:34 +02:00
Andrey Antukh 3f1eff581d Remove now unused history loading code and event handlers.
From issue, task and userstory details modules.
2014-09-09 17:47:34 +02:00
Jesús Espino 09f4b382ff Add some loading spiners on some save buttons 2014-09-05 14:58:20 +02:00
Alejandro Alonso a34fe3c45e Fixing historic 2014-08-28 14:55:54 +02:00
David Barragán Merino b26e9445f4 Bug #685: Show creation date of an item (fixes) 2014-08-28 13:50:10 +02:00
Alejandro Alonso 466d04bf65 Fixing lost comments in issue 2014-08-28 13:11:43 +02:00
David Barragán Merino 9b857c172e Bug #685: Show creation date of an item 2014-08-28 13:05:36 +02:00
Jesús Espino f1c945c4df Replacing usage of with everywhere 2014-08-28 11:58:35 +02:00
Jesús Espino 710589d5df Fixed issue #789: Now on unresolved objects redirect user to the 404 page. 2014-08-28 11:58:34 +02:00
Alejandro Alonso 586ff08577 Adding activeanimation class when needed 2014-08-28 09:09:15 +02:00