Results 61 comments of Chalkos

Dynamic fields were obtained using a Luke request which has been discontinued in solr 7. Maybe this feature could be implemented by returning the schema fields and using a list...

As a workaround, the LDAP admin password can be changed using an interactive ldap session: ``` ldapmodify -v -h localhost -p 10389 -D "uid=admin,ou=system" -w "roda" ``` The following line...

I have noticed something similar with the Administration > Preservation Actions menu item. Sometimes it would just stop working and need a page refresh or inputting the link manually, but...

Do not close this. The above commit (https://github.com/keeps/roda/commit/9df76fcc5f33ce248769be51df636b592bc24596) solves this but it is not the ideal solution. I will get back to this when finding a (better) solution to this...

@luis100 do you want to fit this in 2.3 or leave it for 2.4?

I had the same idea. According to @luis100 it is not possible (shortcuts without a modifier are not supported by some browsers, incl chrome)

The loss of focus is caused by the mouse focusing the login button. If you click the login button and immediately move the mouse away (or don't move the mouse...

Well, this is more difficult than expected to fix for all screen sizes because of the way tables are designed (in GWT)... These are the width rules: > * If...

#1255 touched this problem but improved WCAGUtilities instead of addressing the root of the problem