Posted
over 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 =
|
Posted
over 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
over 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
|
Posted
over 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')
|
Posted
over 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
over 13 years
ago
by
Craig Heydenburg
fixed:
correct column prefixes in uninstaller. closes #342
Changeset: 6ede31fa5f924ca2f7f50ee21c07903d9ac2893d
|
Posted
over 13 years
ago
by
Craig Heydenburg <craigh@…>
correct column prefixes in uninstaller. closes #342
|
Posted
over 13 years
ago
by
Craig Heydenburg <craigh@…>
correct sample story graphic
|
Posted
over 13 years
ago
by
Craig Heydenburg <craigh@…>
add additional checks in Tag plugin for status and pending/expiry
|
Posted
over 13 years
ago
by
Craig Heydenburg <craigh@…>
Add Tag module plugin
|