38 protected string $img =
"";
40 protected bool $rss =
false;
58 bool $a_reference =
true 62 $this->notes_service = $DIC->notes();
64 $this->rbac_review = $DIC->rbac()->review();
66 $this->content_style_domain = $DIC
80 $set =
$ilDB->query(
"SELECT * FROM il_blog" .
81 " WHERE id = " .
$ilDB->quote($this->id,
"integer"));
82 $row =
$ilDB->fetchAssoc($set);
86 $this->
setImage((
string) $row[
"img"]);
87 $this->
setRSS($row[
"rss_active"]);
100 if (trim($row[
"nav_order"])) {
101 $this->
setOrder(explode(
";", $row[
"nav_order"]));
106 $this->notes_service->domain()->commentsActive($this->
id)
110 protected function doCreate(
bool $clone_mode =
false): void
114 $ilDB->manipulate(
"INSERT INTO il_blog (id,ppic,rss_active,approval" .
115 ",abs_shorten,abs_shorten_len,abs_image,abs_img_width,abs_img_height" .
116 ",keywords,authors,nav_mode,nav_list_mon_with_post,ov_post) VALUES (" .
117 $ilDB->quote($this->id,
"integer") .
"," .
118 $ilDB->quote(
true,
"integer") .
"," .
119 $ilDB->quote(
true,
"integer") .
"," .
120 $ilDB->quote(
false,
"integer") .
"," .
134 $this->notes_service->domain()->activateComments($this->
id);
148 $ilDB->manipulate(
"DELETE FROM il_blog" .
149 " WHERE id = " .
$ilDB->quote($this->id,
"integer"));
157 $ilDB->manipulate(
"UPDATE il_blog" .
158 " SET ppic = " .
$ilDB->quote($this->hasProfilePicture(),
"integer") .
159 ",bg_color = " .
$ilDB->quote($this->getBackgroundColor(),
"text") .
160 ",font_color = " .
$ilDB->quote($this->getFontColor(),
"text") .
161 ",img = " .
$ilDB->quote($this->getImage(),
"text") .
162 ",rss_active = " .
$ilDB->quote($this->hasRSS(),
"integer") .
163 ",approval = " .
$ilDB->quote($this->hasApproval(),
"integer") .
164 ",abs_shorten = " .
$ilDB->quote($this->hasAbstractShorten(),
"integer") .
165 ",abs_shorten_len = " .
$ilDB->quote($this->getAbstractShortenLength(),
"integer") .
166 ",abs_image = " .
$ilDB->quote($this->hasAbstractImage(),
"integer") .
167 ",abs_img_width = " .
$ilDB->quote($this->getAbstractImageWidth(),
"integer") .
168 ",abs_img_height = " .
$ilDB->quote($this->getAbstractImageHeight(),
"integer") .
169 ",keywords = " .
$ilDB->quote($this->hasKeywords(),
"integer") .
170 ",authors = " .
$ilDB->quote($this->hasAuthors(),
"integer") .
171 ",nav_mode = " .
$ilDB->quote($this->getNavMode(),
"integer") .
172 ",nav_list_mon_with_post = " .
$ilDB->quote($this->getNavModeListMonthsWithPostings(),
"integer") .
173 ",nav_list_mon = " .
$ilDB->quote($this->getNavModeListMonths(),
"integer") .
174 ",ov_post = " .
$ilDB->quote($this->getOverviewPostings(),
"integer") .
175 ",nav_order = " .
$ilDB->quote(implode(
";", $this->
getOrder()),
"text") .
176 " WHERE id = " .
$ilDB->quote($this->
id,
"integer"));
179 $this->notes_service->domain()->activateComments(
192 $new_obj->setImage($img);
195 $target = $new_obj->initStorage($new_obj->
getId());
197 copy(
$source . $img, $target . $img);
204 $new_obj->setRSS($this->
hasRSS());
214 $this->content_style_domain->styleForObjId($this->
getId())->cloneTo($new_obj->
getId());
224 $this->notes = $a_status;
234 $this->ppic = $a_status;
239 if (!$this->bg_color) {
240 $this->bg_color =
"ffffff";
247 $this->bg_color = $a_value;
252 if (!$this->font_color) {
253 $this->font_color =
"505050";
260 $this->font_color = $a_value;
270 $this->img = $a_value;
274 bool $a_as_thumb =
false 277 $path = self::initStorage($this->
id);
304 string $a_subdir = null
309 $path = $storage->getAbsolutePath() .
"/";
312 $path .= $a_subdir .
"/";
315 throw new \RuntimeException(sprintf(
'Directory "%s" was not created',
$path));
334 $clean_name = preg_replace(
"/[^a-zA-Z0-9\_\.\-]/",
"", $a_upload[
"name"]);
336 $path = self::initStorage($this->
id);
337 $original =
"org_" . $this->
id .
"_" . $clean_name;
338 $thumb =
"thb_" . $this->
id .
"_" . $clean_name;
339 $processed = $this->
id .
"_" . $clean_name;
342 chmod(
$path . $original, 0770);
349 $dimensions = $blga_set->get(
"banner_width");
358 $original_file .
"[0] -geometry " . $dimensions .
" -quality 100 JPEG:" . $processed_file
375 public function setRSS(
bool $a_status): void
377 $this->rss = $a_status;
387 $this->approval = $a_status;
398 $this->abstract_shorten = $a_value;
408 $this->abstract_shorten_length = $a_value;
418 $this->abstract_image = $a_value;
428 $this->abstract_image_width = $a_value;
438 $this->abstract_image_height = $a_value;
443 $this->keywords = $a_value;
453 $this->authors = $a_value;
463 if (in_array($a_value, array(self::NAV_MODE_LIST, self::NAV_MODE_MONTH))) {
464 $this->nav_mode = $a_value;
475 $this->nav_mode_list_months_with_post = $a_value;
485 $this->nav_mode_list_months = $a_value;
495 $this->overview_postings = $a_value;
503 public function setOrder(array $a_values = []): void
505 $this->order = $a_values;
518 ?
string $a_comment = null
527 $blog_obj_id =
$tree->lookupObjectId($a_blog_node_id);
531 $access_handler = null;
540 $ignore_threshold = ($a_action ===
"comment");
545 if (!$posting->isApproved()) {
546 $blog =
new self($blog_obj_id,
false);
547 if ($blog->hasApproval()) {
556 $ignore_threshold =
true;
557 $a_action =
"approve";
565 in_array($a_action, array(
"update",
"new"))) {
566 $posting->handleNews(($a_action ===
"update"));
576 if (!count($users)) {
581 $ntf->setLangModules(array(
"blog"));
582 $ntf->setRefId($a_blog_node_id);
583 $ntf->setChangedByUserId(
$ilUser->getId());
584 $ntf->setSubjectLangId(
'blog_change_notification_subject');
585 $ntf->setIntroductionLangId(
'blog_change_notification_body_' . $a_action);
586 $ntf->addAdditionalInfo(
'blog_posting', $posting->getTitle());
588 $ntf->addAdditionalInfo(
'comment', $a_comment,
true);
590 $ntf->setGotoLangId(
'blog_change_notification_link');
591 $ntf->setReasonLangId(
'blog_change_notification_reason');
593 $abstract = $posting->getNotificationAbstract();
595 $ntf->addAdditionalInfo(
'content', $abstract,
true);
598 $notified = $ntf->sendMailAndReturnRecipients(
601 ($admin_only ?
"write" :
"read")
605 if (count($notified)) {
620 if (!
$ilSetting->get(
'enable_global_profiles')) {
625 if (substr($a_wsp_id, -4) !==
"_cll") {
627 $obj_id = $wsp_id->lookupObjectId((
int) $a_wsp_id);
630 $a_wsp_id = substr($a_wsp_id, 0, -4);
638 $blog =
new self($obj_id,
false);
639 if (!$blog->hasRSS()) {
646 $url = str_replace(
"&",
"&",
$url);
649 $feed->setChannelTitle(str_replace(
"&",
"&", $blog->getTitle()));
650 $feed->setChannelDescription(str_replace(
"&",
"&", $blog->getDescription()));
651 $feed->setChannelLink(
$url);
667 $snippet = str_replace(
"&",
"&", $snippet);
668 $snippet =
"<![CDATA[" . $snippet .
"]]>";
671 $url = str_replace(
"&",
"&",
$url);
674 $feed_item->setTitle(str_replace(
"&",
"&", $item[
"title"]));
676 $feed_item->setDescription($snippet);
677 $feed_item->setLink(
$url);
678 $feed_item->setAbout(
$url);
679 $feed->addItem($feed_item);
689 'il_blog_contributor_' . $this->
getRefId(),
690 "Contributor of blog obj_no." . $this->
getId(),
691 'il_blog_contributor',
696 'il_blog_editor_' . $this->
getRefId(),
697 "Editor of blog obj_no." . $this->
getId(),
705 foreach ($this->rbac_review->getLocalRoles($a_node_id) as $role_id) {
715 foreach ($this->rbac_review->getLocalRoles($a_node_id) as $role_id) {
726 foreach ($this->rbac_review->getLocalRoles($a_node_id) as $role_id) {
742 foreach ($this->rbac_review->getParentRoleIds($a_node_id) as $role_id => $role) {
743 if ($role_id != $contr_role_id &&
744 $role_id != $editor_role_id) {
745 $all_ops = $this->rbac_review->getActiveOperationsOfRole($a_node_id, $role_id);
746 if (in_array($contr_op_id, $all_ops) ||
747 in_array($redact_op_id, $all_ops)) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
int $nav_mode_list_months_with_post
const ABSTRACT_DEFAULT_IMAGE_WIDTH
static _lookupActive(int $a_id, string $a_parent_type, bool $a_check_scheduled_activation=false, string $a_lang="-")
lookup activation status
int $abstract_image_width
const NAV_MODE_LIST_DEFAULT_POSTINGS
int $abstract_image_height
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getAllPostings(int $a_blog_id, int $a_limit=1000, int $a_offset=0)
Get all postings of blog.
special template class to simplify handling of ITX/PEAR
getLocalContributorRole(int $a_node_id)
getRolesWithContributeOrRedact(int $a_node_id)
ILIAS Style Content DomainService $content_style_domain
setNavModeListMonthsWithPostings(int $a_value)
setAbstractShorten(bool $a_value)
setNotesStatus(bool $a_status)
int $abstract_shorten_length
setProfilePicture(bool $a_status)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setApproval(bool $a_status)
static escapeShellArg(string $a_arg)
static createDefaultRole(string $a_title, string $a_description, string $a_tpl_name, int $a_ref_id)
getAllLocalRoles(int $a_node_id)
getAbstractShortenLength()
const ABSTRACT_DEFAULT_SHORTEN_LENGTH
static getNotificationsForObject(int $type, int $id, ?int $page_id=null, bool $ignore_threshold=false)
Get all users/recipients for given object.
setNavModeListMonths(?int $a_value)
setKeywords(bool $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setOverviewPostings(?int $a_value)
static _lookupObjId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getImageFullPath(bool $a_as_thumb=false)
static deleteAllBlogPostings(int $a_blog_id)
Delete all postings for blog.
setAbstractImage(bool $a_value)
__construct(int $a_id=0, bool $a_reference=true)
setOrder(array $a_values=[])
setAbstractImageHeight(int $a_value)
static sendNotification(string $a_action, bool $a_in_wsp, int $a_blog_node_id, int $a_posting_id, ?string $a_comment=null)
static _lookupTitle(int $obj_id)
setBackgroundColor(string $a_value)
static initStorage(int $a_id, string $a_subdir=null)
Init file system storage.
uploadImage(array $a_upload)
Upload new image file.
const ABSTRACT_DEFAULT_IMAGE_HEIGHT
setFontColor(string $a_value)
static _getTranslation(string $a_role_title)
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
Get static link.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static deliverRSS(string $a_wsp_id)
Deliver blog as rss feed.
static moveUploadedFile(string $a_file, string $a_name, string $a_target, bool $a_raise_errors=true, string $a_mode="move_uploaded")
move uploaded file
int $nav_mode_list_postings
setAbstractShortenLength(int $a_value)
setAuthors(bool $a_value)
doCloneObject(ilObject2 $new_obj, int $a_target_id, ?int $a_copy_id=null)
static updateNotificationTime(int $type, int $id, array $user_ids, ?int $page_id=null, bool $activate_new_entries=true)
Update the last mail timestamp for given object and users.
static _getOperationIdByName(string $a_operation)
get operation id by name of operation
int $nav_mode_list_months
__construct(Container $dic, ilPlugin $plugin)
static getSnippet(int $a_id, bool $a_truncate=false, int $a_truncate_length=500, string $a_truncate_sign="...", bool $a_include_picture=false, int $a_picture_width=144, int $a_picture_height=144, string $a_export_directory=null)
Get first text paragraph of page.
getNavModeListMonthsWithPostings()
getLocalEditorRole(int $a_node_id)
static removeForObject(int $type, int $id)
Remove all notifications for given object.
setAbstractImageWidth(int $a_value)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
doCreate(bool $clone_mode=false)
static execConvert(string $args)
execute convert command
ILIAS Notes Service $notes_service
setImage(string $a_value)