Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-20 | Limit assignee drop-down selector scope | Miodrag Tokić | |
On the task details page "Add a sub-task" pop-up modal contains drop-down (the SELECT HTML element) with "form-user_id" as the `name` and the `id` attribute value. This element is in conflict with another, hidden INPUT element with the same `name` and the `id` value. This causes an issue where clicking the "Me" (Assignee) link / shortcut (A) element doesn't select your name in the Assignee SELECT element. Avoiding conflict by changing the SELECT element `id` value is not possible as the SELECT element is generated using `FormHelper::select()` function which uses the same value for attribute `name` and `id`. Given the assignee shortcut feature is used only in two places: edit task and edit sub-task dialog, the simplest solution is to select the closest SELECT element to the link / shortcut (A) element or limit the scope to the currently opened dialog. This fix uses the latter approach by limiting the scope of targeted selector. | |||
2018-09-28 | Fix task drag and drop slowdown when a column is hidden | Julian Maurice | |
It looks like jQuery UI has some difficulties when a column with a lot of tasks is hidden. Adding ':visible' to the connectWith properties of sortable() seems to fix the problem Fixes #4011 | |||
2018-04-20 | Rewrite tooltips code without jQuery | Frédéric Guillot | |
2017-11-09 | Add user backend provider system | Frederic Guillot | |
2017-06-03 | Add autocomplete dropdown on comment subject and email fields | Frederic Guillot | |
2017-05-18 | Added new javascript events for dropdown and modal | ON-jz | |
- dropdown.clicked - dropdown.afterRender - dropdown.beforeDestroy - modal.open - modal.afterRender - modal.beforeDestroy | |||
2017-04-01 | Move Gantt charts to external plugin | Frederic Guillot | |
2017-03-19 | Improve subtask toggle | Frederic Guillot | |
2017-03-11 | Move isVisible() method | Frederic Guillot | |
2017-02-26 | Add toggle button to show/hide subtasks in task list view | Frederic Guillot | |
2017-02-23 | Avoid potential XSS in Gantt chart | Frederic Guillot | |
2017-02-23 | Even more simple: hide columns first, then resize task lists | Konstantin Vorobyev | |
2017-02-23 | Properly resize task list height on column toggle #3069 | Konstantin Vorobyev | |
2017-02-11 | Open comments in board view with a modal dialog instead of tooltip | Frederic Guillot | |
2017-01-16 | Use old menas for element selection | Mark Szymanski | |
2017-01-16 | Workaround for task editing in board view (fixes #2949) | Mark Szymanski | |
2017-01-02 | Refactoring/rewrite of modal boxes handling | Frederic Guillot | |
2016-12-30 | Remove dependency on Mousetrap | Frederic Guillot | |
2016-12-11 | Replace Chosen jQuery plugin by custom UI component | Frederic Guillot | |
2016-12-10 | Rewrite session check component in vanilla js | Frederic Guillot | |
2016-12-10 | Rewrite project creation component in vanilla js | Frederic Guillot | |
2016-12-09 | Rewrite component to change user/group role | Frederic Guillot | |
2016-12-01 | Replace notifications Javascript code by CSS | Frederic Guillot | |
2016-11-27 | Add suggest menu for user mentions in text editor | Frederic Guillot | |
2016-11-26 | Rewrite task move position component and remove Vuejs | Frederic Guillot | |
2016-11-25 | Add jshint | Frederic Guillot | |
2016-11-25 | Rewrite accordion widget in vanilla Javascript | Frederic Guillot | |
2016-11-21 | Move chart task time column to components | Frederic Guillot | |
2016-11-21 | Remove Vuejs rendering on body tag | Frederic Guillot | |
2016-11-21 | Use components to render charts | Frederic Guillot | |
2016-11-21 | Rewrite markdown editor in vanilla Javascript | Frederic Guillot | |
2016-11-15 | Convert calendar to VueJS component | Frederic Guillot | |
Update to FullCalendar 3.1.0 as well. | |||
2016-11-13 | Replace SimpleMDE with custom Markdown editor | Frederic Guillot | |
2016-11-12 | Add button to close inline popups | Frederic Guillot | |
2016-11-05 | Add the possibility to create external tasks | Frederic Guillot | |
2016-10-08 | Do not close the popover when clicking on the background | Frederic Guillot | |
2016-09-11 | Improve column restrictions | Frederic Guillot | |
2016-09-10 | Define only what is allowed for column restrictions | Frederic Guillot | |
2016-09-08 | Apply column restrictions to the board | Frederic Guillot | |
2016-09-04 | Add new Vue.js component to handle submit and cancel buttons | Frederic Guillot | |
2016-09-03 | Convert time comparison chart to Vue.js component | Frederic Guillot | |
2016-09-03 | Convert user distribution chart to Vue.js component | Frederic Guillot | |
2016-09-03 | Convert task distribution chart to Vue.js component | Frederic Guillot | |
2016-08-28 | Add the possibility to move tasks without drag and drop | Frederic Guillot | |
2016-07-24 | Removed individual column scrolling on board | Frederic Guillot | |
2016-06-24 | Removed useless keyboard shortcut | Frederic Guillot | |
2016-06-24 | Use the same task form layout everywhere | Frederic Guillot | |
2016-06-24 | Expose tags to the user interface (first prototype) | Frederic Guillot | |
2016-06-05 | Display local date format in date picker | Frederic Guillot | |
2016-06-03 | Replace jQuery mobile detection by the library isMobile | Frederic Guillot | |