View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 11380 | Bug reports | Other | public | 2016-06-15 09:47 | 2016-06-20 15:31 |
| Reporter | DenisChenu | Assigned To | |||
| Priority | none | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 2.50.x | ||||
| Summary | 11380: Yii::log table is hidden | ||||
| Description | When using tracavar (Yii::trace) : we don't see the start of the log | ||||
| Steps To Reproduce |
| ||||
| Additional Information | Same with trace or log Actual solution : add a plugin to set .yiiLog{margin-bottom:65px} | ||||
| Tags | No tags attached. | ||||
| Attached Files | traceVarTest.php (825 bytes)
<?php
/**
* Description
*
* @author Denis Chenu <denis@sondages.pro>
* @copyright 2016 Denis Chenu <http://www.sondages.pro>
* @license WTFPL/LPRAB
* @version 0.0.1
*
* You just DO WHAT THE FUCK YOU WANT TO.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
class traceVarTest extends PluginBase
{
protected $storage = 'DbStorage';
static protected $name = 'traceVarTest';
static protected $description = 'tracevar (Yii::log) in admin GUI';
public function init() {
$this->subscribe('beforeControllerAction', 'traceVar');
}
public function traceVar()
{
tracevar("did you see this");
}
}
| ||||
| Bug heat | 6 | ||||
| Complete LimeSurvey version number (& build) | 160615 | ||||
| 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 | ||||
|
I do plugin ;) |
|
|
so we can close it right? |
|
|
It's not bspecific for plugin : needed for all user who nee dto trace some infmrtion. Test with debug=2,debugsql=1 : yii::log is here. BUT : you produce admin CSS with script, and i don't have this script |
|
|
only for color. lime-admin-common.css can be hand edited |
|
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=19508 |
|
|
Version 2.50 Build 160620 released |
|
|
LimeSurvey: master 40d7e850 2016-06-20 14:54
Details Diff |
Fixed issue 11380: Yii::log table is hidden |
Affected Issues 11380 |
|
| mod - styles/Apple_Blossom/css/lime-admin-common.css | Diff File | ||
| mod - styles/Bay_of_Many/css/lime-admin-common.css | Diff File | ||
| mod - styles/Black_Pearl/css/lime-admin-common.css | Diff File | ||
| mod - styles/Dark_Sky/css/lime-admin-common.css | Diff File | ||
| mod - styles/Free_Magenta/css/lime-admin-common.css | Diff File | ||
| mod - styles/Noto_All_Languages/css/lime-admin-common.css | Diff File | ||
| mod - styles/Purple_Tentacle/css/lime-admin-common.css | Diff File | ||
| mod - styles/Sea_Green/css/lime-admin-common.css | Diff File | ||
| mod - styles/Sunset_Orange/css/lime-admin-common.css | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-06-15 09:47 | DenisChenu | New Issue | |
| 2016-06-15 09:47 | DenisChenu | File Added: traceVarTest.php | |
| 2016-06-15 09:48 | DenisChenu | File Added: Capture du 2016-06-15 09-47-56.png | |
| 2016-06-17 23:15 | DenisChenu | Note Added: 39691 | |
| 2016-06-20 12:24 |
|
Note Added: 39699 | |
| 2016-06-20 12:24 |
|
Status | new => resolved |
| 2016-06-20 12:24 |
|
Resolution | open => fixed |
| 2016-06-20 12:24 |
|
Assigned To | => LouisGac |
| 2016-06-20 12:45 | DenisChenu | Note Added: 39705 | |
| 2016-06-20 12:45 | DenisChenu | Status | resolved => confirmed |
| 2016-06-20 13:41 |
|
Note Added: 39708 | |
| 2016-06-20 14:54 |
|
Changeset attached | => LimeSurvey master 40d7e850 |
| 2016-06-20 14:54 |
|
Note Added: 39719 | |
| 2016-06-20 14:54 |
|
Status | confirmed => resolved |
| 2016-06-20 15:31 | c_schmitz | Note Added: 39725 | |
| 2016-06-20 15:31 | c_schmitz | Status | resolved => closed |