Piwigo bug tracker has moved to Github
This bugtracker is kept to provide history on old issues.
Anonymous | Login | Signup for a new account | 2019.02.21 20:06 CET | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0002915 | Piwigo | synchronization | public | 2013.05.31 10:36 | 2013.06.14 23:33 | ||||
Reporter | hoedlmoser | ||||||||
Assigned To | plg | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | Linux | OS Version | 3.2.41-2+deb7u2 | |||||
Product Version | 2.5.1 | ||||||||
Target Version | 2.5.2 | Fixed in Version | 2.5.2 | ||||||
Summary | 0002915: synchronization not really disabled | ||||||||
Description | as I described in http://piwigo.org/forum/viewtopic.php?id=22178 [^] synchronization is, even disabled with $conf['enable_synchronization'] = false;, still available with a direct link eg http://piwigo.kmplabs.org/admin.php?page=site_update&site=1. [^] something like the following should do the job: --- admin/site_update.php 2013-01-01 13:35:02.000000000 +0100 +++ admin/site_update.php 2013-05-31 10:31:47.000000000 +0200 @@ -33,6 +33,11 @@ // +-----------------------------------------------------------------------+ check_status(ACCESS_ADMINISTRATOR); +if (!$conf['enable_synchronization']) +{ + die ('synchronization is disabled'); +} + if (!is_numeric($_GET['site'])) { die ('site param missing or invalid'); | ||||||||
Steps To Reproduce | 1. set $conf['enable_synchronization'] = false; in local/config/config.inc.php 2. browse to http://<your [^] piwigo site>/admin.php?page=site_update&site=1 | ||||||||
Tags | synchronization | ||||||||
browser | any | ||||||||
Database engine and version | MySQL: 5.5.31-0+wheezy1 | ||||||||
PHP version | PHP: 5.4.4-14+deb7u1 | ||||||||
Web server | Apache/2.2.22 (Debian) | ||||||||
Attached Files | |||||||||
![]() |
|
(0007013) svn (reporter) 2013.05.31 14:22 |
[Subversion] r22978 by plg on branch 2.5 -----[Subversion commit log]---------------------------------------------------- bug 2915 fixed: really disable synchronization on synchronization and site (directories) manager screens. |
(0007014) svn (reporter) 2013.05.31 14:23 |
[Subversion] r22979 by plg on trunk -----[Subversion commit log]---------------------------------------------------- merge r22978 from branch 2.5 to trunk bug 2915 fixed: really disable synchronization on synchronization and site (directories) manager screens. |
![]() |
|||
Date Modified | Username | Field | Change |
2013.05.31 10:36 | hoedlmoser | New Issue | |
2013.05.31 10:36 | hoedlmoser | browser | => any |
2013.05.31 10:36 | hoedlmoser | Database engine and version | => MySQL: 5.5.31-0+wheezy1 |
2013.05.31 10:36 | hoedlmoser | PHP version | => PHP: 5.4.4-14+deb7u1 |
2013.05.31 10:36 | hoedlmoser | Web server | => Apache/2.2.22 (Debian) |
2013.05.31 10:42 | hoedlmoser | Tag Attached: synchronization | |
2013.05.31 14:22 | svn | Checkin | |
2013.05.31 14:22 | svn | Note Added: 0007013 | |
2013.05.31 14:23 | svn | Checkin | |
2013.05.31 14:23 | svn | Note Added: 0007014 | |
2013.06.14 23:33 | plg | Assigned To | => plg |
2013.06.14 23:33 | plg | Status | new => closed |
2013.06.14 23:33 | plg | Resolution | open => fixed |
2013.06.14 23:33 | plg | Fixed in Version | => 2.5.2 |
2013.06.14 23:33 | plg | Target Version | => 2.5.2 |
Copyright © 2000 - 2019 MantisBT Team Contact |