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"
] | when trying to select photos for upload, only *.jpe, *.png and *.gif
| windows 10 does not list *.jpg files | https://api.github.com/repos/Piwigo/Piwigo/issues/463/comments | 4 | 2016-04-14T08:51:59Z | 2016-07-19T08:47:32Z | https://github.com/Piwigo/Piwigo/issues/463 | 148,294,619 | 463 |
[
"Piwigo",
"Piwigo"
] | Bonjour,
J'ai activé l'ajout de fichiers, ajouté l'extension pdf dans la conf :
```
$conf['enable_formats'] = true;
$conf['ext_imagick_dir'] = '/usr/bin/';
$conf['picture_ext'] = array('jpg','JPG','jpeg','JPEG','png','PNG','gif','GIF', 'pdf', 'PDF');
```
Et lorsque j'envoie mon fichier via le formulaire je reste bl... | Upload de fichiers pdf | https://api.github.com/repos/Piwigo/Piwigo/issues/462/comments | 1 | 2016-04-12T14:58:36Z | 2016-04-12T16:29:53Z | https://github.com/Piwigo/Piwigo/issues/462 | 147,778,660 | 462 |
[
"Piwigo",
"Piwigo"
] | it's as if Piwigo automatically uses the browser language, without caring about the user language.
| generic users do not load the expected language | https://api.github.com/repos/Piwigo/Piwigo/issues/461/comments | 7 | 2016-04-11T13:39:44Z | 2017-11-27T16:02:03Z | https://github.com/Piwigo/Piwigo/issues/461 | 147,433,274 | 461 |
[
"Piwigo",
"Piwigo"
] | So i'm not sure why but if i call the login function for piwigo in a NodeJS script i made and then call an Admin only function for piwigo i still get 401 unauthorized even though i'm supposed to be logged in.
I am using the request library and the Q (promises) library.
The login returns {stat: "ok", "result": true} h... | Calling Admin only piwigo api functions in NodeJS | https://api.github.com/repos/Piwigo/Piwigo/issues/460/comments | 1 | 2016-04-10T23:42:06Z | 2016-04-11T00:44:45Z | https://github.com/Piwigo/Piwigo/issues/460 | 147,279,491 | 460 |
[
"Piwigo",
"Piwigo"
] | I have tags with restricted photos only. When I try to find part of tag name, result contains this tag too. Click on the tag will show empty. It will be better this tag will not be shown.
Version: 2.8.0
Theme: Stripped & Columns
| Search results show unavailable tags | https://api.github.com/repos/Piwigo/Piwigo/issues/459/comments | 1 | 2016-04-10T13:00:03Z | 2024-02-17T22:12:37Z | https://github.com/Piwigo/Piwigo/issues/459 | 147,223,446 | 459 |
[
"Piwigo",
"Piwigo"
] | I'm not really sure if im doing this right considering the server is returning s 405 error.
but
```
http://pic.ilp.moe/ws.php?format=json
{
"name": "http://static.tumblr.com/6f107309664ab5dbb2bcd4d1165353bd/tzdpqgk/lSgnypupw/tumblr_static_aev1my375zc4cwgsgcg4wc8so.png",
}
```
I had assumed that the a... | Url Upload via API? | https://api.github.com/repos/Piwigo/Piwigo/issues/457/comments | 7 | 2016-04-05T15:36:00Z | 2016-04-17T11:28:22Z | https://github.com/Piwigo/Piwigo/issues/457 | 146,026,600 | 457 |
[
"Piwigo",
"Piwigo"
] | As some of us know imgur recently added gifv conversion support which converts huge GIF files (like 50MB+) to small GIFV files (like 10MB or less).
TBH this should really be added for gif's that exceed a certain file size (say 10MB?) so that bandwidth usage can be decreased considerably.
| Add GIFV conversion support | https://api.github.com/repos/Piwigo/Piwigo/issues/456/comments | 3 | 2016-04-05T10:33:27Z | 2016-04-17T11:30:12Z | https://github.com/Piwigo/Piwigo/issues/456 | 145,949,721 | 456 |
[
"Piwigo",
"Piwigo"
] | Upload any gif to piwigo and then try to view it at a size smaller then the original in the gallery. As you can see, only the first frame is shown for all sized smaller then the original.
This is rather annoying as the original is sometimes way oversized (sometimes being 60MB mainly because of the amount of frames it ... | Gif resizing breaks animation | https://api.github.com/repos/Piwigo/Piwigo/issues/455/comments | 8 | 2016-04-05T10:10:40Z | 2024-02-17T16:02:05Z | https://github.com/Piwigo/Piwigo/issues/455 | 145,944,143 | 455 |
[
"Piwigo",
"Piwigo"
] | I noticed when testing on the demo that the api is limited to 500 per page. Is this a hard coded limitation or is it changable via the administration panel?
I would hope that its changable considering i was just about to use this as it has everything i want and need.
If its not changeable is this limitation lifted if ... | Piwigo api getImages limited to 500 per page | https://api.github.com/repos/Piwigo/Piwigo/issues/454/comments | 1 | 2016-04-05T06:30:39Z | 2016-04-05T12:45:31Z | https://github.com/Piwigo/Piwigo/issues/454 | 145,901,422 | 454 |
[
"Piwigo",
"Piwigo"
] | Piwigo uses server's local time to populate date/time fields on API responses.
When the API client is in a different timezone it is impossible to tell how these values should be adjusted in order to display time values accurately (or perform a 2-way synchronization of metadata)
I believe web applications should displa... | API - Piwigo uses local time for timestamps, need timezone information | https://api.github.com/repos/Piwigo/Piwigo/issues/453/comments | 2 | 2016-04-05T05:08:39Z | 2016-05-13T14:49:11Z | https://github.com/Piwigo/Piwigo/issues/453 | 145,888,488 | 453 |
[
"Piwigo",
"Piwigo"
] | I am using the admin console to modify photo properties - just added some tags and clicked "Save Settings". The tags appear on the page fine. The API doesn't indicate that the photo has been edited - lastmodified still shows 2016-03-20 19:03:01 - this is the date when I first uploaded the photo.
It looks very strange... | Piwigo 2.8.0 - lastmodified is getting not updated when tags are edited | https://api.github.com/repos/Piwigo/Piwigo/issues/452/comments | 1 | 2016-04-05T04:55:57Z | 2016-06-23T16:05:41Z | https://github.com/Piwigo/Piwigo/issues/452 | 145,887,219 | 452 |
[
"Piwigo",
"Piwigo"
] | Use selectize+localstorage on album list for permalink admin page | https://api.github.com/repos/Piwigo/Piwigo/issues/451/comments | 0 | 2016-04-04T08:16:35Z | 2016-04-04T08:46:39Z | https://github.com/Piwigo/Piwigo/issues/451 | 145,615,466 | 451 | |
[
"Piwigo",
"Piwigo"
] | http://piwigo.org/forum/viewtopic.php?id=26464
| Enlarge size of the text field for adding a permalink | https://api.github.com/repos/Piwigo/Piwigo/issues/450/comments | 0 | 2016-04-04T08:13:56Z | 2016-06-09T13:57:24Z | https://github.com/Piwigo/Piwigo/issues/450 | 145,614,833 | 450 |
[
"Piwigo",
"Piwigo"
] | Uploading a video clip to Piwigo 2.8.0 results in the following error:
```
**REQUEST**:
POST http://piwigo28.int/ws.php?method=pwg.images.add&format=json HTTP/1.1
Accept: */*
Cookie: pwg_id=8arvv47c2tha51v2n20cvpj2t4
Content-Type: application/x-www-form-urlencoded
Content-Length: 261
User-Agent: Adobe Photoshop Lightr... | Video upload fails | https://api.github.com/repos/Piwigo/Piwigo/issues/449/comments | 7 | 2016-04-03T19:52:42Z | 2018-01-15T12:10:38Z | https://github.com/Piwigo/Piwigo/issues/449 | 145,534,518 | 449 |
[
"Piwigo",
"Piwigo"
] | An attempt to upload an unsupported file format produces a plain text error, even though JSON was requested.
```
REQUEST:
POST http://piwigo28.int/ws.php?method=pwg.images.add&format=json HTTP/1.1
Accept: */*
Cookie: pwg_id=1p64dj3gpn9jap5j03lk59f2e3
Content-Type: application/x-www-form-urlencoded
Content-Length: 261... | pwg.images.add returns a plain text error, regardless of requested format | https://api.github.com/repos/Piwigo/Piwigo/issues/448/comments | 0 | 2016-04-03T17:50:28Z | 2016-04-03T19:56:37Z | https://github.com/Piwigo/Piwigo/issues/448 | 145,523,364 | 448 |
[
"Piwigo",
"Piwigo"
] | I'm interested to change the contents of the file admin.lang.php to change each notification email sent by Piwigo (version: 2.8.0).
Here I see:
```
$lang['Hello,'] = 'Hallo,';
$lang['See you soon.'] = 'Bis bald.';
$lang['Discover album:'] = 'Entdecken Sie das Album:';
```
I will change the German statement to:
```... | Editing of admin.lang.php with LocalFilesEditor does not work | https://api.github.com/repos/Piwigo/Piwigo/issues/447/comments | 1 | 2016-03-28T06:38:27Z | 2016-06-04T10:37:48Z | https://github.com/Piwigo/Piwigo/issues/447 | 143,906,821 | 447 |
[
"Piwigo",
"Piwigo"
] | After Installation of the Version 2.8 this Error Message appears when starting the function User Management (.../admin.php?page=user_list).
At the moment the administration of existing users is not possible.
| [user manager] JSON data from server could not be parsed | https://api.github.com/repos/Piwigo/Piwigo/issues/446/comments | 6 | 2016-03-22T19:39:17Z | 2017-05-02T21:18:20Z | https://github.com/Piwigo/Piwigo/issues/446 | 142,756,644 | 446 |
[
"Piwigo",
"Piwigo"
] | I found that turning an album private hides it from the API, just like it did in earlier versions of Piwigo, when the current user is an admin.
I went though the code and noticed that in ws_categories_getList() you are excluding all private albums when the current user has administrative permissions. However, you are n... | Admin users are unable to access their personal private albums via the API (2.8.0) | https://api.github.com/repos/Piwigo/Piwigo/issues/445/comments | 12 | 2016-03-22T04:49:29Z | 2016-03-24T09:09:16Z | https://github.com/Piwigo/Piwigo/issues/445 | 142,547,320 | 445 |
[
"Piwigo",
"Piwigo"
] | I'm running the 2.8.0 in [docker](https://github.com/cstroe/piwigo-in-docker). I have a remote MySQL server running in a separate container, and the Piwigo container communicates with it just fine.
Upon first connection to Piwigo, I get the install page. I fill out the appropriate information and after clicking the ... | Failure to create tables with MySQL 5.7 | https://api.github.com/repos/Piwigo/Piwigo/issues/443/comments | 8 | 2016-03-21T07:41:21Z | 2018-01-15T12:21:00Z | https://github.com/Piwigo/Piwigo/issues/443 | 142,277,352 | 443 |
[
"Piwigo",
"Piwigo"
] | Getting the following error when trying to set album's status via the API:
`<br />
<b>Fatal error</b>: Call to undefined function set_cat_status() in <b>D:\WWW_HOME\piwigo28.com\include\ws_functions\pwg.categories.php</b> on line <b>617</b><br />`
Running Piwigo 2.8.0 on Windows 7
| Call to undefined function set_cat_status() | https://api.github.com/repos/Piwigo/Piwigo/issues/442/comments | 1 | 2016-03-21T00:01:49Z | 2018-01-15T12:21:32Z | https://github.com/Piwigo/Piwigo/issues/442 | 142,223,157 | 442 |
[
"Piwigo",
"Piwigo"
] | Thought it could be worthwhile to open a discussion on the translation tools used. I personally find the Piwigo translation page a bit confusing. For example if I want to discuss with the other members of the team about some translations that I disagree on. I am not sure how often people look at the 'talk' page, it was... | [suggestion] use transifex for translation | https://api.github.com/repos/Piwigo/Piwigo/issues/441/comments | 2 | 2016-03-14T10:10:21Z | 2016-03-15T13:55:49Z | https://github.com/Piwigo/Piwigo/issues/441 | 140,629,390 | 441 |
[
"Piwigo",
"Piwigo"
] | Since upgrading to 2.8.0, search, when using the mobile smartpocket theme, returns no results and I see the following errors in my web server log:
```
[Sun Mar 13 16:14:00.426573 2016] [:error] [pid 27487] [client 192.168.1.5:58180] PHP Notice: Undefined index: fields in /usr/local/piwigo/search.php on line 73, refer... | Search (smartpocket theme) returns no results | https://api.github.com/repos/Piwigo/Piwigo/issues/440/comments | 1 | 2016-03-13T21:34:50Z | 2018-01-15T12:22:11Z | https://github.com/Piwigo/Piwigo/issues/440 | 140,531,717 | 440 |
[
"Piwigo",
"Piwigo"
] | See http://piwigo.org/forum/viewtopic.php?pid=162413#p162413 : we need to tell the user how to use this new feature.
| update embed documentation to describe multiple format | https://api.github.com/repos/Piwigo/Piwigo/issues/439/comments | 0 | 2016-03-11T20:31:44Z | 2018-01-15T12:22:30Z | https://github.com/Piwigo/Piwigo/issues/439 | 140,284,601 | 439 |
[
"Piwigo",
"Piwigo"
] | Explain how multi format feature work.
This should be done ASAP (2.8.1) even though it's in English for everyone.
| Update "FTP + Synchronization" page about multiple formats | https://api.github.com/repos/Piwigo/Piwigo/issues/438/comments | 0 | 2016-03-11T20:31:08Z | 2016-03-11T20:32:32Z | https://github.com/Piwigo/Piwigo/issues/438 | 140,284,437 | 438 |
[
"Piwigo",
"Piwigo"
] | I was trying to add a user to my web site, with e-mail on the form first.second.third@gmail.com. Piwigo claimed that the e-mail did not have the right syntax. Apologies that the text in screen shot is in Norwegian, but hopefully you can understand the issue.
 me.
I am unable to use templates to override the smartpocket theme. When I do, I get strange results like this:
 implementation of the edit author/title action in the Batch Manager is using some JS instruction as a placeholder but when you don't edit the field, you get the placeholder text as author/title. #fail :-/
In 2016, we can safely use use a placeholder="" http://caniuse.com/#feat=input-placeholde... | [Batch Manager] edit author/title may use the placeholder | https://api.github.com/repos/Piwigo/Piwigo/issues/430/comments | 0 | 2016-03-06T18:49:07Z | 2018-01-15T12:19:02Z | https://github.com/Piwigo/Piwigo/issues/430 | 138,822,663 | 430 |
[
"Piwigo",
"Piwigo"
] | Add core language string for Take a Tour button at the end of upgrade. Currently (Piwigo 2.8), we have
`str_replace('2.7', get_branch_from_version(PHPWG_VERSION), l10n('2_7_0_descrp'))`
which would be cleaner as a core language string "Discover what's new in Piwigo %s"
| discover new feature button at the end of upgrade | https://api.github.com/repos/Piwigo/Piwigo/issues/429/comments | 0 | 2016-03-04T13:36:52Z | 2016-06-06T14:39:30Z | https://github.com/Piwigo/Piwigo/issues/429 | 138,478,279 | 429 |
[
"Piwigo",
"Piwigo"
] | with configuration page [Administration > Configuration > Options > Display], let the user decide to show/hide the size selector.
| ability to hide the size selector | https://api.github.com/repos/Piwigo/Piwigo/issues/428/comments | 0 | 2016-03-03T13:26:19Z | 2017-04-06T13:55:54Z | https://github.com/Piwigo/Piwigo/issues/428 | 138,177,527 | 428 |
[
"Piwigo",
"Piwigo"
] | it would be useful to let the admin decide if she wants to hide or show metadata by default. In Piwigo 2.8, visitors have to ask for viewing (but certainly don't realize some metadata are available).
| make it easier to show metadata by default | https://api.github.com/repos/Piwigo/Piwigo/issues/427/comments | 0 | 2016-03-03T10:40:54Z | 2022-06-06T14:55:19Z | https://github.com/Piwigo/Piwigo/issues/427 | 138,141,497 | 427 |
[
"Piwigo",
"Piwigo"
] | Not sure if this is by design or an issue, but I noticed that if I look through an album on my phone, the view count on the images are not increased.
In case the theme is relevant, I am using the 'smart pocket' one for mobile. In case I might have some other funny configuration which causes this, you are welcome to ha... | Count views from mobile | https://api.github.com/repos/Piwigo/Piwigo/issues/426/comments | 1 | 2016-03-02T11:12:34Z | 2017-04-09T10:35:11Z | https://github.com/Piwigo/Piwigo/issues/426 | 137,844,337 | 426 |
[
"Piwigo",
"Piwigo"
] | during upload, we get (in the JS console) error: TypeError: a[c] is undefined
| transfer favicon, TypeError: a[c] is undefined | https://api.github.com/repos/Piwigo/Piwigo/issues/425/comments | 0 | 2016-02-26T18:39:30Z | 2016-02-26T18:42:51Z | https://github.com/Piwigo/Piwigo/issues/425 | 136,778,400 | 425 |
[
"Piwigo",
"Piwigo"
] | https://github.com/ahand/mobileesp/blob/master/PHP/mdetect.php
| update mdetect.php | https://api.github.com/repos/Piwigo/Piwigo/issues/424/comments | 0 | 2016-02-25T08:49:39Z | 2017-03-02T10:16:44Z | https://github.com/Piwigo/Piwigo/issues/424 | 136,320,632 | 424 |
[
"Piwigo",
"Piwigo"
] | we now need the upgrade script to version 2.8
| upgrade script to 2.8 | https://api.github.com/repos/Piwigo/Piwigo/issues/423/comments | 0 | 2016-02-23T09:38:24Z | 2016-02-23T12:24:59Z | https://github.com/Piwigo/Piwigo/issues/423 | 135,685,367 | 423 |
[
"Piwigo",
"Piwigo"
] | I wonder why we can't perform the same REGEXP pattern on file (compared to name/comment):
```
SELECT
id
from images i
WHERE (CONVERT(file, CHAR) LIKE '%eau%' OR name REGEXP '[[:<:]]eau[[:>:]]')
;
```
Here we perform an exact match on name (perfect) but not on file :-/ If the user has filenames which describe ... | [quicksearch] no exact match on file | https://api.github.com/repos/Piwigo/Piwigo/issues/422/comments | 9 | 2016-02-22T09:12:12Z | 2023-09-25T15:04:29Z | https://github.com/Piwigo/Piwigo/issues/422 | 135,358,595 | 422 |
[
"Piwigo",
"Piwigo"
] | on page [Administration > Photos > Add > Applications].
- pLoader has not been updated for 5.5 years and its setting no longer match Piwigo system (we only need the original, not thumbnail + web size + HD). The HTML5 upload form does all what pLoader do, with better performances, better compatibility and doesn't need a... | remove pLoader, add MacShareToPiwigo and Piwigo Remote Sync | https://api.github.com/repos/Piwigo/Piwigo/issues/420/comments | 1 | 2016-02-16T16:26:23Z | 2017-03-07T14:58:48Z | https://github.com/Piwigo/Piwigo/issues/420 | 134,026,533 | 420 |
[
"Piwigo",
"Piwigo"
] | Hi,
right now a administrator can change the password of the webmaster in the user management interface.
With the changed password and the username he can login to webmaster account and get super-rights.
cheers
Flake
Piwigo version: 2.7.4
PHP version: 5.6.17-3
MySQL version: 5.5.5-10.0.23-MariaDB-2
Piwigo URL: not p... | Administrator should not be able to change password of the Webmaster | https://api.github.com/repos/Piwigo/Piwigo/issues/419/comments | 0 | 2016-02-12T11:05:06Z | 2016-02-12T13:56:42Z | https://github.com/Piwigo/Piwigo/issues/419 | 133,211,566 | 419 |
[
"Piwigo",
"Piwigo"
] | I'm currently working on HTTPS and there are several little issues. But one important issue is that email sent by Piwigo does not take into account HTTPS: link are HTTP only.
| links in email sends HTTP instead of HTTPS | https://api.github.com/repos/Piwigo/Piwigo/issues/418/comments | 1 | 2016-02-11T17:37:37Z | 2016-02-12T08:04:55Z | https://github.com/Piwigo/Piwigo/issues/418 | 133,037,284 | 418 |
[
"Piwigo",
"Piwigo"
] | Following discussion with @mistic100 on https://github.com/Piwigo/Piwigo/commit/6af4590f01c7ea249c6d03b37fb1001ce96b7f4c#commitcomment-15854194 we should return the list of available sizes in pwg.session.getStatus
| [API] return list of photo sizes | https://api.github.com/repos/Piwigo/Piwigo/issues/416/comments | 1 | 2016-02-09T16:56:30Z | 2016-12-11T17:43:32Z | https://github.com/Piwigo/Piwigo/issues/416 | 132,472,630 | 416 |
[
"Piwigo",
"Piwigo"
] | The behavior of the download link is not correct on non picture files. Instead of going to action.php with a Content-Disposition: attachment, the url directly goes to the file. In case of an mp4, the video opens in the web browser, which is really not a "download".
@modus75 as far as my invistigation went, you changed... | download link fails on non picture files | https://api.github.com/repos/Piwigo/Piwigo/issues/415/comments | 8 | 2016-02-09T15:58:02Z | 2018-01-15T12:19:14Z | https://github.com/Piwigo/Piwigo/issues/415 | 132,456,078 | 415 |
[
"Piwigo",
"Piwigo"
] | When the user (or an admin) changes his password, it would be "secure" to deactivate all active authentication keys.
| deactivate authentication keys when password changes | https://api.github.com/repos/Piwigo/Piwigo/issues/414/comments | 0 | 2016-02-01T09:49:45Z | 2016-02-12T19:21:26Z | https://github.com/Piwigo/Piwigo/issues/414 | 130,312,211 | 414 |
[
"Piwigo",
"Piwigo"
] | if the auth key is valid, give priority to it compared to the authentication cookie : if the user is already connected with another user account, disconnect him and use the auth key credentials instead.
| [authentication] give priority to auth key | https://api.github.com/repos/Piwigo/Piwigo/issues/413/comments | 0 | 2016-02-01T08:59:52Z | 2016-02-01T09:06:10Z | https://github.com/Piwigo/Piwigo/issues/413 | 130,301,224 | 413 |
[
"Piwigo",
"Piwigo"
] | In case the authentication key $_GET['auth'] is no longer valid, display a message and give link to the log in page.
| [identification] warn visitor if auth key is no longer valid | https://api.github.com/repos/Piwigo/Piwigo/issues/412/comments | 0 | 2016-01-29T11:44:21Z | 2016-01-29T11:45:15Z | https://github.com/Piwigo/Piwigo/issues/412 | 129,742,249 | 412 |
[
"Piwigo",
"Piwigo"
] | on admin pages where administrators can notify users, tell them emails will contain auth keys.
| [notification] give info to administrators about auth keys | https://api.github.com/repos/Piwigo/Piwigo/issues/411/comments | 0 | 2016-01-29T10:46:49Z | 2016-01-29T10:48:05Z | https://github.com/Piwigo/Piwigo/issues/411 | 129,730,184 | 411 |
[
"Piwigo",
"Piwigo"
] | Here is what @Philio told me yesterday:
> Wanted to get your thoughts on loading the album images. The thumbnail URL that's returned by pwg.categories.getList is very small and of unacceptable quality for a high resolution (~500 ppi) flagship Android phone. I see that I could use the representative_picture_id to then ... | [API] thumbnail too small for hdpi screens | https://api.github.com/repos/Piwigo/Piwigo/issues/410/comments | 4 | 2016-01-29T09:36:57Z | 2016-02-09T16:57:55Z | https://github.com/Piwigo/Piwigo/issues/410 | 129,714,987 | 410 |
[
"Piwigo",
"Piwigo"
] | On [Administration > Users > Manage], when you save a user profile, no error is shown even if there is a problem with the email address: address can be just wrong, email can be already in use. No error, only the success message.
| changing email address doesn't show error | https://api.github.com/repos/Piwigo/Piwigo/issues/409/comments | 0 | 2016-01-28T10:33:08Z | 2016-01-28T12:29:14Z | https://github.com/Piwigo/Piwigo/issues/409 | 129,411,689 | 409 |
[
"Piwigo",
"Piwigo"
] | http://piwigo.org/forum/viewtopic.php?id=26239
This is a PHP 7 bug, that should be fixed in version 7.0.3 (release date = 2016-02-07), see https://github.com/php/php-src/blob/PHP-7.0/NEWS#L70
| PHP7, Catchable fatal error: session_regenerate_id(): Failed to create(read) session ID | https://api.github.com/repos/Piwigo/Piwigo/issues/408/comments | 7 | 2016-01-27T13:35:09Z | 2016-02-12T13:12:13Z | https://github.com/Piwigo/Piwigo/issues/408 | 129,146,201 | 408 |
[
"Piwigo",
"Piwigo"
] | ... and other variables. Reported by OC_boy on http://piwigo.org/forum/viewtopic.php?id=26267
Notice: Undefined variable: formats_to_delete in admin/site_update.php on line 673
Notice: Undefined variable: caddiables in admin/site_update.php on line 686
| [synchronization] warnings on formats_to_delete | https://api.github.com/repos/Piwigo/Piwigo/issues/407/comments | 0 | 2016-01-26T14:41:00Z | 2016-01-26T14:42:27Z | https://github.com/Piwigo/Piwigo/issues/407 | 128,840,329 | 407 |
[
"Piwigo",
"Piwigo"
] | I noticed that Piwigo (tested on version 2.7.4) supplies an incorrect Content-Type header in its API responses. It says text/plain when it should be _application/json_.
When response is XML, the Content-Type needs to be _application/xml_.
Thank you.
| API responses - the Content-Type header should be consistent with response format | https://api.github.com/repos/Piwigo/Piwigo/issues/406/comments | 1 | 2016-01-25T17:08:25Z | 2016-07-27T09:11:55Z | https://github.com/Piwigo/Piwigo/issues/406 | 128,589,295 | 406 |
[
"Piwigo",
"Piwigo"
] | Since I updated Smarty to version 3.1.28 (for compatibility with PHP 7), emails have lost their style.
| missing style in emails | https://api.github.com/repos/Piwigo/Piwigo/issues/405/comments | 6 | 2016-01-21T14:04:27Z | 2016-02-10T17:59:20Z | https://github.com/Piwigo/Piwigo/issues/405 | 127,930,753 | 405 |
[
"Piwigo",
"Piwigo"
] | feature #392 introduced authentication keys, and especially in f2f9e5ecb7d6c16332aaccf8bc7b1c4248e6e889 I forgot to modify the data model at install
| authentication keys, missing column in database | https://api.github.com/repos/Piwigo/Piwigo/issues/404/comments | 0 | 2016-01-18T12:46:10Z | 2016-01-18T13:05:28Z | https://github.com/Piwigo/Piwigo/issues/404 | 127,219,929 | 404 |
[
"Piwigo",
"Piwigo"
] | Newly created album is first and if you want albums at chronologic order, you have to move it to end of list and submit it again and again.
Please include some option to make it the lasts by default. Thx.
| Configuration of new album position | https://api.github.com/repos/Piwigo/Piwigo/issues/403/comments | 1 | 2016-01-14T22:31:53Z | 2016-12-05T15:04:56Z | https://github.com/Piwigo/Piwigo/issues/403 | 126,763,496 | 403 |
[
"Piwigo",
"Piwigo"
] | Ratings have broken for me when using $conf['rate_items'] array entries that aren't integers 0-9, I used the LocalFiles Editor plugin.
The star icons filled incorrectly.
The rating score did not update for some values.
Non-numeric rate items cause an error when selected.
Thanks.
| Rating | https://api.github.com/repos/Piwigo/Piwigo/issues/402/comments | 2 | 2016-01-10T03:19:55Z | 2017-05-11T09:17:41Z | https://github.com/Piwigo/Piwigo/issues/402 | 125,796,387 | 402 |
[
"Piwigo",
"Piwigo"
] | We've got a crazy block with 800 lines of javascript. It's becoming difficult to read. This code would be much better in a dedicated file.
| [user manager] move javascript code to a dedicated file | https://api.github.com/repos/Piwigo/Piwigo/issues/401/comments | 2 | 2016-01-09T17:39:44Z | 2021-06-25T13:57:08Z | https://github.com/Piwigo/Piwigo/issues/401 | 125,771,191 | 401 |
[
"Piwigo",
"Piwigo"
] | If I edit a user and change its email address, we need to see the change immediately (we shouldn't wait for a full refresh of the user list)
| [user manager] update table when user updated | https://api.github.com/repos/Piwigo/Piwigo/issues/398/comments | 0 | 2016-01-09T16:59:08Z | 2016-01-11T08:23:56Z | https://github.com/Piwigo/Piwigo/issues/398 | 125,769,193 | 398 |
[
"Piwigo",
"Piwigo"
] | ... instead of an embedded form into users table.
| [user manager] edit user in a popin | https://api.github.com/repos/Piwigo/Piwigo/issues/397/comments | 0 | 2016-01-09T16:54:35Z | 2016-01-11T08:23:56Z | https://github.com/Piwigo/Piwigo/issues/397 | 125,769,019 | 397 |
[
"Piwigo",
"Piwigo"
] | Hello!
I'm using Piwigo for my personal picture gallery. I really like this piece of software. Thanks a lot. I starred the project on github.com and read through the mails coming in. I would like to know if it is possible to participate in beta testing the 2.8 release?
Can this be achieved by simply downloading the l... | Question: How to participate in Beta-Test for 2.8? | https://api.github.com/repos/Piwigo/Piwigo/issues/394/comments | 2 | 2016-01-05T19:59:16Z | 2016-01-09T17:18:48Z | https://github.com/Piwigo/Piwigo/issues/394 | 125,038,983 | 394 |
[
"Piwigo",
"Piwigo"
] | Like ?auth=12345abcde would automatically log you as "peter". Piwigo would be able to send such authentication keys in notification emails.
The key will be valid for just a few hours (configurable).
| keys for automatic authentication | https://api.github.com/repos/Piwigo/Piwigo/issues/392/comments | 3 | 2015-12-31T10:09:49Z | 2016-01-18T12:46:53Z | https://github.com/Piwigo/Piwigo/issues/392 | 124,454,279 | 392 |
[
"Piwigo",
"Piwigo"
] | Now that we have multiple formats on sync (and the appropriate database model), we need to complete it with API/web upload.
| Multiple formats on API/web upload | https://api.github.com/repos/Piwigo/Piwigo/issues/389/comments | 0 | 2015-12-30T15:16:09Z | 2022-06-06T14:56:30Z | https://github.com/Piwigo/Piwigo/issues/389 | 124,360,134 | 389 |
[
"Piwigo",
"Piwigo"
] | http://fr.piwigo.org/forum/viewtopic.php?id=26535
In the albums manager, add a button "Delete this album and its content", it will open a confirmation dialog with a checkbox "Also delete items associated to other albums".
| Button "delete this album and its content" | https://api.github.com/repos/Piwigo/Piwigo/issues/388/comments | 1 | 2015-12-29T11:10:07Z | 2016-09-27T12:26:13Z | https://github.com/Piwigo/Piwigo/issues/388 | 124,196,156 | 388 |
[
"Piwigo",
"Piwigo"
] | Many deprecated/notice (even fatal error) messages come with PHP 7 and Piwigo 2.7
| compatibility with PHP 7 | https://api.github.com/repos/Piwigo/Piwigo/issues/385/comments | 4 | 2015-12-10T12:58:08Z | 2017-03-27T03:46:10Z | https://github.com/Piwigo/Piwigo/issues/385 | 121,477,685 | 385 |
[
"Piwigo",
"Piwigo"
] | Instead of a MySQL query "set names", we'd better use built-in function mysql_set_charset and mysqli::set_charset
| use built-in functions to set charset | https://api.github.com/repos/Piwigo/Piwigo/issues/384/comments | 0 | 2015-12-08T12:38:03Z | 2015-12-08T12:39:59Z | https://github.com/Piwigo/Piwigo/issues/384 | 120,997,985 | 384 |
[
"Piwigo",
"Piwigo"
] | Here are the steps to reproduce:
1. Create user in Admin-Panel
2. Login with that user (Auto-Login disabled, in Incognito-Window), leave window open.
3. Delete that user in Admin-Panel
4. Reload Incognito-Window, it shows:
```
Warning: array_merge(): Argument #1 is not an array in /home/xxx/public_html/include/functio... | Deleted User and Browser with old Cookie => Uncaught | https://api.github.com/repos/Piwigo/Piwigo/issues/383/comments | 1 | 2015-12-07T07:45:27Z | 2019-11-01T21:48:48Z | https://github.com/Piwigo/Piwigo/issues/383 | 120,717,608 | 383 |
[
"Piwigo",
"Piwigo"
] | Hello,
I use the "Write Metadata" plugin to write description, author, tags etc to my image files into the corresponding IPTC fields. However using this plugin it is not possible to write the GPS location into the image. Is there an easy way to add this feature?
Kind regards
Jens
PS: Thanks for this cool software! K... | Write GPS location to image file | https://api.github.com/repos/Piwigo/Piwigo/issues/382/comments | 1 | 2015-12-05T20:00:42Z | 2015-12-06T11:37:55Z | https://github.com/Piwigo/Piwigo/issues/382 | 120,583,733 | 382 |
[
"Piwigo",
"Piwigo"
] | I was wondering if there is a minor issue with the grading system? I see e.g. "3.63 (1 review)" if I have myself put '3 stars' (or 4 out of 6 if you want, the first is 0). Shouldn't the average then be 3 and not 3.63?
Please mark this as minor, it is of very little importance but I thought it might also be a reasonabl... | Grading | https://api.github.com/repos/Piwigo/Piwigo/issues/381/comments | 2 | 2015-12-04T13:47:19Z | 2015-12-04T15:56:36Z | https://github.com/Piwigo/Piwigo/issues/381 | 120,404,799 | 381 |
[
"Piwigo",
"Piwigo"
] | I uploaded 15 pictures (through the web interface), and the feed added three entries, each saying there was 1 new photo and that 1 album had been edited. I would prefer if there rather was 1 entry (per upload) saying X new photos. Or alternatively (simpler to implement?) just send one feed saying something like "New ph... | RSS feed suggestions | https://api.github.com/repos/Piwigo/Piwigo/issues/380/comments | 1 | 2015-12-03T10:12:30Z | 2017-03-22T10:03:51Z | https://github.com/Piwigo/Piwigo/issues/380 | 120,135,565 | 380 |
[
"Piwigo",
"Piwigo"
] | The idea is to make Piwigo ready for "single photo, multiple formats". For example, you have img1234.jpg and many formats : img1234.cr2 (raw Canon file), img1234.cmyk.jpg (for print purpose)
Already a bit discussed on http://piwigo.org/forum/viewtopic.php?id=26087
| Multiple formats | https://api.github.com/repos/Piwigo/Piwigo/issues/379/comments | 12 | 2015-12-01T14:25:59Z | 2015-12-30T15:16:52Z | https://github.com/Piwigo/Piwigo/issues/379 | 119,727,245 | 379 |
[
"Piwigo",
"Piwigo"
] | not very straightforward because api functions have changed names (no more hungarian notation)
need to do user list and rating users.
| upgrade datatables js | https://api.github.com/repos/Piwigo/Piwigo/issues/378/comments | 2 | 2015-12-01T13:03:42Z | 2016-03-09T21:01:57Z | https://github.com/Piwigo/Piwigo/issues/378 | 119,713,315 | 378 |
[
"Piwigo",
"Piwigo"
] | ... instead of submitting the expected form. This is certainly because we use the same form for 2 separate actions. We should change the mechanism to refresh album thumbnail : with a JS link+ Ajax call for instance.
| [album edit] press enter in title field refreshes album thumbnail | https://api.github.com/repos/Piwigo/Piwigo/issues/377/comments | 1 | 2015-12-01T09:01:06Z | 2015-12-03T15:11:02Z | https://github.com/Piwigo/Piwigo/issues/377 | 119,670,776 | 377 |
[
"Piwigo",
"Piwigo"
] | I get an error 3065 regardless of which ordering option I select in configuration. I narrowed it down to:
mysql> SELECT DISTINCT(image_id)
-> FROM piwigo_image_category
-> INNER JOIN piwigo_images ON id = image_id
-> WHERE
-> category_id = 6178
->
-> ORDER BY piwigo_images.file AS... | [MySQL 5.7] ORDER BY clause is not in SELECT list | https://api.github.com/repos/Piwigo/Piwigo/issues/376/comments | 28 | 2015-11-30T14:39:36Z | 2023-05-22T00:20:50Z | https://github.com/Piwigo/Piwigo/issues/376 | 119,505,159 | 376 |
[
"Piwigo",
"Piwigo"
] | Hello,
I'm following this repository and came across the possibility to send notifications about new images in the gallery to registered users. I find this very helpful, but I recognized that the links in the email are wrong. Look at the following section from the email:
Zum Austragen, auf diesen Link klicken: //nbm.... | Links in Email Notification misses the URL of the Gallery | https://api.github.com/repos/Piwigo/Piwigo/issues/375/comments | 0 | 2015-11-23T20:05:09Z | 2015-11-23T20:05:09Z | https://github.com/Piwigo/Piwigo/issues/375 | 118,461,328 | 375 |
[
"Piwigo",
"Piwigo"
] | Because of the nature of base64 encoding, strings are "padded" with trailing "=". So in str_replace(array('+', '/'), '', base64_encode(openssl_random_pseudo_bytes($size))) we may have less than $size chars, when $size is small and if we have some +/ in the returned value of openssl_random_pseudo_bytes. To avoid this pr... | short generated keys may end with trailing = | https://api.github.com/repos/Piwigo/Piwigo/issues/373/comments | 0 | 2015-11-10T21:33:38Z | 2015-11-10T21:38:10Z | https://github.com/Piwigo/Piwigo/issues/373 | 116,206,807 | 373 |
[
"Piwigo",
"Piwigo"
] | I was thinking that it would be nice to set up a subscription system where a user could opt in to get an e-mail notification when there are new pictures on the site. I have a 'private' gallery on piwigo.com so most of my friends/family will not go to my page actively to check if I have posted anything new.
Ideally som... | [notification] e-mail subscription for new pictures | https://api.github.com/repos/Piwigo/Piwigo/issues/372/comments | 11 | 2015-11-09T17:48:31Z | 2021-05-12T18:27:47Z | https://github.com/Piwigo/Piwigo/issues/372 | 115,929,444 | 372 |
[
"Piwigo",
"Piwigo"
] | By default, Piwigo fills table piwigo_history without worrying about the number of rows and how heavy the database dump will become.
Plugin Prune History already offers interesting features but I find it a bit "complex" for something that should remain invisible to users.
I think Piwigo core could have a:
```
$conf[... | automatic prune on history | https://api.github.com/repos/Piwigo/Piwigo/issues/370/comments | 7 | 2015-11-02T17:51:27Z | 2016-11-25T17:50:42Z | https://github.com/Piwigo/Piwigo/issues/370 | 114,647,615 | 370 |
[
"Piwigo",
"Piwigo"
] | MySQL version 5.5.41-0+wheezy1
```
-> WHERE (date_available >= '2015-11-02')
-> AND (date_available <= '2015-11-02')
```
does not take rows where date_available is 2015-11-02 ! I'm pretty sure it was working fine with older version of MySQL.
| [search] search day is not taken into account | https://api.github.com/repos/Piwigo/Piwigo/issues/369/comments | 0 | 2015-11-02T11:22:03Z | 2015-11-02T11:25:20Z | https://github.com/Piwigo/Piwigo/issues/369 | 114,575,694 | 369 |
[
"Piwigo",
"Piwigo"
] | I have
`$conf['tag_url_style'] = 'tag';`
in my local config, which generally works, but fails on numeric tags where it falls back to id-tag, for example instead of "2015" the tag "88-2015" is in the underlying URL. I wouldn't mind that much if clicking such would actually lead to the group of images tagged with "201... | tag_url_style=tag fails on numeric tags | https://api.github.com/repos/Piwigo/Piwigo/issues/367/comments | 5 | 2015-10-31T15:56:17Z | 2020-09-30T09:35:54Z | https://github.com/Piwigo/Piwigo/issues/367 | 114,418,177 | 367 |
[
"Piwigo",
"Piwigo"
] | Does a good job in general but completely changes the url stucture of pictures for reasons unknown.
/picture?/picture-name/category/category-name
becomes
/index/category/picture/picture-name/category/category-name
| "question_mark_in_urls" needs optimization. | https://api.github.com/repos/Piwigo/Piwigo/issues/366/comments | 3 | 2015-10-31T07:44:18Z | 2015-11-03T16:28:32Z | https://github.com/Piwigo/Piwigo/issues/366 | 114,395,109 | 366 |
[
"Piwigo",
"Piwigo"
] | Hi,
`$_SERVER['SERVER_NAME']`, must return `Server_Name XXX` provided by the server. But by default apache allows to return the `Host Header` ... `UseCanonicalName Off`
Apache escaped all HTML host value for `$_SERVER['SERVER_NAME']`, no probleme for XSS, but undesirable and dangerous for sql injections.
| SERVER_NAME used on class.phpmailer.php | https://api.github.com/repos/Piwigo/Piwigo/issues/364/comments | 2 | 2015-10-29T13:21:30Z | 2015-10-29T13:37:50Z | https://github.com/Piwigo/Piwigo/issues/364 | 114,047,880 | 364 |
[
"Piwigo",
"Piwigo"
] | PHP native EXIF parser has a lot of issues, and sometimes is not even available.
We should replace `exif_read_data` by a 3rd party and autonomous library (do not rely on external binaries like exiftool).
I found https://github.com/lsolesen/pel (using namespaces, perhaps it's time for Piwigo to switch to PHP 5.3...).
... | Revamp EXIF parsing | https://api.github.com/repos/Piwigo/Piwigo/issues/363/comments | 23 | 2015-10-25T09:23:09Z | 2024-07-13T15:10:37Z | https://github.com/Piwigo/Piwigo/issues/363 | 113,215,240 | 363 |
[
"Piwigo",
"Piwigo"
] | `$conf['picture_url_style'] = 'file';` is too much error prone and is generally badly used
I suggest to at least remove any reference to the "file" possibility in the comment in `config_default.inc.php` (must leave the feature for links retro-compatibility)
| Remove "file" picture url style ? | https://api.github.com/repos/Piwigo/Piwigo/issues/362/comments | 6 | 2015-10-19T20:41:04Z | 2015-10-20T12:38:38Z | https://github.com/Piwigo/Piwigo/issues/362 | 112,228,584 | 362 |
[
"Piwigo",
"Piwigo"
] | In addition to "X repeat" it would be useful to have a "Y repeat" in watermark custom settings
| [Watermark] Y repeat | https://api.github.com/repos/Piwigo/Piwigo/issues/361/comments | 0 | 2015-10-14T11:34:02Z | 2015-10-16T07:22:25Z | https://github.com/Piwigo/Piwigo/issues/361 | 111,379,654 | 361 |
[
"Piwigo",
"Piwigo"
] | Sometimes it's useless and we don't want to have such a "full featured" pagination bar.
| ability to hide first/last links on pagination bar | https://api.github.com/repos/Piwigo/Piwigo/issues/360/comments | 11 | 2015-10-09T11:49:44Z | 2016-02-12T13:11:46Z | https://github.com/Piwigo/Piwigo/issues/360 | 110,641,955 | 360 |
[
"Piwigo",
"Piwigo"
] | http://piwigo.org/forum/viewtopic.php?id=25729
functions_mysqli.inc.php, line 65
$dbname = null;
must be changed to :
$dbname = '';
... or else we get a fatal error "Warning: mysqli::mysqli(): (42000/1102): Incorrect database name '0Oõ»áÈ ' in /home/magicphorn/www/piwigo/include/dblayer/functions_mysqli.inc.php ... | database connection error with PHP 5.6 | https://api.github.com/repos/Piwigo/Piwigo/issues/359/comments | 1 | 2015-10-08T08:41:49Z | 2022-07-29T17:50:24Z | https://github.com/Piwigo/Piwigo/issues/359 | 110,399,375 | 359 |
[
"Piwigo",
"Piwigo"
] | It covers the associate/dissociate/moveto actions in the global mode.
| [Batch Manager, unit mode] ability to set linked albums | https://api.github.com/repos/Piwigo/Piwigo/issues/358/comments | 0 | 2015-10-03T09:33:08Z | 2020-09-30T08:57:34Z | https://github.com/Piwigo/Piwigo/issues/358 | 109,614,057 | 358 |
[
"Piwigo",
"Piwigo"
] | We make obvious when there are orphan tags (to delete them in one click). We should also make obvious when we have orphan photos (associated to no album). I see 2 solutions:
1) add an admin menu item next to [Administration > Photos > Batch Manager], with "Orphans (213)" which simply leads to Batch Manager, filtered o... | make orphan photos more obvious | https://api.github.com/repos/Piwigo/Piwigo/issues/357/comments | 0 | 2015-09-24T16:37:02Z | 2015-10-16T07:22:50Z | https://github.com/Piwigo/Piwigo/issues/357 | 108,167,295 | 357 |
[
"Piwigo",
"Piwigo"
] | I sometimes want to resize the original photos at upload time without changing the global setting in "Photo Size".
It would be nice to replicate the "Resize after upload" settings on the upload page but applied only to this set.
~~Also display a message when the resizing is configured globally~~ (already the case) + ... | One-shot resize at upload | https://api.github.com/repos/Piwigo/Piwigo/issues/356/comments | 1 | 2015-09-20T13:58:24Z | 2019-05-31T10:44:41Z | https://github.com/Piwigo/Piwigo/issues/356 | 107,393,528 | 356 |
[
"Piwigo",
"Piwigo"
] | Currently (Piwigo 2.7) the search.php page provides a "search by word" feature. It applies to photo title, photo description and photo file name. It would be useful to apply it on tags as well.
| [search] apply search by word on tags | https://api.github.com/repos/Piwigo/Piwigo/issues/355/comments | 0 | 2015-09-18T12:55:17Z | 2016-02-15T13:52:20Z | https://github.com/Piwigo/Piwigo/issues/355 | 107,197,349 | 355 |
[
"Piwigo",
"Piwigo"
] | Hello,
For add EPS Upload
| Add upload eps file | https://api.github.com/repos/Piwigo/Piwigo/issues/352/comments | 1 | 2015-09-16T08:47:40Z | 2022-08-19T05:58:30Z | https://github.com/Piwigo/Piwigo/issues/352 | 106,727,816 | 352 |
[
"Piwigo",
"Piwigo"
] | In the user administration screen, once the user profile is opened (edition mode), if you modify the email address, you can't save it unless you click somewhere else, because the "save" button is hidden.
| changing email address in user profile should show the save button | https://api.github.com/repos/Piwigo/Piwigo/issues/351/comments | 1 | 2015-09-11T16:15:35Z | 2016-01-28T10:29:08Z | https://github.com/Piwigo/Piwigo/issues/351 | 106,043,715 | 351 |
[
"Piwigo",
"Piwigo"
] | Tell me your email,please. I will send a report to your.
| security issue | https://api.github.com/repos/Piwigo/Piwigo/issues/350/comments | 4 | 2015-09-10T08:42:32Z | 2015-12-08T12:42:02Z | https://github.com/Piwigo/Piwigo/issues/350 | 105,760,626 | 350 |
[
"Piwigo",
"Piwigo"
] | pwg.images.setRank takes only one photo as an argument, which means the external application has to send a separate request for every photo in a gallery. With a high-latency connection and a large number of photos in the gallery, this causes a noticeable delay.
Please modify the call (or create a new call) to accept mu... | API - need a method to rank multiple photos at once | https://api.github.com/repos/Piwigo/Piwigo/issues/349/comments | 1 | 2015-09-05T16:21:25Z | 2016-01-28T15:07:40Z | https://github.com/Piwigo/Piwigo/issues/349 | 105,035,559 | 349 |
[
"Piwigo",
"Piwigo"
] | The computation of user_cache_categories.count_categories sometimes lead to inconsistent result and hides albums while it should be displayed.
Let's take an example, where all albums are public, but some have no photo (because photos are private or just because there is no photo yet). Remember that empty albums must s... | invalid user_cache_categories.count_categories hides valid albums | https://api.github.com/repos/Piwigo/Piwigo/issues/348/comments | 0 | 2015-09-04T21:56:59Z | 2015-09-04T22:07:13Z | https://github.com/Piwigo/Piwigo/issues/348 | 104,977,009 | 348 |
[
"Piwigo",
"Piwigo"
] | Removed from functions.inc.php on 0c576ea19d6d42950615f94feb33df305107a9a6
Missing in install.php
``` php
include(PHPWG_ROOT_PATH . 'include/template.class.php');
```
Thanks to @swus13
| Missing Template class in install.php | https://api.github.com/repos/Piwigo/Piwigo/issues/347/comments | 0 | 2015-09-04T12:08:39Z | 2015-09-15T17:28:24Z | https://github.com/Piwigo/Piwigo/issues/347 | 104,878,300 | 347 |
[
"Piwigo",
"Piwigo"
] | In Piwigo 2.7, the chunk size for the new HTML5 upload form is 500kB. It would be useful to make it configurable.
| [upload form] configure chunk size | https://api.github.com/repos/Piwigo/Piwigo/issues/346/comments | 0 | 2015-08-12T11:55:12Z | 2015-12-20T10:43:05Z | https://github.com/Piwigo/Piwigo/issues/346 | 100,526,007 | 346 |
[
"Piwigo",
"Piwigo"
] | Piwigo says (for example)
> Maximum file size: 15MB
but it is not true with the chunk system of the new HTML5 upload form.
Considering the default upload_max_filesize (php.ini) is 2M (megabytes) and the default chunk_size is 0.5M, we should never encounter the PHP limitation. We should remove this info from the uplo... | [upload form] Maximum file size is not accurate with new HTML5 form | https://api.github.com/repos/Piwigo/Piwigo/issues/345/comments | 0 | 2015-08-12T11:20:59Z | 2016-02-13T13:36:49Z | https://github.com/Piwigo/Piwigo/issues/345 | 100,521,203 | 345 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.