issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.46B
issue_number
int64
1
127k
[ "Piwigo", "Piwigo" ]
Although there is all information available, sync does not create the "rotation" field in the image table in the database. This is actually not "harmfull", if piwigo itself generates the thumbnails (except that the first thumb rendering might be mistaken). But I'm creating the thumbnails offline, because my piwigo se...
[sync] does not create "rotation"
https://api.github.com/repos/Piwigo/Piwigo/issues/1761/comments
1
2022-10-20T11:32:20Z
2022-10-21T04:29:51Z
https://github.com/Piwigo/Piwigo/issues/1761
1,416,454,927
1,761
[ "Piwigo", "Piwigo" ]
I have old images which have 720 for longitude/latitude which correctly is rejected on database sync. Unfortunately the sync aborts at this point. sync should check the limits before sending the SQL statement to mysql. (PR available)
[sync] images with ill longitude/latitude crashes sync
https://api.github.com/repos/Piwigo/Piwigo/issues/1760/comments
2
2022-10-20T11:28:14Z
2024-06-19T13:38:25Z
https://github.com/Piwigo/Piwigo/issues/1760
1,416,449,681
1,760
[ "Piwigo", "Piwigo" ]
On page [admin > configuration > option], I get: > <b>Fatal error</b>: Uncaught TypeError: array_merge(): Argument #1 must be of type array, null given in local/config/config.inc.php:16 > > Stack trace: > #0 local/config/config.inc.php(16): array_merge() > #1 admin/configuration.php(332): include('...') > #2 a...
[PHP 8.1] fatal error on configuration page
https://api.github.com/repos/Piwigo/Piwigo/issues/1759/comments
0
2022-10-19T12:41:48Z
2022-10-19T12:46:40Z
https://github.com/Piwigo/Piwigo/issues/1759
1,414,904,795
1,759
[ "Piwigo", "Piwigo" ]
After we check for update on the maintenance > env page, there is no link to the update page, so we don't really know were to go after we know that an update is available. We should add a link to the update page.
[Check update] No link to the update page after update check
https://api.github.com/repos/Piwigo/Piwigo/issues/1758/comments
0
2022-10-19T12:21:20Z
2022-10-21T08:34:22Z
https://github.com/Piwigo/Piwigo/issues/1758
1,414,874,385
1,758
[ "Piwigo", "Piwigo" ]
After creating an album, if you edit it rigth after we get the message on the page : ```<b>Deprecated</b>: explode(): Passing null to parameter #2 ($string) of type string is deprecated in <b>/var/www/html/piwigo/admin/include/functions.php</b> on line <b>2377</b>``` It disappears when we refresh the page, but s...
php8 warning on album edit right after album creation.
https://api.github.com/repos/Piwigo/Piwigo/issues/1757/comments
1
2022-10-19T10:33:06Z
2023-06-26T09:33:28Z
https://github.com/Piwigo/Piwigo/issues/1757
1,414,720,656
1,757
[ "Piwigo", "Piwigo" ]
There are some issues with php8 and the comments system. Warnigns are triggered with the trim() function There are also some problems concerning the input escape of single cotes.
Comments on pictures issues with php8
https://api.github.com/repos/Piwigo/Piwigo/issues/1756/comments
0
2022-10-18T08:42:00Z
2022-10-21T08:36:36Z
https://github.com/Piwigo/Piwigo/issues/1756
1,412,811,497
1,756
[ "Piwigo", "Piwigo" ]
Add check conditions for php8 warnings
Php8 Warnings on related albums
https://api.github.com/repos/Piwigo/Piwigo/issues/1755/comments
0
2022-10-17T14:06:08Z
2022-10-21T08:33:43Z
https://github.com/Piwigo/Piwigo/issues/1755
1,411,648,832
1,755
[ "Piwigo", "Piwigo" ]
https://github.com/Piwigo/Piwigo/blob/ba08bffcb2768fb773c27d9b7ddb0f1d7645750b/include/ws_functions/pwg.php#L832 and https://github.com/Piwigo/Piwigo/blob/ba08bffcb2768fb773c27d9b7ddb0f1d7645750b/include/ws_functions/pwg.php#L838 have an invalid trailing comma. They generate the following error when tryin...
syntax error, unexpected ')' in include/ws_functions/pwg.php caused by trailing commas
https://api.github.com/repos/Piwigo/Piwigo/issues/1753/comments
0
2022-10-16T14:00:46Z
2022-10-21T08:34:45Z
https://github.com/Piwigo/Piwigo/issues/1753
1,410,498,151
1,753
[ "Piwigo", "Piwigo" ]
Piwigo 13.0.0 Linux (debian) PHP: 8.1.11 MySQL: 10.5.15-MariaDB-0 php error when uploading a photo with digikam when I have a special character (here the apostrophe) in the title of my photo : "Beauté d'automne (TEST)" I specify that with the web form there is no problem. `[Fri Oct 14 09:23:00.827306 2022] [p...
Uncaught mysqli_sql_exception (UPLOAD WITH DIGIKAM)
https://api.github.com/repos/Piwigo/Piwigo/issues/1752/comments
0
2022-10-14T07:33:09Z
2022-10-14T07:33:09Z
https://github.com/Piwigo/Piwigo/issues/1752
1,408,905,743
1,752
[ "Piwigo", "Piwigo" ]
I got this error after upgrade version 13 Fatal error: Uncaught Error: Call to undefined function userprefs_get_param() in /admin/include/themes.class.php:423 Stack trace: #0 /admin/include/themes.class.php(50): themes->get_fs_themes() #1 /admin/include/updates.class.php(38): themes->__construct() #2 /admin/updates_...
Fatal error: Uncaught Error: Call to undefined function userprefs_get_param() - themes.class.php:423
https://api.github.com/repos/Piwigo/Piwigo/issues/1751/comments
12
2022-10-13T07:58:09Z
2022-10-21T08:18:31Z
https://github.com/Piwigo/Piwigo/issues/1751
1,407,326,931
1,751
[ "Piwigo", "Piwigo" ]
As can be seen with https://demo1.piwigo.com/index?/best_rated/created-weekly-list-any that leads to ``` Piwigo encountered an unrecoverable error bad chronology field (date) #1 parse_well_known_params_url /var/www/piwigo_master_12/include/section_init.inc.php(152) #2 include /var/www/piwigo_master_12/inde...
best_rated/created- leads to "Piwigo encountered an unrecoverable error"
https://api.github.com/repos/Piwigo/Piwigo/issues/1750/comments
0
2022-10-12T15:30:33Z
2022-10-14T09:11:25Z
https://github.com/Piwigo/Piwigo/issues/1750
1,406,412,588
1,750
[ "Piwigo", "Piwigo" ]
Remove the details with {icon} Tags and just put the actual tags with the icon.
[History page] Remove the {icon} Tags in details.
https://api.github.com/repos/Piwigo/Piwigo/issues/1747/comments
0
2022-10-12T14:20:17Z
2022-10-21T08:50:46Z
https://github.com/Piwigo/Piwigo/issues/1747
1,406,304,925
1,747
[ "Piwigo", "Piwigo" ]
I'm getting the above warning when trying to download an image in Piwigo 13.0.0. This corrupts the download. Could be related to dd44d0e40999632fb1d80f313f51b6decbfa937c, as I think headers can't be sent after calling `flush()`
Warning: Cannot modify header information - headers already sent in /var/www/piwigo/action.php on line 228
https://api.github.com/repos/Piwigo/Piwigo/issues/1746/comments
5
2022-10-12T05:29:38Z
2022-10-19T13:04:23Z
https://github.com/Piwigo/Piwigo/issues/1746
1,405,590,343
1,746
[ "Piwigo", "Piwigo" ]
![Capture d’écran de 2022-10-11 16-16-10](https://user-images.githubusercontent.com/60923356/195116582-7ee3e316-52f8-401f-80a3-13d99e84788f.png)
Missing translation on update page
https://api.github.com/repos/Piwigo/Piwigo/issues/1745/comments
0
2022-10-11T14:18:59Z
2022-10-21T08:51:06Z
https://github.com/Piwigo/Piwigo/issues/1745
1,404,728,484
1,745
[ "Piwigo", "Piwigo" ]
See #1544 or #1276 or #1063 or #658 or #423
upgrade script to 13
https://api.github.com/repos/Piwigo/Piwigo/issues/1744/comments
0
2022-10-10T13:21:51Z
2022-10-10T14:17:39Z
https://github.com/Piwigo/Piwigo/issues/1744
1,403,171,230
1,744
[ "Piwigo", "Piwigo" ]
- [x] : Better details : https://sandbox.piwigo.com/picture?/2532/category/448-v2 - [x] : Details translation in french needs a 'é' - [x] : Album name in details must be clickable + tiptip - [x] : Album name in object must be clickable (only the first parent must be shown) - [x] : Add images id when we visit th...
[History page] Updates for 13
https://api.github.com/repos/Piwigo/Piwigo/issues/1743/comments
0
2022-10-05T14:27:50Z
2022-10-10T14:09:34Z
https://github.com/Piwigo/Piwigo/issues/1743
1,397,886,601
1,743
[ "Piwigo", "Piwigo" ]
In the history page, you can have unmodified lines like this : ![image](https://user-images.githubusercontent.com/60923356/193784046-d69f6baa-da24-498d-809b-03fb8a012277.png) This occurs when a plugin adds a page in the gallery and you visit it. We should add a default case so it doesn't happen.
[History page] Unhandled case for plugins in gallerie
https://api.github.com/repos/Piwigo/Piwigo/issues/1742/comments
0
2022-10-04T09:34:25Z
2022-10-04T09:37:03Z
https://github.com/Piwigo/Piwigo/issues/1742
1,395,950,220
1,742
[ "Piwigo", "Piwigo" ]
Hello, I have the same problem in a fresh install (piwigo version 12.3.0 - php7.3). The downloaded file is corrupted (incomplete, I get a .part file) with Firefox (v100.0), but not in Chrome nor Edge). The problem seems to be solved when I comment ob_clean() in action.php even if I assume that this is not the best wa...
[12.3] ob_clean() - corrupted downloads
https://api.github.com/repos/Piwigo/Piwigo/issues/1741/comments
3
2022-10-04T08:45:36Z
2022-10-15T11:41:19Z
https://github.com/Piwigo/Piwigo/issues/1741
1,395,887,772
1,741
[ "Piwigo", "Piwigo" ]
When you try to edit an image from the history that has been deleted. You get a sql error. We add a better UI for it.
[History page] Edit deleted image causes error.
https://api.github.com/repos/Piwigo/Piwigo/issues/1740/comments
0
2022-10-03T12:42:54Z
2022-10-03T12:43:37Z
https://github.com/Piwigo/Piwigo/issues/1740
1,394,670,928
1,740
[ "Piwigo", "Piwigo" ]
Between the filters and the first line of plugins, the margin is too small. It is: ![image](https://user-images.githubusercontent.com/9326959/193289592-6d562dda-98a4-4357-8980-2158c5f15411.png) before commit fd82502 it was: ![image](https://user-images.githubusercontent.com/9326959/193289841-c7e36eb2-7e59-4441-8...
[13.0.0RC4] broken margin on plugin page
https://api.github.com/repos/Piwigo/Piwigo/issues/1739/comments
0
2022-09-30T14:20:09Z
2022-10-04T10:34:34Z
https://github.com/Piwigo/Piwigo/issues/1739
1,392,517,590
1,739
[ "Piwigo", "Piwigo" ]
Reported on French forum https://fr.piwigo.org/forum/viewtopic.php?pid=235785#p235785 > file_get_contents(./_data/cache/piwigo_news-fr.cache.php): failed to open stream: No such file or directory in ../admin/include/functions.php on line 3508
[13.0.0RC4] dashboard, latest news not loading
https://api.github.com/repos/Piwigo/Piwigo/issues/1738/comments
0
2022-09-30T13:58:29Z
2022-09-30T13:59:44Z
https://github.com/Piwigo/Piwigo/issues/1738
1,392,487,524
1,738
[ "Piwigo", "Piwigo" ]
The alerts are displayed under the first album creation form. If you don't see the scroll bar on the side you can't notice the alert. Those alerts are supposed to be placed at the top of the page. ![Capture d’écran de 2022-09-27 16-35-47](https://user-images.githubusercontent.com/60923356/192556241-989435fb-0393-4af5...
Error and warning alerts are displayed under the page on first album creation (fresh install)
https://api.github.com/repos/Piwigo/Piwigo/issues/1737/comments
0
2022-09-27T14:38:30Z
2022-09-27T14:41:56Z
https://github.com/Piwigo/Piwigo/issues/1737
1,387,880,351
1,737
[ "Piwigo", "Piwigo" ]
Error on the page be cause of some single quote escape problems.
[Album permissions] Single quote escape problem
https://api.github.com/repos/Piwigo/Piwigo/issues/1736/comments
0
2022-09-26T14:38:27Z
2022-09-26T14:43:13Z
https://github.com/Piwigo/Piwigo/issues/1736
1,386,201,021
1,736
[ "Piwigo", "Piwigo" ]
As described on https://github.com/Piwigo/Piwigo/issues/802#issuecomment-944392667 we would need a dedicated API method to associate/dissociate/move photos and albums... instead of multiple calls to `pwg.images.setInfo` cc @EddyLB @remi-martin
pwg.images.setCategory to associate/dissociate/move photos to albums
https://api.github.com/repos/Piwigo/Piwigo/issues/1735/comments
2
2022-09-26T12:34:37Z
2024-06-19T20:17:20Z
https://github.com/Piwigo/Piwigo/issues/1735
1,386,005,047
1,735
[ "Piwigo", "Piwigo" ]
if a photo has a 90 or 270 degrees rotation (`images.rotation` equals 1 or 3), we should take that into account to switch width and height. See also https://github.com/Piwigo/Piwigo/commit/099d1f3b186f14833df6e34dd294d57cbdf800a7
[Batch Manager] filter by orientation does not take rotation into account
https://api.github.com/repos/Piwigo/Piwigo/issues/1734/comments
1
2022-09-26T10:31:02Z
2024-07-01T13:18:14Z
https://github.com/Piwigo/Piwigo/issues/1734
1,385,826,488
1,734
[ "Piwigo", "Piwigo" ]
![image](https://user-images.githubusercontent.com/9326959/191503487-19397486-caa1-44e1-ba26-f337f56a4ed4.png)
[config, FR] invalid character for confirmation popin
https://api.github.com/repos/Piwigo/Piwigo/issues/1733/comments
0
2022-09-21T12:28:02Z
2022-09-21T12:31:52Z
https://github.com/Piwigo/Piwigo/issues/1733
1,380,849,935
1,733
[ "Piwigo", "Piwigo" ]
Search used to add linked album to a picture is broken in php8.1, looks like there are php warning that causes the result of the request to be unreadable.
[Picture Modify] Linked album search is broken in php8.1
https://api.github.com/repos/Piwigo/Piwigo/issues/1732/comments
0
2022-09-19T14:40:27Z
2022-09-19T14:41:47Z
https://github.com/Piwigo/Piwigo/issues/1732
1,378,070,558
1,732
[ "Piwigo", "Piwigo" ]
Is it possible to show empty album ? Even if it's not from GUI config but from a custom conf line
Show empty album
https://api.github.com/repos/Piwigo/Piwigo/issues/1731/comments
0
2022-09-17T13:24:22Z
2022-09-17T13:24:22Z
https://github.com/Piwigo/Piwigo/issues/1731
1,376,772,018
1,731
[ "Piwigo", "Piwigo" ]
When opening the calendar on a specific year, for example `index.php?/categories/created-weekly-list-2021` we get: > Notice: Undefined property: Smarty_Internal_Undefined::$objMap in include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 132 > > Fatal error: Uncaught --> Smarty: undefined e...
[13.0.0RC3] calendar, undefined extension class Smarty_Internal_Method_GetVariable
https://api.github.com/repos/Piwigo/Piwigo/issues/1730/comments
0
2022-09-16T08:00:25Z
2022-09-16T08:05:50Z
https://github.com/Piwigo/Piwigo/issues/1730
1,375,574,121
1,730
[ "Piwigo", "Piwigo" ]
Link to the forum for the error -> https://piwigo.org/forum/viewtopic.php?id=32196 The fix proposed works fine, so we add it.
AMM Php error reported on the forum
https://api.github.com/repos/Piwigo/Piwigo/issues/1729/comments
0
2022-09-14T14:34:51Z
2022-09-14T14:36:11Z
https://github.com/Piwigo/Piwigo/issues/1729
1,373,098,362
1,729
[ "Piwigo", "Piwigo" ]
If a description is too long it becomes cut at the end and we can't read it properly. Add a tiptip so it can be fully read
[Plugin Manager] Long desciptions are not readable
https://api.github.com/repos/Piwigo/Piwigo/issues/1728/comments
1
2022-09-13T13:46:03Z
2022-09-21T13:52:57Z
https://github.com/Piwigo/Piwigo/issues/1728
1,371,486,163
1,728
[ "Piwigo", "Piwigo" ]
Emails in user manager are unreadable when they are too long. 2 solutions : - Add "..." at the end of the email but it becomes incomplete so can't be copied to clipboard - Add a scroll so you can still select the email
[User Manager] Unreadable emails when they are too long
https://api.github.com/repos/Piwigo/Piwigo/issues/1727/comments
1
2022-09-13T10:05:42Z
2022-09-21T14:50:27Z
https://github.com/Piwigo/Piwigo/issues/1727
1,371,192,571
1,727
[ "Piwigo", "Piwigo" ]
Inherited from a glorious past (kidding), we have this nearly hidden feature "Display only recently posted photos". When this feature is enabled, in old themes, you see an icon in the "albums" block, to only display the recently updated content. ![Screen Shot 2022-09-12 at 15 22 41](https://user-images.githubusercon...
remove feature "Display only recently posted photos"
https://api.github.com/repos/Piwigo/Piwigo/issues/1726/comments
1
2022-09-12T13:25:54Z
2024-07-31T15:16:06Z
https://github.com/Piwigo/Piwigo/issues/1726
1,369,910,048
1,726
[ "Piwigo", "Piwigo" ]
Add a tiptip on the restore action to explain what it really does.
[Plugin Manager] Explain "restore" action
https://api.github.com/repos/Piwigo/Piwigo/issues/1725/comments
0
2022-09-12T11:54:10Z
2022-09-12T14:06:12Z
https://github.com/Piwigo/Piwigo/issues/1725
1,369,755,050
1,725
[ "Piwigo", "Piwigo" ]
On SVG files, the edit page in the adminstration has margins broken compared to JPEG files. ![image](https://user-images.githubusercontent.com/9326959/189636983-f293a751-2e63-477f-8317-d16bd8144040.png) ![image](https://user-images.githubusercontent.com/9326959/189637051-60c3efbc-5e24-4159-98ad-9b8e667113e6.png) ...
[13.0.0RC3] edit photo, incorrect margins on SVG files
https://api.github.com/repos/Piwigo/Piwigo/issues/1724/comments
0
2022-09-12T10:58:23Z
2022-09-14T10:12:51Z
https://github.com/Piwigo/Piwigo/issues/1724
1,369,683,581
1,724
[ "Piwigo", "Piwigo" ]
We want to change the Eye icon to an icon more representative of a curve like this one : ![Pulse](https://user-images.githubusercontent.com/60923356/189632666-b5b94451-adba-4a2d-b383-a7cde7189ff2.svg)
[Activity page] Change activity icon
https://api.github.com/repos/Piwigo/Piwigo/issues/1723/comments
0
2022-09-12T10:32:46Z
2022-09-12T11:37:59Z
https://github.com/Piwigo/Piwigo/issues/1723
1,369,651,232
1,723
[ "Piwigo", "Piwigo" ]
Upon completely installing a fresh copy of 13RC3, I cannot load the admin page. It returns the following: ``` Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /mnt/2tb_usb2/html/admin/include/functions.php on line 3381 Warning: file_get_contents(./_data/cache/piwigo...
Admin page not loading
https://api.github.com/repos/Piwigo/Piwigo/issues/1722/comments
4
2022-09-12T07:04:27Z
2022-12-22T16:39:57Z
https://github.com/Piwigo/Piwigo/issues/1722
1,369,381,660
1,722
[ "Piwigo", "Piwigo" ]
When I'm logged in and in any category page, eg. https://example.com/piwigo/index.php?/category/3, I get the following warning: <b>Warning</b>: Undefined array key "IS_IN_CADDIE" in <b>/srv/html/piwigo/_data/templates_c/1oivm68^b28a8459f5c203fb0f2c820e9728d5e1488fa528_0.file.public_controller.tpl.php</b> on line <b...
PHP Warning
https://api.github.com/repos/Piwigo/Piwigo/issues/1721/comments
5
2022-09-11T20:32:49Z
2022-09-20T16:54:45Z
https://github.com/Piwigo/Piwigo/issues/1721
1,369,056,373
1,721
[ "Piwigo", "Piwigo" ]
Good morning. I just increased those values on php.ini: post_max_size => 10240M => 10240M upload_max_filesize => 2048M => 2048M post_max_size => 10240M => 10240M From the default 100MB limit just to allow upload my DSLR pics (which are too big) and upload some videos vía videojs plugin but those seems to have ...
How to increase max file size correctly.
https://api.github.com/repos/Piwigo/Piwigo/issues/1720/comments
6
2022-09-09T11:15:23Z
2022-10-16T06:02:26Z
https://github.com/Piwigo/Piwigo/issues/1720
1,367,679,149
1,720
[ "Piwigo", "Piwigo" ]
When we do a research to link an album to a picture, the button is super small, it would be better if we could click on the whole line to add the searched album to linked album list.
[Photo Edit] button to add a linked album is too small
https://api.github.com/repos/Piwigo/Piwigo/issues/1719/comments
0
2022-09-07T14:43:21Z
2022-09-07T14:43:56Z
https://github.com/Piwigo/Piwigo/issues/1719
1,364,776,686
1,719
[ "Piwigo", "Piwigo" ]
The search for linked albums start when we type at least 3 characters, but it seems like not working when you don't know that. So we start the search at the first char.
[Photo Edit] Linked album search start at char 3, should be 1
https://api.github.com/repos/Piwigo/Piwigo/issues/1718/comments
0
2022-09-07T14:06:45Z
2022-09-07T14:09:34Z
https://github.com/Piwigo/Piwigo/issues/1718
1,364,724,003
1,718
[ "Piwigo", "Piwigo" ]
UI must be se same no matter the file extension of the picture
[Edit picture] Margins are not the same when picture is SVG and other type
https://api.github.com/repos/Piwigo/Piwigo/issues/1717/comments
1
2022-09-07T11:58:56Z
2022-09-14T10:13:41Z
https://github.com/Piwigo/Piwigo/issues/1717
1,364,555,144
1,717
[ "Piwigo", "Piwigo" ]
Was getting the following error when trying to update my extensions: `[Tue Sep 06 11:33:23.152166 2022] [php:info] [pid 2466] [client 192.168.1.250:64629] PHP Deprecated: Implicit conversion from float 1662482003.152163 to int loses precision in /data/photos/software/piwigo/include/Logger.class.php on line 367 ` ...
Can't update extensions in 13.0.0RC3
https://api.github.com/repos/Piwigo/Piwigo/issues/1715/comments
0
2022-09-06T16:37:39Z
2022-09-21T14:57:51Z
https://github.com/Piwigo/Piwigo/issues/1715
1,363,548,792
1,715
[ "Piwigo", "Piwigo" ]
When uploading an svg, either they are too big or they are invisible.
Svg in resumé of uploaded photos are not sized properly
https://api.github.com/repos/Piwigo/Piwigo/issues/1714/comments
0
2022-09-06T09:47:07Z
2022-09-06T09:54:37Z
https://github.com/Piwigo/Piwigo/issues/1714
1,363,012,115
1,714
[ "Piwigo", "Piwigo" ]
![Capture d’écran de 2022-09-05 13-05-56](https://user-images.githubusercontent.com/60923356/188435729-979a6fd6-9c0d-4169-b9cd-e132b029f4fc.png) A huge white space pushed the form down under the page.
[Photo add form] Add photo form disapeared on 13RC3
https://api.github.com/repos/Piwigo/Piwigo/issues/1713/comments
0
2022-09-05T11:15:33Z
2022-09-05T11:28:49Z
https://github.com/Piwigo/Piwigo/issues/1713
1,361,777,363
1,713
[ "Piwigo", "Piwigo" ]
See https://fr.piwigo.org/forum/viewtopic.php?id=29785 (related to #28) Let's fallback to the approved `fetchRemote` function.
[dashboard] error on Piwigo latest news behind proxy
https://api.github.com/repos/Piwigo/Piwigo/issues/1712/comments
0
2022-08-27T15:25:35Z
2022-08-27T15:27:10Z
https://github.com/Piwigo/Piwigo/issues/1712
1,353,073,116
1,712
[ "Piwigo", "Piwigo" ]
When I remove the start date, I'm supposed to get more results "at the end" of the list. The first line should not change. In my case, it changes and it seems to hide the most results. ![l0Ewo9Sulo](https://user-images.githubusercontent.com/9326959/186931695-ddae09b1-7068-4253-a4f4-46029c0fbe40.gif)
[13] visits history, incoherent results when removing start date
https://api.github.com/repos/Piwigo/Piwigo/issues/1711/comments
0
2022-08-26T14:48:49Z
2022-09-28T10:52:48Z
https://github.com/Piwigo/Piwigo/issues/1711
1,352,374,574
1,711
[ "Piwigo", "Piwigo" ]
When I see the "other" section on the storage bar, I really wonder what it's hiding. Piwigo knows it, so I think it would be good to provide the details. ![Screen Shot 2022-08-26 at 08 31 58](https://user-images.githubusercontent.com/9326959/186837489-1829d8da-459c-4de6-8e72-7e61fb8f9e74.png) with details: ![S...
[dashboard] storage bar, provide details about "other"
https://api.github.com/repos/Piwigo/Piwigo/issues/1710/comments
1
2022-08-26T06:35:04Z
2023-11-08T14:02:17Z
https://github.com/Piwigo/Piwigo/issues/1710
1,351,818,172
1,710
[ "Piwigo", "Piwigo" ]
1) check number of custom size files ``` ~/git/Piwigo/_data/i$ find . -name "*-cu_*" | wc -l 66 ``` 2) use action [Administration > Tools > Maintenance > Actions > Delete multiple size images > Custom] 3) check number of custom size files ``` ~/git/Piwigo/_data/i$ find . -name "*-cu_*" | wc -l 66 ```
[maintenance] deleting custom sizes does not work
https://api.github.com/repos/Piwigo/Piwigo/issues/1709/comments
0
2022-08-22T13:03:09Z
2022-09-09T10:42:41Z
https://github.com/Piwigo/Piwigo/issues/1709
1,346,389,814
1,709
[ "Piwigo", "Piwigo" ]
In the current Piwigo 12, we display the age of the first photo added in Piwigo. On the dashboard. ![image](https://user-images.githubusercontent.com/9326959/185574396-a2d77a98-efd0-44c9-b1d4-97ddf63ca759.png) The problems are: - you might delete this first photo and the "age" of your Piwigo will change... - ...
display age of Piwigo on the maintenance page
https://api.github.com/repos/Piwigo/Piwigo/issues/1707/comments
0
2022-08-19T08:17:19Z
2022-08-19T09:20:23Z
https://github.com/Piwigo/Piwigo/issues/1707
1,344,110,425
1,707
[ "Piwigo", "Piwigo" ]
Admin -> Configuration -> Multiple sizes Deselecting one or more sizes / editing the size parameters are not saved after clicking the "Save Settings" button Operating system: Linux PHP: 7.4.30 MySQL: 5.7.39-0ubuntu0.18.04.2 Graphics Library: GD 2.3.3
13.0.0RC2 Photo size configurations are not saved
https://api.github.com/repos/Piwigo/Piwigo/issues/1705/comments
2
2022-08-09T23:00:09Z
2022-09-21T14:37:23Z
https://github.com/Piwigo/Piwigo/issues/1705
1,333,870,812
1,705
[ "Piwigo", "Piwigo" ]
Redesign of the properties tab on the album edition page, according to the following design (created by Alice). ![image](https://user-images.githubusercontent.com/58566495/183084684-57fd551a-5797-4b33-ac4b-7d33b09b1218.png)
Album edition page redesign
https://api.github.com/repos/Piwigo/Piwigo/issues/1704/comments
1
2022-08-05T13:13:30Z
2023-06-26T09:31:18Z
https://github.com/Piwigo/Piwigo/issues/1704
1,329,925,367
1,704
[ "Piwigo", "Piwigo" ]
In ws.htm the pwg.history.search method takes 0 param so we can't use the method here. We need to add the params in ws.php and make the method work on the history page and in ws.htm.
[History search] pwg.history.search method has 0 params
https://api.github.com/repos/Piwigo/Piwigo/issues/1703/comments
0
2022-08-03T14:27:28Z
2023-07-04T14:59:36Z
https://github.com/Piwigo/Piwigo/issues/1703
1,327,308,111
1,703
[ "Piwigo", "Piwigo" ]
HI, I have a Piwigo installed on my server for many years now, and it works like a charm, I love this soft, thanks for all the hard work ! :heart: I open this issue to report a new error that I did not have when using Piwigo on PHP 7.x, and seems to have appeared when updating to PHP 8.1: when creating or renami...
Album creation / renaming failed if containing apostrophe with PHP 8.1
https://api.github.com/repos/Piwigo/Piwigo/issues/1701/comments
1
2022-08-02T16:11:08Z
2022-09-26T12:47:59Z
https://github.com/Piwigo/Piwigo/issues/1701
1,326,079,738
1,701
[ "Piwigo", "Piwigo" ]
As we did with the user manager, we stop using cookies and we use user_prefs for the view selector in plugin manager.
[Plugin Manager] Change view selector so we use user_prefs
https://api.github.com/repos/Piwigo/Piwigo/issues/1700/comments
0
2022-08-01T15:07:21Z
2022-08-01T15:11:33Z
https://github.com/Piwigo/Piwigo/issues/1700
1,324,571,858
1,700
[ "Piwigo", "Piwigo" ]
We implemented the view selector with the use of cookies, but now that we have user_prefs we change it for the greater good.
[User Manager] Change view selector so we use user_prefs
https://api.github.com/repos/Piwigo/Piwigo/issues/1699/comments
0
2022-08-01T13:57:21Z
2022-08-01T13:58:07Z
https://github.com/Piwigo/Piwigo/issues/1699
1,324,472,016
1,699
[ "Piwigo", "Piwigo" ]
Hi, - Users -> Activity -> User Activity logs - Dashboard -> Users -> activity These two options do not give the same results, see the two screen shots. Piwigo 12.3.0 Linux : raspberry / Raspbian GNU/Linux 11 (bullseye) PHP: 7.4.30 MySQL: 5.5.5-10.5.15-MariaDB-0+deb11u1 External ImageMagick 6.9.11-60 ...
User activity not coherent
https://api.github.com/repos/Piwigo/Piwigo/issues/1698/comments
2
2022-07-30T12:35:31Z
2022-09-28T14:35:49Z
https://github.com/Piwigo/Piwigo/issues/1698
1,323,011,719
1,698
[ "Piwigo", "Piwigo" ]
## Hello, - - - Go and fix this stupid thing! ## Description: The value of the /search/1940/created-monthly-list request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. ## Payload: ```java GET /piwigo/index.php?/search/4863/created-monthly-list%...
XSS-Reflected
https://api.github.com/repos/Piwigo/Piwigo/issues/1697/comments
0
2022-07-28T11:54:41Z
2022-09-16T08:38:43Z
https://github.com/Piwigo/Piwigo/issues/1697
1,320,820,385
1,697
[ "Piwigo", "Piwigo" ]
![image](https://user-images.githubusercontent.com/60923356/181250827-e8a7b188-0b1e-44a6-9e01-bb31777b2557.png)
[Album Manager] Green badge icon is too close to number
https://api.github.com/repos/Piwigo/Piwigo/issues/1696/comments
0
2022-07-27T12:51:24Z
2022-07-27T12:55:36Z
https://github.com/Piwigo/Piwigo/issues/1696
1,319,519,909
1,696
[ "Piwigo", "Piwigo" ]
The javascript has errors when the piwigo url as some "-" in it which is not so uncommon. Review the way you get the catId in url with the split.
[Album move] Can't open nodes on piwigo with certain urls
https://api.github.com/repos/Piwigo/Piwigo/issues/1695/comments
0
2022-07-25T10:53:41Z
2022-07-25T10:57:30Z
https://github.com/Piwigo/Piwigo/issues/1695
1,316,640,425
1,695
[ "Piwigo", "Piwigo" ]
I don't know if it is a Piwigo bug, or a Shotwell's Piwigo plugin problem, I've also opened a bug on Shotwell side: https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1982564 Trying to upload photo to Piwigo via Shotwell plugin I got and error like "URL not valid" (I got it in Italian). Looking at Piwigo s...
[PHP 8.1] Shotwell cannot upload anymore
https://api.github.com/repos/Piwigo/Piwigo/issues/1694/comments
3
2022-07-22T09:30:37Z
2022-07-22T10:05:49Z
https://github.com/Piwigo/Piwigo/issues/1694
1,314,764,421
1,694
[ "Piwigo", "Piwigo" ]
With php 8.0 and 8.1, warnings appear in piwigo, we need to fix them so Piwigo becomes compatible with php 8.1 and 8.0.
Compatibility with php 8.0 and php 8.1
https://api.github.com/repos/Piwigo/Piwigo/issues/1693/comments
1
2022-07-19T09:53:33Z
2022-07-28T14:17:41Z
https://github.com/Piwigo/Piwigo/issues/1693
1,309,271,668
1,693
[ "Piwigo", "Piwigo" ]
I updated Chrome today which seems to have switched to HTTP2 by default. When viewing a photo via `i.php` the image is broken and there is an error in the console : ``` GET https://galerie.strangeplanet.fr/i.php?/upload/2022/07/16/20220716130608-9f2835c1-sq.jpg net::ERR_HTTP2_PROTOCOL_ERROR 200 ``` You can test i...
Error loading images over HTTP2
https://api.github.com/repos/Piwigo/Piwigo/issues/1692/comments
1
2022-07-18T09:52:31Z
2022-08-22T13:09:30Z
https://github.com/Piwigo/Piwigo/issues/1692
1,307,695,694
1,692
[ "Piwigo", "Piwigo" ]
while uploading photos, there will be thumbs created below the upload section. New photos are added to the left, so all thumbs jump to the right which makes this pretty choppy. Better ad new images to the right so already added image thumbs stay in their place
when adding new photos, add the thumbs to the right not to the left
https://api.github.com/repos/Piwigo/Piwigo/issues/1691/comments
2
2022-07-17T11:59:24Z
2022-09-23T13:07:52Z
https://github.com/Piwigo/Piwigo/issues/1691
1,307,076,545
1,691
[ "Piwigo", "Piwigo" ]
Ex : 'test+' name cause error "Name in empty"
[Group Manager] '+' symbol group name end causes error
https://api.github.com/repos/Piwigo/Piwigo/issues/1690/comments
0
2022-07-11T10:58:46Z
2022-07-14T16:33:15Z
https://github.com/Piwigo/Piwigo/issues/1690
1,300,545,049
1,690
[ "Piwigo", "Piwigo" ]
When we add a group, the group list shuffle like crazy and we lose sight of the add button and the group we just added.
[Group Manager] Group list shuffles after adding a group
https://api.github.com/repos/Piwigo/Piwigo/issues/1689/comments
0
2022-07-11T10:09:41Z
2022-07-14T16:33:53Z
https://github.com/Piwigo/Piwigo/issues/1689
1,300,492,133
1,689
[ "Piwigo", "Piwigo" ]
I'm currently trying to extend quicksearch to search contents of private fields. For this i use the eventHandler "qsearch_results" wich allows me to add the so found items to $search_results['items']. This works, as long as there is no match on the core fields. If there is such a match, then the content of $search_...
impossible to change search_results during handling of event "qsearch_results"
https://api.github.com/repos/Piwigo/Piwigo/issues/1686/comments
2
2022-07-11T07:38:33Z
2022-07-20T09:29:42Z
https://github.com/Piwigo/Piwigo/issues/1686
1,300,328,423
1,686
[ "Piwigo", "Piwigo" ]
We previously added SVG support for Piwigo but we found out that there was problem when using php8.
SVG support compatibility with php 8.0 and 8.1
https://api.github.com/repos/Piwigo/Piwigo/issues/1684/comments
2
2022-07-06T14:46:57Z
2022-07-14T16:33:00Z
https://github.com/Piwigo/Piwigo/issues/1684
1,295,953,361
1,684
[ "Piwigo", "Piwigo" ]
When the user agent in "details" is too long it becomes impossible for the php to unserialize it because mysql just cuts when the varchar is too long, so we moved the user agent in a dedicated column.
[Activity Page] The page is broken when user agent is too long
https://api.github.com/repos/Piwigo/Piwigo/issues/1683/comments
2
2022-07-05T15:33:34Z
2022-07-14T16:38:42Z
https://github.com/Piwigo/Piwigo/issues/1683
1,294,459,706
1,683
[ "Piwigo", "Piwigo" ]
I'm using python 3.9 and the requests package to upload images to my Piwigo gallery. I want to associate multiple tags with an image when I upload. My request code looks much like the following: ``` tags = ["some text", "more text"] headers = {'Accept': 'application/json'} params = {'format' : 'json'...
[API] pwg.images.addSimple endpoint incorrectly parses request JSON array
https://api.github.com/repos/Piwigo/Piwigo/issues/1680/comments
1
2022-06-30T18:20:05Z
2022-07-06T14:19:19Z
https://github.com/Piwigo/Piwigo/issues/1680
1,290,489,725
1,680
[ "Piwigo", "Piwigo" ]
We add more sense to piwigo tabs through the administration by uniformizing their titles.
Titles uniformisation in admin
https://api.github.com/repos/Piwigo/Piwigo/issues/1679/comments
0
2022-06-27T09:21:53Z
2022-07-14T16:35:00Z
https://github.com/Piwigo/Piwigo/issues/1679
1,285,507,025
1,679
[ "Piwigo", "Piwigo" ]
I have the following configuration: `browser ->(https)-> apache reverse proxy ->(http)-> nginx reverse proxy ->(http)-> piwigo` In this case, the variable `$_SERVER['HTTP_X_FORWARDED_HOST']` on Piwigo does not hold the hostname currently expected in Piwigo code (see https://github.com/Piwigo/Piwigo/blob/master/incl...
X-Forwarded-Host header with a comma-separated list should be supported
https://api.github.com/repos/Piwigo/Piwigo/issues/1678/comments
0
2022-06-26T16:05:41Z
2022-06-26T16:05:41Z
https://github.com/Piwigo/Piwigo/issues/1678
1,284,963,928
1,678
[ "Piwigo", "Piwigo" ]
Support for iOS Live Photos would be a very welcome feature.
iOS Live Photos
https://api.github.com/repos/Piwigo/Piwigo/issues/1677/comments
6
2022-06-26T03:08:07Z
2023-12-21T21:53:35Z
https://github.com/Piwigo/Piwigo/issues/1677
1,284,784,312
1,677
[ "Piwigo", "Piwigo" ]
All the statistics (Hour, day, month, year) can be displayed when it is not in compare mode. However, the statistics of "Hour" and "Day" cannot be shown when it is in compare mode.
[Tools - History] "Hour" and " Day" charts cannot be selected when it is in compare mode
https://api.github.com/repos/Piwigo/Piwigo/issues/1676/comments
1
2022-06-23T18:29:36Z
2022-07-15T16:41:50Z
https://github.com/Piwigo/Piwigo/issues/1676
1,282,787,486
1,676
[ "Piwigo", "Piwigo" ]
When the plugin is deactivated, the system shows an error message.
[Plugin] Deactivation of plugin shows error messages
https://api.github.com/repos/Piwigo/Piwigo/issues/1675/comments
1
2022-06-23T18:08:54Z
2022-09-23T13:10:38Z
https://github.com/Piwigo/Piwigo/issues/1675
1,282,766,097
1,675
[ "Piwigo", "Piwigo" ]
Verify the creation and changes of the album name i) Validate the changing of the existing album name into null -When an administrator intends to change the name of an existing album to empty, the album information can still be updated successfully. ii) The same existing album name is used to create a new ...
[Album] Verify the creation and changes of the album name
https://api.github.com/repos/Piwigo/Piwigo/issues/1674/comments
0
2022-06-23T18:01:24Z
2022-06-23T18:01:24Z
https://github.com/Piwigo/Piwigo/issues/1674
1,282,758,846
1,674
[ "Piwigo", "Piwigo" ]
Some emails don't fit in the email field which is limited to 40 characters
forgotten password email field is too short
https://api.github.com/repos/Piwigo/Piwigo/issues/1673/comments
0
2022-06-22T13:43:51Z
2022-06-22T14:30:57Z
https://github.com/Piwigo/Piwigo/issues/1673
1,280,167,931
1,673
[ "Piwigo", "Piwigo" ]
On a very few piwigo acccount we got reported that the activity page wasn't loading properly. After some investigations we found out that the detail column in the activity table was a varchar(255) and it was used to store some serialized php. The detail column is used to store the user agent and it happened that if the...
[Activity page] Unserializing $details breaks sometimes
https://api.github.com/repos/Piwigo/Piwigo/issues/1672/comments
0
2022-06-20T12:47:42Z
2022-07-05T15:48:09Z
https://github.com/Piwigo/Piwigo/issues/1672
1,276,877,534
1,672
[ "Piwigo", "Piwigo" ]
Namespaces have been included in PHP since version 5.3, they are vital to preventing conflicts that may arise from having two codebases interacting. Currently I am attempting to write an integration between Piwigo and phpBB, but unfortunately several functions share the same name. It is my understanding that this can b...
Add a Piwigo Namespace
https://api.github.com/repos/Piwigo/Piwigo/issues/1671/comments
1
2022-06-16T02:31:39Z
2022-09-23T13:12:04Z
https://github.com/Piwigo/Piwigo/issues/1671
1,272,966,179
1,671
[ "Piwigo", "Piwigo" ]
Hello,As part of a testing project under a software testing course at University Malaya we are currently testing piwigo.We have found a PHP mailer exception when the admin tries to move the user to the subscribed group.We hope you will look into this matter further.
Php mailer exception
https://api.github.com/repos/Piwigo/Piwigo/issues/1670/comments
1
2022-06-11T16:13:52Z
2022-07-06T09:35:18Z
https://github.com/Piwigo/Piwigo/issues/1670
1,268,315,205
1,670
[ "Piwigo", "Piwigo" ]
> [mysql error 1264] Out of range value for column 'height' at row 1 UPDATE piwigo_images SET width=8192, height=122880 WHERE id=95 in /opt/piwigo/include/dblayer/functions_mysqli.inc.php on line 864 The above error occurs when Large size images is uploaded This error maybe fixed by editting maximum heght size of m...
Out of range value for image height
https://api.github.com/repos/Piwigo/Piwigo/issues/1669/comments
1
2022-06-09T08:08:38Z
2022-07-21T08:00:11Z
https://github.com/Piwigo/Piwigo/issues/1669
1,265,757,087
1,669
[ "Piwigo", "Piwigo" ]
When going to the activity page the menu on the left closes. We need the user section of the menu to be open.
[Activity page] Menu is closed when going on activity page
https://api.github.com/repos/Piwigo/Piwigo/issues/1668/comments
0
2022-06-08T12:57:26Z
2022-07-14T16:39:00Z
https://github.com/Piwigo/Piwigo/issues/1668
1,264,704,109
1,668
[ "Piwigo", "Piwigo" ]
Hi, Piwigo -> Photos > Batch management -> filter on one album -> Edit one photo -> delete this photo Then the next page displayed is "homepage" and it is needed to go back to "admin" > Photos > and so on Done several times, identical behaviour each time. Piwigo 12.2.0 OS: Linux / Rapsberry pi / 11 (bu...
Incorrect return path after deleting a photo
https://api.github.com/repos/Piwigo/Piwigo/issues/1667/comments
2
2022-06-07T14:58:26Z
2022-09-28T16:48:39Z
https://github.com/Piwigo/Piwigo/issues/1667
1,263,440,735
1,667
[ "Piwigo", "Piwigo" ]
For the new album manager we added a "last modified" badge that indicate when was the albums "last modified" but it appears that moving some albums next to it triggers the "last modified" parameter which makes it less relevant. So we choose to hide it and instead add the number of pictures contained in all the sub-albu...
[Album Manager] Change lastmodified badge
https://api.github.com/repos/Piwigo/Piwigo/issues/1666/comments
0
2022-06-07T13:02:26Z
2022-07-14T16:37:32Z
https://github.com/Piwigo/Piwigo/issues/1666
1,263,264,980
1,666
[ "Piwigo", "Piwigo" ]
Tiptip tooltips are not centered, we need to fix that
[Album Manager] Tiptip tooltips are not centered with the action icons
https://api.github.com/repos/Piwigo/Piwigo/issues/1665/comments
0
2022-06-07T12:46:35Z
2022-07-14T16:37:52Z
https://github.com/Piwigo/Piwigo/issues/1665
1,263,239,189
1,665
[ "Piwigo", "Piwigo" ]
In Piwigo 13 we implemented SVG support, but we still use raw SVG in gallery and administration pages which can cause some latency if the uploaded SVGs are too big. As SVGs are mostly used for Icons and drawings with not a lot of details, this should not be felt by the users but for the worst case scenarios we will add...
SVG size threshold for direct display
https://api.github.com/repos/Piwigo/Piwigo/issues/1664/comments
0
2022-06-06T10:13:43Z
2024-07-31T15:16:06Z
https://github.com/Piwigo/Piwigo/issues/1664
1,261,639,915
1,664
[ "Piwigo", "Piwigo" ]
Attempts to login using digikam export plugin fails. The login actually succeeds but piwigo throws an exception and doesn't respond to the request. ` PHP Fatal error: Uncaught TypeError: get_class(): Argument #1 ($object) must be of type object, bool given in /var/www/domainname/piwigo/include/ws_protocols/rest_enc...
[API] pwg.session.login fails from digikam export plugin
https://api.github.com/repos/Piwigo/Piwigo/issues/1662/comments
1
2022-06-02T00:05:15Z
2022-07-19T17:14:12Z
https://github.com/Piwigo/Piwigo/issues/1662
1,257,334,429
1,662
[ "Piwigo", "Piwigo" ]
Hello,As part of a testing project under a software testing course at University Malaya we are currently testing piwigo.We have found several deprecated warnings when piwigo is used with PHP version 8.1.6 or higher. We hope you will look into this matter further
Deprecated warnings appear when used with php 8.1.6
https://api.github.com/repos/Piwigo/Piwigo/issues/1661/comments
9
2022-05-25T15:21:56Z
2023-12-17T11:24:22Z
https://github.com/Piwigo/Piwigo/issues/1661
1,248,265,281
1,661
[ "Piwigo", "Piwigo" ]
I run Piwigo 13.0.0 beta 2, upgraded from 11 to 12 to 13. Visiting `/admin.php?page=updates&tab=ext` won't let me come through - alongside with a bunch of deprecation warnings, I get one fatal error: ``` Fatal error: Type of SmartyCompilerException::$line must be int (as in class Exception) in /(REDACTED)/include/s...
[PHP 8.1] Can't update my extensions
https://api.github.com/repos/Piwigo/Piwigo/issues/1660/comments
5
2022-05-16T22:07:42Z
2022-09-28T17:43:56Z
https://github.com/Piwigo/Piwigo/issues/1660
1,237,784,209
1,660
[ "Piwigo", "Piwigo" ]
I'm not sure if this is PHP8 related but I got this message: Fatal error: Uncaught TypeError: strip_tags(): Argument #1 ($string) must be of type string, array given in /xxx/include/functions_metadata.inc.php:190 Stack trace: #0 /xxx/include/functions_metadata.inc.php(190): strip_tags() #1 /xxx/include/picture_metad...
[PHP8?] functions_metadata.inc.php Fatal error strip_tags()
https://api.github.com/repos/Piwigo/Piwigo/issues/1659/comments
0
2022-05-12T11:09:39Z
2022-05-12T11:11:04Z
https://github.com/Piwigo/Piwigo/issues/1659
1,233,823,348
1,659
[ "Piwigo", "Piwigo" ]
Uploading .png is successful. png image couldn't be displayed on galleries page. According to /var/log/apache2/error.log, PHP may cause this error. _PHP Warning: imagesy() expects parameter 1 to be resource, bool given in ***/piwigo/admin/include/image.class.php on line 689,_ Similar problem is found in https...
Display .png return error
https://api.github.com/repos/Piwigo/Piwigo/issues/1658/comments
1
2022-05-12T02:20:34Z
2022-05-13T02:40:11Z
https://github.com/Piwigo/Piwigo/issues/1658
1,233,362,790
1,658
[ "Piwigo", "Piwigo" ]
We chosed to implement support of svg files for piwigo, this takes into account the thumbnail on the edit picture page.
SVG support for piwigo
https://api.github.com/repos/Piwigo/Piwigo/issues/1657/comments
3
2022-04-27T13:06:01Z
2022-07-14T16:39:43Z
https://github.com/Piwigo/Piwigo/issues/1657
1,217,332,989
1,657
[ "Piwigo", "Piwigo" ]
For those pages, we decided to simplify their titles with : "Obect" + Badge. Ex: Albums 120.
[Tags/Groups/Users] Page title uniformisation
https://api.github.com/repos/Piwigo/Piwigo/issues/1656/comments
0
2022-04-26T10:15:11Z
2022-04-26T10:24:34Z
https://github.com/Piwigo/Piwigo/issues/1656
1,215,726,637
1,656
[ "Piwigo", "Piwigo" ]
As this section is a bit confused for the user, we decided to remove it. Plus we can also delete custom sizes in the Maintenance page.
[Options page] Removing custom sizes in configuration section
https://api.github.com/repos/Piwigo/Piwigo/issues/1655/comments
1
2022-04-26T08:31:45Z
2022-09-12T14:18:59Z
https://github.com/Piwigo/Piwigo/issues/1655
1,215,598,930
1,655
[ "Piwigo", "Piwigo" ]
Differents files of the _data folder, I don't know what files generate them. create on my navbar some php errors: Piwigo : 12.2.0 php: 8.0 example : `Warning: Undefined array key "count_categories" in piwigo\_data\templates_c\jbliys^b6e599d81599c8c06e88fc7c914623696fa9e298_0.file.menubar_related_categories.tpl.php...
unknow array key in $_smarty_tpl->tpl_vars['...']->value['...']
https://api.github.com/repos/Piwigo/Piwigo/issues/1654/comments
3
2022-04-24T20:12:02Z
2022-10-13T18:07:55Z
https://github.com/Piwigo/Piwigo/issues/1654
1,213,756,182
1,654
[ "Piwigo", "Piwigo" ]
`Deprecated: Function strftime() is deprecated in / ... /include/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php on line 48` [https://www.php.net/manual/en/function.strftime.php](url) `Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in / ... /include/template.c...
strftime deprecated in PHP 8.1
https://api.github.com/repos/Piwigo/Piwigo/issues/1653/comments
2
2022-04-22T10:30:29Z
2023-04-10T21:48:30Z
https://github.com/Piwigo/Piwigo/issues/1653
1,212,171,113
1,653
[ "Piwigo", "Piwigo" ]
When the option `$conf['original_url_protection'] = 'images';` is set, Piwigo replaces the URLs of images with URLs of the type `…/action.php?id=9712&part=e`. When this configuration is set, the `pwg.images.getInfo` method returns an URL of the type `…/action.php?id=9712&amp;part=e` where the ampersand symbol was r...
[API] pwg.images.getInfo returns HTML encoded URLs
https://api.github.com/repos/Piwigo/Piwigo/issues/1652/comments
0
2022-04-14T06:31:29Z
2022-04-14T06:31:29Z
https://github.com/Piwigo/Piwigo/issues/1652
1,204,096,109
1,652
[ "Piwigo", "Piwigo" ]
In the plugin installer, after installing a plugin, the activate link redirects to the plugin manager page but with the "Activated" filter selected. So we can't activate the plugin directly.
[Plugins Manager] After installing a plugin, activate action wrong redirect
https://api.github.com/repos/Piwigo/Piwigo/issues/1651/comments
2
2022-04-12T14:00:05Z
2022-07-14T16:32:44Z
https://github.com/Piwigo/Piwigo/issues/1651
1,201,897,756
1,651
[ "Piwigo", "Piwigo" ]
Since version 12.2.0, the `pwg.getInfos` method returns the following array: ``` { "stat":"ok", "result":{ "infos": [{"name":"version","value":"11.5.0"}, {"name":"nb_elements","value":"339"}, {"name":"nb_categories","value":"28"}, {"name":"nb...
[API] pwg.getInfos returns a key "value" as Integer instead of String
https://api.github.com/repos/Piwigo/Piwigo/issues/1650/comments
0
2022-04-10T11:08:28Z
2022-04-10T11:08:28Z
https://github.com/Piwigo/Piwigo/issues/1650
1,198,987,779
1,650
[ "Piwigo", "Piwigo" ]
I'm having issues with 12.2.0, not sure if it's a bug or if I misconfigured it. I used the videojs plugin to support video, but when I use my phone to upload a lot of videos, the phone occasionally goes to sleep, when I reactivate the phone the webpage resumes the upload and at the end it says the upload was success...
Upload integrity check?
https://api.github.com/repos/Piwigo/Piwigo/issues/1649/comments
2
2022-04-10T01:14:31Z
2022-07-21T08:02:35Z
https://github.com/Piwigo/Piwigo/issues/1649
1,198,828,270
1,649