Andrey Antukh
a93eeedf16
Make project privacy settings readonly and overwritable by plugins.
2014-09-04 16:34:00 +02:00
Andrey Antukh
d50508661c
Minor improvements on project profile controller.
2014-09-04 16:34:00 +02:00
Andrey Antukh
7b9773df5f
Rename humanstxt to humanshtml
2014-09-04 16:30:40 +02:00
Andrey Antukh
7b279bb00f
Add ngRoute dependency to taigaPlugins module.
2014-09-04 16:30:40 +02:00
Andrey Antukh
ad5bd3d3f1
Add sample humanstxt plugin.
...
That plugin shows an simple example how add additional
urlmappings and additional templates to the project.
2014-09-04 16:30:40 +02:00
David Barragán Merino
b75dbd4afb
Merge pull request #9 from taigaio/parallel-loading
...
Improvements on resource loading.
2014-09-04 14:04:54 +02:00
Andrey Antukh
f237e97f45
Fix error page url resolution.
...
Now it properly redirects to error page when
api service is down.
2014-09-04 13:28:21 +02:00
Andrey Antukh
4f71ed2e04
Improve resource loading on wiki.
2014-09-04 13:28:15 +02:00
Andrey Antukh
18e5216c7f
Improve resource loading on kanban.
2014-09-04 13:14:48 +02:00
Andrey Antukh
e6ed0caee0
Improve resource loading on issues list.
2014-09-04 13:14:48 +02:00
Andrey Antukh
a8f753af55
Improve resource loading on issues detail.
2014-09-04 13:14:48 +02:00
Andrey Antukh
10457af144
Improve resource loading on userstory detail.
2014-09-04 13:14:48 +02:00
Andrey Antukh
7ae59899d9
Improve resource loading on taskboard.
2014-09-04 13:14:48 +02:00
Andrey Antukh
9709039edc
Improve resource loading on backlog.
2014-09-04 13:14:48 +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
dbce8d722a
Add some comments
2014-09-04 10:23:21 +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
David Barragán Merino
a1223ec44c
Merge pull request #6 from taigaio/public-register-message-as-directive
...
Add directive for public register message on login.
2014-09-04 10:13:58 +02:00
David Barragán Merino
a9fb3b722d
Merge pull request #7 from taigaio/common-lightbox-code-cleaning
...
Code cleaning on common/lightboxes.coffee
2014-09-04 10:11:46 +02:00
David Barragán Merino
97c24881ed
Fix #790 : Show a confirm message when the role of a membership is updated
2014-09-04 09:25:59 +02:00
Andrey Antukh
48cf4edbb3
Remove event attaching from watcher handler.
...
Events should be attached once, and having event attaching
code within some watcher can cause big memory leaks attaching
same handlers more that one time.
2014-09-03 22:38:54 +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
ea53e08a21
Show a confirm message when a project notification is changed
2014-09-03 17:53:50 +02:00
David Barragán Merino
3b452ea279
Show a confirm message when a role is updated
2014-09-03 17:53:50 +02:00
David Barragán Merino
bad4dfeb77
Typo
2014-09-03 17:53:50 +02:00
David Barragán Merino
7a590832a3
Fix #790 : Show a confirm message when a membership is updated
2014-09-03 17:53:50 +02:00
David Barragán Merino
2c59f9dcf9
Improve checkboxes in the members list
2014-09-03 17:53:50 +02:00
Andrey Antukh
8c46f31720
Add directive for public register message on login.
...
This removes conditional logic on template linking
process and innecesary scope mutation on login directive.
Also, it has less data bindings, because the new directive
do all work at compile time without adding additional
bindings.
2014-09-03 16:23:35 +02:00
Andrey Antukh
4ad8f86d7b
Add example plugin "terms".
...
This works as example but also is usefull for sas deployed
instances show their terms and privacity conditions.
2014-09-02 19:02:58 +02:00
Andrey Antukh
d6ad5ad078
Add main plugins module.
2014-09-02 19:02:58 +02:00
Andrey Antukh
7e20180d4c
Add empty plugins directory.
2014-09-02 18:41:48 +02:00
Andrey Antukh
b4d2af566e
Move config dir into app directory.
2014-09-02 18:41:48 +02:00
David Barragán Merino
c89ef25be3
Change full_name for full_name_display in assigned-to column at issues list
2014-09-02 13:16:53 +02:00
David Barragán Merino
76779ae555
Remove unused jade component 'assigned-to'
2014-09-02 13:14:52 +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
David Barragán Merino
de82b6b6d2
Fix #799 : Press ESC to close the project directory menu
2014-09-02 11:09:52 +02:00
David Barragán Merino
613d0aff7f
Fix Bug #828 : Validate username
2014-09-01 18:12:12 +02:00
Andrey Antukh
23a9c000e7
Remove inapropiate usage of block comments.
2014-09-01 17:08:27 +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
Xavier Julián
f5df8387bf
Search Table refactor because of code non related to front Taiga coding style
2014-09-01 12:34:39 +02:00
David Barragán Merino
7465685171
Add copyright
2014-08-31 19:30:25 +02:00
David Barragán Merino
a1df00de11
Remove some unnecessary ;
2014-08-30 22:35:20 +02:00
Xavier Julián
cb28972561
Weird behavior on color transition in menu selector
2014-08-29 16:05:52 +02:00
David Barragán Merino
08d28431f6
Fix #809
2014-08-29 15:47:39 +02:00
Xavier Julián
67bc30e8f4
Added class for header with buttons
2014-08-29 15:44:17 +02:00
Xavier Julián
81fa495f52
Removed horizontal weird scroll foe @bameda. Fixes #829
2014-08-29 15:30:24 +02:00
Jesús Espino
3ad1b06a5c
Adding loading to milestone add
2014-08-29 15:12:50 +02:00
Xavier Julián
5ac4769415
Setted row to be relative to fix popover position on #818
2014-08-29 14:17:23 +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
David Barragán Merino
dcdd9d8d8f
Fix #754 : Use slug in taskboards urls instead milestone id
2014-08-29 13:53:38 +02:00
Xavier Julián
023a8e2a3c
Fixed animation on click on button for loading effect
2014-08-29 13:24:48 +02:00
Alejandro Alonso
c18f7a0b91
Updating comments
2014-08-29 13:03:22 +02:00
Xavier Julián
c181d309ad
Created example loading button on AJAX call
2014-08-29 10:59:24 +02:00
Xavier Julián
09082f512c
Minor style fixes remove console errors
2014-08-29 08:54:41 +02:00
Alejandro Alonso
a34fe3c45e
Fixing historic
2014-08-28 14:55:54 +02:00
Alejandro Alonso
0c4f276e14
Updating forgot passwords texts
2014-08-28 14:43:01 +02:00
Alejandro Alonso
fd75159640
Updating title copy
2014-08-28 14:43:01 +02:00
David Barragán Merino
43a9a08e0b
Fix ##810
2014-08-28 14:37:09 +02:00
Xavier Julián
864b9af7ee
Copy in admin edited and added Yes/No to switches to amke it Android Style and UX oriented
2014-08-28 14:07:16 +02:00
Xavier Julián
d41113505a
Updated copy in menu, refactor of admins header and added help text
2014-08-28 14:07:16 +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
David Barragán Merino
738e66d333
Fix bug #747 and fix some typos in the code too
2014-08-28 12:41:43 +02:00
Alejandro Alonso
94193ea3cb
Fixing backlog graph, removing unnecesary sprint names
2014-08-28 12:11:09 +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
Xavier Julián
3afc2fa200
Fixed the flash effect to be the last-child insted of first-child
2014-08-28 11:50:55 +02:00
Jesús Espino
fd395ca4ff
Fixed bug #763 : Now filter of us and issues filter by subject and reference
2014-08-28 11:26:29 +02:00
Jesús Espino
d08e42fc08
Small fix on filtering issues
2014-08-28 09:22:04 +02:00
Alejandro Alonso
586ff08577
Adding activeanimation class when needed
2014-08-28 09:09:15 +02:00
David Barragán Merino
5480f27973
Code typo
2014-08-27 17:21:15 +02:00
Jesús Espino
2cc673b31a
Fixed tags problems on filters
2014-08-27 16:42:44 +02:00
Jesús Espino
c35a94ab8a
Fixed bug #785 : Added codehilite styles, the wiki renderer write html code of codehilite
2014-08-27 16:36:32 +02:00
David Barragán Merino
a11221834a
Show confirmation lightbox before remove a custom filter
2014-08-27 16:36:18 +02:00
Jesús Espino
c54cb8b243
Fixed problem with unassigned filters
2014-08-27 15:55:14 +02:00
Jesús Espino
a367787f26
Revert "Fix #795 : Close lightbox only if buttons, ESC key or the X icon is pressed"
...
This reverts commit 54cbfd9c92
.
2014-08-27 15:33:47 +02:00
David Barragán Merino
77558bb43c
Add favicon
2014-08-27 15:32:01 +02:00
Xavier Julián
2c85564809
Improved markdown styles based on example
2014-08-27 15:15:23 +02:00
Jesús Espino
e55899bb91
Fixed bug #778 : Now stored filters are removed when detect the filter items are deleted
2014-08-27 15:07:00 +02:00
Alejandro Alonso
a0ac2f51af
Updating new US copy
2014-08-27 14:37:22 +02:00
Jesús Espino
af4580c716
Fixed bug #796 : Adding beadcrumb to the backlog filters
2014-08-27 14:35:26 +02:00
Xavier Julián
1baf634d1f
Improved filters styles. Fixes #711
2014-08-27 14:36:56 +02:00
David Barragán Merino
1811f33daa
Fix an style error with the header of US points table
2014-08-27 14:22:38 +02:00
David Barragán Merino
54cbfd9c92
Fix #795 : Close lightbox only if buttons, ESC key or the X icon is pressed
2014-08-27 14:11:01 +02:00
Xavier Julián
f4d7c6e5eb
Help lightbox litle layout fix. Should be improved in future
2014-08-27 14:11:25 +02:00
Alejandro Alonso
4702eaab66
Fixing dates on backlog sprints edition and creation
2014-08-27 13:45:36 +02:00
Xavier Julián
592e81367b
Added arrows to make edition visible. Fixes #703
2014-08-27 13:51:40 +02:00
Xavier Julián
53ad1c2180
Blocked warning layout. Fixes 787
2014-08-27 13:44:23 +02:00
David Barragán Merino
76d7629a35
Bug #776 : Added generic notions lightbox, and create the first one for Admin//Project Values//US Points
2014-08-27 13:38:04 +02:00
Xavier Julián
c6397a8728
Broken words when too big to fit in tasks. Fixes #768
2014-08-27 13:18:28 +02:00
Xavier Julián
56a3700072
Backlog table refactor to use current mixins for fexbox. Fixes #766
2014-08-27 13:00:18 +02:00
Jesús Espino
7fba53177b
Fixed bug #775 : Now assigned_to isn't sensitive to acuted characters
2014-08-27 12:32:36 +02:00
Jesús Espino
ff27e569f0
Fixed bug #739 : Now video copy is replaced with meet up
2014-08-27 12:05:12 +02:00
Jesús Espino
80e1384c5a
Fixed bug #765 : More robust tags list on filters for user stories
2014-08-27 12:02:19 +02:00
Xavier Julián
8d15e80a11
Changed full name for Display name in user aprofile and invitation
2014-08-27 11:58:12 +02:00
Jesús Espino
ef88469ccc
Bug #709 : Filters now have a breadcrum
2014-08-27 11:51:29 +02:00
Alejandro Alonso
fe91223a09
Hidding related tasks block if empty
2014-08-27 11:04:29 +02:00
Alejandro Alonso
8ad561f0de
Finishin related tasks
2014-08-27 11:02:10 +02:00
Xavier Julián
0c6da2689d
Removed display flex from all h1. Ugly and nosense
2014-08-27 11:11:48 +02:00
Xavier Julián
fe2a67a72a
#717 header de issues
2014-08-27 10:54:24 +02:00
Xavier Julián
55260c917a
help button common for all pages if necessary
2014-08-27 10:46:20 +02:00
Xavier Julián
142a592042
Add related tasks in a US #723
2014-08-27 10:23:12 +02:00
David Barragán Merino
bfbf5d3b46
Fix #704.1
2014-08-26 16:28:34 +02:00
Xavier Julián
7a7c965f7a
Admin-project-profile radio buttons for project privacy
2014-08-26 16:02:16 +02:00
David Barragán Merino
8a39b21b0a
Fix #769
2014-08-26 15:56:42 +02:00
Xavier Julián
a85a93d301
Added bulb icon (idea) for contextual help. Fixes #743
2014-08-26 15:05:45 +02:00
Alejandro Alonso
74cae6947e
Fixing searchs
2014-08-26 11:39:29 +02:00
Alejandro Alonso
330ad999a6
Adding ref info to backlog issues listing
2014-08-26 10:51:17 +02:00
David Barragán Merino
7832c12ba9
Fix typos
2014-08-26 10:34:48 +02:00
Xavier Julián
f47730cb78
Added visual recognizement to editable status in issue detail
2014-08-26 10:30:53 +02:00
David Barragán Merino
4e01de9948
Fix scss lint error
2014-08-26 10:17:17 +02:00
Jesús Espino
00a8d9feb3
Allow user save own filters
2014-08-26 09:23:43 +02:00
Andrey Antukh
b94c3a170f
Remove (awfull) hack and enable submit on press enter key on login.
...
Removed hack does not works. Also, it causes redirects to ugly 405 page
of nginx.
2014-08-25 18:41:35 +02:00
Andrey Antukh
a237232339
Fix block comments style.
2014-08-25 18:04:10 +02:00
David Barragán Merino
7d2ef5ed8c
Refactor: Use tgNavUrls to resolve some urls in auth module
2014-08-25 16:48:54 +02:00
David Barragán Merino
c6fb6e714c
Typo
2014-08-25 16:48:54 +02:00
Xavier Julián
8edf2ee725
Setting UI in issues tabke #653
2014-08-25 16:51:26 +02:00
David Barragán Merino
aa01964264
Fix some placeholders
2014-08-25 16:05:46 +02:00
David Barragán Merino
0ef33a473a
Move assigned-to lightbox
2014-08-25 16:05:46 +02:00
David Barragán Merino
01ce85c766
Fix bug #653 : Formatting dcreation date in issues list
2014-08-25 14:08:22 +02:00
Alejandro Alonso
ca10665032
Making assigned to editable inline in issues listing
2014-08-25 13:49:36 +02:00
Xavier Julián
7cf4150c62
Limit title char lenght #662
2014-08-25 13:13:31 +02:00
Alejandro Alonso
af197eb7c1
Making issue status editable on the listing
2014-08-25 12:47:41 +02:00
David Barragán Merino
a94ddf5fd2
Fix bug #750
2014-08-25 12:51:44 +02:00
Xavier Julián
79def2f779
Added created date in issues list
2014-08-25 12:07:56 +02:00
Xavier Julián
9c0b65ba6f
Reduced Ommpa Loompa banner and show time ISsue #669
2014-08-25 11:46:25 +02:00
Alejandro Alonso
354d840ef6
Improving sprint creation, now the date is the last one used
2014-08-25 11:21:32 +02:00
David Barragán Merino
d5dccd8a04
Refactor: Use tgNavUrls service instead the real url
2014-08-24 18:57:17 +02:00
David Barragán Merino
5da5aa1dc0
Refactor: Use tgNavUrls to get urls of the previous and next object
2014-08-23 22:59:35 +02:00
David Barragán Merino
cc57fe6613
Minor fix in tgNavUrls.resolve
2014-08-23 22:59:35 +02:00
David Barragán Merino
d65fe356f1
Refactor NavUrlsService
2014-08-22 15:09:44 +02:00
Juanfran
bd78092e33
align point status
2014-08-22 15:00:08 +02:00
Juanfran
3797b7095b
fix backlog row in laptop
2014-08-22 14:56:53 +02:00
Juanfran
6fd03f12d7
fix new member button position
2014-08-22 14:26:18 +02:00
Juanfran
abc3f4a54b
fix membership header
2014-08-22 14:23:54 +02:00
Juanfran
840100832d
fix backlog-table popover link width
2014-08-22 13:43:30 +02:00
Juanfran
cdd4e3f9bd
fix open close popover
2014-08-22 13:39:11 +02:00
Juanfran
199d7fc4be
fix remove watcher
2014-08-22 13:29:03 +02:00
David Barragán Merino
2b216e4fd8
Sort some css properties
2014-08-22 13:28:36 +02:00
David Barragán Merino
dce3e9873f
Fix #745 : Reload history when add, update or delete attachments
2014-08-22 12:54:24 +02:00
David Barragán Merino
0b176d2f70
Cut long lines
2014-08-22 12:54:23 +02:00
Juanfran
d641d0d6a7
fix project title height
2014-08-22 12:07:52 +02:00
Juanfran
07851caa8d
fix #746
2014-08-22 12:04:40 +02:00
Juanfran
d030c277a3
watcher & assigned to works with keyboard arrows
2014-08-22 11:31:14 +02:00
Juanfran
e27fc72197
add 'created by' in the issue & us edit
2014-08-22 10:27:28 +02:00
Juanfran
244cc4769f
fix #744
2014-08-22 10:17:41 +02:00
Juanfran
b914b1f13b
remove console.log
2014-08-22 09:14:51 +02:00
Juanfran
a177060d57
fix home links width
2014-08-22 08:58:47 +02:00
Juanfran
2837bedf8d
fix home project list hight
2014-08-22 08:48:18 +02:00
David Barragán Merino
15ca14b152
Fix some urls
2014-08-21 16:10:52 +02:00
Juanfran
3711366c12
fix #736
2014-08-21 14:42:08 +02:00
David Barragán Merino
e2b887c04a
Fix some urls
2014-08-21 13:31:24 +02:00
David Barragán Merino
b5a15c803a
Change the link title
2014-08-21 12:44:38 +02:00
Juanfran
2f932e58e5
remove us title uppercase
2014-08-21 12:27:24 +02:00
Juanfran
98d3442eb8
fix #737
2014-08-21 12:18:47 +02:00
Juanfran
f3fe1385dd
fix us-detail title height
2014-08-21 12:01:14 +02:00
Juanfran
0052147b3b
remember login form
2014-08-21 11:50:45 +02:00
Juanfran
1b6924c520
fix project-menu blink
2014-08-20 13:43:04 +02:00
Juanfran
76d2d4da56
fix notification-light blink
2014-08-20 13:31:24 +02:00
Juanfran
208d99b3a4
fix notify blink on load
2014-08-20 13:26:27 +02:00
David Barragán Merino
204d5ef7b0
Fix #730 : hide comment button in edit mode
2014-08-20 13:14:16 +02:00
David Barragán Merino
33d18a173c
Fix #175 : Validate project value and revert modifications if cancel button is clicked
2014-08-20 12:39:11 +02:00
Juanfran
1fae3c9e9a
fix #728
2014-08-20 12:21:40 +02:00
David Barragán Merino
f59c7726c5
Minor fixes with markdown texts in 'Comments' and 'Activity' tabs
2014-08-20 11:25:29 +02:00
Jesús Espino
6201415452
Fixed bug #734
2014-08-20 11:21:38 +02:00
Juanfran
dfbebc9190
fix headers
2014-08-20 11:00:35 +02:00
Jesús Espino
37b5be744d
Now kanban username can be clicked to select other user
2014-08-20 10:35:56 +02:00
Juanfran
755c172ffd
fix #716
2014-08-20 10:33:04 +02:00
Juanfran
c2e7b91da6
fix #717
2014-08-20 10:22:04 +02:00
Juanfran
a4c4ee8b89
fix #731
2014-08-20 09:49:49 +02:00
Jesús Espino
517c012c32
Fixed another javascript error on race condition (again)
2014-08-20 08:53:15 +02:00
Jesús Espino
d8d3f3f838
Fixed another javascript error on race condition
2014-08-20 08:51:04 +02:00
Jesús Espino
4202950383
Fixed javascript error on race condition
2014-08-20 08:49:20 +02:00
David Barragán Merino
ac078ab016
Fix #712 : 'Use gravatar photo' not work
2014-08-19 16:57:29 +02:00
Jesús Espino
6e04267b63
Fixed bug #722 : Now is easier to close the lightbox
2014-08-19 16:08:59 +02:00
Jesús Espino
a5747af1a8
Fixed bug #720 : Change the roles permissions counters
2014-08-19 15:50:39 +02:00
Jesús Espino
63bbf2a791
Formating date in a more international format
2014-08-19 15:20:54 +02:00
Juanfran
25e7f6a6f4
fix #721
2014-08-19 14:57:35 +02:00
Juanfran
f20927b6f8
fix #724
2014-08-19 14:41:30 +02:00
Jesús Espino
3ce3e5022a
Fixed features save button
2014-08-19 13:54:39 +02:00
Juanfran
17f00133c4
fix #681
2014-08-19 13:41:26 +02:00
Jesús Espino
ee46cca3de
Fixed small problem with the users filters refactor
2014-08-19 13:29:02 +02:00
Juanfran
268d2e06c5
fix #714
2014-08-19 12:59:15 +02:00
Jesús Espino
1b56d15a1b
Removing unnecesary fields on issues lightbox coffescript code
2014-08-19 12:53:10 +02:00
David Barragán Merino
4a6d25d375
Fix #707 with 💩
2014-08-19 12:37:23 +02:00
David Barragán Merino
ae5d64308a
Clean code
2014-08-19 12:37:23 +02:00
Jesús Espino
568a0b6ca9
Homogeneous and better ordering on users filters list on issues
2014-08-19 12:33:52 +02:00
Juanfran
ad7b8ea340
fix #650
2014-08-19 12:20:03 +02:00
Juanfran
ffed61dfeb
fix sprint progress bar directive
2014-08-19 12:16:34 +02:00
Jesús Espino
d3b8aec8ab
Users name sort-by case insensitive
2014-08-19 12:09:42 +02:00
Jesús Espino
40f6f84b3e
Fixed percentage overflow on progress bar
2014-08-19 11:55:16 +02:00
Jesús Espino
5a50705d9c
Fixed bug #708 : Now backlog progress bar works, and all progress bar use the same directive
2014-08-19 11:47:18 +02:00
Alejandro Alonso
581c499518
Adding basic created by
2014-08-19 11:19:58 +02:00
David Barragán Merino
e3bf5c1e02
Remove ;
2014-08-19 11:04:53 +02:00
David Barragán Merino
0d4bfff728
Add copyright
2014-08-19 11:04:53 +02:00
Jesús Espino
d6bf5758de
Fixed bug #693 : Adding issues filters storage
2014-08-19 10:59:35 +02:00
Alejandro Alonso
faa50a2bc4
Fixing new sprint date selectors
2014-08-19 10:14:16 +02:00
Jesús Espino
78eecbabe6
Fixed bug #706 and #679
2014-08-19 09:22:40 +02:00
Alejandro Alonso
80908dda03
Updating description placeholder
2014-08-19 09:15:44 +02:00
Juanfran
1c09279a2f
fix loader
2014-08-19 09:08:22 +02:00
Juanfran
ad752c0d21
disable loader
2014-08-19 08:30:41 +02:00
Alejandro Alonso
0950b995ed
Fixing bulk task creation
2014-08-18 14:48:59 +02:00
Alejandro Alonso
335c9d47a3
Adding directive for disabling long line edition
2014-08-18 14:48:59 +02:00
Jesús Espino
8778391d8a
Now the assignedTo and createdBy filters are sorted by name
2014-08-18 14:08:48 +02:00
Jesús Espino
513a35cda9
Fixed issue #691 : Now allow created by on issues filters
2014-08-18 13:54:41 +02:00
Juanfran
1ea5412265
fix project loader
2014-08-18 13:21:13 +02:00
Jesús Espino
517d393bd7
Fixed bug #672 : Now tags input not 'slugify' the tags
2014-08-18 13:11:09 +02:00
Alejandro Alonso
25588422ae
Fixing home links to projects
2014-08-18 10:44:43 +02:00
Juanfran
dfb52a4115
disable auto loader
2014-08-18 10:39:23 +02:00
Jesús Espino
5ee934a81e
fixed project menu
2014-08-18 10:26:22 +02:00
Juanfran
5bf119f793
project values on create go to bottom list
2014-08-18 10:11:46 +02:00
David Barragán Merino
d16e7c9da8
By default the issue list is sortered by created date: fix the ordering arrow
2014-08-17 16:04:25 +02:00
David Barragán Merino
f62e0e2897
Minor fixes: clean code (II)
2014-08-16 13:16:03 +02:00
David Barragán Merino
5f68c09533
Minor fixes: clean code
2014-08-15 20:43:31 +02:00
Xavier Julián
98fd32e3b4
En sprint taskboard poner icono de iocaína a las tareas con ella #379
2014-08-14 15:07:55 +02:00
Xavier Julián
ec56736854
Reduced minimun load time required
2014-08-14 14:35:03 +02:00
Xavier Julián
1d0c127da9
Loading page effect
2014-08-14 14:33:55 +02:00
Juanfran
2c94ee0ce7
fix feautes list break li
2014-08-14 14:29:55 +02:00
Juanfran
58b01da401
fix #380
2014-08-14 14:13:09 +02:00
Juanfran
2cb5857370
fix #307
2014-08-14 12:48:13 +02:00
Xavier Julián
f6ef790a98
Home projets list refactor styles
2014-08-14 12:01:37 +02:00
Alejandro Alonso
dc8a440ecb
Fixing scroll on left menu for project selection
2014-08-14 10:46:17 +02:00
Alejandro Alonso
e21e23e5e4
Fixing redirection when creating project
2014-08-14 10:36:11 +02:00
Jesús Espino
266d89a567
Fixed bug #373 : Now the navigation menu isnt broken on project profile save
2014-08-14 10:38:49 +02:00
Alejandro Alonso
df334b5081
Fixing total story points ignored on project creation
2014-08-14 10:14:26 +02:00
Alejandro Alonso
6d8e0d21ac
Removing reduntant error message
2014-08-14 10:05:54 +02:00
Jesús Espino
946a18377d
Adding delete button and lightbox to the project profile
2014-08-14 10:10:42 +02:00
Jesús Espino
acfd884dd1
Fixed unsense title tag for Cancel button
2014-08-14 10:10:42 +02:00
Xavier Julián
7bab25cc6c
Error page
2014-08-14 10:13:08 +02:00
Alejandro Alonso
8321506d49
Fixing search
2014-08-14 09:54:43 +02:00
Xavier Julián
c70a96cb22
Search empty results
2014-08-13 15:59:37 +02:00
Xavier Julián
713d8f6db3
Search empty results
2014-08-13 15:28:35 +02:00
Alejandro Alonso
3fa726f2c0
Fixing duplicated filters in issues list
2014-08-13 14:40:07 +02:00
Alejandro Alonso
7fae55f742
Fixing next and prev in issue task and us detail
2014-08-13 14:29:07 +02:00
Jesús Espino
e7adab89cc
Fixed bug #362 : Allowing drop user stories on empty backlog
2014-08-13 14:30:07 +02:00
Alejandro Alonso
f4ebad4be4
Fixing searches
2014-08-13 14:06:25 +02:00
Juanfran
445b39b609
comment nl2br
2014-08-13 13:45:03 +02:00
Juanfran
cf61c750cd
fix userstory detail, error 500
2014-08-13 13:25:21 +02:00
Alejandro Alonso
1c90b535e4
Loading correct location when searching
2014-08-13 12:30:43 +02:00
Juanfran
75bc3b4b70
fix #363
2014-08-13 12:34:59 +02:00
Alejandro Alonso
9b067406e4
Implementing search box javascript
2014-08-13 12:11:50 +02:00
Xavier Julián
9991704330
Serarch lightbox
2014-08-13 11:38:56 +02:00
David Barragán Merino
aeb5a1925c
Remove more ; (Viva la sidrita 🍼 rica y el arroz con leche 🍚 )
2014-08-13 11:08:08 +02:00
Juanfran
33c98f2aef
remove filters buttons
2014-08-13 10:22:55 +02:00
Alejandro Alonso
b74dc16bf7
Change copy of 404 error page
2014-08-13 09:51:44 +02:00
Xavier Julián
b7f098293e
CSS refactor in empty states
2014-08-13 09:59:32 +02:00
Xavier Julián
18ba817a97
Fixed broken tables when empty tables
2014-08-13 09:38:05 +02:00
Alejandro Alonso
81a4a75ec4
Reloading left projects when necesary
2014-08-13 09:26:16 +02:00
Xavier Julián
a5cd995da7
Empty issues table design
2014-08-13 09:29:44 +02:00
Xavier Julián
e592464dc6
Fixing long US name bug in backlog
2014-08-12 17:55:59 +02:00
Jesús Espino
62129b4dcb
On delete sprint reload the user stories
2014-08-12 17:51:31 +02:00
Jesús Espino
119dcca961
On delete roles set correctly a new role value for all membershipsd
2014-08-12 17:45:05 +02:00
Xavier Julián
3d622e18d3
Empty backlog warning
2014-08-12 17:40:29 +02:00
Jesús Espino
0c3995a622
On delete choices set correctly a new choice value for all objects
2014-08-12 17:31:21 +02:00
Xavier Julián
615ff374f9
Empty backlog design
2014-08-12 17:31:54 +02:00
Alejandro Alonso
dd74e8ca0a
Updating project list when saving project properties in admin
2014-08-12 14:58:57 +02:00
Alejandro Alonso
ea1156af2d
Lateral navigation for projects refactor, now it's an only directive
2014-08-12 14:45:28 +02:00
Xavier Julián
779151efde
Improving spinner and fixing console style issuesa
2014-08-12 14:19:11 +02:00
Xavier Julián
30d1e39838
Not found page minor fixes
2014-08-12 13:56:31 +02:00
Xavier Julián
dc3e3256f9
Not found page
2014-08-12 13:51:57 +02:00
Xavier Julián
2c38e16940
General style fixers removeing console linter logs
2014-08-12 13:28:53 +02:00
Xavier Julián
5f040b454b
Añadir spinner al cambio de imagen del perfil de usuario #342
2014-08-12 13:18:29 +02:00
Xavier Julián
8274c37ab3
CSS and HTML user profile refactor
2014-08-12 12:59:49 +02:00
David Barragán Merino
b3a3709e0a
Remove some ; ( ☀️ ☀️ from Asturias with love ☀️ ☀️ )
2014-08-12 12:52:14 +02:00
Juanfran
8b51c86aec
fix #351
2014-08-12 12:45:04 +02:00
Juanfran
6d4fac10bb
fix #349
2014-08-12 12:38:54 +02:00
Xavier Julián
bc637b20a9
#281 Admin. Revisar los textos que aparecen en las features de un proyecto
2014-08-12 12:37:05 +02:00
Xavier Julián
031f8cce1e
Generic spinner
2014-08-12 12:32:08 +02:00
Juanfran
c71ed367c4
fix #352
2014-08-12 12:07:12 +02:00
Juanfran
ad94173387
fix #345
2014-08-12 11:51:57 +02:00
Jesús Espino
f4c9b57d34
Fixed problem on delete points
2014-08-12 11:41:58 +02:00
Jesús Espino
c28d43716f
Allowing kanban ordering only when backlog isn't activated
2014-08-12 10:51:24 +02:00
Juanfran
53dded79b7
improve jade performance
2014-08-12 09:49:45 +02:00
Alejandro Alonso
290f5d8873
Adding rich text for comments in issues, tasks and user stories
2014-08-12 08:57:27 +02:00
Alejandro Alonso
40a2211bc8
Fixing links in left menu for project selection
2014-08-12 08:42:05 +02:00
Juanfran
e32e3ab2c3
fix urls
2014-08-12 08:34:41 +02:00
Jesús Espino
5da883eca7
Opening video conference in new window
2014-08-11 20:37:41 +02:00
Jesús Espino
d93434d704
fixed problem with edit buttons
2014-08-11 18:59:07 +02:00
Jesús Espino
11ff892c05
Fixed bug #350 : Now on change slug, redirect the user to the new valid project url
2014-08-11 18:42:08 +02:00
Jesús Espino
7dc2345cce
Fixed issue #347 : Now User Story create edit lightbox have a better pre-open setup
2014-08-11 18:10:40 +02:00
Jesús Espino
f7507aacbc
Small refactor on colors
2014-08-11 18:02:44 +02:00
Jesús Espino
db69206231
Repainting tags on add us
2014-08-11 17:04:44 +02:00
Alejandro Alonso
e7c1d97be9
Fixing membership creation
2014-08-11 14:23:25 +02:00
Alejandro Alonso
ad5ceca2e2
Fixing register redirection
2014-08-11 13:31:37 +02:00
Alejandro Alonso
66399bd58c
Adding not found url
2014-08-11 12:47:45 +02:00
Alejandro Alonso
fa18301a18
Adding redirect to error page when connection error
2014-08-11 12:42:46 +02:00
Juanfran
e644822a25
set the current page title
2014-08-11 12:42:00 +02:00
Alejandro Alonso
4b52dd32e3
Updating project features texts
2014-08-11 11:54:14 +02:00
Jesús Espino
a810726516
Changing textToColor with the new tag coloration system
2014-08-11 11:52:03 +02:00
Alejandro Alonso
18507708e0
Fixing video conference link if enabled
2014-08-11 10:52:19 +02:00
Juanfran
27e9d7a493
fix #341
2014-08-11 10:42:27 +02:00
Alejandro Alonso
c2b5bf01b7
Calculating the correct section for redirecting the user from the project list
2014-08-11 10:26:37 +02:00
Juanfran
451125de35
fix new tab link
2014-08-11 10:26:41 +02:00
Jesús Espino
ae9f4608dc
Removing modify_wiki_link and vote_issues permissions from the roles admin interface
2014-08-11 10:08:25 +02:00
Alejandro Alonso
efe4a3ce2a
Hidding wiki links when needed
2014-08-11 09:20:46 +02:00
Juanfran
73d20649f2
fix scss lint errors
2014-08-11 09:24:54 +02:00
Alejandro Alonso
d92e74c280
Fixing attachments on wiki edition
2014-08-11 08:58:33 +02:00
David Barragán Merino
5f36b8d12a
Minor fixes in the lightbox 'Create new project'
2014-08-10 10:37:19 +02:00
David Barragán Merino
29508cb51d
Fix some errors in User Profile page
2014-08-09 18:52:32 +02:00
Xavier Julián
a43880dc8f
Buttons sprint closed colors broken
2014-08-08 15:12:30 +02:00
Xavier Julián
1133758e60
Minor style adjustments position and css experiments
2014-08-08 15:00:48 +02:00
Xavier Julián
2e20c82407
Fixed 329 Show blocked US
2014-08-08 15:00:48 +02:00
Juanfran
9924aaaf0e
fix #332
2014-08-08 14:50:42 +02:00
Juanfran
91f91d804e
fix #330
2014-08-08 14:36:25 +02:00
Juanfran
f4cbe0a237
add comment animation
2014-08-08 13:56:20 +02:00
Xavier Julián
253eeee1a8
Fixed button cancel position
2014-08-08 13:40:16 +02:00
Juanfran
f074bd2ead
edit issue type
2014-08-08 13:23:51 +02:00
Juanfran
7e7ed1c656
fix issues comments
2014-08-08 13:23:51 +02:00
Juanfran
18d5fd0427
filter by issue type
2014-08-08 13:23:51 +02:00
Juanfran
0e8e3f5788
add issue type in the issues list
2014-08-08 13:23:51 +02:00
Juanfran
599f95535c
create issue with type
2014-08-08 13:23:51 +02:00
Alejandro Alonso
f3e4bcbba2
Implementing prev and next for backlog and taskboard
2014-08-08 13:03:17 +02:00
Xavier Julián
86489c9c86
Admin functionalities fixes
2014-08-08 13:14:08 +02:00
Xavier Julián
27a9820dc9
Minor fixes in small screens
2014-08-08 12:21:49 +02:00
Juanfran
6da9ecbe6e
fix #310
2014-08-08 12:06:38 +02:00
Xavier Julián
8cb9d370d7
Fixed style code bug
2014-08-08 12:05:08 +02:00
David Barragán Merino
293da008e6
Minor fix
2014-08-08 11:59:06 +02:00
Alejandro Alonso
7a28c05bf6
Fixing prev and next for issues filtering
2014-08-08 11:50:27 +02:00
David Barragán Merino
57b394e6ad
Improve more forms
2014-08-08 11:05:17 +02:00
David Barragán Merino
11eeff7000
Catch server error in the project profile form
2014-08-08 11:05:17 +02:00
David Barragán Merino
16c86916a6
Catch server errors in the sprint form
2014-08-08 11:05:17 +02:00
Alejandro Alonso
5ce2b92136
Adding cancel action to wiki
2014-08-08 10:47:33 +02:00
Xavier Julián
e9305acc27
CAncel wiki button
2014-08-08 10:57:20 +02:00
Alejandro Alonso
875ba9397f
Fixing bulk update order for backlog and kanban
2014-08-08 10:35:24 +02:00
Xavier Julián
6e96d3ac72
Fixed button colors in US edition
2014-08-08 10:34:40 +02:00
Alejandro Alonso
d83410aa77
Adding cancel button to us/issue/task edition
2014-08-08 10:20:23 +02:00
Juanfran
8f51b336d6
fix #301
2014-08-08 10:24:46 +02:00
Xavier Julián
188985241f
Fixed #318 El lightbox de admenberships hay que revisarlo (ver adjunto)
2014-08-08 09:58:15 +02:00
Alejandro Alonso
0f9afae508
Adding link for us in taskboard
2014-08-08 09:22:26 +02:00
David Barragán Merino
2d6c70fda8
Change the type of some inputs from 'text' to 'date'
2014-08-08 09:22:59 +02:00
Xavier Julián
be3234511f
Fixed issue #317 Porject details layout
2014-08-08 09:24:59 +02:00
Juanfran
55001a01b5
fix #320
2014-08-08 09:16:31 +02:00
David Barragán Merino
91a78ab5f3
Fix some refs
2014-08-07 23:12:35 +02:00
David Barragán Merino
13815d9b19
Improve some expresions of ng-class directives
2014-08-07 23:12:16 +02:00
David Barragán Merino
c8e7fc3891
Fix some forms of the admin panel
2014-08-07 16:35:14 +02:00
Xavier Julián
b125aec5d7
Added reference into issues
2014-08-07 15:45:23 +02:00
Xavier Julián
0527e76469
Fixed bamedized lightboxes
2014-08-07 15:23:17 +02:00
Juanfran
66ce535bb1
fix #306
2014-08-07 14:40:11 +02:00
Juanfran
3113de76a7
fix #314
2014-08-07 14:33:14 +02:00
David Barragán Merino
ccb2c5cacb
Convert span.task-assigned to a.task-assigned
2014-08-07 14:27:34 +02:00
Juanfran
f4575e0f11
fix #278
2014-08-07 14:16:04 +02:00
David Barragán Merino
1afe18e8d1
Show the full name of users in the task or USs of the taskboard and kanban
2014-08-07 14:05:26 +02:00
Alejandro Alonso
3ed3eaf99d
Fixing attachments permissions
2014-08-07 13:29:31 +02:00
David Barragán Merino
9a1bf4fef2
Fix tag colors in kanban, taskboard and backlog
2014-08-07 13:36:06 +02:00
Xavier Julián
bc951be963
Minor code style fixes
2014-08-07 13:34:55 +02:00
Xavier Julián
4358b81120
Updated broken fonts
2014-08-07 13:34:55 +02:00
David Barragán Merino
82383faf36
Add action on focus comment textarea
2014-08-07 12:46:30 +02:00
David Barragán Merino
a1067ad503
Catch server errors in edit US form
2014-08-07 12:46:30 +02:00
David Barragán Merino
771ed5fc25
Catch server errors in edit task form
2014-08-07 12:46:30 +02:00
David Barragán Merino
bfa5ce2f35
Catch server errors in edit issue form
2014-08-07 12:46:30 +02:00
David Barragán Merino
61faee88d9
Fix a checksley error on objects detail pages
2014-08-07 12:46:30 +02:00
David Barragán Merino
a2a3c7012f
Fix memberships list
2014-08-07 12:46:30 +02:00
Alejandro Alonso
f30e4e08b8
Completing front permissions visualization
2014-08-07 12:30:51 +02:00
Xavier Julián
efeee84aba
Improved tags styles
2014-08-07 12:34:47 +02:00
Juanfran
954a249d44
fix 265
2014-08-07 12:20:44 +02:00
Juanfran
da649215a0
popover refactor
2014-08-07 12:02:42 +02:00
David Barragán Merino
87a71edc5f
Validate US form
2014-08-07 11:09:22 +02:00
David Barragán Merino
a8c306d9ec
Validate task form
2014-08-07 11:09:22 +02:00
David Barragán Merino
4ba0e590f9
Validate issue form
2014-08-07 11:09:21 +02:00
David Barragán Merino
0290e68b13
Inyect tgConfirm into AttachmentsDirective
2014-08-07 11:09:21 +02:00
Alejandro Alonso
f70cfc4edc
Checking permissions for issues list
2014-08-07 10:52:27 +02:00
Alejandro Alonso
8a5bd7164f
Adding kanban layout permissions check
2014-08-07 10:43:28 +02:00
Xavier Julián
86aa54997d
Updated styles in Taskboard
2014-08-07 10:48:57 +02:00
Xavier Julián
462d2b7073
Improved taskboard styles
2014-08-07 10:33:07 +02:00
Alejandro Alonso
36ec352fc5
limiting drag&drop in backlog according to permissions
2014-08-07 08:37:24 +02:00
Xavier Julián
54da933fe9
I+D en Taskboard
2014-08-06 18:14:33 +02:00
David Barragán Merino
c6057886ad
Fix Issue #289 : No attachments when edit a wiki page
2014-08-06 17:04:16 +02:00
Xavier Julián
0347805d07
Fixes in Kanban table
2014-08-06 16:55:40 +02:00
David Barragán Merino
36885c5598
Fix template selector in the project-creation form
2014-08-06 16:16:02 +02:00
David Barragán Merino
f5527d3941
Change restricted of the directive tg-[kanban/taskboard]-user-avatar to A
2014-08-06 15:34:07 +02:00
David Barragán Merino
3c7b9ed490
Minor fix
2014-08-06 15:09:29 +02:00
Xavier Julián
a4b0761298
Created icons for table organisation. Carets
2014-08-06 15:06:57 +02:00
Alejandro Alonso
dfb42c2d3c
Limiting user actions in backlog
2014-08-06 14:39:47 +02:00
David Barragán Merino
486a071e63
Improve the header of the list of issues
2014-08-06 13:41:56 +02:00
Xavier Julián
07250db800
Fix comments in activity section. Fixes #274
2014-08-06 13:21:34 +02:00
Alejandro Alonso
2b6f32ab54
Controlling errors on proyect edition and creation
2014-08-06 12:48:20 +02:00
David Barragán Merino
bf35a497bf
keep it simple
2014-08-06 12:46:01 +02:00
Juanfran
f1dc7be896
fix #287
2014-08-06 12:45:14 +02:00
Juanfran
66111d4eb7
fix #291
2014-08-06 12:37:05 +02:00
Xavier Julián
3cac0b857c
Fixed Issue #228 Texto libre en la caja de busqueda
2014-08-06 12:35:31 +02:00
Xavier Julián
8c2a82ad09
Fixed border-radius in datepicker
2014-08-06 12:30:39 +02:00
Xavier Julián
2e0301c7cb
Fix Issue #294 No se ven los calendarios al crear un nuevo sprint
2014-08-06 12:23:04 +02:00
Juanfran
af20a61e91
fix #295
2014-08-06 11:47:47 +02:00
Xavier Julián
2b653c2923
Fixed console errors CSS bullshit
2014-08-06 11:12:13 +02:00
Xavier Julián
2f9fa8a6ab
Fix error messages on login
2014-08-06 11:00:39 +02:00
Juanfran
4b3ea539dd
fix #285
2014-08-06 10:53:23 +02:00
Xavier Julián
41c7181893
Refactor of error messages 1/2
2014-08-06 10:52:19 +02:00
Juanfran
f8ef271fab
fix #264
2014-08-06 10:31:21 +02:00
Juanfran
959b49cefe
fix task lightbox
2014-08-06 10:03:07 +02:00
Xavier Julián
c24cbeb7dc
section features
2014-08-06 10:05:06 +02:00
Juanfran
73099cf556
fix block lightbox
2014-08-06 09:24:36 +02:00
Alejandro Alonso
6d5bf9e2aa
Finishing activity and comments refactor
2014-08-06 09:08:57 +02:00
Juanfran
60739cfdce
fix bulk & confirm lightboxes
2014-08-06 08:43:17 +02:00
Juanfran
2d8b04663a
lightbox transition
2014-08-06 08:32:11 +02:00
Jesús Espino
ba454aecd4
Removing Sortable.js, now not needed, returned to jquery.ui.sortable plugin
2014-08-05 19:01:47 +02:00