43 $lng = $DIC->language();
44 $ilAccess = $DIC->access();
45 $this->obj_definition = $DIC[
"objDefinition"];
53 $this->dynamic =
false;
55 $this->std_request = $DIC->news()
61 $cres = unserialize((
string) $this->acache->getEntry($this->user->getId() .
":0"), [
"allowed_classes" =>
false]);
62 $this->cache_hit =
false;
63 if (is_array($cres) && $this->acache->getLastAccessStatus() ===
"hit") {
65 $this->cache_hit =
true;
69 if (empty(self::$st_data)) {
72 $data = self::$st_data;
75 $this->
setRowTemplate(
"tpl.block_row_news_for_context.html",
"components/ILIAS/News");
82 $ilAccess->setResults((array) $this->acc_results);
101 $this->acache->storeEntry(
102 $ilUser->getId() .
":0",
111 return self::$block_type;
118 $cmd = $DIC->ctrl()->getCmd();
124 case "changeFeedSettings":
137 $cmd = $ilCtrl->getCmd(
"getHTML");
139 switch ($next_class) {
141 return $this->$cmd();
155 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
156 $allow_shorter_periods = $news_set->get(
"allow_shorter_periods");
157 $allow_longer_periods = $news_set->get(
"allow_longer_periods");
158 $enable_private_feed = $news_set->get(
"enable_private_feed");
160 if ($enable_internal_rss) {
163 $ilCtrl->getLinkTarget($this,
"showFeedUrl"),
168 if ($allow_shorter_periods || $allow_longer_periods || $enable_private_feed) {
170 $ilCtrl->getLinkTarget($this,
"editSettings"),
176 if ($ilUser->getPref(
"il_feed_js") ===
"n") {
192 if ($news_set->get(
"enable_private_feed")) {
193 $tpl =
new ilTemplate(
"tpl.show_priv_feed_url.html",
true,
true,
"components/ILIAS/News");
203 str_replace(
"://",
"://" . $ilUser->getLogin() .
":-password-@", ILIAS_HTTP_PATH) .
"/privfeed.php?client_id=" . rawurlencode(
CLIENT_ID) .
"&user_id=" . $ilUser->getId() .
207 "VAL_PRIV_FEED_URL_TXT",
208 str_replace(
"://",
"://" . $ilUser->getLogin() .
":-password-@", ILIAS_HTTP_PATH) .
"/privfeed.php?client_id=" . rawurlencode(
CLIENT_ID) .
"&<br />user_id=" . $ilUser->getId() .
213 $tpl->
setVariable(
"EDIT_SETTINGS_URL", $ilCtrl->getLinkTarget($this,
"editSettings"));
217 $tpl =
new ilTemplate(
"tpl.show_feed_url.html",
true,
true,
"components/ILIAS/News");
224 ILIAS_HTTP_PATH .
"/feed.php?client_id=" . rawurlencode(
CLIENT_ID) .
"&user_id=" . $ilUser->getId() .
229 ILIAS_HTTP_PATH .
"/feed.php?client_id=" . rawurlencode(
CLIENT_ID) .
"&<br />user_id=" . $ilUser->getId() .
234 $panel = $this->
ui->factory()->panel()->standard(
235 $lng->
txt(
"news_internal_news"),
236 $this->
ui->factory()->legacy()->content(
$tpl->
get())
239 return $this->
ui->renderer()->render($panel);
250 $allow_shorter_periods = $news_set->get(
"allow_shorter_periods");
251 $allow_longer_periods = $news_set->get(
"allow_longer_periods");
252 $enable_private_feed = $news_set->get(
"enable_private_feed");
254 if (!$a_private_form && ($allow_shorter_periods || $allow_longer_periods)) {
256 $form->setFormAction($ilCtrl->getFormAction($this));
257 $form->setTitle(
$lng->
txt(
"news_settings"));
262 $form->setTableWidth(
"100%");
269 14 =>
"2 " .
$lng->
txt(
"weeks"),
270 30 =>
"1 " .
$lng->
txt(
"month"),
271 60 =>
"2 " .
$lng->
txt(
"months"),
272 120 =>
"4 " .
$lng->
txt(
"months"),
273 180 =>
"6 " .
$lng->
txt(
"months"),
274 366 =>
"1 " .
$lng->
txt(
"year")
278 foreach ($per_opts as $k => $opt) {
279 if (!$allow_shorter_periods && ($k < $default_per)) {
282 if (!$allow_longer_periods && ($k > $default_per)) {
286 foreach ($unset as $k) {
287 unset($per_opts[$k]);
295 $per_sel->setValue((
string) $per);
296 $form->addItem($per_sel);
298 $form->addCommandButton(
"saveSettings",
$lng->
txt(
"save"));
299 $form->addCommandButton(
"cancelSettings",
$lng->
txt(
"cancel"));
301 $returnForm = $form->getHTML();
304 if ($enable_private_feed) {
305 if (!$a_private_form) {
308 $returnForm .= ($returnForm ===
"")
309 ? $a_private_form->getHTML()
310 :
"<br>" . $a_private_form->getHTML();
323 $feed_form->setFormAction($ilCtrl->getFormAction($this));
324 $feed_form->setTitle(
$lng->
txt(
"priv_feed_settings"));
326 $feed_form->setTableWidth(
"100%");
330 $feed_form->addItem($enable_private_feed);
335 $enable_private_feed->addSubItem($passwd);
337 $feed_form->addCommandButton(
"changeFeedSettings",
$lng->
txt(
"save"));
338 $feed_form->addCommandButton(
"cancelSettings",
$lng->
txt(
"cancel"));
353 $this->std_request->getDashboardPeriod(),
359 $cache->deleteEntry($ilUser->getId() .
":0");
361 $ilCtrl->returnToParent($this);
372 if ($form->checkInput()) {
374 if (!$form->getInput(
"enable_private_feed")) {
376 $this->main_tpl->setOnScreenMessage(
'success',
$lng->
txt(
"priv_feed_disabled"),
true);
378 $ilCtrl->redirect($this,
"showFeedUrl");
380 $passwd = $form->getInput(
"desired_password");
381 if (LocalUserPasswordManager::getInstance()->verifyPassword($ilUser, $passwd)) {
382 $form->getItemByPostVar(
"desired_password")->setAlert(
$lng->
txt(
"passwd_equals_ilpasswd"));
383 $this->main_tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"form_input_not_valid"));
386 $this->main_tpl->setOnScreenMessage(
'success',
$lng->
txt(
"saved_successfully"),
true);
387 $ilCtrl->redirect($this,
"showFeedUrl");
392 $form->setValuesByPost();
initPrivateSettingsForm()
static string $block_type
static _setFeedPass(int $a_user_id, string $a_password)
Set news feed password for user.
static _lookupUserPDPeriod(int $a_user_id)
StandardGUIRequest $std_request
get(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
handleView()
Handles show/hide notification view and removes notifications if hidden.
static _getNewsItemsOfUser(int $a_user_id, bool $a_only_public=false, bool $a_prevent_aggregation=false, int $a_per=0, array &$a_cnt=[], bool $no_auto_generated=false, array $excluded=[], int $a_limit=0)
Get all news items for a user.
editSettings()
Show settings screen.
loadLanguageModule(string $a_module)
Load language module.
BlockGUI class for block NewsForContext.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setRowTemplate(string $a_rowtemplatename, string $a_rowtemplatedir="")
Set Row Template Name.
getNextClass($a_gui_class=null)
setVariable($variable, $value='')
Sets a variable value.
static _getFeedPass(int $a_user_id)
Lookup news feed password for user.
editSettings(?ilPropertyFormGUI $a_private_form=null)
static _write(string $a_type, string $a_setting, string $a_value, int $a_user=0, int $a_block_id=0)
Write setting to database.
static getPasswordRequirementsInfo()
infotext for ilPasswordInputGUI setInfo()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupFeedHash(int $a_user_id, bool $a_create=false)
Lookup news feed hash for user.
__construct(Container $dic, ilPlugin $plugin)
setTitle(string $a_title)
static prepareNewsDataFromCache(array $a_cres)
Prepare news data from cache.
addBlockCommand(string $a_href, string $a_text, string $a_onclick="", ?RoundTrip $modal=null)
BlockGUI class for block NewsForContext.
setPresentation(int $type)
static _lookupDefaultPDPeriod()