Juanfran
7456e84c7e
refresh attachments when the user drags in a wysiwyg
2016-01-20 12:13:26 +01:00
Juanfran
c588673752
drag multiples attachments
2016-01-19 11:53:04 +01:00
Xavier Julián
008b38ea24
Ticket data block buttons
2016-01-14 13:51:20 +01:00
Juanfran
22075ff939
support ',' in foreign keyboards
2016-01-13 12:46:45 +01:00
Allister Antosik
967391412d
Add 'assign to me' button
...
One of the most common scenarios I found while using Taiga is that I
assign User Stories, Tasks or Issues to myself, looking at other
tools such as Gitlab it comes with a quick 'Assign to me' button for
merge requests.
In this pull request I have added a 'Assign to me' button with the
same styling as the 'Add Watchers' button. This shows in Stories,
Tasks and Issues.
2016-01-12 12:51:21 +01:00
Juanfran
e2ac1d1470
prevent delete role xss
2016-01-12 08:14:48 +01:00
Xavier Julián
f63b362054
Refactor sidebar
2016-01-11 12:53:49 +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
David Barragán Merino
2319ba1766
Update license message
2016-01-04 09:04:42 +01:00
Juanfran
53d5f3d1c0
fix focus on open lightbox
2015-12-16 08:16:22 +01:00
Juanfran
26006f2940
cancelable search
2015-12-11 14:42:38 +01:00
David Barragán Merino
8dd7d118fa
Task #3538 : Remove tribe_git from the history
2015-12-09 13:04:13 +01:00
Juanfran
d0d25dfd4c
save statics inside a non-cacheable folder
2015-11-19 10:17:20 +01:00
Juanfran
98549c6aab
enable angular-translate sanitize
2015-11-11 10:01:33 +01:00
Juanfran
54108680d7
fix xss issues in timeline & lightbox confirmation
2015-11-10 14:20:52 +01:00
Alejandro Alonso
c65ddc1d54
Not showing empty entries in timelines or activity tabs
2015-11-05 17:38:51 +01:00
Juanfran
b906cfe02a
fix keyboard navigation in assinedTo and watchers lightbox
2015-11-03 18:04:26 +01:00
David Barragán Merino
3869f1332a
Create script to add license text to all coffee files
2015-10-30 14:59:29 +01:00
David Barragán Merino
be60a54449
Update license message
2015-10-30 14:59:29 +01:00
Alejandro Alonso
81fa78777b
Fixing custom field edition
2015-10-29 08:18:24 +01:00
Alejandro Alonso
bcfaba4cff
Fixing delete button for issues, tasks and user stories
2015-10-28 15:04:39 +01:00
Juanfran
7717b08824
fix assigned to selector
2015-10-28 12:23:21 +01:00
Alejandro
84370fb268
Merge pull request #689 from topalavlad/cancel_link_on_comment
...
TG-3344 Comment is edited if you cancel add link dialog
2015-10-27 08:57:13 +01:00
Vlad Topala
bec7472c19
TG-3344 Comment is edited if you cancel add link dialog
...
When dialog is canceled, the result will be null because there is no start of link "<<<" inserted. In this case we shouldn't search for the end of the link and just return.
2015-10-26 19:59:28 +02: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
David Barragán Merino
0484883db6
Make a refactor of confirm.ask
2015-10-23 08:50:54 +02:00
David Barragán Merino
bce40c24f9
Mone minor fixes of custom fields values
2015-10-22 16:16:41 +02:00
Xavier Julián
047be67092
Custom field values: fix issues #3359 and #3363
2015-10-21 17:03:57 +02:00
Xavier Julián
361a38188e
Update close icon
2015-10-15 15:48:46 +02:00
David Barragán Merino
2c729b2edf
Fix custom attributes
2015-10-14 22:05:55 +02:00
Juanfran
22f8b16b87
fix some e2e tests at IE
2015-10-09 13:58:18 +02:00
Juanfran
f17c8bc7d4
fix ie e2e bugs
2015-10-08 15:10:41 +02:00
Alejandro Alonso
c7070dc96b
Wrong fields in the Activity entries
2015-10-01 13:24:23 +02:00
Juanfran
f25a220c8d
send yyyy-mm-dd format with custom date fields
2015-09-09 14:49:36 +02:00
Juanfran
ea5b6474e1
common datepicker config
2015-09-09 14:29:45 +02:00
Juanfran
6b837d2067
Merge pull request #634 from artlepool/master
...
Adding Date field type to custom fields
2015-09-09 12:17:28 +02:00
Chris Wilson
7c39dfbb84
Adding internationalization to date selector
2015-09-07 12:19:10 +01:00
Juanfran
c99db27956
remove old loader clearInterval
2015-09-03 10:36:44 +02:00
Alejandro
bdc75f54c5
Merge pull request #603 from taigaio/issue/3136/search-filter-reset
...
fix issue #3136
2015-09-03 07:51:49 +02:00
Chris Wilson
9abd94ca1b
Adding Date field type to custom fields
2015-09-01 12:33:59 +01:00
Brett Profitt
3b05871b0e
Added autocomplete for @mentions, #USs, #tasks, #issues, and [[wikipages]] in MD textareas.
2015-08-27 00:57:47 -04:00
Brett Profitt
bbc4a575a7
Added attachment previews for images.
...
Fixes #577 .
2015-08-24 17:31:56 +02:00
Alejandro Alonso
de8500d515
Removing descriptions from list API
2015-08-10 13:56:04 +02:00
Juanfran
1456be633a
fix lightbox transitions
2015-08-07 14:18:18 +02:00
Juanfran
0b31956888
fix issue #3136
...
behavior:
- When you enter the first time the loader is open, I increase maximum open time to 15s.
- On the first load the search page opens the first tab with content.
- When you search in the left bar a loader appears on the input and your current tab doesn't change even if you don't have content in the tab.
2015-08-07 08:30:55 +02:00
Juanfran
55b2cad487
set isCreatedRightNow to false after the save
...
scope apply after ESC
2015-08-04 14:10:12 +02:00
Alejandro Alonso
5ba8d3a60e
Fixing list edition on rich editor
2015-07-23 11:16:07 +02:00
Juanfran
d6bfc73708
update watchers after new comment
2015-07-02 18:41:19 +02:00
Jesús Espino
5b69257109
Issue#2600: Fix history/comment tab buttons
2015-06-29 12:37:18 +02:00
David Barragán Merino
01c8e53026
Fix created by section
2015-06-26 13:11:08 +02:00
David Barragán Merino
0363290173
Fix user mentions in activity and comments tab
2015-06-26 13:11:08 +02:00
Juanfran
b7874214cb
add loader in the search result page
2015-06-25 12:38:31 +02:00
Juanfran
d3986bc49d
fix restore comment button
2015-06-25 11:44:24 +02:00
Jesús Espino
27b00f365f
Issue#2518: Allow to include anchor links in the wiki pages
2015-06-25 10:17:30 +02:00
Alejandro Alonso
0d93812918
Fixing the 'filtering users' text on watchers and assigned to lightboxes
2015-06-24 14:49:17 +02:00
David Barragán Merino
a92a0bba51
US #2911 : Mixin 'users', 'members' and 'memberships' in ProjectDetailSerializer
2015-06-24 10:26:16 +02:00
Xavier Julián
68c946c4cc
Detect if points/role selector its at the bottom of the page
2015-06-23 09:55:53 +02:00
Alejandro
27b428827f
Merge pull request #533 from artlepool/master
...
Multi-line custom field types (taiga-front #451 )
2015-06-22 23:44:31 -07:00
Alejandro Alonso
0a8b5bf7f0
Fixing comments for anonymous user if any comment was deleted
2015-06-18 11:01:29 +02:00
Alejandro
b13cd90a39
Merge pull request #534 from taigaio/issue/2897/prevent-loader-in-issues-filter
...
prevent loader in the issues filter
2015-06-18 00:36:24 -07:00
Juanfran
b5b827a363
prevent loader in the issues filter
2015-06-18 09:20:18 +02:00
Chris Wilson
5a92810008
Initial commit of multi-line text fields
2015-06-17 21:16:50 +01:00
Juanfran
8b002ac685
fix arrows after filter in watchers or assignedTo
2015-06-17 13:19:47 +02:00
Juanfran
4ac3f2902e
wait translation before resolving the page
2015-06-17 13:12:24 +02:00
Juanfran
60ce19b7e2
remove deprecated class when the an attachment is not deprecated
2015-06-17 07:56:44 +02:00
Juanfran
ac98086a35
prevent issue submit after click in the floppy icon
2015-06-16 14:12:08 +02:00
David Barragán Merino
ffc46cfc78
Remove a ;
2015-06-09 13:14:25 +02:00
David Barragán Merino
2a968bddd9
Use window.prerenderReady to know when a page is fully loaded
2015-06-09 13:14:25 +02:00
Juanfran
d0fe5d69cd
close description and subject fields if they are open after a change
2015-06-03 15:19:49 +02:00
Juanfran
d27f612bb8
prevent comment save if the textarea doesn't have content
2015-06-03 10:10:10 +02:00
Juanfran
dcf3b8fa1b
focus on the first input element in lightbox
2015-06-03 10:00:21 +02:00
Juanfran
3d76d225c7
convert loader to a factory
2015-05-29 09:52:36 +02:00
Juanfran
946d86e687
autoclose loader by default
2015-05-29 09:52:36 +02:00
Juanfran
5d9e82ea58
fix loader when the request fails
2015-05-29 09:52:35 +02:00
Juanfran
5ffc33fe0c
currentUserService + refactor
2015-05-29 09:52:35 +02:00
Juanfran
ad2d1d766f
automatic loader close
2015-05-29 09:50:59 +02:00
Juanfran
4ea48add11
destroy lightbox scope on close
2015-05-29 09:50:58 +02:00
Juanfran
7829958548
compile & create new project lightbox
2015-05-29 09:50:58 +02:00
Juanfran
8cc04a7f58
timeline items header
2015-05-29 09:44:39 +02:00
Alejandro Alonso
d66bb4c326
Fixing empty descriptions i18n
2015-05-19 12:24:05 +02:00
David Barragán Merino
dcc84d9ae8
[i18n] Minor fixes
2015-05-18 16:56:08 +02:00
David Barragán Merino
58ae20a08c
[i18n] Translate the picker date
2015-05-18 14:40:54 +02:00
Alejandro Alonso
452cd118de
Fixing custom fields i18n
2015-05-18 13:52:16 +02:00
Alejandro Alonso
8287c572b1
Fixing translations if uploading file when importing
2015-05-18 12:28:55 +02:00
David Barragán Merino
86f2de66cd
[i18n] Minor fix in attachments
2015-05-14 13:34:57 +02:00
Alejandro Alonso
8a3c660d23
Fixing attachments directive
2015-05-14 11:45:01 +02:00
Juanfran
219b439ff2
Merge pull request #450 from taigaio/adding-tag-support-for-projects
...
Adding tag support for projects
2015-05-12 04:39:52 -07:00
David Barragán Merino
d434b29a25
Remove unnecessary console.log sentences
2015-05-11 15:33:01 +02:00
Alejandro Alonso
7fa4d814a2
Adding tag support for projects
2015-05-08 11:11:28 +02:00
David Barragán Merino
40c8e63ee3
[i18b] Some minor fixes and update locales
2015-05-05 17:29:13 +02:00
Juanfran
cf0a341058
fix wysiwyg translation
2015-05-04 13:38:57 +02:00
David Barragán Merino
3b55caf6f3
[i18n] Moment, Date and Time
2015-04-30 13:36:04 +02:00
David Barragán Merino
fdc6b83f64
[i18n] Attachments
2015-04-29 21:26:18 +02:00
David Barragán Merino
e1e89ad48f
[i18n] Fix watchers component
2015-04-29 14:20:50 +02:00
David Barragán Merino
c6d24ba4ff
[i18n] Fix activity tab and add pluralization ability to $translate service
2015-04-29 09:50:04 +02:00
David Barragán Merino
e6c1a13e76
[i18n] Minor fixed relate to tags
2015-04-23 19:02:36 +02:00
David Barragán Merino
be138873b4
[i18n] Translate WYSIWYG input
2015-04-23 10:22:47 +02:00
David Barragán Merino
eac3aa6224
[i18n] Fix and error, inject $compile
2015-04-22 17:36:03 +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
Alejandro
11e31f851c
Merge pull request #428 from astagi/feature/selectelonenter
...
If there's only one element left in a lightbox select it on enter
2015-04-06 13:58:57 +02:00
Andrea Stagi
1689ea1fa0
If there's only one element left in a lightbox select it on enter
2015-04-03 16:52:27 +02:00
Andrea Stagi
251d4775a3
Fix keyboard navigation in watchers search
2015-04-03 16:37:53 +02:00
Juanfran
e0993206ef
fix reset US edit lightbox points
2015-03-27 12:06:17 +01:00
Juanfran
6bc2078284
fix #2385 - refactor wysiwyg list insert
2015-03-16 11:49:39 +01:00
Juanfran
cc9c4bd042
add prevent default in the save description
2015-03-16 10:28:26 +01:00
Andrea Stagi
23005a28c3
Add url formatting to the markdown wysiwyg editor
2015-03-13 12:04:32 +01:00
Juanfran
646137c0c6
bind estimationProcess to a dom element
2015-03-12 12:00:41 +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
8c2dc65723
fix firefox open popup blink
2015-03-11 11:53:28 +01:00
Xavier Julián
8aa88cf28d
Remove all Help notion code
2015-03-11 09:01:10 +01:00
Juanfran
7a1f4c64a1
fix #2394 - move us to current sprint
2015-03-11 08:38:45 +01:00
Juanfran
8fd60856f9
fix comment list for annonymous users
2015-03-10 14:43:24 +01:00
Juanfran
029d984e7c
configurable angular debug info
2015-03-10 12:37:35 +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
David Barragán Merino
08f0a2262a
Fix userstory custom attributes values
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
c45a51f313
Detail integration
2015-03-03 13:04:14 +01:00
Juanfran
017a81ae51
fix #2172 - horizontal popover with long point names
2015-02-19 09:04:14 +01:00
Alejandro Alonso
2a682057ac
Refactoring estimation points selector
2015-02-18 08:45:45 +01:00
Alejandro
6a5641c06b
Merge pull request #327 from taigaio/remove-duplicated-roles-templates
...
remove duplicated roles templates
2015-02-10 15:36:22 +01:00
Juanfran
aa2219608d
remove duplicated roles templates
2015-02-06 08:12:19 +01:00
Juanfran
ff70e418aa
Merge pull request #312 from taigaio/issue/2072/fix_role_points_update
...
Fix Issue #2072 : I can't add comments after the role points are edited
2015-02-05 01:20:18 -08:00
Alejandro Alonso
3839ea8a8c
Tasks should retain all history in their full view
2015-02-03 13:06:15 +01:00
David Barragán Merino
e62c84a76f
Fix Issue #2072 : I can't add comments after the role points are edited. ✨ rolepoints reparo!!! ✨
2015-02-03 10:30:40 +01:00
Jesús Espino
3a71868deb
Merge pull request #305 from taigaio/form-submit-refactor
...
tranform <a> submits to buttons
2015-02-03 09:06:20 +01:00
David Barragán Merino
e992eabf35
Fix #tg-2147: set focus to the search input when assigned-to/watchers lightbox is opened
2015-02-02 17:01:11 +01:00
Juanfran
c9a6d1df8e
tranform <a> submits to buttons
2015-02-02 08:42:21 +01:00
Jesús Espino
29de1cf20a
Small fix on imported comments from import
2015-01-29 19:34:46 +01:00
David Barragán Merino
9929182534
Fix tg-2084: broken activity list
2015-01-28 17:01:03 +01:00
David Barragán Merino
5e77c42cc0
Change _.sorBy to _.sortBy
2015-01-28 14:38:50 +01:00
Juanfran
d0d0d51208
fix delete/restore comment in IE
2015-01-28 12:05:27 +01:00
Jesús Espino
cf88012787
Small fix on history loading errors
2015-01-28 11:14:11 +01:00
Juanfran
11069f44da
fix #2053 - fix hide floppy in tags autocomplete
2015-01-28 08:55:58 +01:00
Alejandro Alonso
c1d4ad62e8
Refreshing attachments reorder in activity
2015-01-28 08:32:51 +01:00
Juanfran
05d4d230f2
fix #2024 - fix watchers
2015-01-27 12:51:50 +01:00
David Barragán Merino
21ed451832
Remove debugger
2015-01-26 17:52:28 +01:00
Xavier Julián
5c9ad4b19b
'Export/import project' feature
2015-01-26 16:49:10 +01:00
Juanfran
6c9d8fe746
Convert coffee templates to jade
2015-01-26 10:59:34 +01:00
Xaviju
cde8925ab0
Merge pull request #250 from taigaio/fix-ie11
...
Fix ie11
2015-01-15 16:58:34 +01:00
Juanfran
2d3eb780e4
remove unnecessary debounce
2015-01-15 08:10:24 +01:00
Juanfran
99d183085f
fix vertical align lightbox in IE
2015-01-14 13:25:10 +01:00
Alejandro Alonso
656aad9134
Removing disabled users from listings: memberships for admin, team section, watchers popup and assigned popup
2014-12-23 17:24:24 +01:00
Alejandro
b605e4751f
Merge pull request #205 from taigaio/bug/1768/split-tags-by-comma
...
fix #1768 split tags by comma
2014-12-11 16:39:53 +01:00
Juanfran
686a23b7c7
Merge pull request #208 from taigaio/us/1790/redesign
...
Us/1790/redesign
2014-12-11 16:31:27 +01:00
Alejandro
0d78482432
Merge pull request #207 from taigaio/bug/1741/remove-tag-field-before-open-lightbox
...
fix #1741 - remove tag field before open lightbox
2014-12-11 16:30:20 +01:00