View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
09100Bug reportsComfortUpdatepublic2014-07-30 16:18
ReporterDLange Assigned Toc_schmitz  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
Fixed in Version2.05+ 
Summary09100: ComfortUpdate step 2 shows changed and missing files as relative filepaths while all others are absolute
Description

Überprüfe bestehende LimeSurvey-Dateien...
Warnung: Die folgenden Dateien/Verzeichnis müssen aktualisiert werden, aber die Zugriffsberechtigung ist nur für Lesen gesetzt.
Sie müssen entsprechende Schreibberechtigungen für diese Dateien setzen bevor Sie fortfahren können. Wenn Sie sich unsicher sind, was zu tun ist, fragen Sie bitte Ihren Systemadministrator um Rat.

/var/www/limesurvey/application/controllers/AdminController.php
/var/www/limesurvey/application/controllers/admin/expressions.php
/var/www/limesurvey/application/controllers/admin/statistics.php
/var/www/limesurvey/application/controllers/admin/tokens.php
/var/www/limesurvey/application/controllers/admin/useraction.php

[...]

Die folgenden Dateien werden verändert oder gelöscht sind aber bereits früher verändert worden.
Wir empfehlen, dass die Aktualisierungsprozedur diese Dateien ersetzt.

/application/helpers/expressions/em_manager_helper.php
/templates/basic/template.css

^ notice the missing /var/www/limesurvey ($rootdir) in these

Steps To Reproduce

run ComfortUpdate to step 2 while a file affected is changed or deleted on the local file system

Additional Information

  • <?php echo htmlspecialchars($readonlyfile); ?>
  • vs.
    echo '
  • '.htmlspecialchars($existingfile['file']).'
  • '; and
    echo '
  • '.htmlspecialchars($modifiedfile['file']).'
  • '; in
    $rootdir/application/views/admin/update/step2.php

    TagsNo tags attached.
    Bug heat2
    Complete LimeSurvey version number (& build)2.05+ (140618)
    I will donate to the project if issue is resolvedNo
    Browser
    Database type & versionirrelevant
    Server OS (if known)irrelevant
    Webserver software & version (if known)irrelevant
    PHP Versionirrelevant

    Users monitoring this issue

    There are no users monitoring this issue.

    Activities

    c_schmitz

    c_schmitz

    2014-07-24 09:11

    administrator   ~30334

    Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14336

    c_schmitz

    c_schmitz

    2014-07-30 16:18

    administrator   ~30376

    2.05+ Build 140730 released

    Related Changesets

    LimeSurvey: master b992d775

    2014-07-24 09:11

    c_schmitz


    Details Diff
    Fixed issue 09100: ComfortUpdate step 2 shows absolute file paths Affected Issues
    09100
    mod - application/controllers/admin/update.php Diff File

    Issue History

    Date Modified Username Field Change
    2014-06-18 17:37 DLange New Issue
    2014-06-18 17:37 DLange Status new => assigned
    2014-06-18 17:37 DLange Assigned To => c_schmitz
    2014-07-24 09:11 c_schmitz Status assigned => resolved
    2014-07-24 09:11 c_schmitz Fixed in Version => 2.05+
    2014-07-24 09:11 c_schmitz Resolution open => fixed
    2014-07-24 09:11 c_schmitz Changeset attached => LimeSurvey master b992d775
    2014-07-24 09:11 c_schmitz Note Added: 30334
    2014-07-30 16:18 c_schmitz Note Added: 30376
    2014-07-30 16:18 c_schmitz Status resolved => closed