SCAuditorium 0.3 (Aug 28, 2005)
Comments searching, restricting HTML in comments body and subscribing to auditorium.
For additional information about this project, please visit the overview page .
Available downloads
Feature enhancements in this release
The following features are associated with this release:
- Search comments
- Auditorium provides comments search by a few parameters by simple search portlet.
- Auditorium subscribtion
- Auditorium provide subscribtion to newly added Auditorium comments.
- Simple comment threads
- Auditorium comments "can" (but not has to!) be threaded with comment replies.
- Questionary mode
- Auditorium can be switched into "questionary" mode where are "Questions" and "Answers" available instead of simple discussion.
- Notify Moderators
- Auditorium sends notify emails about newly added Auditorium posts if this feature is switched on.
- Anonymous posts
- Anonymous (not loggined) users can make a posts in published state of Auditorium.
- Open / Closed Auditoria
- Auditorium board can be closed to be read-only (no more posting).
- UI Fixes / Improvements
- We found some IU defects after a few weeks of production use of auditorium, this proposal should resolve them.
- Fix LinguaPlone support
- This fixes broken linguaplone support and comes with final solution of multilinual auditoriums.
- Auditorium item topics
- User can but not have to select topic for auditorium item. Topic can select from list of existing or create new one.
Change log
04/09/06 12:48:59 lzdych [21956]
* fixed broken auditorimm item view template
* minor fixes in auditorium view and macros
04/09/06 01:04:35 lzdych [21955]
* many fixes and changes in CSS
* completely rewrited auditorium view template
* removed shadow image (not used any more)
* updated post creation method for it's new attributes (subject, email etc.)
* rewrited page_size macro (also moved to separated template)
* rewrited getMemberInfo method to return list of any wanted member properties
* auditorium items are now as auditorium topics - renamed buttons etc
* removed obsolete setTitle and Description methods from Auditorium Item class
* added method getAuthorInfo to Auditorium Item class
* renamed field def_page_size to page_size in SCAuditorium class
* added field display_member_info to SCAuditorium class
* now displaying (optionaly) advanced info about registered users in auditorim
listing
* added ranking of registered users according to count of user's posts (topics)
and discussion items
* changed page-size selecting from number input to selection of existing
options
* added button 'new topic' to the top of the auditorim view which is linked
to new topic form in the bottom of the view
* added search macro with input text box and submit button to the top right
corner of the auditorium view - not working yet
04/02/06 17:21:13 lzdych [21688]
* removed obsolete script method 'scaGetPosts.py'
* added/removed member_property 'sca_display_email' to portal_memberdata
in install/uninstall method
* added email and title (as post subject) fields to SCAuditoriumItem
* added new posts searching methods to SCAuditorium class:
- getAuditoriumPosts
- buildAuditoriumSearchQuery
* minor fixes in 'item-view-macro' for displaying posts author info
* added new fields to 'item-newform-macro':
- subject
- email
* updated script method 'scaCreatePost.cpy' for two new post attributes
* rewrited scauditorium_view template:
- new post form moved down to the bottom of the page
- page size form moved down under posts listing
- other minor fixes
04/02/06 12:34:19 lzdych [21682]
* removed 'id' and 'title' field from AuditoriumItem schema in UML
- it is inherited from base class
* minor fixes in schemata of the AuditoriumItem class
* added auditorium icon image
04/02/06 12:29:15 lzdych [21681]
* fixed: rename_after_creation option has no effect - initializeArchetype
method replaced by manage_afterAdd
* minor fixes in Auditorium schemata
* added ATCTContent as base class of the AuditoriumItem class
* added new options to AuditoriumItem class in UML:
- rename_after_creation
- use_portal_factory
- allow_discussion
- hide_metadata
- views, content_icon and doc string
04/02/06 11:59:31 lzdych [21680]
* minor fixes in SCAuditorium schemata and UML model
04/02/06 11:38:03 lzdych [21678]
* fixed AttributeError: getConstrainTypes - replaced parent class of SCAuditorium
class from ATCTBTreeFolder to ATBTreeFolder
* add implementation of INonStructuralFolder interface to SCAuditorium
04/02/06 11:05:38 lzdych [21677]
* renamed directory 'content' to 'types'
* removed ATBTreeFolder as base_class of the SCAuditorium class and replaced
by ATCTBTreeFolder class from ATContentTypes
* added SCAuditorium class attributes in UML like immediate and default view
use_portal_factory, rename_after_creation and allow_discussion etc.
* removed attributes 'title' and 'description' from SCAuditorium class
- it inherites it from schema of the ATCTBTreeFolder class
* removed manually added LinguaPlone support from SCAuditorium class
- it inherites it from ATCTBTreeFolder
04/02/06 10:49:29 lzdych [21676]
* replaced old style script for generating the code from UML by new one
* removed SCAuditorium.xmi UML model and replaced by SCAuditorium.zuml
model converted to Poiseidon 3.2.1
* changed version to 0.3 SVN (UNRELEASED)
* regenerated core code with newer version of AGX from newly converted UML
12/17/05 03:23:20 lzdych [14986]
* applied i18n fixes patch from: Okan Akbulut <okanakbulut@gmail.com>
* added turkish translation from: Okan Akbulut <okanakbulut@gmail.com>
Thanx!
10/05/05 17:42:44 naro [12742]
- removed redundant imports of PyXML packages. PyXML is no longer needed.
09/18/05 08:35:02 naro [11994]
Merged anonymous-posts branch r11678:11892 into trunk
09/15/05 09:00:55 lzdych [11892]
* added Portuguese translation (thanx to: Alvaro M. Rocha)
* updated version number

