View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
13606 | Bug reports | Theme editor | public | 2018-04-17 12:04 | 2018-06-11 16:31 |
Reporter | DenisChenu | Assigned To | |||
Priority | none | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 3.6.x | ||||
Fixed in Version | 3.10.x | ||||
Summary | 13606: Unable to reset manually asset (file or firectory) | ||||
Description | A way to reset manually any asset are:
But currently : didn't work Same for single file (save single file didn't update asset of THIS file) | ||||
Steps To Reproduce | See Description | ||||
Additional Information | Work on FTP, work on windows IIS, and work on linux SSH This issue is here : https://github.com/LimeSurvey/LimeSurvey/blob/master/application/core/LSYii_AssetManager.php#L50 | ||||
Tags | No tags attached. | ||||
Bug heat | 8 | ||||
Complete LimeSurvey version number (& build) | 3.6.3+180416 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant | ||||
Database type & version | not relevant | ||||
Server OS (if known) | not relevant | ||||
Webserver software & version (if known) | not relevant | ||||
PHP Version | not relevant | ||||
parent of | 13497 | closed | Editor sreen loads without css when creating/opdating custom css |
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=27016 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=27021 |
|
Why revert ? What is the issue ? |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=27306 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=27311 |
|
LimeSurvey: master 4a52dbf7 2018-04-17 20:26
Committer: GitHub Details Diff |
Fixed issue 13606: Unable to reset manually asset (#1044) Dev: get LS version in hash Dev: this replace Yii::getVersion() in parent function Dev: then filemtime is still used asset by asset |
Affected Issues 13606 |
|
mod - application/core/LSYii_AssetManager.php | Diff File | ||
LimeSurvey: master 929dceeb 2018-04-17 20:26
Committer: Details Diff |
Revert "Fixed issue 13606: Unable to reset manually asset (#1044)" This reverts commit 4a52dbf702ab5d34e844e87368b7dcd0fed6371d. |
Affected Issues 13606 |
|
mod - application/core/LSYii_AssetManager.php | Diff File | ||
LimeSurvey: master 0d99224f 2018-06-04 17:23
Committer: Details Diff |
Dev: Assets hash solution (#1057) Fixed issue 13606 : Unable to reset manually single asset Dev: hash function use for whole path, then global var set here Dev: generatePath is used path by path Fixed issue 13497 : Editor screen can be loaded without css after save Dev: moving global reset to only this template Dev: less time to generate assets Fixed issue 13596: template assets is not resetted when update config Dev: need to do it if user add a file in TemplateConfiguration_files_* Dev: do it only for global theme (?) Dev: move injectglobalsettings to LSYii_Application Dev: maybe create a now function to set all config ? Dev: Fix installmer and move all set configs part to one function Dev: usage of DB for asset version number Dev: hash solution for indexed pk in DB Dev: oups on phpdoc Dev: same other improvment than other pull request Dev: broken update … remove test line ;) |
Affected Issues 13497, 13596, 13606 |
|
mod - application/config/version.php | Diff File | ||
mod - application/controllers/admin/themeoptions.php | Diff File | ||
mod - application/controllers/admin/themes.php | Diff File | ||
mod - application/core/LSYii_Application.php | Diff File | ||
mod - application/core/LSYii_AssetManager.php | Diff File | ||
mod - application/helpers/globalsettings_helper.php | Diff File | ||
mod - application/helpers/update/updatedb_helper.php | Diff File | ||
add - application/models/AssetVersion.php | Diff File | ||
mod - application/models/Template.php | Diff File | ||
mod - installer/create-database.php | Diff File | ||
LimeSurvey: master c3d25219 2018-06-04 18:45
Committer: Details Diff |
Fix multiple issues with theme assets (#1048) Fixed issue 13606 : Unable to reset manually single asset Dev: hash function use for whole path, then global var set here Dev: generatePath is used path by path Fixed issue 13497 : Editor screen can be loaded without css after save Dev: moving global reset to only this template Dev: less time to generate assets Fixed issue 13596: template assets is not resetted when update config Dev: need to do it if user add a file in TemplateConfiguration_files_* Dev: do it only for global theme (?) Dev: move injectglobalsettings to LSYii_Application Dev: maybe create a now function to set all config ? Dev: Fix installmer and move all set configs part to one function Dev: Create a DB for asset version number and use it for Template Dev: fix upgrade , remove dev test lien :/ Fixed issue : reset asset when upload or delete a template file Dev: rename Template functions to be more clear (we don't delete really the asset directory) |
Affected Issues 13497, 13596, 13606 |
|
mod - application/controllers/admin/themeoptions.php | Diff File | ||
mod - application/controllers/admin/themes.php | Diff File | ||
mod - application/core/LSYii_Application.php | Diff File | ||
mod - application/core/LSYii_AssetManager.php | Diff File | ||
mod - application/helpers/globalsettings_helper.php | Diff File | ||
mod - application/helpers/update/updatedb_helper.php | Diff File | ||
add - application/models/AssetVersion.php | Diff File | ||
mod - application/models/Template.php | Diff File | ||
mod - installer/create-database.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-04-17 12:04 | DenisChenu | New Issue | |
2018-04-17 12:20 | DenisChenu | Summary | Unable to reset manually one template asset => Unable to reset manually asset (file or firectory) |
2018-04-17 12:24 | DenisChenu | Assigned To | => DenisChenu |
2018-04-17 12:24 | DenisChenu | Status | new => assigned |
2018-04-17 12:25 | DenisChenu | Relationship added | related to 13497 |
2018-04-17 12:25 | DenisChenu | Relationship deleted | related to 13497 |
2018-04-17 12:26 | DenisChenu | Relationship added | parent of 13497 |
2018-04-17 18:26 |
|
Changeset attached | => LimeSurvey master 4a52dbf7 |
2018-04-17 18:26 |
|
Note Added: 47441 | |
2018-04-17 18:26 |
|
Assigned To | DenisChenu => user70560 |
2018-04-17 18:26 |
|
Resolution | open => fixed |
2018-04-18 11:01 |
|
Changeset attached | => LimeSurvey master 929dceeb |
2018-04-18 11:01 |
|
Note Added: 47445 | |
2018-04-18 11:01 |
|
Assigned To | user70560 => markusfluer |
2018-04-18 14:25 | DenisChenu | Status | assigned => feedback |
2018-04-18 14:25 | DenisChenu | Note Added: 47458 | |
2018-06-04 15:23 |
|
Changeset attached | => LimeSurvey master 0d99224f |
2018-06-04 15:23 |
|
Note Added: 47971 | |
2018-06-04 15:23 |
|
Assigned To | markusfluer => LouisGac |
2018-06-04 16:45 |
|
Changeset attached | => LimeSurvey master c3d25219 |
2018-06-04 16:45 |
|
Note Added: 47975 | |
2018-06-11 16:31 |
|
Status | feedback => closed |
2018-06-11 16:31 |
|
Fixed in Version | => 3.10.x |