Results 14 issues of er314

I'm porting my code from v1.5.7 to v2.0.11. I'm trying to get the same behavior as previously with "hotelMode" + "bookedDays", for the selection of a date range. So now...

**Describe the bug** Under some specific conditions, rangeIsLocked() will wrongly return that it's locked, while it's not (identified on v2.0.11) **To Reproduce** For example, let's say that : dateRange =...

When configuring custom error message, for constraint outOfRange or wrongLength, if it's done via a function (instead of via plain string), then it fails. ex : cfg.messages.outOfRange.over = function (field)...

bug

Allow to perform validation when field is readonly. Use case : When some javascript component actually populates the input field content (not directly the user), for example a javascript date...

_What_ : New config. settings, for allowing to selectively disable one or more event handlers, on blur, and/or on input, and/or on click, and/or on submit. _Rationale_ : Allow to...

fix to Config of error message : Failure when defined via function + constraint is outOfRange or wrongLength. see issue #57

Hi, - do you plan to implement the following new rules ? -> notContains -> notEquals - more generally (and to avoid the above question :-) , do you plan...

feature :sparkles:
good first issue

Pydio 8.2.2. UserA has shared a file with UserB. On this file, UserB performs right-click -> copy, then he chooses the destination. Expected behavior : The copy should work :-)...

### Short description of the enhancement The existing capability to enforce access control on file assets at template level ("yes always" mode) is a great feature. This was described in...

### Short description of the enhancement Is it time to add "page-level access control" to the Processwire access control system ? This topic was discussed several years ago, https://processwire.com/talk/topic/371-page-specific-permissions/ ,...