5 require_once
"./Services/Object/classes/class.ilObject2GUI.php";
28 $ilHelp->setScreenIdComponent(
"wfld");
30 $this->ctrl->setParameter($this,
"wsp_id",$this->node_id);
32 $this->tabs_gui->addTab(
"wsp", $lng->txt(
"wsp_tab_personal"),
33 $this->ctrl->getLinkTarget($this,
""));
35 $this->ctrl->setParameterByClass(
"ilObjWorkspaceRootFolderGUI",
"wsp_id",
38 $this->tabs_gui->addTab(
"share", $lng->txt(
"wsp_tab_shared"),
39 $this->ctrl->getLinkTargetByClass(
"ilObjWorkspaceRootFolderGUI",
"shareFilter"));
41 $this->tabs_gui->addTab(
"ownership", $lng->txt(
"wsp_tab_ownership"),
42 $this->ctrl->getLinkTargetByClass(array(
"ilObjWorkspaceRootFolderGUI",
"ilObjectOwnershipManagementGUI"),
"listObjects"));
44 if(!$this->ctrl->getNextClass($this))
46 if(stristr($this->ctrl->getCmd(),
"share"))
48 $this->tabs_gui->activateTab(
"share");
52 $this->tabs_gui->activateTab(
"wsp");
58 $this->tabs_gui->addSubTab(
"content",
60 $this->ctrl->getLinkTarget($this,
""));
65 $this->tabs_gui->addSubTab(
"settings",
66 $lng->txt(
"settings"),
67 $this->ctrl->getLinkTarget($this,
"edit"));
76 $next_class = $this->ctrl->getNextClass($this);
77 $cmd = $this->ctrl->getCmd();
81 case "ilcommonactiondispatchergui":
82 include_once(
"Services/Object/classes/class.ilCommonActionDispatcherGUI.php");
84 $this->ctrl->forwardCommand($gui);
87 case "ilobjectownershipmanagementgui":
89 $this->tabs_gui->activateTab(
"ownership");
90 include_once(
"Services/Object/classes/class.ilObjectOwnershipManagementGUI.php");
92 $this->ctrl->forwardCommand($gui);
97 if($this->type !=
"wsrt")
128 unset(
$_SESSION[
'clipboard'][
'wsp2repo']);
131 include_once
"Services/Object/classes/class.ilObjectAddNewItemGUI.php";
134 $gui->setCreationUrl($ilCtrl->getLinkTarget($this,
"create"));
137 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
139 $this->ctrl->getLinkTargetByClass(array(
"ilcommonactiondispatchergui",
"ilnotegui"),
"",
"",
true,
false),
140 $this->ctrl->getLinkTargetByClass(array(
"ilcommonactiondispatchergui",
"iltagginggui"),
"",
"",
true,
false));
142 include_once
"Modules/WorkspaceFolder/classes/class.ilObjWorkspaceFolderTableGUI.php";
144 $tpl->setContent($table->getHTML());
146 include_once
"Modules/WorkspaceFolder/classes/class.ilWorkspaceFolderExplorer.php";
149 if($this->node_id != $exp->getRoot())
151 $ilTabs->activateSubTab(
"content");
157 if($this->node_id != $exp->getRoot() || $exp->hasFolders($this->node_id))
160 $exp->setSessionExpandVariable(
'wspexpand');
161 $exp->setExpand($this->node_id);
162 $exp->setExpandTarget($this->ctrl->getLinkTarget($this));
164 if (
$_GET[
"wspexpand"] !=
"")
166 $exp->setExpand(
$_GET[
"wspexpand"]);
169 $exp->highlightNode($this->node_id);
172 $left .= $exp->getOutput();
175 $tpl->setLeftNavContent($left);
182 $this->tabs_gui->activateTab(
"wsp");
183 $this->tabs_gui->activateSubTab(
"settings");
190 $this->tabs_gui->activateTab(
"wsp");
191 $this->tabs_gui->activateSubTab(
"settings");
204 $this->ctrl->redirect($this);
207 $current_node =
$_REQUEST[
"item_ref_id"];
208 $parent_node = $this->tree->getParentId($current_node);
211 $this->ctrl->setParameter($this,
"wsp_id", $parent_node);
215 foreach ($this->tree->getSubTree($this->tree->getNodeData($current_node)) as $node)
220 $no_cut[$node[
"wsp_id"]] = $obj->getTitle();
227 $this->ctrl->redirect($this);
233 $_SESSION[
'paste_cut_wspexpand'] = array();
234 foreach((array)$this->tree->getPathId($parent_node) as
$node_id)
240 $_SESSION[
'clipboard'][
'source_id'] = $current_node;
253 $_SESSION[
'clipboard'][
'wsp2repo'] =
true;
269 $this->ctrl->redirect($this);
272 $current_node =
$_REQUEST[
"item_ref_id"];
273 $owner = $this->tree->lookupOwner($current_node);
274 if($owner == $ilUser->getId())
276 $parent_node = $this->tree->getParentId($current_node);
279 $this->ctrl->setParameter($this,
"wsp_id", $parent_node);
284 $_SESSION[
'paste_copy_wspexpand'] = array();
285 foreach((array)$this->tree->getPathId($parent_node) as
$node_id)
294 $this->ctrl->redirect($this);
298 $_SESSION[
'clipboard'][
'source_id'] = $current_node;
308 $this->ctrl->redirect($this,
"share");
311 $current_node =
$_REQUEST[
"item_ref_id"];
315 if($handler->checkAccess(
"read",
"", $current_node))
318 $_SESSION[
'clipboard'][
'source_id'] = $current_node;
326 $perms = $handler->getPermissions($current_node);
334 $this->ctrl->redirect($this,
"share");
344 $_SESSION[
'clipboard'][
'wsp2repo'] =
true;
353 global $ilTabs,
$tree;
355 $ilTabs->clearTargets();
359 $ilTabs->setBackTarget($this->lng->txt(
'back'),
360 $this->ctrl->getLinkTarget($this));
364 $ilTabs->setBackTarget($this->lng->txt(
'back'),
365 $this->ctrl->getLinkTarget($this,
'share'));
372 $this->tpl->addBlockfile(
'ADM_CONTENT',
'adm_content',
373 'tpl.paste_into_multiple_objects.html',
"Services/Object");
378 require_once
'Services/PersonalWorkspace/classes/class.ilWorkspaceExplorer.php';
380 'paste_'.$mode.
'_wspexpand', $this->tree, $this->getAccessHandler());
383 if(
$_GET[
'paste_'.$mode.
'_wspexpand'] ==
'')
386 $expanded = $this->tree->readRootId();
390 $expanded =
$_GET[
'paste_'.$mode.
'_wspexpand'];
397 require_once
'./Services/Object/classes/class.ilPasteIntoMultipleItemsExplorer.php';
399 '',
'paste_'.$mode.
'_repexpand');
400 $exp->setTargetGet(
'ref_id');
402 if(
$_GET[
'paste_'.$mode.
'_repexpand'] ==
'')
404 $expanded = $tree->readRootId();
408 $expanded =
$_GET[
'paste_'.$mode.
'_repexpand'];
412 $exp->setCheckedItems(array((
int)
$_POST[
'node']));
413 $exp->setExpandTarget($this->ctrl->getLinkTarget($this,
'showMoveIntoObjectTree'));
414 $exp->setPostVar(
'node');
415 $exp->setExpand($expanded);
418 $this->tpl->setVariable(
'OBJECT_TREE', $exp->getOutput());
421 $this->tpl->setVariable(
'FORM_TARGET',
'_top');
422 $this->tpl->setVariable(
'FORM_ACTION',
423 $this->ctrl->getFormAction($this,
'performPasteIntoMultipleObjects'));
425 $this->tpl->setVariable(
'CMD_SUBMIT',
'performPasteIntoMultipleObjects');
426 $this->tpl->setVariable(
'TXT_SUBMIT', $this->lng->txt(
'paste'));
437 $source_node_id =
$_SESSION[
'clipboard'][
'source_id'];
443 $this->ctrl->redirect($this);
448 $this->ctrl->redirect($this,
"showMoveIntoObjectTree");
452 $source_obj_id = $this->tree->lookupObjectId($source_node_id);
457 $target_obj_id = $this->tree->lookupObjectId($target_node_id);
470 if($source_node_id == $target_node_id)
472 $fail[] = sprintf($this->lng->txt(
'msg_obj_exists_in_folder'),
473 $source_object->getTitle(), $target_object->getTitle());
476 if(!in_array($source_object->getType(), array_keys($objDefinition->getSubObjects($target_object->getType()))))
478 $fail[] = sprintf($this->lng->txt(
'msg_obj_may_not_contain_objects_of_type'),
479 $target_object->getTitle(), $source_object->getType());
483 $owner = $this->tree->lookupOwner($source_node_id);
484 if($mode ==
"copy" && $ilUser->getId() == $owner && !$this->
checkPermissionBool(
'copy',
'',
'', $source_node_id))
486 $fail[] = $this->lng->txt(
'permission_denied');
491 if($mode ==
"cut" && $this->tree->isGrandChild($source_node_id, $target_node_id))
493 $fail[] = sprintf($this->lng->txt(
'msg_paste_object_not_in_itself'),
494 $source_object->getTitle());
499 $fail[] = sprintf($this->lng->txt(
'msg_no_perm_paste_object_in_folder'),
500 $source_object->getTitle(), $target_object->getTitle());
506 if(!$ilAccess->checkAccess(
'create',
'', $target_node_id, $source_object->getType()))
508 $fail[] = sprintf($this->lng->txt(
'msg_no_perm_paste_object_in_folder'),
509 $source_object->getTitle(), $target_object->getTitle());
516 $this->ctrl->redirect($this);
525 $this->tree->moveTree($source_node_id, $target_node_id);
529 $parent_id = $this->tree->getParentId($source_node_id);
533 $this->tree->deleteReference($source_node_id);
534 $source_node = $this->tree->getNodeData($source_node_id);
535 $this->tree->deleteTree($source_node);
538 $source_object->createReference();
539 $source_object->putInTree($target_node_id);
540 $source_object->setPermissions($target_node_id);
546 else if($mode ==
"copy")
548 include_once(
'Services/CopyWizard/classes/class.ilCopyWizardOptions.php');
551 $wizard_options->saveOwner($ilUser->getId());
552 $wizard_options->saveRoot($source_node_id);
553 $wizard_options->read();
555 $new_obj = $source_object->cloneObject($target_node_id, $copy_id, !
$_SESSION[
'clipboard'][
'wsp2repo']);
558 if($new_obj && !
$_SESSION[
'clipboard'][
'wsp2repo'])
560 $new_obj_node_id = $this->tree->insertObject($target_node_id, $new_obj->getId());
561 $this->
getAccessHandler()->setPermissions($target_node_id, $new_obj_node_id);
564 $wizard_options->deleteAll();
570 $redirect_node = $target_node_id;
579 unset(
$_SESSION[
'clipboard'][
'source_id']);
580 unset(
$_SESSION[
'clipboard'][
'wsp2repo']);
584 $this->ctrl->setParameter($this,
"wsp_id", $redirect_node);
585 $this->ctrl->redirect($this);
597 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceShareTableGUI.php";
599 $tpl->setContent($tbl->getHTML());
604 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceShareTableGUI.php";
607 $tbl->writeFilterToSession();
614 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceShareTableGUI.php";
626 $tpl->setTitle($lng->txt(
"wsp_password_protected_resource"));
627 $tpl->setDescription($lng->txt(
"wsp_password_protected_resource_info"));
629 $ilTabs->clearTargets();
630 $ilTabs->setBackTarget($lng->txt(
"back"),
631 $this->ctrl->getLinkTarget($this,
"share"));
638 $tpl->setContent($form->getHTML());
645 $this->ctrl->setParameter($this,
"item_ref_id", $a_node_id);
647 $object_data = $this->
getAccessHandler()->getObjectDataFromNode($a_node_id);
649 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
651 $form->setFormAction($ilCtrl->getFormAction($this,
"checkPassword"));
652 $form->setTitle($lng->txt(
"wsp_password_for").
": ".$object_data[
"title"]);
656 $password->setRequired(
true);
657 $password->setSkipSyntaxCheck(
true);
658 $form->addItem($password);
660 $form->addCommandButton(
"checkPassword", $lng->txt(
"submit"));
661 $form->addCommandButton(
"share", $lng->txt(
"cancel"));
673 $this->ctrl->redirect($this,
"share");
677 if($form->checkInput())
679 include_once
"Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
681 $input = md5($form->getInput(
"password"));
682 if($input == $password)
687 $this->ctrl->setParameter($this,
"item_ref_id",
$node_id);
688 $this->ctrl->redirect($this,
"copyShared");
692 $item = $form->getItemByPostVar(
"password");
693 $item->setAlert($lng->txt(
"wsp_invalid_password"));
698 $form->setValuesByPost();
707 public static function _goto($a_target)
709 $id = explode(
"_", $a_target);
711 $_GET[
"baseClass"] =
"ilsharedresourceGUI";
712 $_GET[
"wsp_id"] = $id[0];
713 include(
"ilias.php");
static sendSuccess($a_info="", $a_keep=false)
Send Success Message to Screen.
initPasswordForm($a_node_id)
Class ilObjWorkspaceFolderGUI.
checkPermissionBool($a_perm, $a_cmd="", $a_type="", $a_node_id=null)
Check permission.
passwordForm($a_node_id, $form=null)
setTargetGet($a_target_get)
set the varname in Get-string public
initCreationForms($a_new_type)
New implementation of ilObjectGUI.
const PERMISSION_ALL_PASSWORD
getAccessHandler()
Get access handler.
cut()
Move node preparation.
Class ilObjectOwnershipManagementGUI.
static getSharedNodePassword($a_node_id)
static _goto($a_target)
Deep link.
showMoveIntoObjectTree()
Move node: select target (via explorer)
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
Workspace share handler table GUI class.
static _getInstance($a_copy_id)
Get instance of copy wizard options.
static prepareJsLinks($a_redraw_url, $a_notes_url, $a_tags_url, $a_tpl=null)
Insert js/ajax links into template.
static _lookupObjId($a_id)
static _allocateCopyId()
Allocate a copy for further entries.
getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id
initCreateForm($a_new_type)
Init object creation form.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
static keepSharedSessionPassword($a_node_id, $a_password)
performPasteIntoMultipleObjects()
Move node: target has been selected, execute.
copy_to_repository()
Copy node preparation (to repository)
Render add new item selector.
Class ilObjWorkspaceFolderTableGUI.
if($_REQUEST['ilias_path']) define('ILIAS_HTTP_PATH' $_REQUEST['ilias_path']
copy()
Copy node preparation.
cut_for_repository()
Move node preparation (to repository)
addHeaderAction()
Add header action menu.
setTabs($a_show_settings=true)
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call