Because of many feature improvements and bug fixes i decided to release the current trunk as SCT 0.2. This version adds support for PDF Generation of wiki snips, allowing anonymous edits of wiki snips using captchas, a redirect wiki-macro to create aliases for wiki snips, etc. See the Changelog for a more complete list, or download the release.
The news macro has changed from /wiki/news.html to sphene/sphboard/wikimacros/news.html and a default template is now included within the communitytools project.
Also: a new macro called newsrss which displays a URL to the rss feeds of the
The check if new posts are available within a category/thread is now associated with a user, not a session.
This means that all sessions of a user have the same threads marked as read. -> a new entity was needed for this and
I have just committed two new features into the SCT trunk - First of all the PDF generation which converts wiki snips into PDF (See Wiki/PDFGeneration) - and the second adds captcha support to the wiki when an anonymous user wants to edit a snip (and
You can now add the SPH_SETTINGS['django096compatibility'] = True option to your settings.py to activate compatibility with the django 0.96 release again (clean_data vs. cleaned_data). - Thanks for the patch to Dave Abrahams.
Last week there was an incompatible change in the django trunk changing clean_data to cleaned_data - i have fixed that now in the SCT trunk - so you should update your SCT and django checkout, otherwise most things will break (like posting new
I have removed the need of patching django with the permalink_with_additional_function_arg.diff (http://code.djangoproject.com/ticket/3530) patch by including the customized function in sphene.community.sphutils. This way no more patches required for SCT (svn trunk, rev. 231)
the communitytools/libs/ directory has now been moved into sphene/contrib/libs and i modified most occurrenses in the SCT code to refer to the absolute name sphene.contrib.libs.markdown.* instead of only markdown.* (and similar) so name clashes can
I'm finally satisfied with the feature readyness of SCT to release it's first version. Together with it i've bundled all the templates and most configuration i am using for this website - and called it 'communitydraft'. See CommunityDraft for more
The categories can now be sorted using a simple integer field. This requres a new database field so you should run a 'syncdb' after updating. (http://code.google.com/p/sct-project/issues/detail?id=8 )