Modules: AMS 2.41 is publically released

Posted by: brashOn 2005/3/21 2:00:00 12086 reads

BUGFIXES

- Webmasters are no longer able to submit articles unless they have the submit permission to that topic. This will get rid of these errors when a non existant topic ID is entered against the article and the article is orphaned.

Fatal error: Call to a member function on a non-object in path\to\xoops\modules\AMS\class\class.newsstory.php on line 740
Notice [PHP]: Undefined index: 0 in file path\to\xoops\modules\AMS\class\class.newsstory.php line 82

Details here

- The default audience level is no longer able to be deleted. This will avoid orphaned articles in the event that users with the submit permission, but not the approve permission submit articles where the default audience ID is set to one, and the user is unable to select which audience level to use.

- Navigate thru topics block. The navigate through topics block has been enhanced so that AMS level permissions are able to (if selected to do so) dictate what menu items are actually displayed no matter where you view the block from on your site. Formerly the restrict topics to viewable by user option did not restrict the menu items listed when view content outside of the AMS module.

- Setting blocks to be visable on all pages results in a bank page where $xoopsModule is not being set on the top page, if the top page module is set to "none" .

Details here

- class.newsstory.php' included twice in submit.php.

Details here

- Fatal PHP error when changing block order.

Details here

- Moderate News block shows no news items waiting for approval.
Details here

- Notification message for new article awaiting approval contains the wrong link. It is linked to index.php instead of submit.php.

Details here

- Multipage articles do not show correctly when viewing non active versions. When trying to view anything other the the first page of a non active version of a multipage article you are given a "Sorry, selected article does not exist" message. The article is still fully intact, as if you set it as the active version you are then able to read the rest of the article without any issues.