Commit Graph

388 Commits

Author SHA1 Message Date
Frédéric Guillot 11b6381cc0 Move and clean some templates to a subfolder 2014-11-20 20:26:21 -05:00
Frédéric Guillot b84edaaf13 Description should not be mandatory, see #400 2014-11-20 19:52:34 -05:00
Frédéric Guillot 99a8d153cf Fix date due ordering on the dashboard, see #403 2014-11-20 19:49:06 -05:00
Frédéric Guillot d4ae2f135d Add daily project summary export 2014-11-16 21:36:46 -05:00
Frédéric Guillot 1e466a66db Hide pagination when not necessary 2014-11-16 21:09:50 -05:00
Frédéric Guillot 8bf50d6a7f Add cumulative flow diagram 2014-11-16 20:51:59 -05:00
Frédéric Guillot 4494566fc7 Remove condition 2014-11-16 10:39:23 -05:00
Frédéric Guillot a994e07f64 Add script to find missing locales and update locales (pull-request #393) 2014-11-16 10:17:19 -05:00
Frédéric Guillot 557bc2c3cd Don't display analytics if not enough data 2014-11-15 21:55:42 -05:00
Frédéric Guillot aa6fffb05a Add pagination and sorting to the dashboard 2014-11-15 21:49:06 -05:00
Frédéric Guillot af93754ec9 Attach events only for board controller 2014-11-15 18:42:49 -05:00
Frédéric Guillot 46f19336c0 Move some class instancaiations outside the router 2014-11-14 23:04:20 -05:00
Frédéric Guillot b081288188 Use Pimple instead of Core\Registry and add Monolog for logging 2014-11-14 22:44:25 -05:00
Frédéric Guillot 1487cb2763 Add graph for user repartition 2014-11-13 20:37:37 -05:00
Frédéric Guillot e4efc73a90 Move category template to a subfolder 2014-11-13 20:04:34 -05:00
Frédéric Guillot 84770123b4 Rename template file, fix #394 2014-11-13 19:46:45 -05:00
Frédéric Guillot 5ca9a12a0a Add subtasks to the dashboard 2014-11-11 21:52:22 -05:00
Frédéric Guillot 7a5b78dbc6 Improve css for tables 2014-11-09 21:41:32 -05:00
Frédéric Guillot 7eadf7cfd8 Start templates cleanup and reorganisation 2014-11-09 20:04:27 -05:00
Frédéric Guillot e89ba5e9e6 Analytics: add the first graph (task repartition) 2014-11-09 17:59:02 -05:00
Frédéric Guillot 3df63e051f Add projects to the dashboard and rename some methods 2014-11-09 12:47:49 -05:00
Frédéric Guillot 20c8342503 Change form styles 2014-11-08 13:33:07 -05:00
Frédéric Guillot cfe1e13d4a Try another composer config 2014-11-06 06:55:57 -05:00
Frédéric Guillot 4b60e16c5e Change composer include files 2014-11-06 06:52:19 -05:00
Frédéric Guillot c80c15dcc3 Include all vendor files in the repo to be easier for people 2014-11-06 06:41:47 -05:00
Frédéric Guillot 135b921db7 Switch to composer 2014-11-04 21:33:05 -05:00
Frédéric Guillot 850645dd6b Fix issue subtasks status label #376 2014-11-04 20:36:14 -05:00
Frédéric Guillot 37332ae222 Change layout (experimental) 2014-11-02 15:06:41 -05:00
Frédéric Guillot db8c8c34dc Fix PHP notice for a template 2014-11-01 16:44:55 -04:00
Frédéric Guillot d040a6c5f6 Fix issue with notifications and projects that allow everybody 2014-11-01 16:38:14 -04:00
Frédéric Guillot d97e1bd4cf Update documentation 2014-10-26 19:58:47 -04:00
Frédéric Guillot c5f59f8c8f Show the project name when creating a task (#294 and #363) 2014-10-25 19:44:02 -04:00
Frédéric Guillot 791094df9a Update german translation (see #364) 2014-10-25 19:33:23 -04:00
Frédéric Guillot c4e6d658e4 Finish github webhooks integration 2014-10-25 18:13:13 -04:00
Frédéric Guillot 7af67934cf Add icons and shortcuts to the board (pull-request #348) 2014-10-25 16:01:08 -04:00
Frédéric Guillot 45b5e8b879 Add pagination for users page 2014-10-25 15:44:38 -04:00
Frédéric Guillot 90e0616299 Rename Locales and Templates folders to be more consistent 2014-10-24 22:51:30 -04:00
Frédéric Guillot f8a25a1550 Add Thai translation (pull-request #353) 2014-10-24 22:17:32 -04:00
Frédéric Guillot 25ac5eaeda Merge pull-request #356 (bugfix Helper\a()) 2014-10-24 22:01:06 -04:00
Oliver Bertuch fe63505adf Update helpers.php, function a()
In helpers.php is a function a() used for link generation, i. e. by markdown(). In the opening <a> element was a /, which is ignored by many (all? most?) browsers, but leads to interesting result with jQuery inserting of HTML generated by that function.

I stumbled upon this while developing code for a preview of textareas and not being able to show a link to a task (#1).
2014-10-24 14:59:30 +02:00
David-Norris 5b0971cd0d Update task due notification template
* For each task past due, add link to task on kanboard if application_url is specified.
* Add task due date.
* Remove task link on footer.
2014-10-23 22:19:07 -04:00
David-Norris 3ee65c9b3b Regular users were unable to update task time.
Added 'time' to user_actions task array.
2014-10-21 23:02:59 -04:00
Frédéric Guillot 3a396a1600 Update Danish and German translations (pull-requests #342, #339 and #341) 2014-10-21 21:05:37 -04:00
Frédéric Guillot f25da60dba Forget to rename a method call 2014-10-21 19:01:10 -04:00
Frédéric Guillot 9fd4769332 Merge pull-request #337 (Wrong french translation) 2014-10-21 18:53:25 -04:00
Frédéric Guillot 2c056bb9bb Add option to allow everybody on a project 2014-10-21 18:51:59 -04:00
Nicolas Lœuillet 3ec7cba0ea Changed "profile" into "profil" for french translation 2014-10-21 16:16:39 +02:00
Frédéric Guillot 88a1120d9b Fix broken links (Markdown content) for public boards (#319) 2014-10-20 20:40:50 -04:00
Frédéric Guillot dfb49e1322 Update Chinese translation (pull-request #334) 2014-10-20 19:35:13 -04:00
Frédéric Guillot ea29cebfe6 Add Danish translation (pull-request #336) 2014-10-20 19:31:31 -04:00
Frédéric Guillot 4da627d1be Update Readme and sync locales 2014-10-19 09:35:14 -04:00
Frédéric Guillot e5bfd20f0f Merge pull-request #332 (Update Swedish translation) 2014-10-19 09:24:25 -04:00
Frédéric Guillot 8e3ecd6122 Merge pull-request #331 (RSS feed fix) 2014-10-19 09:22:29 -04:00
Frédéric Guillot b9c14429bd Merge pull-request #330 (Japanese translation) 2014-10-19 09:19:22 -04:00
gavlepeter 304757d856 Update Swedish translations 2014-10-19 12:28:36 +02:00
moraxy 541416a223 Fix RSS Feeds
feed() still calls getAll() which was renamed to getProject() in 286b193566
2014-10-18 15:56:44 +02:00
Yuichi Murata c875115910 ja_JP locale support 2014-10-17 12:53:16 +09:00
Frédéric Guillot 378428cf2b Update Russian translation (pull-request #321) 2014-10-15 20:14:48 -04:00
moraxy c5eada7831 Tiny DocString update
Wrong example in DocString for 'u(...)'
2014-10-15 19:17:07 +02:00
Frédéric Guillot 286b193566 Add a dashboard (first version) 2014-10-14 22:02:35 -04:00
Frédéric Guillot 074056352d Project activity refactoring and listeners improvements 2014-10-12 21:38:56 -04:00
Frédéric Guillot 4061927d21 Move some Task model methods to the TaskFinder class 2014-10-12 15:32:35 -04:00
Frédéric Guillot b7060b33ef Add pagination/column sorting for search and completed tasks 2014-10-12 14:28:08 -04:00
Frédéric Guillot deeebd8e72 Sqlite: change column type to numeric 2014-10-11 21:14:16 -04:00
Frédéric Guillot acba6839a6 Add 3 new fields for tasks: start date, time estimated and time spent 2014-10-11 21:11:10 -04:00
Frédéric Guillot a8418afdeb Add Mysql escaping 2014-10-08 21:49:25 -04:00
Frédéric Guillot 50634c60f4 Add icon for shared board on the project list 2014-10-07 19:41:05 -04:00
Frédéric Guillot f9e4915d75 Allow public board iframe inclusion (see #309) 2014-10-07 19:35:02 -04:00
Frédéric Guillot f63984af1a Allow quickly creating and changing state of subtask (pull-request #312) 2014-10-07 19:21:26 -04:00
Frédéric Guillot f7fa47fa35 Only send notifications to project members (#299) 2014-10-07 12:21:02 -04:00
Frédéric Guillot 86928e37bc Add comment creation form to the task summary page (pull-request #300) 2014-10-07 11:27:46 -04:00
Frédéric Guillot d138834dcf Regular users are able to create private projects 2014-10-05 19:40:57 -04:00
Frédéric Guillot 7f5a871f84 Projects are not anymore visible to everybody by default 2014-10-05 12:32:44 -04:00
Frédéric Guillot bae57838c2 Input date format is now a config parameter instead of the current locale 2014-10-05 11:22:10 -04:00
Frédéric Guillot 8e5673e3d2 Improve settings page and move some config parameters to the database 2014-10-04 23:31:03 -04:00
Frédéric Guillot f531d57dc2 Keep the checkbox 'another subtask' activated, see #295 2014-10-04 16:29:54 -04:00
Frédéric Guillot 33f9cdbc97 Add support for Github Issue Webhooks 2014-09-28 18:23:21 -04:00
Frédéric Guillot 03fa01ac7b Improve automatic actions (check for compatible events/actions/parameters) 2014-09-28 14:26:40 -04:00
Frédéric Guillot 0c8de6a3f5 Request::getValues() doesn't parse json request anymore 2014-09-28 09:33:53 -04:00
Frédéric Guillot 9003f830ef Move methods getIpAddress() and getUserAgent() to the Request class 2014-09-28 09:19:19 -04:00
Frédéric Guillot 4aa99e9492 Hide users menu for non-admins (pull-request #284) 2014-09-27 21:40:47 -04:00
Frédéric Guillot 3fa549352c Replace Markdown parser by Parsedown 2014-09-27 21:12:12 -04:00
Frédéric Guillot 23753bde1c Update translations (pull-requests #282, #287 and #288) 2014-09-24 20:12:48 -04:00
Frédéric Guillot a5337cfe5c Move task edit form to the task layout 2014-09-23 20:16:07 +02:00
Frédéric Guillot dd7579e5a8 Add phpdoc comments 2014-09-23 19:46:05 +02:00
Frédéric Guillot 484c9614d1 Regular users can remove only their own tasks 2014-09-23 15:17:04 +02:00
Frédéric Guillot 21c50fb7fa Move task webhook to the controller webhook 2014-09-22 14:34:30 +02:00
Frédéric Guillot ab1a4760ed Basic prototype to handle Github webhooks 2014-09-22 14:31:12 +02:00
Frédéric Guillot eeb4688dcc Add configuration option to enable/disable 'Strict-Transport-Security' HTTP header 2014-09-20 15:35:17 +02:00
Frédéric Guillot 41e796c52a Models refactoring/improvements 2014-09-20 14:49:31 +02:00
Frédéric Guillot 00cdc609d1 Extract project permissions to a separate class 2014-09-20 12:52:48 +02:00
Frédéric Guillot 5f96af82f2 Split Task model into smaller classes 2014-09-20 11:58:27 +02:00
Frédéric Guillot 95e54d1d30 Exclude current user in email notifications, pull-request #273) 2014-09-19 22:08:04 +02:00
Frédéric Guillot 9ffa63747a Merge pull-request #274 (url redirection/session expired) 2014-09-19 20:45:40 +02:00
Frédéric Guillot 31d3f8bb57 Fix bug: update of the last_modified field for projects 2014-09-18 22:08:16 +02:00
Lim Yuen Hoe ed13a04c4c redirect to original target page after logging in 2014-09-19 01:48:45 +08:00
Frédéric Guillot 7e6d35f829 Fix bug: overdue tasks email notification 2014-09-18 15:56:43 +02:00
Frédéric Guillot 210f6c8182 Improve labels in change password interface (pull-request #270) 2014-09-17 17:32:01 +02:00
Frédéric Guillot 243e72474b Improve board API calls 2014-09-17 14:47:41 +02:00
Frédéric Guillot e7a20b9d8f Improve API calls for users 2014-09-16 19:30:18 +02:00
Frédéric Guillot eb6dfdca53 Improve API calls for comments 2014-09-16 17:54:17 +02:00
Frédéric Guillot a76939066b Add more events and notifications for tasks 2014-09-16 16:35:43 +02:00
Frédéric Guillot aca4207a94 Don't load Javascript assets for public board access 2014-09-16 15:05:07 +02:00
Frédéric Guillot 1c295d4d65 Remove unused code 2014-09-16 13:42:53 +02:00
Frédéric Guillot 6afae5ba7b Rename method names to be more consistent 2014-09-16 13:38:32 +02:00
Frédéric Guillot b1ffbbd501 Improve template loader 2014-09-16 13:35:39 +02:00
Frédéric Guillot 12a688347c Improve Board::Index() and avoid useless HTTP redirects 2014-09-16 13:25:44 +02:00
Frédéric Guillot a7f3cd87fb Update Russian and Italian translations (pull-requests #266 and #265) 2014-09-16 12:05:36 +02:00
Frédéric Guillot b8e0324a93 Update Spanish translations 2014-09-15 22:50:33 +02:00
Frédéric Guillot 26e69a5fa9 Tiny postgres fixes (pull-request #263) 2014-09-15 22:48:24 +02:00
Frédéric Guillot e1ddf7f012 Run unit tests across different database backends + fix bugs 2014-09-15 22:35:56 +02:00
Frédéric Guillot 22c51e3ca4 Split LDAP findUser() method into smaller functions 2014-09-12 18:30:31 +02:00
Frédéric Guillot 63430d5735 Fix minor bug: wrong variable 2014-09-12 17:49:02 +02:00
Frédéric Guillot 2e6a8d435f Add settings field to control project columns (pull-request #244) 2014-09-12 17:35:48 +02:00
Frédéric Guillot c3a0cf4343 Remove some code duplication (validation rules) 2014-09-12 15:57:05 +02:00
Frédéric Guillot 15e1ed6148 Improve API calls for subtasks 2014-09-12 15:14:59 +02:00
Frédéric Guillot 1ecb67ca25 Add Russian translations (pull-request #248) 2014-09-12 13:19:07 +02:00
Frédéric Guillot 61927232ae Improve API calls for categories 2014-09-11 18:28:17 +02:00
Frédéric Guillot d9850ae66a Add icon for subtasks on the board 2014-09-11 16:27:10 +02:00
Frédéric Guillot 7e84d52115 Merge pull-request #213 (store last seen project) 2014-09-11 13:45:58 +02:00
Frédéric Guillot c0ac22b704 Update French locales 2014-09-11 12:44:22 +02:00
Frédéric Guillot 917e6cab74 Improve user interface for tablets 2014-09-10 21:13:13 +02:00
Frédéric Guillot bb1a9f52ca Update Spanish translation (pull-request #243) 2014-09-10 18:15:51 +02:00
Frédéric Guillot bb5b5dee2d Add Atom feed for project activity 2014-09-10 18:12:12 +02:00
Frédéric Guillot cede5d5434 Fix Mysql and Postgresql bug 2014-09-10 16:51:44 +02:00
Frédéric Guillot 28ff8dad91 Add subtasks and comments history 2014-09-10 16:21:47 +02:00
Frédéric Guillot 9bde377bbe Start to implement task history and project activity 2014-09-09 20:39:45 +02:00
Frédéric Guillot ef95c7c284 Improve project api procedures 2014-09-09 15:15:04 +02:00
Frédéric Guillot 0d4b6525dd The color is not mandatory for task creation through the API 2014-09-09 07:13:48 +02:00
Frédéric Guillot e383c069f1 Add public view for tasks 2014-09-08 23:19:40 +02:00
Frédéric Guillot 8c6df9ef0c Handle the case of tasks with bad previous positions 2014-09-08 21:44:50 +02:00
Frédéric Guillot 7540e74a56 Remove the columns list from the edit task form 2014-09-08 20:26:31 +02:00
Frédéric Guillot 9d39943bd4 Fix bug when moving tasks position in the same column 2014-09-08 19:40:13 +02:00
Frédéric Guillot 5d5b4711e3 Update de_DE translation (pull-request #233) 2014-09-08 18:36:10 +02:00
Frédéric Guillot 30b5969a82 Change the session lifetime (valid until the browser is closed) 2014-09-08 16:55:11 +02:00
Frédéric Guillot bc0fa40b24 Fix bug HTTPS detection (issue with IIS) 2014-09-08 16:49:54 +02:00
Frédéric Guillot 532ea3b868 Start to improve task Api operations and doc 2014-09-05 18:57:58 -07:00
Frédéric Guillot 954bed954f Task move position refactoring 2014-09-04 20:14:26 -07:00
Frédéric Guillot 749136361e Change a category directly from the board 2014-09-03 14:25:17 -07:00
Frédéric Guillot d68ff648b1 Refactoring of user management (ui) 2014-09-02 23:41:12 -08:00
Frédéric Guillot 7bb09c3f9b Improve task controller and fix bug description popover 2014-09-01 21:10:27 -08:00
Frédéric Guillot 457e181ffb Improve task duplication 2014-09-01 20:40:02 -08:00
Frédéric Guillot e6d0658a0e Add the possibility to duplicate a task to another project 2014-09-01 19:36:40 -08:00
Frédéric Guillot e496554654 Add an automated action to move a task to another project 2014-09-01 18:14:40 -08:00
Frédéric Guillot 52f9c82e30 Fix French locales typos 2014-09-01 08:50:29 -08:00
Frédéric Guillot 7dd0a24411 Improve project move view 2014-08-31 20:44:58 -08:00
Frédéric Guillot 7e44dee903 Move a task to another project 2014-08-30 22:35:50 -08:00
Frédéric Guillot e0197cf67e Add metatag to disallow robots 2014-08-30 14:19:59 -08:00
Frédéric Guillot 9194a2604d Projects management refactoring 2014-08-30 14:08:46 -08:00
Frédéric Guillot e1eba08398 Merge branch 'master' of github.com:tonybolanyo/kanboard 2014-08-30 14:03:01 -08:00
Tony G. Bolaño 5669d74189 Added Spanish translation
Some strings translated to Spanish.
2014-08-30 09:02:41 +02:00
gavlepeter 7156c30e0c Updated some Swedish translations 2014-08-27 17:40:00 +02:00
Frédéric Guillot 7fb7455814 Improve default email domain for reverse-prxy auth 2014-08-20 10:44:00 -07:00
Ashish Kulkarni 3a0dd41128 support specifying default email domain for reverse proxy setup 2014-08-20 20:12:05 +05:30
Frédéric Guillot 9254d3b250 Add phpdoc comment 2014-08-19 18:45:44 -07:00
Frédéric Guillot 11b4715d29 Fix bug for password change 2014-08-19 18:29:13 -07:00
Frédéric Guillot f8071e7d4a Remove useless code 2014-08-19 18:00:02 -07:00
Frédéric Guillot 5e10d2d29f Fix a bug and improve project cloning code 2014-08-19 17:43:01 -07:00
Frédéric Guillot 532b16cbdd Add autofocus to the category field 2014-08-19 16:56:19 -07:00
Frédéric Guillot be2ac5f1c9 Add multiple LDAP binding type 2014-08-19 16:26:07 -07:00
Frédéric Guillot c4ddc8031f Add Italian translation and synchronize locale files 2014-08-19 12:45:03 -07:00
Nicolas RAMEL 9748984d2e Stored last seen in the project dashboard 2014-08-19 12:44:21 +02:00
Frédéric Guillot 9bfb6c4c4b Display a link to the task for email notifications 2014-08-18 18:57:15 -07:00
Frédéric Guillot 995a1a262a Locales list show native translation of the available languages (pull-request #155) 2014-08-17 16:18:38 -07:00
Frédéric Guillot e468f3c558 Fix bug #197: admin flag removed after a user update 2014-08-17 15:54:02 -07:00
Frédéric Guillot 249c9aef35 Add secure connection TLS/SSL for the SMTP transport 2014-08-17 15:06:28 -07:00
Frédéric Guillot eb76e1e530 Highlight recently modified tasks on board (pull-request #201) 2014-08-17 09:43:57 -07:00
Frédéric Guillot 44e91721b0 Fix encoding issue in mail subject 2014-08-17 09:15:38 -07:00
Frédéric Guillot 658123a232 The fullname is displayed instead of the username if not empty 2014-08-16 17:53:07 -07:00
Frédéric Guillot db3c006be8 Various minor fixes 2014-08-16 14:12:05 -07:00
Frédéric Guillot 925b0ba2e5 Authentication backends refactoring 2014-08-16 13:59:37 -07:00
Frédéric Guillot 9eeded33f6 Add email notifications 2014-08-15 17:23:41 -07:00
Frédéric Guillot c539bdc8ab Update the brazilian translation 2014-08-14 14:37:50 -07:00
Frédéric Guillot d20e84295a Merge pull-request #188 (update translations) 2014-08-13 12:55:18 -07:00
Frédéric Guillot b92935d2dc Add ReverseProxy authentication (pull-request #199) 2014-08-13 12:47:17 -07:00
Frédéric Guillot 66b5659578 Project cloning/duplication (pull-request #196) 2014-08-12 12:03:15 -07:00
Frédéric Guillot ba41d41f28 Update chinese translation 2014-08-10 13:36:44 -07:00
Janne Mäntyharju e8357acf2a Added Finnish translation 2014-07-28 16:39:26 +03:00
rafaelrossa 831e7537f7 Update translations.php 2014-07-27 22:51:47 -03:00
Frédéric Guillot bff39f59a0 Fix bug: wrong date displayed by strftime (#178) 2014-07-26 09:02:30 -04:00
Frédéric Guillot 052baa13e5 Overdue date have a different color now (merge pull-request #186) 2014-07-26 08:24:05 -04:00
Frédéric Guillot 879f8e7624 Improve german translation (merge pull-request #185) 2014-07-26 08:09:53 -04:00
Frédéric Guillot 9e1dcf21dc Improve webhooks to call external url on task creation/modification 2014-07-21 20:32:12 -02:30
Frédéric Guillot 833bd3f8a9 Add Task CSV export and Kanboard CLI 2014-07-19 22:08:07 -02:30
gavlepeter 42ca8390d4 Update translations.php
Added some more Swedish translations.
2014-07-17 14:17:39 +02:00
Frédéric Guillot 0db514bbf7 Centered login form (merge pull-requests #142 and #143) 2014-07-14 20:37:27 -02:30
Frédéric Guillot 1583427190 Merge pull-request #147 and #146 (autofocus for comment and description textarea) 2014-07-14 20:16:26 -02:30
Frédéric Guillot 0d7b0851bb Merge pull-request #171: many fixes (Vagrant file, German locales and CSS) 2014-07-14 20:13:02 -02:30
Frédéric Guillot 04628e1c13 Show task count in each column even if no limit is set (merge pull-request #169) 2014-07-14 20:06:36 -02:30
Frédéric Guillot b84f60babc Minor changes for the LDAP model 2014-07-08 15:47:43 -03:00
Frédéric Guillot ba93061f4d Add fields: task creator and modification date 2014-07-08 15:07:07 -03:00
Frédéric Guillot 7a64053cb8 Improve javascript code and remove CSP errors 2014-07-07 19:37:19 -03:00
Frédéric Guillot 9f93407b5e Fix bug: due date and score lost on update 2014-07-07 15:16:33 -03:00
Frédéric Guillot 0e118da124 Integration of the chosen jquery plugin for the board selector 2014-07-06 11:28:01 -03:00
Frédéric Guillot 035294798d Add Postgresql support 2014-07-05 16:32:24 -03:00
Frédéric Guillot 23341b2326 Merge pull request #161 from Typz/ldap
Implement LDAP user lookup.
2014-07-04 12:43:44 -03:00
Frédéric Guillot e99fd2a0e3 Merge pull request #164 from Typz/actions
Allow 'no category' and 'unassigned' in actions.
2014-07-04 12:42:13 -03:00
Francois Ferrand 0a3049c172 Add option to disable SSL certificate verification for LDAP. 2014-07-03 10:29:21 +02:00
Francois Ferrand 95d3fa0e30 Allow 'no category' and 'unassigned' in actions.
This can be used to assign a color to task with no category/assignee, or to reset
assignee.
2014-07-01 12:00:37 +02:00
Francois Ferrand 6d65cfd883 Use popover to edit task and description directly from board.
- Click on 'description' icon opens the 'edit-description' page.
- Edit task and edit description now open in popover, like the assign
dialog.
2014-07-01 11:16:19 +02:00