Pierrick Le Gall
Pierrick Le Gall
In the code concerning date handling, there are several places where we check for PHP version superior to 5.3. We can consider it's always true in Piwigo 11+. We can...
In your PhpMyAdmin, can you run SQL query : `SHOW CREATE TABLE piwigo_sessions;` ? The `piwigo_sessions.id` column is varchar(255). If your MySQL says it is "more than 1000 bytes", I...
I'm going to reduce it to `varchar(50)`, that's already far enough
I think it's a good idea. But I would think it's an even better idea to have it manageable on page [Admin>Config>Options>Display]. It's much more complex to implement be seems...
@LintyDev I guess it's in the album selector. Is the list of albums sorted by `global_rank`?
What about using https://github.com/ezyang/htmlpurifier ? cc @LintyDev
> I'd be somewhat concerned about random users on my instance being able to use HTML freely like that Who said any random user could inject some HTML on your...
Once done, use this change in batch manager
warning : when checking the user input, I remember PHP regex cannot match repeating patterns beyond a few hundreds. You must explode the user input and check each token.
While I find the idea to be able to fetch the configuration with an API call, I'm absolutely not comfortable to provide such information for "anyone who ask". At the...