Im[F(x)]

Results 17 comments of Im[F(x)]

> Yes, but to avoid breaking with earlier versions of Kanboard: > > ```diff > diff --git a/Model/WikiEventJob.php b/Model/WikiEventJob.php > index 5590cbc..3734cad 100644 > --- a/Model/WikiEventJob.php > +++ b/Model/WikiEventJob.php >...

Hi there, quite new to Kanboard and its plugins at all. Yet catching up quickly as I have some serious dev background. Anyways, on the topic - wiki is an...

@lastlink I actually intended to try implementing this feature in my fork at some point, solely for my own needs, as I got the impression that Wiki is stale and...

Wow, you're fast 😮 I see you made use of the `jquery-sortable`, hope it wasn't a big pain. I've got some domestic problems, and also dug into a hairy refactoring...

@lastlink Same thing here, as @alfredbuehler said ;/ I thought it was because of the existing pages that have no parent set, but a new page did trigger the same...

@lastlink I confirm it is functional now 👍 There is definitely what to be desired UX-wise, but I guess that can wait 😏 I might propose some convenience improvements in...

@lastlink Sorry to bring bad news 😒 I just observed that introducing the `plugins/Wiki/Asset/vendor/jquery-sortable/jquery-sortable.js` breaks the drag-n-drop behavior of tasks in the board. Haven't dug deep to detect the exact...

As far as I can see, KB comes with `jQuery UI - v1.13.2` which includes the `sortable` functionality used by KB for drag-n-drop. I guess `jquery-sortable.js v0.9.13` overrides that, and...

@YUII09 @priocomdevops And how is hover supposed to work on touch devices??? You will need to switch between hover and click action depending on the device for this feature to...

I have removed ALL plugins and disabled ALL browser extensions. I don't use Chrome, but I reproduce the problem in both FF and Edge. You don't seem to be missing...