Commit Graph

1172 Commits (68f48f6a1c82018bcc2b2d52539859c4063e3879)

Author SHA1 Message Date
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
Xavier Julián 600b2b4534 Minor style fixes for edit details. Fixes #811 2014-09-05 13:08:10 +02:00
Xavier Julián 05b6903cae Limit image in comments to be max 100% of comments width 2014-09-05 12:25:41 +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
David Barragán Merino a543100dcb Merge pull request #11 from taigaio/project-profile-privacy-settings-saas
Project profile privacy settings directive
2014-09-04 16:24:02 +02:00
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
David Barragán Merino 645fb588f1 Merge pull request #10 from taigaio/saas-layer-examples
Saas layer examples.
2014-09-04 16:21:16 +02:00
Andrey Antukh 7b9773df5f Rename humanstxt to humanshtml 2014-09-04 16:30:40 +02:00
Andrey Antukh 46e088d0fb Add express/gulp url for serve plugins directory in development server. 2014-09-04 16:30:40 +02:00
Andrey Antukh e789d49244 Add gulp task for copy plugins templates. 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
Andrey Antukh cd04bfb7e8 Comment problematic gulp/jade plugin on gulpfile. 2014-09-04 15:34:26 +02:00
Andrey Antukh 65e7a451e2 Fix url on README.md 2014-09-04 15:09:20 +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
David Barragán Merino 56220d6101 Merge pull request #5 from taigaio/sas-layer
Initial SAS layer that allows easy overwrite default behavior.
2014-09-03 10:10:52 +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 40970cc986 Add plugins directory to gulp. 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
Andrey Antukh 8ecc6e7bee Update package.json. 2014-09-02 15:36:28 +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