Commit Graph

148 Commits (add92dddf4fb04d04b2ed3d671e17bdeb98c0806)

Author SHA1 Message Date
Jesús Espino add92dddf4 Now comment has loading spinner 2014-09-18 15:04:08 +02:00
Andrey Antukh b5499f2eef Code style improvements. 2014-09-18 12:07:58 +02:00
Andrey Antukh e94e2a41b3 Remove code from us-create-edit lightbox that are now handled by specific directive. 2014-09-18 12:07:58 +02:00
David Barragán Merino ed5cf1ba69 US #903: Task #1013: US can be estimated from the lightbox 2014-09-18 11:55:46 +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 c6c73851df Fix history on delete comments 2014-09-17 16:49:05 +02:00
Jesús Espino 47b94f95d7 Fix bug #1017 2014-09-17 12:05:11 +02:00
Jesús Espino 7fe5a10fa8 Fix bug #1016: better tags rendering 2014-09-17 11:37:41 +02:00
Jesús Espino 44d15d302b Add Enter and ESC handling and focus on edit 2014-09-17 10:49:56 +02:00
Xavier Julián 2442f50028 Restyling of Details page for related tasks and attachments 2014-09-16 17:27:55 +02:00
Jesús Espino f326d6f12e Delete comments functionality 2014-09-16 16:20:50 +02:00
David Barragán Merino 2661cc249e Fix bug #1001 - Not list all attachments when a wiki page is created 2014-09-16 12:58:55 +02:00
Andrey Antukh 521d6e640a Remove useless property on attachments drag and drop settings. 2014-09-15 19:52:40 +02:00
Andrey Antukh e9da52faac Fix strange effects on attachments drag and drop. 2014-09-15 19:50:28 +02:00
David Barragán Merino 7b042ec139 Disable revert option in sortable of attachments 2014-09-15 17:04:46 +02:00
David Barragán Merino e2e0d16e0e Add other field to the humanized-wfield-name list 2014-09-15 16:45:43 +02:00
David Barragán Merino a3a84a06c1 Make improvements in the history of changes (Issue #913) 2014-09-15 16:16:27 +02:00
Andrey Antukh 3b8e863fed Fix wrong event selector that causes attachment uploading not working (fix #960) 2014-09-13 18:42:17 +02:00
Andrey Antukh a286814dc6 Fix some regression on display description diffs on activity (fixed #874) 2014-09-12 21:16:45 +02:00
Juanfran e817e94669 improve wisisyg lists 2014-09-12 09:55:27 +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 c9c7de49ae Remove console.log. 2014-09-11 20:23:51 +02:00
Andrey Antukh 3fa4365a3d Improve history controller for more convenient way to load resources. 2014-09-11 20:23:21 +02:00
Jesús Espino e3890c6d5d Add powerful related tasks management on user story detail 2014-09-11 20:02:55 +02:00
Jesús Espino d6455c9787 Refactor tg-check-permission directive to more compact 2014-09-11 20:00:33 +02:00
Juanfran 2e98a02489 auto increment markdown list number 2014-09-11 15:56:40 +02:00
Jesús Espino 46410efc97 Fix bux 923: Wysiwyg smart enter handling 2014-09-11 14:42:24 +02:00
Juanfran d66da5e0a4 fix comment placeholder text 2014-09-11 10:24:25 +02:00
Jesús Espino 22f15d3724 Removing dummy console.log's 2014-09-10 18:07:15 +02:00
Jesús Espino 8f2cb309b3 Fix bug #930: on front 2014-09-10 18:06:38 +02:00
Andrey Antukh 87e8afa100 Reset tags on issues/us/tasks on open create lightbox. 2014-09-10 14:10:01 +02:00
Andrey Antukh 803da21993 Minor improvements on tgTagLine directive. 2014-09-10 14:10:01 +02:00
Andrey Antukh 9c1dff28ec Simplify tgColorizeTags directive. 2014-09-10 14:10:01 +02:00
Andrey Antukh c08282fade Move tags directives to common module directory. 2014-09-10 14:10:01 +02:00
Juanfran 14cbc30848 fix #914 2014-09-10 13:01:09 +02:00
Andrey Antukh 5b173463ed Add tgHistory directive.
This is a complete rewrite of the old tgChange directive
that has a lot of functions that works only with dom mutability
and with unclear name. This new version works in majority of
time with immutable operations and only mutates the dom in
the last render step.
2014-09-09 17:47:34 +02:00
Juanfran 682f6492b3 fix user keyboard navigation 2014-09-09 09:56:17 +02:00
Andrey Antukh 94348795cf Normalize lightbox behavior and implementation (styles, partial filenames, blocking message...)
- Normalize style clases names.
- Normalize partials files names.
- Normalize lightbox settings buttons behavior and implementation.
- Normalize blocking message input handling on userstories and tasks.
2014-09-06 16:54:06 +02:00
Andrey Antukh 4dc20d5856 Add generic directive/component for lightbox blocking message input. 2014-09-06 15:37:50 +02:00
Jesús Espino b8e3c36b1d Fix bug #854: Set focus on search input on assigned to lightbox 2014-09-04 20:15:31 +02:00
David Barragán Merino d13e3500b2 Fix bug #851: Error when press Enter key when edit a wiki before closing the assignation lightbox pressing ESC key 2014-09-04 11:46:06 +02:00
David Barragán Merino 89de60dad3 Merge pull request #8 from taigaio/set-timeout-cleaning
Set timeout cleaning
2014-09-04 10:14:59 +02:00
Andrey Antukh 34952e8258 Replace setTimeout with timeout function.
Timeout function is much friendly with coffeescript and code
that uses it looks better.
2014-09-03 22:35:21 +02:00
Andrey Antukh d73909eab1 Code cleaning on common/lightboxes.coffee 2014-09-03 22:21:51 +02:00
David Barragán Merino ad89b8f39d Revert "Revert "Fix #795: Close lightbox only if buttons, ESC key or the X icon is pressed""
This reverts commit a367787f26.
2014-09-02 11:19:38 +02:00
Andrey Antukh 2efd46ba54 Add fixme to loader module. 2014-09-01 16:32:02 +02:00
Andrey Antukh 0afb4d6938 Remove inapropiate use of block comments on common/attachments.coffee 2014-09-01 16:32:02 +02:00
Jesús Espino 5e3f91d024 Adding loading to add bulk of uss 2014-08-29 14:12:56 +02:00
Jesús Espino cbcba41ab8 Renaming loadingService to 2014-08-29 14:02:57 +02:00
Jesús Espino 58923eaa81 Adding loading service to allow set a spinner on button during request 2014-08-29 14:01:22 +02:00