Pierrick Le Gall
Pierrick Le Gall
Hi @mistic100 You mean something like `{* PLACE 42 *}` or something like this `{$EXTRA_FIELDS}` ?
We're back to these discussions: * https://piwigo.org/forum/viewtopic.php?id=20583 * https://piwigo.org/forum/viewtopic.php?id=23228 In my opinion, a solution like `{* loc_picture_modify_end_properties *}`: * is dumb easy to implement (for both core developers and plugin...
I have a deeper concern about "new" forms in Piwigo administration, based on AJAX validation. Adding an input field in the form won't be enough to validate it. That's another...
Actually it's more a "manage permissions for guest" settings which includes: - listing "guest" in the list of users for album permission - "guest" user edit popin : "permissions" button,...
A few thoughts about this topic... If `manage permissions for guest` is set to `false`, should we allow "guest" to be added to a group? If an administrator switches this...
> > If `manage permissions for guest` is set to `false`, should we allow "guest" to be added to a group? > > it should still be able to, since...
I can't reproduce this problem. Did you create the album on the upload page? Or is it an existing album?
No feedback, I cloe this issue we can't reproduce.
We use an anti-CSRF token, but not on all forms. There is already an issue about our "vulnerable" jQuery version, see #1021 Still don't know how "vulnerable" it really is.
It seems we need to upgrade to the latest jQuery 3.x version to get this fixed. It will break Piwigo code in many parts, so I don't want to do...