/var/www/limesurvey/application/views/admin/participants/massive_actions/_update.php(23)
11 <form class="custom-modal-datas form form-horizontal"> 12 <div class="container-fluid"> 13 <div class="form-group"> 14 <div class="col-sm-1"> 15 <label class="" > 16 <?php eT("Modify"); ?> 17 </label> 18 </div> 19 <div class="col-sm-11"></div> 20 </div> 21 <?php 22 if (Permission::model()->hasGlobalPermission('superadmin', 'read') 23 || $this->uid == Yii::app()->session['loginID'] 24 || (Permission::model()->hasGlobalPermission('users', 'update') 25 && $this->parent_id == Yii::app()->session['loginID'] 26 ) 27 ) { 28 ?> 29 <div class="form-group"> 30 <div class="col-sm-1"> 31 <label class="" > 32 <input type="checkbox" class="action_check_to_keep_old_value" /> 33 </label> 34 </div> 35 <label class="col-sm-3 control-label" for='owner_uid'><?php eT("Owner?"); ?></label>
#0 |
+
–
/var/www/limesurvey/application/views/admin/participants/massive_actions/_update.php(23): CComponent->__get("uid") 18 </div> 19 <div class="col-sm-11"></div> 20 </div> 21 <?php 22 if (Permission::model()->hasGlobalPermission('superadmin', 'read') 23 || $this->uid == Yii::app()->session['loginID'] 24 || (Permission::model()->hasGlobalPermission('users', 'update') 25 && $this->parent_id == Yii::app()->session['loginID'] 26 ) 27 ) { 28 ?> |
#1 |
+
–
/var/www/limesurvey/framework/web/CBaseController.php(126): require("/var/www/limesurvey/application/views/admin/participants/massive...") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#2 |
+
–
/var/www/limesurvey/framework/web/CBaseController.php(95): CBaseController->renderInternal("/var/www/limesurvey/application/views/admin/./participants/massi...", array(), true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#3 |
+
–
/var/www/limesurvey/framework/web/CController.php(872): CBaseController->renderFile("/var/www/limesurvey/application/views/admin/./participants/massi...", array(), true) 867 */ 868 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 869 { 870 if(($viewFile=$this->getViewFile($view))!==false) 871 { 872 $output=$this->renderFile($viewFile,$data,true); 873 if($processOutput) 874 $output=$this->processOutput($output); 875 if($return) 876 return $output; 877 else |
#4 |
+
–
/var/www/limesurvey/application/views/admin/participants/massive_actions/_selector.php(62): CController->renderPartial("./participants/massive_actions/_update", array(), true) 57 'modalType' => 'yes-no', 58 'keepopen' => 'yes', 59 'yes' => gT('Apply'), 60 'no' => gT('Cancel'), 61 'sModalTitle' => gT('Batch edit the participants'), 62 'htmlModalBody' => $this->renderPartial('./participants/massive_actions/_update', [], true) 63 ), 64 // Export 65 array( 66 'type' => 'action', 67 'action' => 'export', |
#5 |
+
–
/var/www/limesurvey/framework/web/CBaseController.php(126): require("/var/www/limesurvey/application/views/admin/participants/massive...") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#6 |
+
–
/var/www/limesurvey/framework/web/CBaseController.php(95): CBaseController->renderInternal("/var/www/limesurvey/application/views/admin/participants/massive...", array(), true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#7 |
+
–
/var/www/limesurvey/framework/web/CController.php(872): CBaseController->renderFile("/var/www/limesurvey/application/views/admin/participants/massive...", array(), true) 867 */ 868 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 869 { 870 if(($viewFile=$this->getViewFile($view))!==false) 871 { 872 $output=$this->renderFile($viewFile,$data,true); 873 if($processOutput) 874 $output=$this->processOutput($output); 875 if($return) 876 return $output; 877 else |
#8 |
+
–
/var/www/limesurvey/application/controllers/admin/participantsaction.php(342): CController->renderPartial("/admin/participants/massive_actions/_selector", array(), true, false) 337 $searchstring = $request->getPost('searchstring'); 338 $aData['searchstring'] = $searchstring; 339 Yii::app()->clientScript->registerPackage('bootstrap-datetimepicker'); 340 Yii::app()->clientScript->registerPackage('bootstrap-switch'); 341 342 $aData['massiveAction'] = App()->getController()->renderPartial('/admin/participants/massive_actions/_selector', array(), true, false); 343 344 // Set page size 345 if ($request->getPost('pageSizeParticipantView')) { 346 Yii::app()->user->setState('pageSizeParticipantView', $request->getPost('pageSizeParticipantView')); 347 } |
#9 |
unknown(0): participantsaction->displayParticipants()
|
#10 |
+
–
/var/www/limesurvey/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(participantsaction, array()) 104 elseif($param->isDefaultValueAvailable()) 105 $ps[]=$param->getDefaultValue(); 106 else 107 return false; 108 } 109 $method->invokeArgs($object,$ps); 110 return true; 111 } 112 } |
#11 |
+
–
/var/www/limesurvey/application/core/Survey_Common_Action.php(83): CAction->runWithParamsInternal(participantsaction, ReflectionMethod, array("sa" => "displayParticipants")) 78 $oMethod = new ReflectionMethod($this, $sDefault); 79 } 80 81 // We're all good to go, let's execute it 82 // runWithParamsInternal would automatically get the parameters of the method and populate them as required with the params 83 return parent::runWithParamsInternal($this, $oMethod, $params); 84 } 85 86 /** 87 * Some functions have different parameters, which are just an alias of the 88 * usual parameters we're getting in the url. This function just populates |
#12 |
+
–
/var/www/limesurvey/application/controllers/admin/participantsaction.php(55): Survey_Common_Action->runWithParams(array("sa" => "displayParticipants")) 50 { 51 $this->checkPermission('read'); 52 53 Yii::import('application.helpers.admin.ajax_helper', true); 54 55 parent::runWithParams($params); 56 } 57 58 /** 59 * Renders template(s) wrapped in header and footer 60 * |
#13 |
+
–
/var/www/limesurvey/framework/web/CController.php(308): participantsaction->runWithParams(array("sa" => "displayParticipants")) 303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 } 313 $this->_action=$priorAction; |
#14 |
+
–
/var/www/limesurvey/framework/web/CController.php(286): CController->runAction(participantsaction) 281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
#15 |
+
–
/var/www/limesurvey/framework/web/CController.php(265): CController->runActionWithFilters(participantsaction, array()) 260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
#16 |
+
–
/var/www/limesurvey/application/controllers/AdminController.php(158): CController->run("participants") 153 $this->redirect(array('/admin/authentication/sa/login')); 154 } 155 } 156 } 157 158 return parent::run($action); 159 } 160 161 /** 162 * Routes all the actions to their respective places 163 * |
#17 |
+
–
/var/www/limesurvey/framework/web/CWebApplication.php(282): AdminController->run("participants") 277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 287 array('{route}'=>$route===''?$this->defaultController:$route))); |
#18 |
+
–
/var/www/limesurvey/framework/web/CWebApplication.php(141): CWebApplication->runController("admin/participants/sa/displayParticipants") 136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
#19 |
+
–
/var/www/limesurvey/framework/base/CApplication.php(185): CWebApplication->processRequest() 180 public function run() 181 { 182 if($this->hasEventHandler('onBeginRequest')) 183 $this->onBeginRequest(new CEvent($this)); 184 register_shutdown_function(array($this,'end'),0,false); 185 $this->processRequest(); 186 if($this->hasEventHandler('onEndRequest')) 187 $this->onEndRequest(new CEvent($this)); 188 } 189 190 /** |
#20 |
+
–
/var/www/limesurvey/index.php(194): CApplication->run() 189 require_once APPPATH . 'core/LSYii_Application' . EXT; 190 191 $config = require_once(APPPATH . 'config/internal' . EXT); 192 193 Yii::$enableIncludePath = false; 194 Yii::createApplication('LSYii_Application', $config)->run(); 195 196 /* End of file index.php */ 197 /* Location: ./index.php */ |