4
I Use This!
Very Low Activity

News

Analyzed 27 days ago. based on code collected 27 days ago.
Posted almost 13 years ago by espaan
closed: This seems to be fixed in teh current SVN code for News 2.6.3. There is already: if (isset($sid)) { $render->cache_id = $sid; ... } else { $render->cache_id = $title; ... } ... $template = ... [More] 'news_user_articlepdf.htm'; if (!$render->is_cached($template)) { .... } // Store output in variable $articlehtml = $render->fetch($template); The caching per page is not used in the display pdf function. The full article is always converted to pdf and also cached. [Less]
Posted almost 13 years ago by espaan
closed: Fixed in the current SVN code for News 263, SVN commit 447. There was reference to the old picture format png, instead of the jpg format. Sovled now.
Posted almost 13 years ago by espaan
closed: I have been checking this ticket and Ralf, do you have ADD permission for the logged in user? For making a new article you only need COMMENT permission, but for the picture upload (and a bit of security) you need ADD permission or ... [More] ('News:pictureupload:', '::', ACCESS_ADD) permission. That is what is being checked and what is in the current SVN code for News 263. I have tested this locally with a regular user account. adding an article with user_new is possible, but no picture upload. Adding the News:pictureupload" | :: | ADD permission for regular users does show the picture upload part. [Less]
Posted almost 13 years ago by herr.vorragend
bug description File: news_admin.js Zikula._fn('Are you sure you want to %s the following article', 'Are you sure you want to %s the following articles', valuescount, ['<strong>' actionword '</strong>'], 'module_News') ... [More] ': ' values deletemessage, I think that it is better to change this question to: "Are you sure you want to delete the following article?" "Are you sure you want to archive the following article?" and more I mean not to use the action string as a gettext argument. It is very difficult to translation the current sentence in other languages. [Less]
Posted almost 13 years ago
This will be a pure Zikula 1.3 version. It should resemble the latest News 2.x version at that time. It will wait for zikula 1.3 to be (almost) ready for release. Probably a lot of legacy cleanup might be done to really push the module forward and not start in the zikula 1.3 version with a lot of unneeded code.
Posted almost 13 years ago by Craig Heydenburg
fixed: correct column prefixes in uninstaller. closes #342 Changeset: 6ede31fa5f924ca2f7f50ee21c07903d9ac2893d
Posted almost 13 years ago by Craig Heydenburg &lt;craigh@…&gt;
correct column prefixes in uninstaller. closes #342
Posted almost 13 years ago by Craig Heydenburg &lt;craigh@…&gt;
correct sample story graphic
Posted almost 13 years ago by Craig Heydenburg &lt;craigh@…&gt;
add additional checks in Tag plugin for status and pending/expiry
Posted almost 13 years ago by Craig Heydenburg &lt;craigh@…&gt;
Add Tag module plugin