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"
] |
I've been trying to use the piwigo api and noticed an issue with delete for categories - pwg.categories.delete.
When you delete a category, the parent category's (sub) nb_categories field reported by pwg.categories.getList is not updated.
e.g.
create:
myCatParent
myCatParent nb_categories = 0
myCatParent > myCat
myCatParent nb_categories = 1
delete myCat
myCatParent nb_categories = 1
|
PIWIGO API - pwg.categories.delete doesn't work properly.
|
https://api.github.com/repos/Piwigo/Piwigo/issues/696/comments
| 0 |
2017-05-30T21:57:26Z
|
2018-01-15T13:01:11Z
|
https://github.com/Piwigo/Piwigo/issues/696
| 232,394,082 | 696 |
[
"Piwigo",
"Piwigo"
] |
A user has reported an issue:
> Notice: Undefined offset: 3653 in include/category_cats.inc.php on line 298
This is a thumbnail photo with permissions changed.
|
changing permission on a representative photo may lead to error
|
https://api.github.com/repos/Piwigo/Piwigo/issues/695/comments
| 5 |
2017-05-30T11:51:49Z
|
2017-11-15T18:22:21Z
|
https://github.com/Piwigo/Piwigo/issues/695
| 232,227,485 | 695 |
[
"Piwigo",
"Piwigo"
] |
Hello.
I was testing the Piwigo application release 2.9.0 and I found some security issues that should be attended. Could you bring me with you an email contact where to share you technical details?
Thanks :)
|
Security issues
|
https://api.github.com/repos/Piwigo/Piwigo/issues/694/comments
| 1 |
2017-05-29T22:19:13Z
|
2017-06-07T19:25:43Z
|
https://github.com/Piwigo/Piwigo/issues/694
| 232,106,360 | 694 |
[
"Piwigo",
"Piwigo"
] |
Resubmitting here as plugin creator indicated the issue was upstream of the plugin: https://github.com/mistic100/Piwigo-BatchDownloader/issues/18
-------
Receiving following php error:
Notice: A non well formed numeric value encountered in /config/www/gallery/admin/include/pclzip.lib.php on line 1845
After a little googling, it appears that the issue is related to requiring the memory_limit needing to get casted correctly in php 7.1. Possible solutions:
piwik/component-decompress#9
FineUploader/php-traditional-server#17
Piwigo 2.9.0
Batch Downloader: 2.2.3
Environment
PHP 7.1.5
PclZip 2.8.2
|
Batch downloader failing using pclzip and php 7.1
|
https://api.github.com/repos/Piwigo/Piwigo/issues/693/comments
| 2 |
2017-05-29T21:03:03Z
|
2018-01-15T13:01:32Z
|
https://github.com/Piwigo/Piwigo/issues/693
| 232,098,110 | 693 |
[
"Piwigo",
"Piwigo"
] |
http://piwigo.org/forum/viewtopic.php?pid=167617#p167617
the size menu works while the thumbnails.loader doesn't trigger the picture generation
|
thumbnails.loader.js seems to fail when the menu does not
|
https://api.github.com/repos/Piwigo/Piwigo/issues/692/comments
| 0 |
2017-05-28T20:46:38Z
|
2017-05-28T20:46:38Z
|
https://github.com/Piwigo/Piwigo/issues/692
| 231,893,326 | 692 |
[
"Piwigo",
"Piwigo"
] |
Hi, I couldn't install piwigo on my mysql 5.6 server that has sql_mode ANSI_QUOTES activated (I need it for other databases). The SQL select * from piwigo_plugins where id="TakeATour" raised an error because of the double quotes and halted the entire installation. I modified the faulty method in include/functions_plugins.inc.php as below to fix the issue, and then had been able to finish the installation.
Regards
Bruno
```
SELECT * FROM '.PLUGINS_TABLE;
$clauses = array();
if (!empty($state))
{
$clauses[] = 'state=\''.$state.'\'';
}
if (!empty($id))
{
**$clauses[] = "id='".$id."'";**
}
if (count($clauses))
{
$query .= '
WHERE '. implode(' AND ', $clauses);
}
```
|
Double quotes error in functions_plugins.inc.php when MySQL ANSI_QUOTES mode
|
https://api.github.com/repos/Piwigo/Piwigo/issues/691/comments
| 2 |
2017-05-27T18:10:48Z
|
2017-06-07T09:52:39Z
|
https://github.com/Piwigo/Piwigo/issues/691
| 231,818,585 | 691 |
[
"Piwigo",
"Piwigo"
] |
Notice: Undefined index: index_edit_icon in /home/u843758261/public_html/index.php on line 202
Notice: Undefined index: index_caddie_icon in /home/u843758261/public_html/index.php on line 210
Notice: Undefined index: index_sizes_icon in /home/u843758261/public_html/index.php on line 325
Piwigo 2.9.0
Système d'exploitation: Linux
PHP: 7.0.6 (Montrer les informations) [2017-05-27 14:35:10]
MySQL: 10.0.28-MariaDB [2017-05-27 14:37:31]
Bibliothèque graphique: GD bundled (2.1.0 compatible)
|
Bug Report
|
https://api.github.com/repos/Piwigo/Piwigo/issues/690/comments
| 1 |
2017-05-27T14:37:49Z
|
2017-05-27T16:03:50Z
|
https://github.com/Piwigo/Piwigo/issues/690
| 231,805,264 | 690 |
[
"Piwigo",
"Piwigo"
] |
Where do i report bug ? , I found Bug in one of Piwigo Plug-in.
|
Bug Report
|
https://api.github.com/repos/Piwigo/Piwigo/issues/689/comments
| 1 |
2017-05-27T11:26:51Z
|
2017-06-12T09:47:27Z
|
https://github.com/Piwigo/Piwigo/issues/689
| 231,795,356 | 689 |
[
"Piwigo",
"Piwigo"
] |
It would be interesting to have the ability to deactivate all languages and then add the languages that you want to use. In addition, some users will be able to select 5 languages and then they can deactivate for example.
|
Add a checked / unchecked function for languages
|
https://api.github.com/repos/Piwigo/Piwigo/issues/688/comments
| 2 |
2017-05-25T17:54:05Z
|
2020-08-22T10:34:23Z
|
https://github.com/Piwigo/Piwigo/issues/688
| 231,411,228 | 688 |
[
"Piwigo",
"Piwigo"
] |
This has been a bug on the Tags page of the administration area for a while and has always bugged me. It's still present in 2.9.0.
Replication steps:
- go to Tags page
- click the "i" next to any tag to bring up the stats bubble (number of photos, view/manage links)
- click on a different "i" to bring up the status bubble (it should still work)
- let the bubble close (you may need to move your mouse into the bubble and then out again to get it to go away
- now try to click an "i" again, and nothing will happen
At this point you can only restore the "i" links by refreshing the entire page. I've replicated this in Chrome and IE.
|
[tags] "i" icon doesn't work after first time
|
https://api.github.com/repos/Piwigo/Piwigo/issues/687/comments
| 2 |
2017-05-25T01:44:12Z
|
2018-05-13T20:36:05Z
|
https://github.com/Piwigo/Piwigo/issues/687
| 231,217,520 | 687 |
[
"Piwigo",
"Piwigo"
] |
in the tooltip of the "first photo added" block, it would be fun to display the thumbnail of this first photo !
|
admin dashboard, first photo thumbnail
|
https://api.github.com/repos/Piwigo/Piwigo/issues/686/comments
| 0 |
2017-05-22T12:25:20Z
|
2017-05-22T12:25:20Z
|
https://github.com/Piwigo/Piwigo/issues/686
| 230,379,007 | 686 |
[
"Piwigo",
"Piwigo"
] |
On Piwigo 2.9 and the new "delete by blocks" introduced by #593 Safari users can't delete photos.
|
batch manager, delete photo does not work with Safari
|
https://api.github.com/repos/Piwigo/Piwigo/issues/685/comments
| 0 |
2017-05-22T09:30:08Z
|
2018-01-15T13:01:47Z
|
https://github.com/Piwigo/Piwigo/issues/685
| 230,336,337 | 685 |
[
"Piwigo",
"Piwigo"
] |
Hi, i have installed correctly piwigo but when i go to start tour display this fatal error message
Fatal error: Uncaught --> Smarty: Unable to load template file './plugins/TakeATour/tours/first_contact/tour.tpl' <-- thrown in /web/htdocs/www.claudiamonachetti.com/home/piwigo/include/smarty/libs/sysplugins/smarty_internal_template.php on line 139
how can i resolve it?
|
fatal error
|
https://api.github.com/repos/Piwigo/Piwigo/issues/684/comments
| 3 |
2017-05-18T16:46:58Z
|
2017-05-18T17:04:49Z
|
https://github.com/Piwigo/Piwigo/issues/684
| 229,738,186 | 684 |
[
"Piwigo",
"Piwigo"
] |
503.2GB is less readable than 503GB. The ".2" GB is meaningless at this point.
|
disk usage, hide decimals when more than 100GB
|
https://api.github.com/repos/Piwigo/Piwigo/issues/683/comments
| 0 |
2017-05-18T13:06:22Z
|
2018-01-15T13:01:55Z
|
https://github.com/Piwigo/Piwigo/issues/683
| 229,664,699 | 683 |
[
"Piwigo",
"Piwigo"
] |
Is it possible to add authentication to `feed.php`? Most of my albums are private, but I would still love for my family to be able to subscribe to the feed. Presently `feed.php` only works as guest, so the feed does not include new private albums.
Thanks, and thanks for Piwigo in general!
|
RSS feed authentication
|
https://api.github.com/repos/Piwigo/Piwigo/issues/682/comments
| 4 |
2017-05-16T13:42:35Z
|
2017-05-16T15:41:26Z
|
https://github.com/Piwigo/Piwigo/issues/682
| 229,037,934 | 682 |
[
"Piwigo",
"Piwigo"
] |
I just setup a brand new Piwigo v2.9.0 on my web hosting. The site is configured with a _Let's Encrypt_ SSL certificate, and everything works fine.
Then I installed the _Protected Albums_, and got an error from the browser when opening a protected album, as shown in the 2 screenshots below


For some reason, Piwigo (I don't think it's the plugin itself, because the same behavior can be observed with other plugins as well) added port 80 to the https URL. Note that if I manually edit the URL to remove the port, then I can continue without further issues:

|
Plugin pages redirect to port 80 on https connection
|
https://api.github.com/repos/Piwigo/Piwigo/issues/681/comments
| 16 |
2017-05-13T16:23:59Z
|
2021-02-06T16:09:22Z
|
https://github.com/Piwigo/Piwigo/issues/681
| 228,483,700 | 681 |
[
"Piwigo",
"Piwigo"
] |
Detect the user's language and then redirect it to the language of the user.
Accept-Language : https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/Accept-Language
|
Detect the language of the visitor thanks to the browser
|
https://api.github.com/repos/Piwigo/Piwigo/issues/680/comments
| 0 |
2017-05-13T13:11:48Z
|
2022-09-21T14:43:07Z
|
https://github.com/Piwigo/Piwigo/issues/680
| 228,472,494 | 680 |
[
"Piwigo",
"Piwigo"
] |
to let plugin add or alter dashboard items (immediate need for Piwigo.com but will be useful for any plugins)
|
admin dashboard, need trigger for plugins
|
https://api.github.com/repos/Piwigo/Piwigo/issues/679/comments
| 0 |
2017-05-12T13:20:19Z
|
2018-01-15T13:02:03Z
|
https://github.com/Piwigo/Piwigo/issues/679
| 228,289,844 | 679 |
[
"Piwigo",
"Piwigo"
] |
Hello,
I have piwigo 2.9.0 and when I go on feed.php page, I have this error:
> Erreur d’analyse XML : données incompréhensibles après l’élément de document
> Emplacement : https://url/feed.php?feed=123456789
> Numéro de ligne 2, Colonne 1 :<b>Deprecated</b>: Methods with the same name as their class will not be constructors in a future version of PHP; FeedHtmlField has a deprecated constructor in <b>/path/include/feedcreator.class.php</b> on line <b>275</b><br />
> ^
The solution is given [on the forum](http://piwigo.org/forum/viewtopic.php?pid=166362#p166362) :
```
to fixed the deprecated Message:
open include/feedcreator.class.php
Find the line ( ... FeedHtmlField has a deprecated constructor in /****/include/feedcreator.class.php on line 275 )
275 = class FeedHtmlField {
Finde the function with same name (291: function FeedHtmlField($parFieldContent) { )
Replace ["function NAME" (function FeedHtmlField) by public function __construct
=> don't change the content of ( ) - only replace function NAME !
=> do this with every deprecated line ...
=> Save
```
Please include this fix in the offical release.
Regards
Yann
|
PHP 7 RSS error
|
https://api.github.com/repos/Piwigo/Piwigo/issues/678/comments
| 1 |
2017-05-12T09:18:20Z
|
2017-12-14T12:51:14Z
|
https://github.com/Piwigo/Piwigo/issues/678
| 228,234,211 | 678 |
[
"Piwigo",
"Piwigo"
] |
Bug when installing on version 2.9.0 of piwigo.
Notice: Undefined variable: thisSize in /home/u843758261/public_html/plugins/Preload/main.inc.php on line 197
Fatal error: Uncaught TypeError: Argument 2 passed to DerivativeImage::__construct() must be an instance of SrcImage, string given, called in /home/u843758261/public_html/plugins/Preload/main.inc.php on line 197 and defined in /home/u843758261/public_html/include/derivative.inc.php:194 Stack trace: #0 /home/u843758261/public_html/plugins/Preload/main.inc.php(197): DerivativeImage->__construct(NULL, 'medium') #1 /home/u843758261/public_html/include/functions_plugins.inc.php(279): Preload_populate_images() #2 /home/u843758261/public_html/include/page_header.php(29): trigger_notify('loc_begin_page_...') #3 /home/u843758261/public_html/picture.php(1035): include('/home/u84375826...') #4 {main} thrown in /home/u843758261/public_html/include/derivative.inc.php on line 194
|
Bug Prelod Plugin
|
https://api.github.com/repos/Piwigo/Piwigo/issues/677/comments
| 3 |
2017-05-07T20:06:05Z
|
2017-07-04T16:30:01Z
|
https://github.com/Piwigo/Piwigo/issues/677
| 226,889,529 | 677 |
[
"Piwigo",
"Piwigo"
] |
Bug when installing on version 2.9.0 of piwigo.
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AMM_AIM has a deprecated constructor in /home/u843758261/public_html/plugins/AMenuManager/amm_aim.class.inc.php on line 20
|
Bug Advanded Menu manager
|
https://api.github.com/repos/Piwigo/Piwigo/issues/676/comments
| 1 |
2017-05-07T17:59:04Z
|
2017-05-19T20:46:14Z
|
https://github.com/Piwigo/Piwigo/issues/676
| 226,880,251 | 676 |
[
"Piwigo",
"Piwigo"
] |
Adding Featured Images from the admin. And these featured images will appear on the gallery's home page.
|
Adding Featured Images
|
https://api.github.com/repos/Piwigo/Piwigo/issues/675/comments
| 1 |
2017-05-06T09:54:07Z
|
2017-05-26T12:12:55Z
|
https://github.com/Piwigo/Piwigo/issues/675
| 226,756,814 | 675 |
[
"Piwigo",
"Piwigo"
] |
On http://piwigo.org/forum/viewtopic.php?id=27917 Chartman123 has shown a problem with PHP 7.1.4
When opening the edit user box:
```
<br />
<b>Fatal error</b>: Uncaught Error: [] operator not supported for strings in ...\include\ws_functions\pwg.users.php:198
Stack trace:
#0 ...\include\ws_core.inc.php(608): ws_users_getList(Array, Object(PwgServer))
#1 ...\include\ws_protocols\rest_handler.php(56): PwgServer->invoke('pwg.users.getLi...', Array)
#2 ...\include\ws_core.inc.php(296): PwgRestRequestHandler->handleRequest(Object(PwgServer))
#3 ...\ws.php(94): PwgServer->run()
#4 {main}
thrown in <b>...\include\ws_functions\pwg.users.php</b> on line <b>198</b><br />
```
|
[php7.1] user edit box, [] operator not supported for strings
|
https://api.github.com/repos/Piwigo/Piwigo/issues/674/comments
| 0 |
2017-05-04T16:56:27Z
|
2018-01-15T13:02:25Z
|
https://github.com/Piwigo/Piwigo/issues/674
| 226,345,084 | 674 |
[
"Piwigo",
"Piwigo"
] |
In "batch manager_unit.php is a empty line after ?> at the end of the file
|
https://api.github.com/repos/Piwigo/Piwigo/issues/673/comments
| 0 |
2017-05-04T16:42:33Z
|
2017-05-04T16:43:14Z
|
https://github.com/Piwigo/Piwigo/issues/673
| 226,341,497 | 673 |
|
[
"Piwigo",
"Piwigo"
] |
Hi,
i cannot download large foto archrives in one or more zip files because there comes the error message without php tags.
$lang['Sorry, there is nothing to download. Some files may have been excluded because of <i title="Authorized types are : %s">filetype restrictions</i>.'] = 'Entschuldigung, es gibt nichts herunterzuladen.
Einige Dateien könnten wegen Typen-Beschränkung(en) ausgeschlossen sein, <i title="Erlaubte Typen sind : %s">Datei-Typen-Beschränkungen</i>';
|
batch downloader can not create large zip files after update from 2.8.6 to 2.9.0
|
https://api.github.com/repos/Piwigo/Piwigo/issues/672/comments
| 2 |
2017-05-04T16:40:58Z
|
2017-05-04T16:57:45Z
|
https://github.com/Piwigo/Piwigo/issues/672
| 226,341,082 | 672 |
[
"Piwigo",
"Piwigo"
] |
The following lines of code when added to the theme.css file at the end solve the problem and make it look to my eye in line with the rest of the theme.
#cboxOverlay {
background: #000;
opacity: 0.9;
filter: alpha(opacity = 90);
position: fixed;
width: 100%;
height: 100%;
}
#cboxContent a.icon-ato-cancel.close-edit:hover {
color: #fff;
}
#cboxContent a.icon-ato-cancel.close-edit {
color: #ccc;
font-size: 0.8em;
font-family: Arial,Helvetica,sans-serif;
}
#cboxContent .ui-submit .ui-btn-hidden {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-appearance: none;
cursor: pointer;
background: #fff;
background: rgba(255,255,255,0);
filter: Alpha(Opacity=0);
opacity: .1;
font-size: 1px;
border: none;
text-indent: -9999px;
}
|
The quick edit album popup doesn't work (it's invisible)
|
https://api.github.com/repos/Piwigo/Piwigo/issues/671/comments
| 2 |
2017-05-04T15:06:20Z
|
2017-05-05T07:14:04Z
|
https://github.com/Piwigo/Piwigo/issues/671
| 226,312,264 | 671 |
[
"Piwigo",
"Piwigo"
] |
I don't understand how this user http://piwigo.org/forum/viewtopic.php?id=27923 ended up in this situation but he had MySQL 5.7 and default datetime values at "0000-00-00 00:00:00". We should fix that with an upgrade script.
```
ALTER TABLE `piwigo_comments` CHANGE `date` `date` datetime NOT NULL default '1970-01-01 00:00:00';
ALTER TABLE `piwigo_history` CHANGE `date` `date` date NOT NULL default '1970-01-01';
ALTER TABLE `piwigo_images` CHANGE `date_available` `date_available` datetime NOT NULL default '1970-01-01 00:00:00';
ALTER TABLE `piwigo_old_permalinks` CHANGE `date_deleted` `date_deleted` datetime NOT NULL default '1970-01-01 00:00:00';
ALTER TABLE `piwigo_rate` CHANGE `date` `date` date NOT NULL default '1970-01-01';
ALTER TABLE `piwigo_sessions` CHANGE `expiration` `expiration` datetime NOT NULL default '1970-01-01 00:00:00';
ALTER TABLE `piwigo_upgrade` CHANGE `applied` `applied` datetime NOT NULL default '1970-01-01 00:00:00';
ALTER TABLE `piwigo_user_infos` CHANGE `registration_date` `registration_date` datetime NOT NULL default '1970-01-01 00:00:00';
```
|
MySQL 5.7, change default datetime values
|
https://api.github.com/repos/Piwigo/Piwigo/issues/670/comments
| 7 |
2017-05-04T12:00:14Z
|
2020-10-30T10:12:17Z
|
https://github.com/Piwigo/Piwigo/issues/670
| 226,258,174 | 670 |
[
"Piwigo",
"Piwigo"
] |
The theme doesn't work with the Media_Icon plugin which is frustrating. To fix this, you need to make two alterations:
**1.** File: /piwigo/themes/smartpocket/template/header.tpl
**a.** Search for </head> tag.
**b.** on the line above, enter the following lines of text (taken from the default theme) (but not begin and end block lines)
//BEGIN BLOCK
{if not empty($head_elements)}
{foreach from=$head_elements item=elt}
{$elt}
{/foreach}
{/if}
//END BLOCK
**2.** File: /piwigo/themes/smartpocket/template/
**a.** Search for line with text _<img src="{$derivative->get_url()}"_
**b.** alter the found text to: _<img class="thumbnail" src="{$derivative->get_url()}"_
|
SmartPocket theme doesn't work with the Media_Icon plugin.
|
https://api.github.com/repos/Piwigo/Piwigo/issues/669/comments
| 0 |
2017-05-04T08:24:29Z
|
2017-05-04T08:24:29Z
|
https://github.com/Piwigo/Piwigo/issues/669
| 226,208,436 | 669 |
[
"Piwigo",
"Piwigo"
] |
Navigation buttons between images don't work correctly (icons missing). Also theme is not correctly applied.
To fix this:
edit /piwigo/themes/smartpocket/jquery.mobile.css, adding a prefix of ".ui-mobile " (no quotes) to the start of every line starting ".ui" seems to look right again.
|
Since version 2.9, the smartpocket theme doesn't work on mobile correctly.
|
https://api.github.com/repos/Piwigo/Piwigo/issues/668/comments
| 1 |
2017-05-04T08:23:23Z
|
2017-05-23T16:11:24Z
|
https://github.com/Piwigo/Piwigo/issues/668
| 226,208,200 | 668 |
[
"Piwigo",
"Piwigo"
] |
# **Steps to reproduce:**
1. Login to site as administrator;
2. Access following URL, browser will run any scripts posted to server, for example: alert(1) to prompt a dialog.
http://host/Piwigo-master/admin.php?page=cehny"><script>alert(1)</script>tcs7a

# Evironment:
- Win7
- Xampp (php mysql apache)
- Latest stable build(piwigo 2.9.0)
discovered by: ghi from Huawei WeiRan Labs
|
Bug Report: Cross Site Scripting(XSS) in page parameter of admin.php
|
https://api.github.com/repos/Piwigo/Piwigo/issues/667/comments
| 7 |
2017-05-04T02:12:31Z
|
2018-01-15T13:02:38Z
|
https://github.com/Piwigo/Piwigo/issues/667
| 226,161,894 | 667 |
[
"Piwigo",
"Piwigo"
] |
Add a plugin that sort the contents by file type: eg "Image" show only jpeg, png "Video" files only mp4, avi, flv ... "GIF" only gif files.
Thank you
View the forum : http://fr.piwigo.org/forum/viewtopic.php?id=27274
|
Filter by file type
|
https://api.github.com/repos/Piwigo/Piwigo/issues/666/comments
| 1 |
2017-05-03T13:17:36Z
|
2023-08-15T09:13:37Z
|
https://github.com/Piwigo/Piwigo/issues/666
| 225,982,547 | 666 |
[
"Piwigo",
"Piwigo"
] |
Advanced Menu Manager broken on Php7
|
https://api.github.com/repos/Piwigo/Piwigo/issues/665/comments
| 1 |
2017-05-03T09:24:47Z
|
2018-01-09T12:51:14Z
|
https://github.com/Piwigo/Piwigo/issues/665
| 225,927,387 | 665 |
|
[
"Piwigo",
"Piwigo"
] |
Currently (Piwigo 2.9) we only see the list of activated extensions at the end of the upgrade, saying "all these extensions were active and have been deactivated". It would be good to save this list and show it on the appropriate pages (plugin manager/theme manager)
|
[upgrade] remember the list of active extensions
|
https://api.github.com/repos/Piwigo/Piwigo/issues/664/comments
| 0 |
2017-05-03T09:11:27Z
|
2024-07-01T13:18:11Z
|
https://github.com/Piwigo/Piwigo/issues/664
| 225,924,256 | 664 |
[
"Piwigo",
"Piwigo"
] |
After upgrading my 2.8.6 to 2.9.0 I took the tour. On the page `admin.php?page=batch_manager&filter=prefilter-duplicates-checksum` I got the following error so I can't complete the tour or visit another admin page.
PHP 5.6
MySQL 5.7
```
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
AND (
ic.category_id != i.storage_category_id
OR i.storage_cat' at line 5
SELECT
DISTINCT(category_id) AS id
FROM piwigo_image_category AS ic
JOIN piwigo_images AS i ON i.id = ic.image_id
WHERE ic.image_id IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,1 in /xxx/include/dblayer/functions_mysqli.inc.php on line 845
Fatal error: Call to a member function fetch_assoc() on boolean in /xxx/include/dblayer/functions_mysqli.inc.php on line 893
```
|
SQL error in tour 2.9
|
https://api.github.com/repos/Piwigo/Piwigo/issues/663/comments
| 11 |
2017-05-02T18:49:52Z
|
2018-01-15T13:02:54Z
|
https://github.com/Piwigo/Piwigo/issues/663
| 225,786,452 | 663 |
[
"Piwigo",
"Piwigo"
] |
```html
<br />
<b>Fatal error</b>: Uncaught Error: Call to undefined function mysql_select_db() in /raid/www/piwigo-old/admin/include/mysqldump.php:75
Stack trace:
#0 /raid/www/piwigo-old/admin/include/mysqldump.php(66): MySQLDump->setDatabase('pog')
#1 /raid/www/piwigo-old/admin/include/updates.class.php(314): MySQLDump->__construct('pog', '/raid/www/piwig...', false, false)
#2 /raid/www/piwigo-old/admin/updates_pwg.php(134): updates::dump_database(true)
#3 /raid/www/piwigo-old/admin/updates.php(43): include('/raid/www/piwig...')
#4 /raid/www/piwigo-old/admin.php(301): include('/raid/www/piwig...')
#5 {main}
thrown in <b>/raid/www/piwigo-old/admin/include/mysqldump.php</b> on line <b>75</b><br />
```
Ubuntu server:
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial
PHP 7.0.15-0ubuntu0.16.04.4 (cli) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.15-0ubuntu0.16.04.4, Copyright (c) 1999-2017, by Zend Technologies
|
Piwigo update -> Database dump -> include history -> Fatal
|
https://api.github.com/repos/Piwigo/Piwigo/issues/662/comments
| 5 |
2017-05-02T17:10:48Z
|
2020-09-28T10:57:30Z
|
https://github.com/Piwigo/Piwigo/issues/662
| 225,760,457 | 662 |
[
"Piwigo",
"Piwigo"
] |
With Picasa I assigned tags to my photos and when I send my photos to the server Piwigo does not bind tags.
View the discussion : http://fr.piwigo.org/forum/viewtopic.php?id=27268
|
Google picasa tags does not work
|
https://api.github.com/repos/Piwigo/Piwigo/issues/661/comments
| 0 |
2017-04-27T14:11:56Z
|
2017-04-27T14:11:56Z
|
https://github.com/Piwigo/Piwigo/issues/661
| 224,796,747 | 661 |
[
"Piwigo",
"Piwigo"
] |
Hi the above tool doesnt seem to work
I keep getting error:
`malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "<br />\n<b>Warning</...") at /usr/share/perl5/JSON.pm line 171.`
The picture uploads fine but then stops everything else uploading correctly
Should this have some error checking or warning feature????
```
my $response = $ua->post(
$conf{base_url}.'/ws.php?format=json',
{
method => 'pwg.categories.getImages',
cat_id => $params{album_id},
per_page => 1000000,
}
);
foreach my $image_href (@{from_json($response->content)->{result}{
+images}}) {
$photos_of_album{ $params{album_id} }{ $image_href->{file} } =
+ $image_href->{id};
```
|
Piwigo Import Tree Errors
|
https://api.github.com/repos/Piwigo/Piwigo/issues/660/comments
| 3 |
2017-04-27T13:46:54Z
|
2017-09-13T22:11:02Z
|
https://github.com/Piwigo/Piwigo/issues/660
| 224,788,955 | 660 |
[
"Piwigo",
"Piwigo"
] |
In `picture_coi.php`, row 70
```
if ($conf['derivative_url_style']==1)
{
$conf['derivative_url_style']=0; //auto
}
```
Why would it changes derivative_url_style to 0?
|
Why picture_coi change derivative_url_style?
|
https://api.github.com/repos/Piwigo/Piwigo/issues/659/comments
| 4 |
2017-04-25T14:23:21Z
|
2017-04-25T15:42:59Z
|
https://github.com/Piwigo/Piwigo/issues/659
| 224,155,982 | 659 |
[
"Piwigo",
"Piwigo"
] |
we now need the upgrade script to version 2.9 (from any other older stable version)
|
upgrade script to 2.9
|
https://api.github.com/repos/Piwigo/Piwigo/issues/658/comments
| 0 |
2017-04-24T13:16:09Z
|
2017-04-24T14:03:57Z
|
https://github.com/Piwigo/Piwigo/issues/658
| 223,816,515 | 658 |
[
"Piwigo",
"Piwigo"
] |
when you update the name of an album
|
ratings, filter on album does not refresh
|
https://api.github.com/repos/Piwigo/Piwigo/issues/657/comments
| 0 |
2017-04-24T12:32:03Z
|
2017-04-24T12:33:03Z
|
https://github.com/Piwigo/Piwigo/issues/657
| 223,803,938 | 657 |
[
"Piwigo",
"Piwigo"
] |
Change the main code that generates the button to improve the location of the button of multiple sizes in order to improve the user experience. And to process this ticket : https://github.com/tkuther/piwigo-bootstrap-darkroom/issues/44
|
Improve the location of the multiple size button
|
https://api.github.com/repos/Piwigo/Piwigo/issues/656/comments
| 0 |
2017-04-19T08:18:57Z
|
2017-07-08T16:50:41Z
|
https://github.com/Piwigo/Piwigo/issues/656
| 222,656,612 | 656 |
[
"Piwigo",
"Piwigo"
] |
Fault is closed but the same problem persists
(Bootstrap default v1.0.5 - 1.0.6)
_Piwigo tells me 'Some upgrades are available for extensions'. When I click the link I can see that there's an update for 'Bootstrap Default'. 1.0.5 -> 1.0.6.
After clicking install I get the popup message that it was updated successfully
(Update Complete
Bootstrap Default has been successfully updated.) and it says 'All extensions are up to date.'
But when I click on the admin home link, the same message appears again and eveything starts all over again._
|
extension update does not work #623
|
https://api.github.com/repos/Piwigo/Piwigo/issues/655/comments
| 2 |
2017-04-18T16:44:28Z
|
2017-04-18T17:32:57Z
|
https://github.com/Piwigo/Piwigo/issues/655
| 222,477,758 | 655 |
[
"Piwigo",
"Piwigo"
] |
I do not know if this is an improvement but if you do not agree you can close it directly.
Change or add a "i Like" or "i dislike" function as on youtube, facebook is more consistent and because the stars are inaccurate and inaccurate in the evaluation.
You can see this discussion in order to have an opinion: https://ux.stackexchange.com/questions/4200/rate-vs-like-dislike
|
Improve the voting system.
|
https://api.github.com/repos/Piwigo/Piwigo/issues/654/comments
| 1 |
2017-04-18T11:29:09Z
|
2017-04-28T20:06:53Z
|
https://github.com/Piwigo/Piwigo/issues/654
| 222,385,675 | 654 |
[
"Piwigo",
"Piwigo"
] |
I'm facing a issue with 2.8 and 2.9, every failed sync creates an empty album at top level named as the directory of the failed sync:
Top level album:
2014-07-12
2014-07-12
2014-07-12
2014-07-12
2014-07-12
2014-07-12
2014-08-16
2014-08-16
2014-08-16
2014-08-16
2014-08-16
2014-08-16
2014-08-16
2014-08-16
2014-08-16
2014-08-16
2014-07-27
2014-07-27
2014-07-27
2014-07-27
2014-08-01
2014-08-01
2014-08-01
Example from a sync error which creates the album:
[../../testpiwigo/yyy/xxx/2014/2014-07-12/IMG_20140712_154514391.jpg .] PWG-UPDATE-1 (nom de fichier erroné)
|
Every sync error creates a album at top level
|
https://api.github.com/repos/Piwigo/Piwigo/issues/653/comments
| 0 |
2017-04-17T20:36:41Z
|
2017-04-17T20:36:41Z
|
https://github.com/Piwigo/Piwigo/issues/653
| 222,224,685 | 653 |
[
"Piwigo",
"Piwigo"
] |
I open this post because Piwigo lacks an essential functionality, that of allow users to translate the tags, titles of photos and their descriptions.
Indeed the software is multilingual so it is paradoxical that this is not integrated.
|
Add functionality for multi-language support.
|
https://api.github.com/repos/Piwigo/Piwigo/issues/652/comments
| 5 |
2017-04-17T12:19:43Z
|
2017-05-12T19:54:52Z
|
https://github.com/Piwigo/Piwigo/issues/652
| 222,122,575 | 652 |
[
"Piwigo",
"Piwigo"
] |
It's just a ticket to request a small feature. :)
Add the ability to reply to a comment.
|
reply to a comment
|
https://api.github.com/repos/Piwigo/Piwigo/issues/651/comments
| 0 |
2017-04-16T19:29:19Z
|
2017-04-17T08:17:43Z
|
https://github.com/Piwigo/Piwigo/issues/651
| 222,028,049 | 651 |
[
"Piwigo",
"Piwigo"
] |
Hello Devs.
I see this message on the frontpage of piwigo 2.9.0-rc2 (rc1 too):
```
Notice: Undefined index: update_notify_check_period in /var/www/owngallery.de/htdocs/include/page_tail.php on line 43
```
My Setup: Apache 2.4 and PHP 7.1.3
thanks and cheers
|
Notice: Undefined index: update_notify_check_period in include/page_tail.php on line 43
|
https://api.github.com/repos/Piwigo/Piwigo/issues/650/comments
| 3 |
2017-04-11T14:14:57Z
|
2017-04-12T15:59:19Z
|
https://github.com/Piwigo/Piwigo/issues/650
| 220,966,263 | 650 |
[
"Piwigo",
"Piwigo"
] |
There should be at least a switch, that enables an authorization check for every picture and thumbnail for the whole gallery, so that the gallery is really private.
Concerning perfomance issues there should be a hint.
|
private gallery should be really private
|
https://api.github.com/repos/Piwigo/Piwigo/issues/649/comments
| 0 |
2017-04-09T17:02:11Z
|
2017-04-09T17:02:11Z
|
https://github.com/Piwigo/Piwigo/issues/649
| 220,483,899 | 649 |
[
"Piwigo",
"Piwigo"
] |
It would be great if piwigo offered a script that can be used in a cronjob (i.e. CLI for Piwigo). This would e.g. be helpful for the e-mail notifications about new updates. I use Piwigo for my family only so the site is not visited very frequently.
Another use case could be to automatically sync albums and do some other administrative tasks.
|
CLI for Piwigo
|
https://api.github.com/repos/Piwigo/Piwigo/issues/648/comments
| 2 |
2017-04-06T10:25:11Z
|
2017-04-06T14:56:13Z
|
https://github.com/Piwigo/Piwigo/issues/648
| 219,852,801 | 648 |
[
"Piwigo",
"Piwigo"
] |
I just upgraded to 2.9.0RC1 from 2.9.0beta2 by just unzipping the latest archive over my existing folder. Site is working, but when I try to do a search, I get this error:
```
Piwigo encountered an unrecoverable error.
[mysql error 1146] Table 'piwigo-beta.piwigo_user_cache_categories' doesn't exist
SELECT
*
FROM categories
INNER JOIN piwigo_user_cache_categories ON id = cat_id and user_id = 1
WHERE (name REGEXP '[[:<:]]lhs[[:>:]]'
OR comment REGEXP '[[:<:]]lhs[[:>:]]'
OR name REGEXP '[[:<:]]lh[[:>:]]'
OR comment REGEXP '[[:<:]]lh[[:>:]]')
#1 my_error /usr/local/piwigo-beta/include/dblayer/functions_mysqli.inc.php(147)
#2 pwg_query /usr/local/piwigo-beta/include/functions_search.inc.php(1148)
#3 qsearch_get_categories /usr/local/piwigo-beta/include/functions_search.inc.php(1390)
#4 get_quick_search_results_no_cache /usr/local/piwigo-beta/include/functions_search.inc.php(1307)
#5 get_quick_search_results /usr/local/piwigo-beta/include/functions_search.inc.php(1480)
#6 get_search_results /usr/local/piwigo-beta/include/section_init.inc.php(356)
#7 include /usr/local/piwigo-beta/index.php(27)
```
In my database, the table name is 'user_cache_categories' not 'piwigo_user_cache_categories' (none of my tables start with 'piwigo_').
This only seems to affect quick search from the menu. Searching from the search page seems to work fine.
|
"piwigo_user_cache_categories doesn't exist" error on search
|
https://api.github.com/repos/Piwigo/Piwigo/issues/647/comments
| 2 |
2017-04-04T00:39:26Z
|
2017-04-04T13:27:25Z
|
https://github.com/Piwigo/Piwigo/issues/647
| 219,107,245 | 647 |
[
"Piwigo",
"Piwigo"
] |
Hi all,
we're having some issues with the proxy-settings.
I changed the config file to this:
`// If piwigo needs a http-proxy to connect to the internet, set this to true
$conf['use_proxy'] = true;
// Connection string of the proxy
$conf['proxy_server'] = 'ip.goes.here:3128';
// If the http-proxy requires authentication, set username and password here
// e.g. username:password
$conf['proxy_auth'] = ''; `
But still receive the message when I try to search for updates:
> Connection to server unavailable.
I tried debugging piwigo. My nginx and fpm is not helpful with this and the internal logging is not working.
I changed to loglevel to Debug:
`$conf['log_dir'] = '/logs';
// Log level (OFF, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG)
// development = DEBUG, production = ERROR
$conf['log_level'] = 'DEBUG';
// Keep logs file during X days
$conf['log_archive_days'] = 30;
`
But the folder was not there, neither are the log files. I created the folder myself and changed ownership to my www-data user. Still no Log-Files.
Any idea how to proceed?
|
Proxy ignored, debug not working
|
https://api.github.com/repos/Piwigo/Piwigo/issues/646/comments
| 2 |
2017-03-30T13:38:04Z
|
2019-12-01T14:26:21Z
|
https://github.com/Piwigo/Piwigo/issues/646
| 218,199,947 | 646 |
[
"Piwigo",
"Piwigo"
] |
pLoader does not support sites that use https (and every site that uses logins should use https....)
|
pLoader doesn't support https
|
https://api.github.com/repos/Piwigo/Piwigo/issues/645/comments
| 3 |
2017-03-29T12:00:56Z
|
2017-03-29T12:11:17Z
|
https://github.com/Piwigo/Piwigo/issues/645
| 217,852,932 | 645 |
[
"Piwigo",
"Piwigo"
] |
I did a new install of piwigo today with php 5.6 and receive literally hundreds of these warnings.
`Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.`
I noticed several closed issues on this flagged as minor but it is still not fix. Please do not suggest I turn off warnings. Much better if you fix the issue by setting the date.timezone. It is now a required setting.
|
Timezone setting on new install
|
https://api.github.com/repos/Piwigo/Piwigo/issues/644/comments
| 0 |
2017-03-22T22:55:55Z
|
2017-03-22T22:55:55Z
|
https://github.com/Piwigo/Piwigo/issues/644
| 216,233,364 | 644 |
[
"Piwigo",
"Piwigo"
] |
I need a user role that is only allowed to upload photos and create new albums (maybe limited for a specific subalbum), without the power to administrate everything else. Maybe he also should not be allowed to delete images (maybe only the ones someone else uploaded).
|
I need a user role that is only allowed to upload photos
|
https://api.github.com/repos/Piwigo/Piwigo/issues/642/comments
| 1 |
2017-03-22T10:32:00Z
|
2017-03-23T15:56:51Z
|
https://github.com/Piwigo/Piwigo/issues/642
| 216,016,383 | 642 |
[
"Piwigo",
"Piwigo"
] |
Big Bug - if I do not set a password for a user during creation he can login without a password.
|
If I do not set a password when I create a new user he can login without one
|
https://api.github.com/repos/Piwigo/Piwigo/issues/641/comments
| 2 |
2017-03-22T10:27:00Z
|
2017-10-11T21:02:21Z
|
https://github.com/Piwigo/Piwigo/issues/641
| 216,015,086 | 641 |
[
"Piwigo",
"Piwigo"
] |
The information on the page http://piwigo.org/doc/doku.php?id=dev:bugtracker is outdated.
|
Website dev:bugtracker is outdated
|
https://api.github.com/repos/Piwigo/Piwigo/issues/640/comments
| 0 |
2017-03-22T10:00:51Z
|
2017-09-19T13:52:04Z
|
https://github.com/Piwigo/Piwigo/issues/640
| 216,008,188 | 640 |
[
"Piwigo",
"Piwigo"
] |
When a administrator creates an account he has to create a password for the user and it is send as plain text.
This is a big security flaw and should be handled differently; e.g. send the user a link so that he can set his password by itself.
|
Passwords are sent in plaintext
|
https://api.github.com/repos/Piwigo/Piwigo/issues/639/comments
| 22 |
2017-03-22T09:57:42Z
|
2024-07-01T15:45:58Z
|
https://github.com/Piwigo/Piwigo/issues/639
| 216,007,353 | 639 |
[
"Piwigo",
"Piwigo"
] |
With 12k albums, when opening [Admin > Albums > Manage], I get a
> Fatal error: Maximum execution time of 30 seconds exceeded
|
admin album list, maximum execution time
|
https://api.github.com/repos/Piwigo/Piwigo/issues/638/comments
| 0 |
2017-03-20T10:58:22Z
|
2017-03-20T10:59:40Z
|
https://github.com/Piwigo/Piwigo/issues/638
| 215,386,094 | 638 |
[
"Piwigo",
"Piwigo"
] |
* Create a new Git repository to collect Piwigo logos
* Be inspired from Firefox logo using [ Creative Commons Attribution 3.0 Unported](https://commons.wikimedia.org/wiki/File:Mozilla_Firefox_logo_2013.svg) (CC BY)
* Move Piwigo logos from [fr.wikipedia.org](https://fr.wikipedia.org/wiki/Fichier:Piwigo-logo-black-letters.svg) to commons.wikimedia.org
* Add me as member of Piwigo GitHub project and I can manage that once the *"libre"* license is selected
|
Free Piwigo logos
|
https://api.github.com/repos/Piwigo/Piwigo/issues/637/comments
| 3 |
2017-03-10T08:00:37Z
|
2017-10-13T09:43:19Z
|
https://github.com/Piwigo/Piwigo/issues/637
| 213,270,677 | 637 |
[
"Piwigo",
"Piwigo"
] |
Hello there!
Thank you for your wonderful plugin.
I'm trying to update with Piwigo webservices the value added from your plugin (in table _images, value is_sphere).
I tried with the service pwg.images.setInfo but the field is_sphere is not recognized.
I don't know if I have to use the service pwg.plugins.performAction, but in this case, I don't know the first parameter. They are (action, plugin, pwg_token).
Can you help me or suggest me a solution?
Because when I add a new image through webservice, the field is_sphere is 0 by default.
I've modified as follow:
```
$info_columns = array(
'name',
'author',
'comment',
'date_creation',
'is_sphere',
);
```
Now it works as I would!
Can you modify the original function php in order to do that in the next update?
Thank you!
|
Allow plugins to extend pwg.images.setInfo
|
https://api.github.com/repos/Piwigo/Piwigo/issues/635/comments
| 2 |
2017-02-22T18:40:17Z
|
2024-07-01T13:18:11Z
|
https://github.com/Piwigo/Piwigo/issues/635
| 209,543,085 | 635 |
[
"Piwigo",
"Piwigo"
] |
Notifications (on albums or on new content) may send hundreds of email at once. That is too much and might result in blacklisting sender or the whole server.
A part of the solution could be to manage a "mail queue". Instead of sending 100 emails at once, Piwigo could send an email, wait for a few seconds, send another email...
|
mail queue
|
https://api.github.com/repos/Piwigo/Piwigo/issues/634/comments
| 0 |
2017-02-22T14:25:15Z
|
2024-07-01T13:18:10Z
|
https://github.com/Piwigo/Piwigo/issues/634
| 209,468,726 | 634 |
[
"Piwigo",
"Piwigo"
] |
Ability to change album to category.
|
Change album
|
https://api.github.com/repos/Piwigo/Piwigo/issues/633/comments
| 1 |
2017-02-21T08:33:45Z
|
2017-03-07T19:09:56Z
|
https://github.com/Piwigo/Piwigo/issues/633
| 209,074,250 | 633 |
[
"Piwigo",
"Piwigo"
] |
In order to have an ergonomic effect it would be interesting to customize the maintenance page instead of displaying a simple html message.
|
Comig Soon Page
|
https://api.github.com/repos/Piwigo/Piwigo/issues/632/comments
| 1 |
2017-02-18T20:00:41Z
|
2017-02-18T20:09:28Z
|
https://github.com/Piwigo/Piwigo/issues/632
| 208,667,442 | 632 |
[
"Piwigo",
"Piwigo"
] |
I have a PIWIGO gallery and I want to monetize my site to pay the fees (domane name, hosting, maintenance ...) but when I searched on piwigo.com there is no plugin to insert Ad site for google adsense. Can you integrate it into the development please to make my site live. Thank you
|
ADVERTISING
|
https://api.github.com/repos/Piwigo/Piwigo/issues/631/comments
| 1 |
2017-02-18T17:26:02Z
|
2017-02-18T20:07:54Z
|
https://github.com/Piwigo/Piwigo/issues/631
| 208,655,894 | 631 |
[
"Piwigo",
"Piwigo"
] |
Development of flat design theme because it is the current standard on the web.
|
flat design
|
https://api.github.com/repos/Piwigo/Piwigo/issues/630/comments
| 1 |
2017-02-18T15:02:05Z
|
2017-02-20T08:56:03Z
|
https://github.com/Piwigo/Piwigo/issues/630
| 208,646,762 | 630 |
[
"Piwigo",
"Piwigo"
] |
The "combined" folder occupies a lot of space on hosting - 2.63Gb. Although all my photos take only 200 megabytes

|
"combined" folder occupies a lot of space on hosting
|
https://api.github.com/repos/Piwigo/Piwigo/issues/629/comments
| 1 |
2017-02-18T12:31:10Z
|
2017-02-18T20:13:16Z
|
https://github.com/Piwigo/Piwigo/issues/629
| 208,639,191 | 629 |
[
"Piwigo",
"Piwigo"
] |
Hello I found that piwigo takes longer to load than other script like zenphoto or koken. Would not it improve the speed of loading the script ?
|
Piwigo loading speed
|
https://api.github.com/repos/Piwigo/Piwigo/issues/628/comments
| 2 |
2017-02-17T20:02:52Z
|
2017-02-18T20:16:18Z
|
https://github.com/Piwigo/Piwigo/issues/628
| 208,541,712 | 628 |
[
"Piwigo",
"Piwigo"
] |
It's somewhere between bug and a future request. I tend to see it as a bug.
When you go to album edit and see "Photos sort order" tab, pictures that you can rearrange do not show in any particular order (it may be not visible, when you put pictures manually - since you usually do it in some kind of order - or upload from already sorted disk). But after doing synchronization from directory - they hit the base in almost random order. And that is how Piwigo shows them here.
I think, that if album has no defined previously any "manual order" initial view here should be as default (or chosen below the page) sort value. Otherwise when you have, let's say 100 images in album, you don't have to rearrange every one of them manually.
|
Album edit->Photos sort order->Manual order - no initial order
|
https://api.github.com/repos/Piwigo/Piwigo/issues/627/comments
| 0 |
2017-02-17T19:46:27Z
|
2017-02-17T19:46:27Z
|
https://github.com/Piwigo/Piwigo/issues/627
| 208,537,881 | 627 |
[
"Piwigo",
"Piwigo"
] |
Like tags, it would be nice to have the ability to:
* combine several albums
* display the list of albums linked to the current photo set
Why would that be useful since tags seem to be appropriate? Because albums have a hierarchy, not tags. So we're filling a more complex need. It will make Piwigo an even better choice when organizing a large collection of photos with a Thesaurus.
|
related albums
|
https://api.github.com/repos/Piwigo/Piwigo/issues/626/comments
| 5 |
2017-02-17T09:17:57Z
|
2020-11-20T08:53:47Z
|
https://github.com/Piwigo/Piwigo/issues/626
| 208,381,218 | 626 |
[
"Piwigo",
"Piwigo"
] |
Hello,
Using Piwigo 2.8.6, none of my iPhone 5S portrait mode pictures are displaying according to the EXIF orientation tag. I found an old issue from 2010 here:
http://piwigo.org/bugs/view.php?id=2040
The issue was fixed and closed, but I have just done several uploads, both directly from my computer and using the Piwigo mobile app, and it consistently doesn't work. These pictures display correctly in Adobe Bridge, but not in Windows 7 picture viewer, as expected. They have not been manually rotated or touched.
Here is the EXIF info from one of the portrait mode photos:
Exif.Image.Orientation right, top
Pictures taken in landscape mode have this tag:
Exif.Image.Orientation top, left
Help?
Thanks,
Ron
|
EXIF orientation tag not working
|
https://api.github.com/repos/Piwigo/Piwigo/issues/625/comments
| 0 |
2017-02-16T17:23:13Z
|
2017-02-16T17:58:53Z
|
https://github.com/Piwigo/Piwigo/issues/625
| 208,189,645 | 625 |
[
"Piwigo",
"Piwigo"
] |
I mean the filter=start-recent-7 you enable when you click on the filter icon in the gallery menubar. This filter acts as if photos older than 7 days did not exist.
This feature adds many pieces of code on several places, where the code is already complicated enough.
The sections "recent photos" and "recent albums" do the same job in a much simpler way. The calendar also plays this role. These alternate solutions have much less "code penetration" than "filter".
I made a study on Piwigo.com, which hosts thousands of Piwigo. From February 1st to Februrary 9th, I have found only 23 legitimate "GET /?filter=start-recent" in server logs, among ~20 millions lines. 23 out of 20 millions. That's not much, to say the least.
|
remove latest photos filter
|
https://api.github.com/repos/Piwigo/Piwigo/issues/624/comments
| 1 |
2017-02-16T12:17:29Z
|
2017-02-16T12:24:10Z
|
https://github.com/Piwigo/Piwigo/issues/624
| 208,105,281 | 624 |
[
"Piwigo",
"Piwigo"
] |
Piwigo tells me 'Some upgrades are available for extensions'. When I click the link I can see that there's an update for 'Bootstrap Default'. 1.0.5 -> 1.0.6.
After clicking install I get the popup message that it was updated successfully
(Update Complete
Bootstrap Default has been successfully updated.) and it says 'All extensions are up to date.'
But when I click on the admin home link, the same message appears again and eveything starts all over again.
Update: I don't know, if this is a piwigo or extension issue.
|
extension update does not work
|
https://api.github.com/repos/Piwigo/Piwigo/issues/623/comments
| 5 |
2017-02-15T05:31:52Z
|
2017-04-18T17:26:34Z
|
https://github.com/Piwigo/Piwigo/issues/623
| 207,712,265 | 623 |
[
"Piwigo",
"Piwigo"
] |
It would be great, if there was an option to see the direct image link (or a direct link button), other than right clicking the image and select view image.
A direct link might be important for several reasons. Take Twitter as an example: if you just use the [link shown in the browser URL](https://gallery.evermeet.cx/picture/2696/category/63), Twitter clients do not show the image as a preview. But if you use the [direct link](https://gallery.evermeet.cx/_data/i/galleries/travel/Ireland_2004/PICT0062-me.JPG), voilà - it works.
What do you think? Does this make any sense?
|
direct image link
|
https://api.github.com/repos/Piwigo/Piwigo/issues/622/comments
| 11 |
2017-02-15T05:26:02Z
|
2018-06-18T11:53:45Z
|
https://github.com/Piwigo/Piwigo/issues/622
| 207,711,652 | 622 |
[
"Piwigo",
"Piwigo"
] |
Friends and team, please help! The photo can be downloaded only after updating user profile. When I go out from the gallery and visit again, it again does not load. how can I fix it? =( Reinstalling Piwigo does not help



[www.photo.yurevets37.ru-1487183268554.txt](https://github.com/Piwigo/Piwigo/files/778086/www.photo.yurevets37.ru-1487183268554.txt)
[www.photo.yurevets37.ru-1487184032594.txt](https://github.com/Piwigo/Piwigo/files/778087/www.photo.yurevets37.ru-1487184032594.txt)
|
Upload web bug
|
https://api.github.com/repos/Piwigo/Piwigo/issues/621/comments
| 1 |
2017-02-13T15:45:29Z
|
2017-02-18T13:24:48Z
|
https://github.com/Piwigo/Piwigo/issues/621
| 207,255,406 | 621 |
[
"Piwigo",
"Piwigo"
] |
Hello,
bug found only in the album "Коллективные фотографии"
http://www.photo.yurevets37.ru/index.php?/category/33

how to find the image that gives this error?
|
meta bug
|
https://api.github.com/repos/Piwigo/Piwigo/issues/620/comments
| 0 |
2017-02-13T12:33:19Z
|
2017-02-13T12:33:19Z
|
https://github.com/Piwigo/Piwigo/issues/620
| 207,205,803 | 620 |
[
"Piwigo",
"Piwigo"
] |
Hello I use the beta 2 version piwigo offers me updates of the theme so I accept the updates but once installed there are new messages telling me to update themes.
|
Bug theme update
|
https://api.github.com/repos/Piwigo/Piwigo/issues/619/comments
| 0 |
2017-02-11T21:49:04Z
|
2017-02-20T08:56:29Z
|
https://github.com/Piwigo/Piwigo/issues/619
| 207,010,474 | 619 |
[
"Piwigo",
"Piwigo"
] |
... and not group permissions.
Piwigo should not inherit any permission by default. Only with `$conf['inheritance_by_default'] = true;`
|
private sub-album automatically gets parent user permissions
|
https://api.github.com/repos/Piwigo/Piwigo/issues/618/comments
| 1 |
2017-02-09T13:25:05Z
|
2017-02-09T13:27:09Z
|
https://github.com/Piwigo/Piwigo/issues/618
| 206,503,007 | 618 |
[
"Piwigo",
"Piwigo"
] |
It is vital important today to have clean URLs for a good regression in search engines:
https://moz.com/blog/15-seo-best-practices-for-structuring-urls
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
It would be great to integrate it in the next version of piwigo
|
URL seo friendly
|
https://api.github.com/repos/Piwigo/Piwigo/issues/617/comments
| 5 |
2017-02-08T14:18:58Z
|
2017-02-20T08:56:17Z
|
https://github.com/Piwigo/Piwigo/issues/617
| 206,210,617 | 617 |
[
"Piwigo",
"Piwigo"
] |
Hi, piwigo allows to download pictures but it would also be interresant so that it also downloads videos.
|
Video management
|
https://api.github.com/repos/Piwigo/Piwigo/issues/615/comments
| 4 |
2017-02-04T19:11:52Z
|
2017-02-18T20:13:30Z
|
https://github.com/Piwigo/Piwigo/issues/615
| 205,370,074 | 615 |
[
"Piwigo",
"Piwigo"
] |
At the moment it's possible to order by id, file, name, hit, rating_score, date_creation, date_available, or random with the `pwg.categories.getImages` API call. It would be great to be able to reverse the direction of the sorting (with the exception of random).
So for example `https://example.org/ws.php?format=php&method=pwg.categories.getImages&order=date_creation&direction=desc` would give the most recently-created images (at the moment, without the direction sort option, it returns images *without any creation date* first).
|
Support sort-direction for API call pwg.categories.getImages
|
https://api.github.com/repos/Piwigo/Piwigo/issues/613/comments
| 2 |
2017-02-03T02:27:42Z
|
2017-02-06T04:17:18Z
|
https://github.com/Piwigo/Piwigo/issues/613
| 205,056,142 | 613 |
[
"Piwigo",
"Piwigo"
] |
Hello,
I think there is a problem in the url written in the email notification for a new album.
In the general case, it works well. But if you set a `gallery_url` in the `$conf` variable, this value is ignored.
If i'm not wrong, the choice of the URL is in the file admin/album_notification.php.
```
...
$tpl = array(
'filename' => 'cat_group_info',
'assign' => array(
'IMG' => $img,
'CAT_NAME' => trigger_change('render_category_name', $category['name'], 'admin_cat_list'),
'LINK' => make_index_url(
array(
'category' => array(
'id' => $category['id'],
'name' => trigger_change('render_category_name', $category['name'], 'admin_cat_list'),
'permalink' => $category['permalink']
)
)
),
'CPL_CONTENT' => empty($_POST['mail_content']) ? '' : stripslashes($_POST['mail_content']),
)
);
...
```
The function used to generate the URL is `make_index_url` that calls `get_absolute_root_url`. That's fine in the general case, because in that case you want to have the same URL in the notification mail that you used to call the page.
But if you use a reverse proxy, the notification URL will be linked to the call done by the reverse proxy and not by the user. Therefore, the notification URL will be wrong and unusable.
Instead of `make_index_url`, a function like `get_gallery_home_url` should be called i think.
|
Bad Gallery URL in email notification
|
https://api.github.com/repos/Piwigo/Piwigo/issues/612/comments
| 0 |
2017-01-31T21:46:21Z
|
2017-01-31T21:46:21Z
|
https://github.com/Piwigo/Piwigo/issues/612
| 204,432,966 | 612 |
[
"Piwigo",
"Piwigo"
] |
there is an error about read data for start_session () with php 7.1
"Warning: session_start(): Failed to read session data: user (path: ) in /usr/share/webapps/piwigo/include/common.inc.php on line 149"
So session does not start, and you can't login.
To resolve this, I have add in the file :
piwigo/include/functions_session.inc.php, function pwg_session_read($session_id), the following to check if the data is null :
if ($result)
{
$row = pwg_db_fetch_assoc($result);
if (is_null($row['data'])) {
return '';
}
return $row['data'];
}
else
{
return '';
}
I am not sure it is the best test to do, but it work well
|
session_start with php 7.1
|
https://api.github.com/repos/Piwigo/Piwigo/issues/611/comments
| 9 |
2017-01-30T08:48:28Z
|
2017-05-24T07:25:31Z
|
https://github.com/Piwigo/Piwigo/issues/611
| 203,953,157 | 611 |
[
"Piwigo",
"Piwigo"
] |
Hi, is there any option to show galeries only for registered users and even better to select specific galleries for specific user to be shown?
|
show only for registered user
|
https://api.github.com/repos/Piwigo/Piwigo/issues/610/comments
| 1 |
2017-01-29T22:06:49Z
|
2022-01-04T14:50:33Z
|
https://github.com/Piwigo/Piwigo/issues/610
| 203,900,268 | 610 |
[
"Piwigo",
"Piwigo"
] |
Hi,
after updating to 2.8.6 I get an error when I use the user-manager
"DataTables warning (table id = 'userList'): DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error"
What´s wrong?
best regards
Jörg
|
JSON Error after updating to 2.8.6.
|
https://api.github.com/repos/Piwigo/Piwigo/issues/609/comments
| 21 |
2017-01-27T12:56:07Z
|
2017-06-13T10:28:35Z
|
https://github.com/Piwigo/Piwigo/issues/609
| 203,629,076 | 609 |
[
"Piwigo",
"Piwigo"
] |
Hello!
I've just did a fresh install of piwigo (never used it before) on my pc and when I get to the admin panel it constantly refreshes. It always brings me back to "localhost/gallery/admin.php?page=album--permissions" (I installed it into a folder called gallery). If I stop the reloading then I click something it happens again and no matter what I do it always bring me back to the said URL. No buttons work (they all bring be back) also the left side menu blinks and expands then reloads the page. No error in log files or in the JS console. I also happens in both firefox and chrome. Also restarting the server or reinstalling doesn't do anything. What could cause this behavior? Also logging our or in again doesn't do anything.
|
Newest release constantly refreshes page
|
https://api.github.com/repos/Piwigo/Piwigo/issues/608/comments
| 7 |
2017-01-25T17:24:44Z
|
2017-01-25T19:55:52Z
|
https://github.com/Piwigo/Piwigo/issues/608
| 203,168,386 | 608 |
[
"Piwigo",
"Piwigo"
] |
How shall I report security issues? What is the process for that?
|
how to report security issues?
|
https://api.github.com/repos/Piwigo/Piwigo/issues/607/comments
| 2 |
2017-01-24T19:05:06Z
|
2017-01-24T19:07:26Z
|
https://github.com/Piwigo/Piwigo/issues/607
| 202,910,169 | 607 |
[
"Piwigo",
"Piwigo"
] |
In Piwigo 2.9+ we can delete photos by block in the Batch Manager. We should also have such a "delete by blocks" for orphans.
|
orphans, delete by blocks
|
https://api.github.com/repos/Piwigo/Piwigo/issues/606/comments
| 2 |
2017-01-24T12:29:46Z
|
2017-01-24T16:31:03Z
|
https://github.com/Piwigo/Piwigo/issues/606
| 202,805,275 | 606 |
[
"Piwigo",
"Piwigo"
] |
I get the following error message while logging in (for the first time) with an AD-user. LDAP works (tested) but creating a user by using the login field doesn't. Logging in with an existing user does not provide an error.
```
Warning: array_merge(): Argument #2 is not an array in /var/www/piwigo/include/functions_user.inc.php on line 392
Warning: Invalid argument supplied for foreach() in /var/www/piwigo/include/functions_user.inc.php on line 394
Notice: Undefined index: id in /var/www/piwigo/include/functions_user.inc.php on line 420
Notice: Undefined index: status in /var/www/piwigo/include/functions_user.inc.php on line 420
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
SELECT cat_id
FROM piwigo_user_access
WHERE user_id =
; in /var/www/piwigo/include/dblayer/functions_mysqli.inc.php on line 845
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in /var/www/piwigo/include/dblayer/functions_mysqli.inc.php:906 Stack trace: #0 /var/www/piwigo/include/functions_user.inc.php(595): query2array('\nSELECT cat_id\n...', NULL, 'cat_id') #1 /var/www/piwigo/include/functions_user.inc.php(420): calculate_permissions(NULL, NULL) #2 /var/www/piwigo/include/functions_user.inc.php(306): getuserdata(114, true) #3 /var/www/piwigo/include/user.inc.php(75): build_user(114, true) #4 /var/www/piwigo/include/common.inc.php(162): include('/var/www/piwigo...') #5 /var/www/piwigo/index.php(26): include_once('/var/www/piwigo...') #6 {main} thrown in /var/www/piwigo/include/dblayer/functions_mysqli.inc.php on line 906
```
|
[mysql error 1064] user_id empty
|
https://api.github.com/repos/Piwigo/Piwigo/issues/605/comments
| 2 |
2017-01-17T07:21:31Z
|
2017-05-23T16:38:36Z
|
https://github.com/Piwigo/Piwigo/issues/605
| 201,194,071 | 605 |
[
"Piwigo",
"Piwigo"
] |
I just spent 2 hours trying to make my gallery work (after moving server). I noticed at last that the source of the files provided by the server started with the following text :
```
<?
ini_set('display_errors', 'On');
ini_set('log_errors', 'On');
#ini_set('error_log', PHPWG_ROOT_PATH . '/../piwigo-logs/error'.date(y-m-d).'.log');
error_reporting(E_ALL);
ini_set('error_log', PHPWG_ROOT_PATH . '/../piwigo-logs/error.log');
?>
```
This opened my eyes on the php configuration, and the "short_open_tags" directive was Off (while it was On on the old server).
Apparently, the gallery _almost_ works with this setting, but some of the client-side scripts seems to disfunction. Hence the upload page, together with some feature are buggy (if working at all...).
I don't know yet which part of piwigo uses the "<?" short tag, but I'm looking to it.
I definitely think that Piwigo should work with short_open_tags set to Off (or eventually put a note on the administration page).
|
Piwigo needs the short_open_tags directive to be On in php
|
https://api.github.com/repos/Piwigo/Piwigo/issues/604/comments
| 5 |
2017-01-16T22:42:58Z
|
2017-01-27T10:59:57Z
|
https://github.com/Piwigo/Piwigo/issues/604
| 201,134,088 | 604 |
[
"Piwigo",
"Piwigo"
] |
so comment_list can be replaced via template extension or extensions
No HTML changes just tpl and php
|
replace include file='comment_list.tpl'
|
https://api.github.com/repos/Piwigo/Piwigo/issues/603/comments
| 8 |
2017-01-12T20:06:01Z
|
2019-06-27T14:36:08Z
|
https://github.com/Piwigo/Piwigo/issues/603
| 200,466,435 | 603 |
[
"Piwigo",
"Piwigo"
] |
With commit 9004fdfc0b4a11cb32e9e15a5f67e4ec827e82dc I have been a bit too strict on authorized characters. For example, on Piwigo.com list of plugins, all these would fail:
problem with Back2Front
problem with Contact1menu
problem with flickr2piwigo
problem with look_like_gbo2
problem with pdf2tab
problem with tag2keyword
problem with uploadt1menu
|
invalid section token [look_like_gbo2]
|
https://api.github.com/repos/Piwigo/Piwigo/issues/602/comments
| 0 |
2017-01-04T13:06:41Z
|
2018-01-15T09:38:23Z
|
https://github.com/Piwigo/Piwigo/issues/602
| 198,703,187 | 602 |
[
"Piwigo",
"Piwigo"
] |
As I use it to get current version to create piwigo package on archlinux.
`curl -Is https://github.com/Piwigo/Piwigo/releases/latest | awk -F'/' '/^Location/ {print $NF}' | sed 's/[^[:print:]]//'`
|
Please update https://github.com/Piwigo/Piwigo/releases/latest
|
https://api.github.com/repos/Piwigo/Piwigo/issues/601/comments
| 2 |
2017-01-04T09:39:33Z
|
2017-01-06T08:18:48Z
|
https://github.com/Piwigo/Piwigo/issues/601
| 198,665,678 | 601 |
[
"Piwigo",
"Piwigo"
] |
Latest Version of piwigo is vulnerable to cross site scripting vulnerability in the image upload function,
The filename of image can be crafted with malicious payload,which in turn executes while viewing the image.
-----------------------
HTTP REQUEST:
-----------------------
POST /piwigo2/piwigo2/ws.php?method=pwg.images.upload&format=json HTTP/1.1
Host: x.x.x.x:xxxx
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://x.x.x.x:xxxx/piwigo2/piwigo2/admin.php?page=photos_add
Content-Length: 437474
Content-Type: multipart/form-data; boundary=---------------------------2133695097524014491600710750
Cookie: pwg_id=5bcim9rvd29i0grbe3qqg4qlk4; PHPSESSID=8e7766b7fc68cc81ee8cb8858dba1b1e; cid=1; wordpress_logged_in_8812ad623e46a1e5ebc36bb4a144d4be=admin%7C1484115709%7CSYNChB5ZsITQYFlPiW5bspgix97gGEwr05932gvtGtp%7Cda8b8a3479779d07c9d1759a52b8e52a7168da7170b66a093ff5ea93a09ec453
Connection: close
-----------------------------2133695097524014491600710750
Content-Disposition: form-data; name="name"
test
-----------------------------2133695097524014491600710750
Content-Disposition: form-data; name="chunk"
0
-----------------------------2133695097524014491600710750
Content-Disposition: form-data; name="chunks"
1
-----------------------------2133695097524014491600710750
Content-Disposition: form-data; name="category"
1
-----------------------------2133695097524014491600710750
Content-Disposition: form-data; name="level"
0
-----------------------------2133695097524014491600710750
Content-Disposition: form-data; name="pwg_token"
d0cc011709eb9b873188071ab872ebe7
-----------------------------2133695097524014491600710750
Content-Disposition: form-data; name="file"; filename="**payloadhere**.png"
Content-Type: image/png
**Malicious script can be passed in the payloadhere section**
|
Cross Site Scripting in image upload.
|
https://api.github.com/repos/Piwigo/Piwigo/issues/600/comments
| 13 |
2017-01-04T05:26:39Z
|
2018-01-15T09:51:42Z
|
https://github.com/Piwigo/Piwigo/issues/600
| 198,632,595 | 600 |
[
"Piwigo",
"Piwigo"
] |
Hi
I tried to enable PHP 7.1 today and run into problem in template.class.php
you would see something like
Warning: A non-numeric value encountered in .../include/template.class.php on line 1791
This version of PHP is more strict with left/right values math expressions.
Ex: '' + 0 would cause warning above
Fix is quite trivial and seems to work in my hotpatch
```
$ret = intval($s1->load_mode) - intval($s2->load_mode);
```
Piwigo version: 2.8.4
PHP version: 7.1
MySQL version: 5.6
|
PHP 7.1 and template.class.php incompatability
|
https://api.github.com/repos/Piwigo/Piwigo/issues/596/comments
| 7 |
2016-12-30T17:23:14Z
|
2018-02-27T11:03:25Z
|
https://github.com/Piwigo/Piwigo/issues/596
| 198,173,245 | 596 |
[
"Piwigo",
"Piwigo"
] |
Instead of trying to delete all selected photos "at once" on the form submission, Piwigo should delete photos by "blocks" of 100 photos (for example). It would make deletion of 5672 photos much more user friendly: less chance to fail, show a progression instead of a very long page to display.
|
[Batch Manager] delete photos by blocks
|
https://api.github.com/repos/Piwigo/Piwigo/issues/593/comments
| 3 |
2016-12-26T22:23:27Z
|
2017-01-10T15:23:44Z
|
https://github.com/Piwigo/Piwigo/issues/593
| 197,623,649 | 593 |
[
"Piwigo",
"Piwigo"
] |
since version 2.9.0beta1
|
Batch Manager, generate derivatives no longer works
|
https://api.github.com/repos/Piwigo/Piwigo/issues/592/comments
| 0 |
2016-12-26T16:11:13Z
|
2016-12-26T16:12:34Z
|
https://github.com/Piwigo/Piwigo/issues/592
| 197,601,360 | 592 |
[
"Piwigo",
"Piwigo"
] |
Introduced in Piwigo 2.9.0beta1 #534 , the new dashboard includes "items" (icon + figure + caption). Several user feedbacks says "we expect to click on the item but... nothing happens".
So yes we could add some direct links, when relevant. For example, I don't know what link we could have on "first photo added" or "storage used"
|
add link on dashboard items
|
https://api.github.com/repos/Piwigo/Piwigo/issues/591/comments
| 0 |
2016-12-24T19:04:59Z
|
2017-01-27T16:12:17Z
|
https://github.com/Piwigo/Piwigo/issues/591
| 197,474,151 | 591 |
[
"Piwigo",
"Piwigo"
] |
... instead of the "all years" view
|
History stats should open on current month by default
|
https://api.github.com/repos/Piwigo/Piwigo/issues/590/comments
| 0 |
2016-12-24T16:40:48Z
|
2017-01-27T15:50:37Z
|
https://github.com/Piwigo/Piwigo/issues/590
| 197,469,653 | 590 |
[
"Piwigo",
"Piwigo"
] |
Because it's a subset of editing "guest" user on page [Administration > Users > Manage], and it's uselessly confusing for users.
|
remove page [Administration > Configuration > Options > Guest Settings]
|
https://api.github.com/repos/Piwigo/Piwigo/issues/589/comments
| 0 |
2016-12-22T14:01:25Z
|
2016-12-22T14:02:22Z
|
https://github.com/Piwigo/Piwigo/issues/589
| 197,180,888 | 589 |
[
"Piwigo",
"Piwigo"
] |
On page [Administration > Configuration > Options > Comments], when unchecking the "activate comments" checkbox, all other fields should disappear.
|
user comments configuration, unexpected behavior
|
https://api.github.com/repos/Piwigo/Piwigo/issues/588/comments
| 0 |
2016-12-22T13:42:56Z
|
2016-12-22T13:43:52Z
|
https://github.com/Piwigo/Piwigo/issues/588
| 197,177,262 | 588 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.