Andrey Antukh
6408ab2f61
Set more apropiate name to kanban row width fixer directive.
2014-09-12 20:27:20 +02:00
Andrey Antukh
fed86f8d4f
Split column size code from kanban sortable directive into an other specific directive.
2014-09-12 20:23:10 +02:00
Andrey Antukh
be2872bd8f
Remove useless console.log
2014-09-12 20:08:58 +02:00
Andrey Antukh
f078ec2632
Remove modules/base/form.coffee (dead code)
2014-09-12 20:07:10 +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
bf732f7a17
Simplify the tg-check-permission directive.
2014-09-11 20:24:50 +02:00
Andrey Antukh
cc04ee80a6
Remove unused local variables on main common module file.
2014-09-11 20:24:50 +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
Andrey Antukh
08ef1599f8
Fix user photo url on nav bar.
2014-09-11 18:07:19 +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
236f69dfde
Fix bug #911 : Force the cursor at the right of the sortable
2014-09-11 09:56:37 +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
Juanfran
7ea37decfb
fix #925
2014-09-10 16:45:43 +02:00
Jesús Espino
b0d56587cb
Fix bug #928 : More robust sprint creation
2014-09-10 16:16:49 +02:00
Jesús Espino
6a999cc811
Fix issue #920 : create project values on empty projects
2014-09-10 16:10:01 +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
2e3878b388
Remove unused resource methods for load history.
2014-09-09 17:47:34 +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
Andrey Antukh
e4881749b7
Remove old tgChange directive code.
2014-09-09 17:47:34 +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
Jesús Espino
da03955ab5
Move tags directive from taigaBase to taigaTags
2014-09-09 11:42:38 +02:00
Jesús Espino
743d19ea6f
Add tags autocompletion directive
2014-09-09 11:11:09 +02:00
Juanfran
682f6492b3
fix user keyboard navigation
2014-09-09 09:56:17 +02:00
Juanfran
44c975e3ae
disable custom scroll
2014-09-09 08:50:27 +02:00
Jesús Espino
72337ea6e3
Fixed bug on unexisting wiki pages
2014-09-08 18:42:28 +02:00
Juanfran
ef4c95d84a
fix #678
2014-09-08 13:58:00 +02:00
Jesús Espino
e96604d29e
Add resolver client cache
2014-09-08 13:21:48 +02:00
Andrey Antukh
7a960b844a
Minor code style cleaning at kanban/main.coffee file.
2014-09-06 16:54:06 +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
Andrey Antukh
c5958ba32d
Remove one level of indentation on backlog sortable module.
2014-09-06 02:34:40 +02:00
Xavier Julián
5ec1925057
Kanban blocked tasks visual color
2014-09-05 15:14:58 +02:00
Xavier Julián
7f871eeab3
Taskboard blocked tasks visual color
2014-09-05 15:09:43 +02:00
Jesús Espino
09f4b382ff
Add some loading spiners on some save buttons
2014-09-05 14:58:20 +02:00
Jesús Espino
68f48f6a1c
Fix bug #741 : Kanban/Taskboard/Backlog drag and drop start on all the element
2014-09-05 13:57:21 +02:00
Xavier Julián
bcf87d7df1
Fixed styles in add more comments in details. Related #812
2014-09-05 13:47:01 +02:00
Jesús Espino
1f0d4f3847
Fix parallel requests race condition
2014-09-05 09:57:13 +02:00
Jesús Espino
3213d12087
Fix bug #861 : Change title of the assigned to div
2014-09-05 09:33:37 +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
Andrey Antukh
d50508661c
Minor improvements on project profile controller.
2014-09-04 16:34:00 +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
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
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
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
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
David Barragán Merino
08d28431f6
Fix #809
2014-08-29 15:47:39 +02:00
Jesús Espino
3ad1b06a5c
Adding loading to milestone add
2014-08-29 15:12:50 +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
Alejandro Alonso
a34fe3c45e
Fixing historic
2014-08-28 14:55:54 +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
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
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
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
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
Jesús Espino
af4580c716
Fixed bug #796 : Adding beadcrumb to the backlog filters
2014-08-27 14:35:26 +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
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
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
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
Jesús Espino
ef88469ccc
Bug #709 : Filters now have a breadcrum
2014-08-27 11:51:29 +02:00
Alejandro Alonso
74cae6947e
Fixing searchs
2014-08-26 11:39:29 +02:00
Xavier Julián
f47730cb78
Added visual recognizement to editable status in issue detail
2014-08-26 10:30:53 +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
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
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
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
d030c277a3
watcher & assigned to works with keyboard arrows
2014-08-22 11:31:14 +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
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
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
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
Jesús Espino
37b5be744d
Now kanban username can be clicked to select other user
2014-08-20 10:35:56 +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
Jesús Espino
3ce3e5022a
Fixed features save button
2014-08-19 13:54:39 +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
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
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
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
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
58b01da401
fix #380
2014-08-14 14:13:09 +02:00
Juanfran
2cb5857370
fix #307
2014-08-14 12:48:13 +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
Jesús Espino
946a18377d
Adding delete button and lightbox to the project profile
2014-08-14 10:10:42 +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
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
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
81a4a75ec4
Reloading left projects when necesary
2014-08-13 09:26:16 +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
Jesús Espino
0c3995a622
On delete choices set correctly a new choice value for all objects
2014-08-12 17:31:21 +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
5f040b454b
Añadir spinner al cambio de imagen del perfil de usuario #342
2014-08-12 13:18:29 +02:00
David Barragán Merino
b3a3709e0a
Remove some ; ( ☀️ ☀️ from Asturias with love ☀️ ☀️ )
2014-08-12 12:52:14 +02:00
Juanfran
6d4fac10bb
fix #349
2014-08-12 12:38:54 +02:00
Xavier Julián
031f8cce1e
Generic spinner
2014-08-12 12:32:08 +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
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
Juanfran
e644822a25
set the current page title
2014-08-11 12:42:00 +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
d92e74c280
Fixing attachments on wiki edition
2014-08-11 08:58:33 +02:00
David Barragán Merino
29508cb51d
Fix some errors in User Profile page
2014-08-09 18:52:32 +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
Juanfran
f074bd2ead
edit issue type
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
Juanfran
6da9ecbe6e
fix #310
2014-08-08 12:06:38 +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
Alejandro Alonso
5ce2b92136
Adding cancel action to wiki
2014-08-08 10:47:33 +02:00
Alejandro Alonso
875ba9397f
Fixing bulk update order for backlog and kanban
2014-08-08 10:35:24 +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
Juanfran
55001a01b5
fix #320
2014-08-08 09:16:31 +02:00
David Barragán Merino
c8e7fc3891
Fix some forms of the admin panel
2014-08-07 16:35:14 +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
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
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
8a5bd7164f
Adding kanban layout permissions check
2014-08-07 10:43:28 +02:00
Alejandro Alonso
36ec352fc5
limiting drag&drop in backlog according to permissions
2014-08-07 08:37:24 +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
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
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
66111d4eb7
fix #291
2014-08-06 12:37:05 +02:00
Juanfran
af20a61e91
fix #295
2014-08-06 11:47:47 +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
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
d1bf0102c2
Adding wip limit to kanban
2014-08-05 18:53:32 +02:00
David Barragán Merino
def7fc973e
Colorinchis and coloronchos like tronchos 🌈 🐐 🐏 🐊 🌈
2014-08-05 17:29:16 +02:00
David Barragán Merino
0f7cf92c10
Make a refactor of taskboard-task
2014-08-05 17:27:00 +02:00
Jesús Espino
48d9e0c2c9
fixed problem with video enable disable show label
2014-08-05 17:09:45 +02:00
Alejandro Alonso
a71c53cae2
First part of the history refactor
2014-08-05 14:54:14 +02:00
Juanfran
e5d0428373
lightbox refactor
2014-08-05 14:53:42 +02:00
Jesús Espino
c3e96c16c8
Removed unused permissions
2014-08-05 14:45:38 +02:00
Xavier Julián
c1cb5fdd6f
Fix previous commit
2014-08-05 13:49:47 +02:00
Xavier Julián
2242e84127
Fixed pop points in US detail
2014-08-05 13:48:40 +02:00
Juanfran
997d803abd
fix #264
2014-08-05 13:00:59 +02:00
Juanfran
e9022d1ed5
loader
2014-08-05 12:32:03 +02:00
Jesús Espino
988928bcfa
Fixed feathures modification to be applied to nav menu
2014-08-05 11:30:07 +02:00
David Barragán Merino
276cf85369
Add links to external pages of terms of services and privacy policy
2014-08-05 10:56:14 +02:00
Jesús Espino
8f5eead730
User profile integration
2014-08-05 10:38:04 +02:00
Jesús Espino
0c38ffc915
Adding permissions verification to draw the main menu
2014-08-05 10:28:49 +02:00
Jesús Espino
dff6e413b5
Fixed bug on roles modification
2014-08-05 10:28:34 +02:00
Jesús Espino
93dd5b2a54
Hidding deactivated sections
2014-08-05 10:05:30 +02:00
Jesús Espino
b678630fe9
Removing project view permissions on role permissions list
2014-08-04 18:15:49 +02:00
Jesús Espino
75e9cb00bd
Fixed typo
2014-08-04 18:14:21 +02:00
David Barragán Merino
fffa11a425
Bamedize some unnecesary confirm.notify messages
2014-08-04 17:56:52 +02:00
David Barragán Merino
bd870ea692
Fix a bug in the issues filters when unselect one in a secction with different type
2014-08-04 17:34:11 +02:00
David Barragán Merino
9252ef8a51
Fix a bug in the backlog filters when unselect one in a secction with different type
2014-08-04 17:34:11 +02:00
Juanfran
98f90f91cf
tg-bo-bind
2014-08-04 11:36:42 +02:00
Juanfran
b614a6258a
fix bulk tasks
2014-08-04 10:12:18 +02:00
Juanfran
0f634577ec
fix bulk issues
2014-08-04 10:09:27 +02:00
Juanfran
acea3e2146
fix userstories bulk
2014-08-04 10:07:42 +02:00
David Barragán Merino
372e19cf3f
Refactor attachments
2014-08-03 12:07:48 +02:00
David Barragán Merino
c95c09ffea
Refactor html of new-attachments
2014-08-02 17:00:53 +02:00
Juanfran
325e8488f7
add new fields in the project creation
2014-08-01 14:52:14 +02:00
Xavier Julián
b7690abdb7
Backlog sortable placeholder
2014-08-01 14:53:10 +02:00
Juanfran
0db30f2894
add create project in the project nav
2014-08-01 13:57:59 +02:00
David Barragán Merino
c74f21824b
Fix an error with the new created attachments
2014-08-01 13:49:56 +02:00
Xavier Julián
5a2492f6f1
Attachment styles
2014-08-01 13:49:29 +02:00
Juanfran
c1f07bf8c3
create project lightbox
2014-08-01 13:23:04 +02:00
Xavier Julián
798457b7d9
Restyle for attachments
2014-08-01 12:49:02 +02:00
David Barragán Merino
dfe4b81d5c
Add a border to items in the filters of issues-list and backlog
2014-08-01 12:27:05 +02:00
David Barragán Merino
d9da36283a
finish with attachment module
2014-07-31 19:24:04 +02:00
Juanfran
72c344c009
animation hack timeout
2014-07-31 14:58:48 +02:00
Juanfran
96dda0b706
project navigation
2014-07-31 14:38:23 +02:00
David Barragán Merino
a214485b9f
Use order attr to order US statuses in Kanban page
2014-07-31 12:47:55 +02:00
David Barragán Merino
d167ab533a
Fix memberships creation tu use the new API changes
2014-07-31 12:20:21 +02:00
David Barragán Merino
5236789c83
Fix kanban colum width and make that header follow the body
2014-07-31 11:03:21 +02:00
Xavier Julián
88ccc4b153
Fixes in filters styles
2014-07-31 10:10:53 +02:00
David Barragán Merino
747d55c172
Cleaning 💩
2014-07-30 17:15:44 +02:00
David Barragán Merino
b1b33f76b2
Minor fixes and improvements
2014-07-30 16:04:00 +02:00
David Barragán Merino
140055c0f0
Attachments can be ordered
2014-07-30 16:04:00 +02:00
Juanfran
256de1a791
fix stats NaN
2014-07-30 14:45:15 +02:00
Juanfran
1a8fa8091e
fix #440
2014-07-30 14:36:46 +02:00
Xavier Julián
d573c373c3
Redesignyaout od the projects page
2014-07-30 14:34:01 +02:00
Juanfran
1b3d3b00fa
show main menu in the project detail
2014-07-30 14:13:10 +02:00
Juanfran
cb44f84e12
fix issues and US create and bulk
2014-07-30 13:36:34 +02:00
David Barragán Merino
b3809b507c
Cleaning toxic code
2014-07-30 12:35:07 +02:00
Jesús Espino
62f31aeab3
Adding admin roles page
2014-07-30 10:27:41 +02:00
Jesús Espino
0369a35228
Adding delete confirmation on wiki and wiki links
2014-07-30 09:22:04 +02:00
David Barragán Merino
822006c546
Now we can edit and delete attachments
2014-07-29 16:22:56 +02:00
David Barragán Merino
57bde2886a
Show an error message when delete a member on error
2014-07-29 16:22:56 +02:00
Alejandro Alonso
8150653e31
Improving user settings
2014-07-29 15:10:00 +02:00
David Barragán Merino
9dbe70fed6
Refactor attachments: use directives to show its
2014-07-29 14:45:27 +02:00
David Barragán Merino
ada119933b
Remove unnecessary attrs
2014-07-29 14:45:27 +02:00
Juanfran
12498811d7
issues bulk front
2014-07-29 12:57:12 +02:00
Xavier Julián
da6673a1f8
Styles fixed on details
2014-07-29 12:44:28 +02:00
Juanfran
8c4ac1b309
fix #415
2014-07-29 12:25:00 +02:00
Juanfran
5b2c6284fa
fix #413
2014-07-29 10:30:51 +02:00
Juanfran
a2336921d3
fix 416
2014-07-29 10:03:34 +02:00
Jesús Espino
8dcb479561
Adding again the wiki link
2014-07-29 11:14:39 +02:00
David Barragán Merino
b194b8edc3
Show active attachments of wiki pages
2014-07-29 00:22:33 +02:00
David Barragán Merino
d00ea43289
Show active attachments of tasks
2014-07-29 00:22:05 +02:00
David Barragán Merino
898b040246
Show active attachments of USs
2014-07-29 00:21:25 +02:00
David Barragán Merino
2b6b1d79cb
Show active attachments of an issue
2014-07-29 00:20:43 +02:00
David Barragán Merino
d23553f012
Fix section name of user story detail page
2014-07-29 00:19:30 +02:00
David Barragán Merino
8ba8553217
Fix section name of task detail page
2014-07-29 00:18:46 +02:00
David Barragán Merino
84c15eae24
Fix section name of issue detail page
2014-07-29 00:18:12 +02:00
David Barragán Merino
4f2e260113
Create AttachmentsMixin Controller
2014-07-29 00:14:38 +02:00
David Barragán Merino
7711126729
Create a rosources service for attachments
2014-07-29 00:13:37 +02:00
David Barragán Merino
d2ebd30fe3
Remove unnecessary url
2014-07-28 20:56:03 +02:00
David Barragán Merino
317f3ad034
Add some likne breaks
2014-07-28 20:55:30 +02:00
David Barragán Merino
855a748f4f
Fix an error in get service of the issues resource
2014-07-28 18:00:14 +02:00
David Barragán Merino
e1b88e83cf
Minor fixes in 'Add memberships' lightbox
2014-07-28 17:14:13 +02:00
Jesús Espino
a14430096d
Working avatar in the main menu
2014-07-28 18:44:05 +02:00
Jesús Espino
a8bc9fcfcd
Fixed problem with deleted url for issue-detail
2014-07-28 18:13:06 +02:00
Alejandro Alonso
c9995aa52b
Lateral menu for user profile
2014-07-28 13:28:35 +02:00
Jesús Espino
16e326b437
Allowing to create bulk task on task without user story
2014-07-28 13:30:58 +02:00
Jesús Espino
c29296bf83
Some wiki fixes
2014-07-28 13:10:08 +02:00
Jesús Espino
8babff7cec
Integration of wiki
2014-07-28 12:35:44 +02:00
Juanfran
1fdd7acf5b
fix #404
2014-07-28 10:55:40 +02:00
David Barragán Merino
c194fafee4
Remove duplicate urls
2014-07-28 10:06:39 +02:00
Jesús Espino
976eaa03ae
Fixed membership is_admin checkbox
2014-07-28 09:56:58 +02:00
Juanfran
20e68f7b82
fix #414
2014-07-28 09:02:53 +02:00
Juanfran
ec4f3e9975
fix hide projects menu
2014-07-28 08:40:50 +02:00
David Barragán Merino
6f8f70fe34
Create memberships in bulk
2014-07-28 01:00:55 +02:00
David Barragán Merino
8d0cb8c54f
Resend invitations
2014-07-27 23:27:39 +02:00
Andrey Antukh
e0be22d871
Refactorized backlog drag and drop.
...
Make it work like other drag and drop implementations
found on taiga (taskboard and kanban) with exception of
revert animation.
2014-07-25 21:19:24 +02:00
Andrey Antukh
6798662c69
Deactivate doomline (has strange behavior with drag and drop)
2014-07-25 21:18:15 +02:00
Juanfran
332dc5c433
create project
2014-07-25 14:50:45 +02:00
Juanfran
e0dffa0a32
create project front
2014-07-25 14:50:45 +02:00
David Barragán Merino
1dc692c1e0
Fix error in the pagination of memberships
2014-07-25 14:24:23 +02:00
David Barragán Merino
c797352472
Fix default image of invitations
2014-07-25 13:53:28 +02:00
Juanfran
9e2fd9cfc1
US/121 project details
2014-07-25 09:31:54 +02:00
Juanfran
08d9e17894
US/121 remove example projects
2014-07-25 09:30:40 +02:00
Juanfran
7802f3d0f5
US_121 vertical pagination directive
2014-07-25 09:30:40 +02:00
Juanfran
71c336f144
US/121 fix multi click animation
2014-07-25 09:30:39 +02:00
Juanfran
3de9eff593
US/121 projects pagination
2014-07-25 09:30:39 +02:00
Juanfran
93d74affd3
US/121 new project home front
2014-07-25 09:30:39 +02:00
Juanfran
d5478c2b44
US/121 projects list
2014-07-25 09:29:32 +02:00
David Barragán Merino
a2ca8cca69
Fix an error with the close button of the lightbox and reset the form
2014-07-24 16:04:07 +02:00
David Barragán Merino
2bc7637358
Fix a template, close a fieldset tag
2014-07-24 16:04:07 +02:00
Andrey Antukh
849c5a92b3
Set proper default image for unassigned users.
...
Including image locally.
2014-07-24 15:00:27 +02:00
David Barragán Merino
9542c3f6c4
Minor refactor
2014-07-24 12:51:51 +02:00
David Barragán Merino
2fe0773597
Fix an error withn the select of roles
2014-07-24 12:51:51 +02:00
Xavier Julián
71277385e1
minor style improvements in backlog page
2014-07-24 12:39:35 +02:00
David Barragán Merino
9056b944c8
Do the first version of 'add memberships' feature
2014-07-24 00:20:22 +02:00
Andrey Antukh
dca82d63d4
Fix column height on kanban.
2014-07-23 15:28:19 +02:00
Andrey Antukh
3f432905d7
Calculate the proper height for kanban column.
2014-07-23 15:01:30 +02:00
Alejandro Alonso
1608c42678
Fixing color selection
2014-07-23 15:03:33 +02:00
Alejandro Alonso
2c04e81bf3
Adding us points administration
2014-07-23 14:37:46 +02:00
Andrey Antukh
9f37ce70ec
Now assigned to change is persisted on kanban.
2014-07-23 14:34:28 +02:00
Andrey Antukh
649e610f90
Add filtering by name on watchers lightbox.
2014-07-23 14:23:24 +02:00
Andrey Antukh
b3a7d83447
Remove commented code.
2014-07-23 14:23:17 +02:00
Andrey Antukh
170136304f
Clear model before lightbox is closed.
2014-07-23 13:38:40 +02:00
Andrey Antukh
530766d245
Remove the responsability of save from assigned to lightbox directive.
2014-07-23 13:30:03 +02:00
Andrey Antukh
afbab5d966
Other cosmetic fixes.
2014-07-23 13:12:17 +02:00
Andrey Antukh
5a4982942f
Replace Object.keys with _.keys
2014-07-23 13:12:16 +02:00
Andrey Antukh
e4975e3f25
Replace some _.each by native coffescript for.
2014-07-23 13:12:16 +02:00
Andrey Antukh
80c01d38eb
Cosmetic fixes on some large lines on issues detail controller.
2014-07-23 13:12:16 +02:00
Andrey Antukh
83919e92dc
Refactoring lightboxes.
2014-07-23 13:12:16 +02:00
Andrey Antukh
489c4ea02a
Split directives.coffee into few separated files.
2014-07-23 13:12:16 +02:00
Andrey Antukh
6b433bcee0
Add clone() method to model.
2014-07-23 13:12:16 +02:00
Andrey Antukh
bc77cad4ea
Minor fixes on kanban page.
2014-07-23 13:12:16 +02:00
Andrey Antukh
7c01866526
Refactorized assigned to lightbox.
2014-07-23 13:12:16 +02:00
Andrey Antukh
5e6bc87176
Add bind title directive.
2014-07-23 13:12:16 +02:00
David Barragán Merino
525063496d
Add directive to change the role of a member
2014-07-23 12:54:49 +02:00
Alejandro Alonso
88ae4e7122
Adding admin for issue types, priority and severity
2014-07-23 12:41:02 +02:00
Alejandro Alonso
64f80cf4ab
Finishing us statuses, task statatuses and issue statuses for admin section
2014-07-23 11:02:23 +02:00
Alejandro Alonso
74aba3394d
Refactoring admin project values us statuses
2014-07-23 10:39:52 +02:00
David Barragán Merino
03d8fefc52
Remove 'Kakita' 💩
2014-07-22 21:43:36 +02:00
David Barragán Merino
3d28459471
Delete a member
2014-07-22 21:19:31 +02:00
David Barragán Merino
a8c0d38a7b
Add section name
2014-07-22 21:14:02 +02:00
David Barragán Merino
fd7733dfd7
Directive to do a member administrator
2014-07-22 20:37:17 +02:00
David Barragán Merino
2817bd3d45
Paginate membership list
2014-07-22 20:34:45 +02:00
David Barragán Merino
56009328b7
Fix queryMany, now return all elements
2014-07-22 20:32:51 +02:00
David Barragán Merino
1ba9d488f6
Remove a console.log
2014-07-22 20:31:53 +02:00
Alejandro Alonso
da101a1247
Implementing color selection for us status
2014-07-22 15:14:01 +02:00
Alejandro Alonso
775defad3f
Improving us statuses for admin
2014-07-22 14:53:32 +02:00
Alejandro Alonso
5f801bd424
Merge
2014-07-22 14:47:35 +02:00
Alejandro Alonso
69da3f1703
Improving us statuses for admin
2014-07-22 14:46:42 +02:00
David Barragán Merino
06866ff577
List memberships
2014-07-22 14:20:36 +02:00
Alejandro Alonso
0c01020eaa
Improving us statuses for admin
2014-07-22 14:01:30 +02:00
Andrey Antukh
38c0fc1e10
Move assigned to lightbox directive to commons.
2014-07-22 12:59:44 +02:00
Andrey Antukh
2ef0a69679
Now implemented create/edit userstory from kanban.
2014-07-22 12:34:00 +02:00
Andrey Antukh
2d3df5f55a
Move some lightbox directives from backlog to common.
2014-07-22 12:19:17 +02:00
Andrey Antukh
3f18a677f4
Move lightboxes toplevel module to common module.
2014-07-22 12:14:49 +02:00
Andrey Antukh
4e78f25ce1
Add commons module constructor file.
2014-07-22 12:07:51 +02:00
Andrey Antukh
69541a6170
Drag and drop now working on kanban.
2014-07-22 11:44:31 +02:00
Juanfran
a285eba6a8
hide selected watchers
2014-07-22 09:26:42 +02:00
Andrey Antukh
d60660c4be
Add user avatar kanban directive.
2014-07-21 20:54:41 +02:00
Andrey Antukh
a8f9bd0303
Initial kanban code.
2014-07-21 20:54:41 +02:00
David Barragán Merino
b172b07ed9
Finish the module auth
2014-07-21 16:23:24 +02:00
Alejandro Alonso
03d30d62db
Improving admin - us statuses
2014-07-21 14:55:32 +02:00
Alejandro Alonso
b459c0668d
First versoin admin - project values - us statuses
2014-07-21 14:39:57 +02:00
Alejandro Alonso
24597159f8
Adding admin for project profile -> default values
2014-07-21 12:18:36 +02:00
Alejandro Alonso
92f501d519
Adding project features to admin
2014-07-21 11:52:44 +02:00
David Barragán Merino
5304406226
Use the correct api resource to accept invitations
2014-07-19 23:45:28 +02:00
David Barragán Merino
2cbc19e4cc
Close a span tag
2014-07-17 09:33:19 +02:00
David Barragán Merino
5dc860fb1e
Catch more errors after login call
2014-07-15 19:23:33 +02:00
David Barragán Merino
7bd03e221c
Hide register page link if public registration is disabled
2014-07-14 20:48:00 +02:00
David Barragán Merino
5a2cc5c627
Finish registered proccess by invitation
2014-07-13 16:28:08 +02:00
David Barragán Merino
b495bfe794
Remove a console.log
2014-07-13 16:27:32 +02:00
David Barragán Merino
b599ff4e9a
Fix login and register function in Auth service
2014-07-13 16:27:05 +02:00
David Barragán Merino
fd1e009c82
Auth service now return invitations
2014-07-13 16:26:02 +02:00
David Barragán Merino
3fe3edfc77
Add invitations resource
2014-07-13 16:24:25 +02:00
Andrey Antukh
92dfffdaf0
Implemented drag and drop on taskboard.
2014-07-12 14:00:54 +02:00
Alejandro Alonso
32bd362499
Task edit and visualization
2014-07-12 10:32:25 +02:00
Alejandro Alonso
6b75e42401
Finishing user story edition
2014-07-11 10:59:06 +02:00
Alejandro Alonso
6442f8b040
Finishing basic visualization for user story
2014-07-11 00:20:58 +02:00
Andrey Antukh
18318d4e75
Add ordering implementation to issues list.
2014-07-10 20:46:44 +02:00
Andrey Antukh
3fb545edf2
Implemented issue creation on issues list.
2014-07-10 20:00:56 +02:00
Andrey Antukh
cb3c979a04
Cosmetic fixes on taskboard lightboxes directives file.
2014-07-10 20:00:56 +02:00
Andrey Antukh
6bc662a1b9
Add separations between directives on backlog lightboxes.
2014-07-10 20:00:56 +02:00
Alejandro Alonso
8c1c3a376d
Fixing history visualization in user story
2014-07-10 19:04:57 +02:00
Andrey Antukh
3d13682071
Fix filtering by unassigned and other related bugs on issues list.
2014-07-10 17:49:31 +02:00
Andrey Antukh
94750d8358
Fixed projects-nav.
2014-07-10 15:51:47 +02:00
Alejandro Alonso
8dd8e632b1
Initial integration of userstory page
2014-07-10 14:57:39 +02:00
David Barragán Merino
9f078257e2
Finish the 'change password from recover' functionality
2014-07-10 13:44:29 +02:00
Juanfran
cf1dc3bd25
fix #316
2014-07-10 13:19:30 +02:00
Alejandro Alonso
53b4d0cec8
Renaming backlog graph directive
2014-07-10 12:45:30 +02:00
Alejandro Alonso
8e4bc0595d
refreshing elements in backlog
2014-07-10 12:44:12 +02:00
Andrey Antukh
52ad64bd23
Move charts from taskboard.
2014-07-10 12:40:47 +02:00
Andrey Antukh
242d9a4d2a
Remove console logs.
2014-07-10 12:10:42 +02:00
Andrey Antukh
6d4dc6f242
Remove commented code.
2014-07-10 11:56:16 +02:00
Alejandro Alonso
3fb2cdf709
Merge branch 'drag-and-drop-refactor'
2014-07-10 11:39:40 +02:00
Xavier Julián
b5850affe1
Login page review fixes and login typo
2014-07-10 11:47:26 +02:00
David Barragán Merino
8a50d2fa58
Improve tgConfirm.notify method to allow a custom title and message
2014-07-10 11:09:38 +02:00
Alejandro Alonso
9a514fcc2a
Refactoring drag and drop in backlog
2014-07-10 11:02:55 +02:00
Xavier Julián
adb756b4cd
Added CSS interactions to confirm buttons
2014-07-10 10:22:57 +02:00
Andrey Antukh
95dc38cc81
Cosmetic fixes on taskboard.
2014-07-09 19:19:54 +02:00
Andrey Antukh
aecd5f302b
Add note.
2014-07-09 19:11:02 +02:00
Andrey Antukh
859075bd76
Minor changes on taskboard an and task resources.
2014-07-09 19:08:05 +02:00
Andrey Antukh
a5ebac4560
Refactorized traskboard bootstrap.
2014-07-09 18:21:59 +02:00
Andrey Antukh
9cb214e519
Add fixme lines to taskboard lightboxes.
2014-07-09 18:21:41 +02:00
Andrey Antukh
4be9f27400
Cosmetic fixes on scroll handler of taskboard header and body.
2014-07-09 18:15:22 +02:00
Andrey Antukh
02edfb1a7e
Remove old sortable code from taskboard directive.
2014-07-09 18:15:00 +02:00
Andrey Antukh
3a03eca67d
Minor fix on tg-bind-html directive.
2014-07-09 17:44:31 +02:00
Andrey Antukh
b315dc2f71
Remove wrong binding from sprint create directive.
2014-07-09 17:44:06 +02:00
Andrey Antukh
8e81f337e4
Refactorized project navigation menus.
2014-07-09 17:30:14 +02:00
David Barragán Merino
7b85ea6f60
Fix success message
2014-07-09 14:48:12 +02:00
Andrey Antukh
73aed464c1
Make menu defaultly hidden.
2014-07-09 14:44:21 +02:00
Alejandro Alonso
c946a43368
Refactoring assigned to lightboxes
2014-07-09 14:19:39 +02:00
David Barragán Merino
d7d3cbe505
Add success and error messages to the auth directives
2014-07-09 13:53:59 +02:00
David Barragán Merino
238e1bf6ff
Add confirm light error
2014-07-09 13:09:40 +02:00
David Barragán Merino
3606fad1ed
Fix close button in generic error lightbox
2014-07-09 12:47:51 +02:00
David Barragán Merino
ea710d4025
Add generic success lightbox
2014-07-09 12:47:51 +02:00
Andrey Antukh
c3da3a21dd
Initial drag and drop support for backlog.
2014-07-09 12:12:53 +02:00
Alejandro Alonso
8fed4d31dc
Fixing issue histoy when we had description changes
2014-07-09 10:41:01 +02:00
Alejandro Alonso
ade4938c06
Fixing taskboard, showing selected points
2014-07-09 10:08:18 +02:00
Alejandro Alonso
a81ffef253
Modifying assigned to from taskboard
2014-07-09 09:53:09 +02:00
David Barragán Merino
0eb7b5f68d
Create invitation layout
2014-07-08 14:53:49 +02:00
Juanfran
76ab961d0f
fix #315
2014-07-08 14:55:35 +02:00
Alejandro Alonso
40fe776a89
Implementing preview for issue
2014-07-08 14:25:00 +02:00
David Barragán Merino
9c27c0ebef
Add ChangePasswordFromRecoveryDirective
2014-07-08 13:43:56 +02:00
David Barragán Merino
cb456a095a
Minor fixes in ForgotPasswordDirective
2014-07-08 13:43:56 +02:00
Alejandro Alonso
18f59cce0a
Basic markitup integration for issue edit
2014-07-08 13:33:24 +02:00
David Barragán Merino
a63a9de405
Fix .notify again
2014-07-08 11:57:51 +02:00
David Barragán Merino
a6d44b91ba
Fix .notify
2014-07-08 11:51:57 +02:00
Alejandro Alonso
c554d26d22
Adding notificacion when saving issue
2014-07-08 09:22:56 +02:00
David Barragán Merino
02e10715df
Submit 'forgot password' form
2014-07-07 18:21:47 +02:00
David Barragán Merino
a43e053e77
Add forgot-password form
2014-07-07 14:41:01 +02:00
David Barragán Merino
c092e7345e
Allow urls without params for tg-nav directive
2014-07-07 14:41:01 +02:00
Alejandro Alonso
19723d7360
Including timeline
2014-07-07 14:17:04 +02:00
Alejandro Alonso
d2e7673216
Basic comments integration
2014-07-07 13:23:27 +02:00
Alejandro Alonso
bfa66bdad4
Removing sprints from backlog
2014-07-07 12:10:08 +02:00
Andrey Antukh
c0fb543dc6
Minor fixes on backlog filters.
2014-07-07 10:55:17 +02:00
Andrey Antukh
65347a7d97
Add initial version of filters.
2014-07-07 10:55:17 +02:00
David Barragán Merino
c3e662792d
Remove blanks
2014-07-07 10:45:44 +02:00
Alejandro Alonso
b8bae43998
Improving points visualization
2014-07-07 10:21:39 +02:00
Alejandro Alonso
979239902d
Improving points visualization
2014-07-07 10:08:01 +02:00
Andrey Antukh
5e69a85e1b
Minor fixes on issues filters.
2014-07-07 09:43:07 +02:00
David Barragán Merino
db31f3ffdf
Fix some titles of links and some alt of images in the taskboard
2014-07-04 17:33:10 +02:00
Xavier Julián
6645b5429f
Fixed main Navigation styles, icons and bamedized
2014-07-04 15:24:50 +02:00
Andrey Antukh
778cd3ff4f
Other minor changes on filters.
2014-07-04 14:17:31 +02:00
Alejandro Alonso
45c3ab8ee9
Improving points visualization
2014-07-04 13:54:39 +02:00
Alejandro Alonso
49a1489f31
Removing edit | preview bar from popups
2014-07-04 13:41:18 +02:00
Alejandro Alonso
1642917788
Focus input on watcher selector
2014-07-04 13:31:38 +02:00
Alejandro Alonso
41c9689b7b
Basic history implementation
2014-07-04 13:28:17 +02:00
Alejandro Alonso
3dc98bbd3b
Fixing blocked info
2014-07-04 11:02:58 +02:00
Andrey Antukh
19828a5799
Another iteration on issues filters.
2014-07-04 10:58:45 +02:00
Xavier Julián
9ab62bdde7
Fixed wrong structure in watchers template
2014-07-04 11:07:52 +02:00
Alejandro Alonso
a2cc055f08
Change ng-hide for ng-show
2014-07-04 10:54:42 +02:00
Alejandro Alonso
078bc698b8
Improving watchers
2014-07-04 10:21:30 +02:00
Alejandro Alonso
bb52653c29
Adding lock/unlock to issue detail
2014-07-04 10:01:13 +02:00
Andrey Antukh
e0ffcada7a
Initial work on issues list filters.
2014-07-03 15:26:08 +02:00
Andrey Antukh
975a6cea55
Document the available notify types on the directive definition.
2014-07-03 15:26:08 +02:00
Andrey Antukh
32ae8a0233
Now you can edit project details from admin.
2014-07-03 15:26:08 +02:00
Andrey Antukh
e0c6a04686
Implemented admin navegation with other related fixes.
2014-07-03 15:26:08 +02:00
Andrey Antukh
3f2b72e448
First and incomplete admin page.
2014-07-03 15:26:08 +02:00
Alejandro Alonso
3cb59e7a6d
Adding delete button to issue detail
2014-07-03 15:00:44 +02:00
Alejandro Alonso
0fea60f2e7
Implementing status in issue detail
2014-07-03 14:23:31 +02:00
Xavier Julián
6348bd3eee
Refactorized assigned to template
2014-07-03 13:57:30 +02:00
Alejandro Alonso
eedc73e8f8
Refactoring issue detail
2014-07-03 12:54:47 +02:00
Alejandro Alonso
816b489c30
Adding assigned to functionality in issue detail
2014-07-03 12:43:20 +02:00
Alejandro Alonso
f5b8d0626a
Adding assigned to functionality in issue detail
2014-07-03 12:21:53 +02:00
Alejandro Alonso
65ea931a71
If there is only one rol no double popup is required for updating US points
2014-07-03 10:49:52 +02:00
Alejandro Alonso
8c12807296
Updating doom line when changing us points
2014-07-03 10:28:47 +02:00
Xavier Julián
be7e4c11dc
Added Sprints transitions
2014-07-03 10:26:37 +02:00
Alejandro Alonso
76fcdf0aba
Showing undefined points with ? in backlog
2014-07-03 09:02:04 +02:00
Andrey Antukh
4bea40d909
Implementing searches.
2014-07-02 17:25:28 +02:00
Andrey Antukh
5aa976e931
Remove console logs.
2014-07-02 17:25:17 +02:00
Andrey Antukh
938cf024a7
Move some directives to commons.
2014-07-02 17:09:47 +02:00
Xavier Julián
3de74a6e3e
Mixin for slides
2014-07-02 15:30:27 +02:00
Alejandro Alonso
347e2f5ea8
Basic issue edition
2014-07-02 14:09:36 +02:00
Alejandro Alonso
e4d0575b47
Fixing watchers in issue detail
2014-07-02 13:02:44 +02:00
Alejandro Alonso
bc8c614686
Adding watchers directive
2014-07-02 13:01:10 +02:00
Andrey Antukh
311c8a00a2
Improvements on tagline.
2014-07-02 12:28:14 +02:00
Andrey Antukh
7a25581a8a
Improved search template rendering.
2014-07-02 10:50:13 +02:00
Alejandro Alonso
33f540e663
Fixing sprints counter in backlog
2014-07-02 09:00:05 +02:00
Alejandro Alonso
1f6f1f841b
Adding posibility of requesting no pagination
2014-07-02 09:00:05 +02:00
Andrey Antukh
0325b14b57
Add tag line.
2014-07-01 18:03:50 +02:00
Alejandro Alonso
5bf23d114c
Implementing horizontal scroll in taskboard
2014-07-01 13:23:19 +02:00
Andrey Antukh
61b9bbdea1
Initial work on issues detail.
2014-07-01 13:18:39 +02:00
Andrey Antukh
7196c5406c
Rename bindonce to bind.
2014-07-01 13:17:49 +02:00
Xavier Julián
c69d79ab03
Make modificable elements more visible
2014-07-01 12:52:52 +02:00
Alejandro Alonso
323149fa67
Preparing base for drag n drop in taskboard
2014-07-01 12:31:40 +02:00
Alejandro Alonso
85afb71d90
Adding graph to taskboard
2014-07-01 11:47:41 +02:00
Andrey Antukh
4fb49575a5
Minor code improvements on backlog.
2014-06-30 18:11:59 +02:00
Xavier Julián
5e4361717a
Pagination
2014-06-30 17:42:30 +02:00
Andrey Antukh
74167663a9
Fix show/hide of sprints.
2014-06-30 15:30:38 +02:00
Xavier Julián
38142a50b7
Styled dragged status for US
2014-06-30 15:11:04 +02:00
David Barragán Merino
5c206df05c
Change user.full_name to user.full_name_display
2014-06-30 12:56:21 +02:00
Xavier Julián
0ac71347b9
Slide effect in filters
2014-06-30 12:28:52 +02:00
Alejandro Alonso
74fde653d3
Adding task info about user to taskboard
2014-06-30 11:43:27 +02:00
Alejandro Alonso
3ffecdfe22
Resizin backlog graph automatically
2014-06-30 10:19:00 +02:00
Alejandro Alonso
d62b99dc35
Fixing sprint classes in backlog
2014-06-30 10:05:41 +02:00
Alejandro Alonso
f7ecb95485
Refreshing number of sprints when creating a new one
2014-06-30 09:16:45 +02:00
David Barragán Merino
7b0741f863
Show the select 'assigned_to'
2014-06-29 02:18:37 +02:00
David Barragán Merino
0f44a6496b
Fix an error with the check 'is_blocked'
2014-06-29 02:18:01 +02:00
David Barragán Merino
d90bc8de07
Refactor of loadUserAndRoles
2014-06-29 02:15:55 +02:00
David Barragán Merino
289fe02dd4
First iteration over 'create task', 'edit task' and 'add task in bulk'
2014-06-28 06:07:07 +02:00
David Barragán Merino
ef13e5901d
Show every task in its row, and show unassigned tasks
2014-06-28 06:03:03 +02:00
David Barragán Merino
9d54ab06be
Fix typo
2014-06-28 04:21:14 +02:00
David Barragán Merino
e0f3f5fdef
Move taskboard.coffe data to a model taskboard
2014-06-28 02:13:06 +02:00
David Barragán Merino
120f42d383
Clean code (minor refactor)
2014-06-28 02:13:06 +02:00
Andrey Antukh
86555a18ad
Add search module.
2014-06-27 17:19:48 +02:00
Andrey Antukh
30338000b9
Add search resource module.
2014-06-27 17:16:16 +02:00
Andrey Antukh
2715a5cda8
Make lazy the tg-nav directive.
2014-06-27 17:15:48 +02:00
Andrey Antukh
913ae3a5f6
Improvements on rendering main nav.
2014-06-27 17:14:39 +02:00
Andrey Antukh
038565bf32
Another fix on navegation.
2014-06-27 14:13:40 +02:00
David Barragán Merino
91d03424ba
Add directive to show US points
2014-06-27 13:15:38 +02:00
Andrey Antukh
8e603223b2
Minor scope vars name changes oon backlog.
2014-06-27 11:46:32 +02:00
Andrey Antukh
eb3fc22626
Other fixes on navegation.
2014-06-27 11:46:32 +02:00
Alejandro Alonso
f65c0d7a47
Fixing small bugs in backlog
2014-06-27 11:40:03 +02:00
Alejandro Alonso
af74038616
Adding burndown graph to backlog
2014-06-27 10:37:18 +02:00
Andrey Antukh
e0c8ae9734
Fixing pagination on issues.
2014-06-27 09:23:41 +02:00
Xavier Julián
bf5aa024ba
Andrey stuff 🆘
2014-06-27 09:17:34 +02:00
Alejandro Alonso
386d89a435
Fixing sprints progress bar in backlog
2014-06-27 08:43:32 +02:00
Andrey Antukh
ef5b19d3fd
Disable project nav due to performance issues with css animations.
2014-06-27 00:09:08 +02:00
Andrey Antukh
1b87bae0ba
Fix members grouping on issues page.
2014-06-26 23:55:47 +02:00
Andrey Antukh
c0bd3ad970
Remove watcher.
2014-06-26 23:55:40 +02:00
Andrey Antukh
8477e36c56
Partially integrate projects nav.
2014-06-26 23:33:42 +02:00
Andrey Antukh
e68a1dc1b9
Add taiga main controller preloading projects.
2014-06-26 23:33:19 +02:00
Andrey Antukh
00ff55be3e
Add empty lightboxes module to issues directory.
2014-06-26 23:32:56 +02:00
Andrey Antukh
96ff32f3d4
Move generic filters related functions to separated mixin.
2014-06-26 22:47:18 +02:00
Andrey Antukh
735d3f6e49
Cosmetic fixes on backlog main module.
2014-06-26 22:29:35 +02:00
Andrey Antukh
2460537f4e
Add section name to taskboard.
2014-06-26 22:29:07 +02:00
Andrey Antukh
5173040715
Add section name to issues list.
2014-06-26 22:28:56 +02:00
Andrey Antukh
0d0eb256f6
Add section name to backlog.
2014-06-26 22:28:42 +02:00
Andrey Antukh
6cf333ae10
Now issues list works
2014-06-26 22:19:01 +02:00
David Barragán Merino
598915febd
Move tg-us-status to the common directives
2014-06-26 19:40:14 +02:00
Andrey Antukh
3c8fdfb007
Fixed navegation.
2014-06-26 17:16:37 +02:00
Alejandro Alonso
6548576ad9
Adding more error control to sprint creation
2014-06-26 16:59:19 +02:00
Alejandro Alonso
439939faf3
Adding last sprint name to sprint creation in backlog
2014-06-26 16:47:33 +02:00
Alejandro Alonso
d07289301b
Adding checksley validations to backlog
2014-06-26 16:30:47 +02:00
Alejandro Alonso
fc16f3ad01
adding comment about defer
2014-06-26 15:57:16 +02:00
Alejandro Alonso
2be0f4db07
Implementing doom line in backlog
2014-06-26 15:51:27 +02:00
David Barragán Merino
2c9a809df9
Update UsStatus directive
2014-06-26 14:43:39 +02:00
David Barragán Merino
8480e6354b
Remove unnecessary sentence in the UsStatus directive
2014-06-26 14:43:39 +02:00
Andrey Antukh
d34a216207
Fixing main navigation.
2014-06-26 13:00:46 +02:00
Alejandro Alonso
a02b49b971
Splitting long line of javascript
2014-06-26 12:07:25 +02:00
Alejandro Alonso
5fcf32592c
Enablig create new sprint in backlog
2014-06-26 10:50:12 +02:00
Andrey Antukh
0457399f7e
Minor fixes on login.
2014-06-26 10:02:44 +02:00
Alejandro Alonso
f6cb1f0fdb
Adding status color to backlog
2014-06-26 09:16:56 +02:00
Alejandro Alonso
a5f0d0859c
Fixing points in backlog column
2014-06-26 08:38:44 +02:00
Andrey Antukh
8aba67d820
Intial controller and directive for issues page including pagination implementation.
2014-06-25 23:09:36 +02:00
Andrey Antukh
0cae5bfb7a
Add search empty resource file.
2014-06-25 23:09:36 +02:00
Andrey Antukh
1ba5ea9229
Add issues resources file and injector.
2014-06-25 23:09:36 +02:00
Andrey Antukh
96f1bd44e6
Cosmetic changes on taskboard module.
2014-06-25 23:09:36 +02:00
Andrey Antukh
01af3f66e0
Add experimental top notify service.
2014-06-25 23:09:36 +02:00
Andrey Antukh
8ab03ab530
Rename navurl.coffee to navurls.coffee
2014-06-25 23:09:36 +02:00
Andrey Antukh
56dc4e54c7
Minor (incomplete) changes on navurls service.
2014-06-25 23:09:36 +02:00
Andrey Antukh
eeb8e17584
Add taiga variant of $location service with minor changes for avoid reloading.
2014-06-25 23:02:30 +02:00
Andrey Antukh
a075d0048c
Add new navigation entries.
2014-06-25 23:01:16 +02:00
David Barragán Merino
ba6be01b18
WIP in the taskboard
2014-06-25 18:10:25 +02:00
Alejandro Alonso
982be3316f
Implementing points behaviour in backlog
2014-06-25 17:49:21 +02:00
Andrey Antukh
21c8e24eca
Add initial version of register with validation.
2014-06-25 16:30:21 +02:00
David Barragán Merino
ec789ce7db
Change statusList to taskStatusList in the taskboard
2014-06-25 16:08:47 +02:00
David Barragán Merino
24bc2840bc
Create a directive to display a US status
2014-06-25 16:06:24 +02:00
David Barragán Merino
40b3e2b187
wMinor fixes in default filter (ignore 0 and '') Now is when 😛
2014-06-25 12:59:19 +02:00
David Barragán Merino
3f005b6b01
Finish sprint stats
2014-06-25 12:53:45 +02:00
David Barragán Merino
1c6006245d
wMinor fixes in default filter (ignore 0 and '')
2014-06-25 12:53:45 +02:00
Xavier Julián
f80369bfb8
Fixed visual percentages bar
2014-06-25 13:08:03 +02:00
Xavier Julián
68a65f2ab3
Fixed rows flexbox and margins in taskboard
2014-06-25 12:55:55 +02:00
Andrey Antukh
4d0c35fc56
Replace stats intialization on backlog with 'default' filter.
2014-06-25 12:37:54 +02:00
Andrey Antukh
3306af6052
Add size marker directive (partial)
2014-06-25 12:26:30 +02:00
Andrey Antukh
d59dcfed38
Add navegation directive and main controller.
2014-06-25 12:12:59 +02:00
Xavier Julián
3bb540b6d7
Fixed taiga taskboard layout
2014-06-25 11:18:03 +02:00
Alejandro Alonso
18ce0e4fee
Implementing show tags in backlog
2014-06-25 10:03:20 +02:00
Andrey Antukh
692f3564f7
Initial iteration on taskboard.
2014-06-24 16:10:21 +02:00
Andrey Antukh
67e4de7f23
Add more methods to sprints resource.
2014-06-24 16:08:55 +02:00
Andrey Antukh
91148e7b6b
Fix navegation urls.
2014-06-24 16:08:12 +02:00
Andrey Antukh
24ad079d98
Make sprint progress bar more generic.
2014-06-24 16:07:37 +02:00
Andrey Antukh
1df1d972a0
Add commons module.
2014-06-24 15:09:30 +02:00
Alejandro Alonso
988675c310
Move to current sprint implementation for backlog
2014-06-24 13:48:53 +02:00
Alejandro Alonso
b37e062d4e
Fixing show filters behaviour in backlog
2014-06-24 12:16:12 +02:00
Alejandro Alonso
79cdc0c7e4
Finishing US CRUD in backlog
2014-06-23 17:59:20 +02:00
Andrey Antukh
ee57a82d36
Add tgForm directive.
2014-06-23 12:54:40 +02:00
Alejandro Alonso
5dedd6886c
Finishing sprints visualization for backlog
2014-06-23 12:22:03 +02:00
Alejandro Alonso
8f2835cebf
Adding stats visualization to backlog
2014-06-23 11:02:57 +02:00
Alejandro Alonso
bcbd8f3771
Adding dummy login
2014-06-23 10:33:10 +02:00
Andrey Antukh
c6a0f23ef9
Remove defaults form lightboxes directives scope.
2014-06-21 12:15:15 +02:00
Andrey Antukh
d7b0b6d1b6
Open edit form when edit us button clicked.
2014-06-21 12:11:20 +02:00
Andrey Antukh
c43197420a
Initial version of filters on backlog.
2014-06-21 12:11:20 +02:00
Andrey Antukh
f6cd65998c
Initial work on filters.
2014-06-20 15:15:30 +02:00
Andrey Antukh
97e1038b5d
Remove console logs.
2014-06-20 13:49:41 +02:00
Andrey Antukh
27c8ba8a92
Now drag and drop works on backlog.
2014-06-20 13:49:41 +02:00
Andrey Antukh
de0e6ef5f3
Add proper license header on files when it missing.
2014-06-18 19:13:34 +02:00
Andrey Antukh
171aaa1f6b
Implement navigation url service.
2014-06-18 19:02:17 +02:00
Andrey Antukh
2aa95c6e3d
Separate backlog modules in 3 files.
2014-06-18 17:09:31 +02:00
Andrey Antukh
79ca84c083
Improved backlog and change base classes names.
2014-06-18 14:57:27 +02:00
Andrey Antukh
c2ac5c0d9e
Minor changes on locales.
2014-06-18 14:57:27 +02:00
Andrey Antukh
de23dae404
Add mixins.
2014-06-18 14:57:27 +02:00
Andrey Antukh
48e5a519b1
Add tags input directive.
2014-06-18 14:57:27 +02:00
Andrey Antukh
a39e674fa1
Update header license with file location on all base modules and resource.
2014-06-17 23:55:39 +02:00
Andrey Antukh
98ca75961e
Move bindOnce to utils.
2014-06-17 23:55:04 +02:00
Andrey Antukh
c96d4ca66a
Add i18n service/directive.
2014-06-17 23:54:30 +02:00
Andrey Antukh
311d7b9f53
Add embedding locales in angular modules.
2014-06-17 23:53:44 +02:00
Andrey Antukh
ffcaade413
Add locales directory and initial json file.
2014-06-17 23:51:45 +02:00
Andrey Antukh
fe2d91e754
Add add/create lightbox directive.
2014-06-17 23:06:10 +02:00
Andrey Antukh
54207eca54
Improve displa/hide management with hidden css class.
2014-06-17 23:05:58 +02:00
Andrey Antukh
0cdb91fcb9
Split backlog controller from directive.
2014-06-17 20:45:20 +02:00
Andrey Antukh
4afd854852
Add confirm service.
2014-06-17 20:44:54 +02:00
Andrey Antukh
8bcea896b0
Improvements on own bindonce directives.
2014-06-17 19:57:37 +02:00
Andrey Antukh
f1095bbffb
Remove mainTitle and other changes.
2014-06-17 18:36:53 +02:00
Andrey Antukh
5a614bd3a4
Another iteration over backlog.
2014-06-17 18:18:43 +02:00
Andrey Antukh
93d2c041fa
Refactor resources structure.
2014-06-17 17:30:56 +02:00
Andrey Antukh
d1499ad541
Next iteration over backlog.
2014-06-17 09:49:32 +02:00
Andrey Antukh
139010a2fc
Minor reorganization on resources modules.
2014-06-12 10:20:09 +02:00
Andrey Antukh
cd7068c18a
Load main data for render backlog.
2014-06-11 19:33:33 +02:00
Andrey Antukh
ab03bb9eff
Initial js layout for backlog.
2014-06-11 18:24:33 +02:00
Andrey Antukh
00b5b759ff
Add http service layer and repository service layer.
2014-06-11 17:06:17 +02:00
Andrey Antukh
225d655ff2
Remove duplicated methos in resources/model.coffee
2014-06-11 17:06:17 +02:00
Andrey Antukh
ab1857e558
First attempt of organization for resource module.
2014-06-11 14:47:32 +02:00
Andrey Antukh
ea9b480e46
First js layout.
2014-06-11 12:42:36 +02:00