View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
11372Bug reportsPluginspublic2016-07-14 15:42
ReporterMazi Assigned Toaesteban  
PrioritynoneSeverityblock 
Status closedResolutionfixed 
Product Version2.50.x 
Target Version2.50.xFixed in Version2.50.x 
Summary11372: Configuring AuditLog plugin fails / Documentation missing
Description

When trying to configure the AuditLog plugin with debig set to 1 I get the following error:

CException

There is no CClientScript package: select2

/var/www/vhosts/mysurveyhosting.com/httpdocs/ls250/framework/web/CClientScript.php(598)

586 {
587 if(!empty($package['depends']))
588 {
589 foreach($package['depends'] as $p)
590 $this->registerCoreScript($p);
591 }
592 $this->coreScripts[$name]=$package;
593 $this->hasScripts=true;
594 $params=func_get_args();
595 $this->recordCachingAction('clientScript','registerCoreScript',$params);
596 }
597 elseif(YII_DEBUG)
598 throw new CException('There is no CClientScript package: '.$name);
599 else
600 Yii::log('There is no CClientScript package: '.$name,CLogger::LEVEL_WARNING,'system.web.CClientScript');
601
602 return $this;
603 }
604
605 /*
606
Registers a CSS file
607 @param string $url URL of the CSS file
608
@param string $media media that the CSS file should be applied to. If empty, it means all media types.
609 @return static the CClientScript object itself (to support method chaining, available since version 1.1.5).
610
/

Steps To Reproduce

Set debug to 1, go to plugins and try to configure the activated AuditLog plugin.

Additional Information

BTW, we really need some more documentation about this plugin, see https://www.limesurvey.org/forum/can-i-do-this-with-limesurvey/94941-audit-logging

Lots of users want to use it but no one really knows how it works :-(

TagsNo tags attached.
Bug heat8
Complete LimeSurvey version number (& build)160613
I will donate to the project if issue is resolvedNo
BrowserChrome
Database type & versionMySQL 5
Server OS (if known)Ubuntu
Webserver software & version (if known)Apache 2
PHP Version5.5.9

Users monitoring this issue

There are no users monitoring this issue.

Activities

ollehar

ollehar

2016-06-14 12:42

administrator   ~39536

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

ollehar

ollehar

2016-06-14 12:44

administrator   ~39537

Mazi, do you know how it works? If yes, feel free to create a page on the wiki.

Mazi

Mazi

2016-06-14 12:57

updater   ~39538

Nope, Olle, I have absolutely no idea. Otherwise I'd have created a page for that.

I'd love to test that plugin as well but I do not even know which features it offers and which options there are.
Maybe Carsten can document this? I am not even sure who coded this...

ollehar

ollehar

2016-06-14 13:00

administrator   ~39539

Alfredo Esteban was the last guy touching it. I doubt Carsten has time.

c_schmitz

c_schmitz

2016-06-14 16:13

administrator   ~39552

Version 2.50 Build 160614 release

Mazi

Mazi

2016-06-14 17:29

updater   ~39560

Alfredo, can we have some more details about the plugin?

Can you add some docs and provide the link later so I can take care of the German translation?

aesteban

aesteban

2016-06-15 01:10

developer   ~39573

Yes, I can deal with it but I am very busy at the moment, give me some days.

aesteban

aesteban

2016-06-27 19:33

developer   ~39803

First and quick version of plugin description:

https://manual.limesurvey.org/Audit_log

I added a link to this new page in:

https://manual.limesurvey.org/Plugins#Available_plugins

c_schmitz

c_schmitz

2016-07-14 15:42

administrator   ~39885

Version 2.50 Build 160714 released

Related Changesets

LimeSurvey: master 9fce65b5

2016-06-14 10:42:39

ollehar

Details Diff
Fixed issue 11372: Configuring AuditLog plugin fails Affected Issues
11372
mod - application/config/third_party.php Diff File
mod - application/controllers/admin/pluginmanager.php Diff File

Issue History

Date Modified Username Field Change
2016-06-14 10:13 Mazi New Issue
2016-06-14 10:14 Mazi Additional Information Updated
2016-06-14 12:28 ollehar Assigned To => ollehar
2016-06-14 12:28 ollehar Status new => assigned
2016-06-14 12:29 ollehar Status assigned => confirmed
2016-06-14 12:42 ollehar Changeset attached => LimeSurvey master 9fce65b5
2016-06-14 12:42 ollehar Note Added: 39536
2016-06-14 12:42 ollehar Resolution open => fixed
2016-06-14 12:43 ollehar Status confirmed => resolved
2016-06-14 12:43 ollehar Fixed in Version => 2.5
2016-06-14 12:44 ollehar Note Added: 39537
2016-06-14 12:57 Mazi Note Added: 39538
2016-06-14 13:00 ollehar Note Added: 39539
2016-06-14 16:13 c_schmitz Note Added: 39552
2016-06-14 16:13 c_schmitz Status resolved => closed
2016-06-14 17:29 Mazi Assigned To ollehar => aesteban
2016-06-14 17:29 Mazi Note Added: 39560
2016-06-14 17:29 Mazi Status closed => feedback
2016-06-14 17:29 Mazi Resolution fixed => reopened
2016-06-14 17:30 Mazi Status feedback => assigned
2016-06-14 17:30 Mazi Summary Configuring AuditLog plugin fails => Configuring AuditLog plugin fails / Documentation missing
2016-06-15 01:10 aesteban Note Added: 39573
2016-06-27 19:33 aesteban Note Added: 39803
2016-06-27 19:33 aesteban Status assigned => resolved
2016-06-27 19:33 aesteban Resolution reopened => fixed
2016-07-14 15:42 c_schmitz Note Added: 39885
2016-07-14 15:42 c_schmitz Status resolved => closed