Are you ready for some changes in your Piwigo administration? because that's what coming on Piwigo 2.11 :-)
* Group manager
Complete rewrite of this administration page: cleaner, better user experience and ability to associate users.
The overall look of the new group manager
We've kept all previous features, but with a much nicer user experience
New feature: now you can associate directly users, without using the user manager
* Plugin manager
Plugin manager in Piwigo 2.11: refreshed design, menu link moved to the plugin box itself and filtering.
* Photo edition
Photo edition in Piwigo 2.11: refreshed design to give more importance to the photo.
* History stats
History statistics in Piwigo 2.11: animated curves for a nicer look.
History statistics page gets a compare mode: compare years or months.
* Activity graph
Piwigo 2.10 started to register many administration activities, such as album edition or group creation... Piwigo 2.11 is now able to show a chart of activities.
The more activities, the bigger the circle. Piwigo gives your details for each day of activity.
Start to beta test
Download Piwigo 2.11.0beta1
Please, open a new topic in the beta testing forum for each problem you may encounter.
Happy beta-testing :-)
Offline
I had the "groups" reserved word problem again after upgrading. Had to edit include/dblayer/functions_mysqli.inc.php to put in a code block to escape "groups" like "rank" in pwg_query. Other than that, upgrade seems to have gone fine. I'm not seeing the Activity graphs on the Administration home page though.
edit: ah, I see the Activity graphs if I turn on Dark mode. They don't seem to show up in Light mode?
Last edited by windracer (2020-06-14 00:22:35)
Offline
@plg: there are still two unmerged pull requests from me pending to fix `groups` in plugins
https://github.com/Piwigo/GrumPluginClasses/pull/3
https://github.com/Piwigo/AMenuManager/pull/7
Offline
Hello Windracer !
I developed a part of this new version of Piwigo (I'm a trainee in Piwigo team), and I'd like to thank you for your report !
Could you please also tell me your PHP version ? It may be useful for find the reported bugs.
Offline
Test report:
1)
I go to Administration - Photos - Batch M - Single . I press "Edit" on a photo, I press delete icon , a confirmation dialog appear, i press Yes and nothing happens. JS error in browser console "TypeError: url_delete.replaceAll is not a function"
2)
Clicking on some Menus items in Administration expand entire menu (ex. Users - Groups)
3)
Many PHP Warnings (with plugin Admin Tools enabled) in different items of Administration menu.
Two examples:
a) Dashboard
Warning: max(): Array must contain at least one element in /.../piwigo/admin/intro.php on line 287
Warning: Cannot modify header information - headers already sent by (output started at /.../piwigo/admin/intro.php:287) in /.../piwigo/include/page_header.php on line 86
b) Batch Manager
Warning: usort() expects parameter 2 to be a valid callback, function 'UC_name_compare' not found or invalid function name in /.../piwigo/admin/batch_manager_global.php on line 457
Warning: Cannot modify header information - headers already sent by (output started at /.../piwigo/admin/batch_manager_global.php:457) in /.../piwigo/include/page_header.php on line 86
Piwigo 2.11.0 beta1
Operating system: Linux
PHP: 5.6.29
MySQL: 5.1.73
Graphics Library: External ImageMagick 7.0.7-4
Browser: Firefox
Last edited by eliz82 (2020-06-20 21:03:06)
Offline
Zacharieg wrote:
Hello Windracer !
I developed a part of this new version of Piwigo (I'm a trainee in Piwigo team), and I'd like to thank you for your report !
Could you please also tell me your PHP version ? It may be useful for find the reported bugs.
Nice to meet you!
Piwigo 2.11.0beta1
Operating system: Linux
PHP: 7.4.3
MySQL: 8.0.20-0ubuntu0.20.04.1
Graphics Library: External ImageMagick 6.9.10-23
Offline
I take it all back!
Never saw this .. improvements look great..
Offline