19 declare(strict_types=1);
42 bool $a_reference =
true 46 $this->notes_service = $DIC->notes();
48 $this->rbac_review = $DIC->rbac()->review();
50 $this->content_style_domain = $DIC
53 $this->settings_manager = $DIC->blog()->internal()->domain()->blogSettings();
54 if ($this->
getId() > 0) {
55 $this->blog_settings = $this->settings_manager->getByObjId($this->
getId());
68 $this->notes_service->domain()->commentsActive($this->
id)
70 $this->blog_settings = $this->settings_manager->getByObjId($this->
getId());
73 protected function doCreate(
bool $clone_mode =
false): void
79 $ilDB->manipulate(
"INSERT INTO il_blog (id,ppic,rss_active,approval" .
80 ",abs_shorten,abs_shorten_len,abs_image,abs_img_width,abs_img_height" .
81 ",keywords,authors,nav_mode,nav_list_mon_with_post,ov_post) VALUES (" .
82 $ilDB->quote($this->id,
"integer") .
"," .
83 $ilDB->quote(
true,
"integer") .
"," .
84 $ilDB->quote(
true,
"integer") .
"," .
85 $ilDB->quote(
false,
"integer") .
"," .
86 $ilDB->quote(
false,
"integer") .
"," .
87 $ilDB->quote(0,
"integer") .
"," .
88 $ilDB->quote(
false,
"integer") .
"," .
89 $ilDB->quote(0,
"integer") .
"," .
90 $ilDB->quote(0,
"integer") .
"," .
91 $ilDB->quote(
true,
"integer") .
"," .
92 $ilDB->quote(
false,
"integer") .
"," .
93 $ilDB->quote(self::NAV_MODE_LIST,
"integer") .
"," .
94 $ilDB->quote(5,
"integer") .
"," .
95 $ilDB->quote(5,
"integer") .
99 $this->notes_service->domain()->activateComments($this->
id);
113 $ilDB->manipulate(
"DELETE FROM il_blog" .
114 " WHERE id = " .
$ilDB->quote($this->id,
"integer"));
123 $this->notes_service->domain()->activateComments(
137 $this->settings_manager->clone($this->
getId(), $new_obj->
getId());
140 $this->content_style_domain->styleForObjId($this->
getId())->cloneTo($new_obj->
getId());
152 $this->notes = $a_status;
160 ?
string $a_comment =
null 164 $ilUser = $DIC->user();
169 $blog_obj_id =
$tree->lookupObjectId($a_blog_node_id);
173 $access_handler =
null;
182 $ignore_threshold = ($a_action ===
"comment");
187 if (!$posting->isApproved()) {
188 $blog_settings = $DIC->blog()->internal()->domain()->blogSettings()->getByObjId($blog_obj_id);
189 if ($blog_settings?->getApproval()) {
198 $ignore_threshold =
true;
199 $a_action =
"approve";
207 in_array($a_action, array(
"update",
"new"))) {
208 $posting->handleNews(($a_action ===
"update"));
218 if (!count($users)) {
223 $ntf->setLangModules(array(
"blog"));
224 $ntf->setRefId($a_blog_node_id);
225 $ntf->setChangedByUserId($ilUser->getId());
226 $ntf->setSubjectLangId(
'blog_change_notification_subject');
227 $ntf->setIntroductionLangId(
'blog_change_notification_body_' . $a_action);
228 $ntf->addAdditionalInfo(
'blog_posting', $posting->getTitle());
230 $ntf->addAdditionalInfo(
'comment', $a_comment,
true);
232 $ntf->setGotoLangId(
'blog_change_notification_link');
233 $ntf->setReasonLangId(
'blog_change_notification_reason');
235 $abstract = $posting->getNotificationAbstract();
237 $ntf->addAdditionalInfo(
'content', $abstract,
true);
240 $notified = $ntf->sendMailAndReturnRecipients(
243 ($admin_only ?
"write" :
"read")
247 if (count($notified)) {
261 if (!
$ilSetting->get(
'enable_global_profiles')) {
266 if (!str_ends_with($a_wsp_id,
"_cll")) {
268 $obj_id = $wsp_id->lookupObjectId((
int) $a_wsp_id);
270 $pl = $DIC->blog()->internal()->gui()->permanentLink(0, (
int) $a_wsp_id);
272 $a_wsp_id = substr($a_wsp_id, 0, -4);
275 $pl = $DIC->blog()->internal()->gui()->permanentLink((
int) $a_wsp_id);
281 $blog_settings = $DIC->blog()->internal()->domain()->blogSettings()
282 ->getByObjId($obj_id);
283 if (!$blog_settings?->getRSS()) {
287 $blog =
new self($obj_id,
false);
290 $url = $pl->getPermanentLink();
291 $url = str_replace(
"&",
"&",
$url);
294 $feed->setChannelTitle(str_replace(
"&",
"&", $blog->getTitle()));
295 $feed->setChannelDescription(str_replace(
"&",
"&", $blog->getDescription()));
296 $feed->setChannelLink(
$url);
312 $snippet = str_replace(
"&",
"&", $snippet);
313 $snippet =
"<![CDATA[" . $snippet .
"]]>";
315 $url = $pl->getPermanentLink((
int)
$id);
316 $url = str_replace(
"&",
"&",
$url);
319 $feed_item->setTitle(str_replace(
"&",
"&", $item[
"title"]));
321 $feed_item->setDescription($snippet);
322 $feed_item->setLink(
$url);
323 $feed_item->setAbout(
$url);
324 $feed->addItem($feed_item);
334 'il_blog_contributor_' . $this->
getRefId(),
335 "Contributor of blog obj_no." . $this->
getId(),
336 'il_blog_contributor',
341 'il_blog_editor_' . $this->
getRefId(),
342 "Editor of blog obj_no." . $this->
getId(),
350 foreach ($this->rbac_review->getLocalRoles($a_node_id) as $role_id) {
360 foreach ($this->rbac_review->getLocalRoles($a_node_id) as $role_id) {
371 foreach ($this->rbac_review->getLocalRoles($a_node_id) as $role_id) {
387 foreach ($this->rbac_review->getParentRoleIds($a_node_id) as $role_id => $role) {
388 if ($role_id != $contr_role_id &&
389 $role_id != $editor_role_id) {
390 $all_ops = $this->rbac_review->getActiveOperationsOfRole($a_node_id, $role_id);
391 if (in_array($contr_op_id, $all_ops) ||
392 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...
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
const NAV_MODE_LIST_DEFAULT_POSTINGS
static getAllPostings(int $a_blog_id, int $a_limit=1000, int $a_offset=0)
Get all postings of blog.
cloneMetaData(ilObject $target_obj)
special template class to simplify handling of ITX/PEAR
SettingsManager $settings_manager
getLocalContributorRole(int $a_node_id)
getRolesWithContributeOrRedact(int $a_node_id)
ILIAS Style Content DomainService $content_style_domain
setNotesStatus(bool $a_status)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static createDefaultRole(string $a_title, string $a_description, string $a_tpl_name, int $a_ref_id)
getAllLocalRoles(int $a_node_id)
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.
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static deleteAllBlogPostings(int $a_blog_id)
Delete all postings for blog.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(int $a_id=0, bool $a_reference=true)
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)
const ABSTRACT_DEFAULT_IMAGE_HEIGHT
static _getTranslation(string $a_role_title)
static deliverRSS(string $a_wsp_id)
Deliver blog as rss feed.
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
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(Container $dic, ilPlugin $plugin)
getLocalEditorRole(int $a_node_id)
static removeForObject(int $type, int $id)
Remove all notifications for given object.
exit
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...
doCreate(bool $clone_mode=false)
ILIAS Notes Service $notes_service