SCT now supports newforms-admin of django - this means the latest SCT trunk is again (only) compatible with the latest django trunk.Hey, we have Signatures !!! Great, isn't it ?
Thanks to Eric Simorre SCT now has french translations for all applications and the CommunityDraft project. It is already online here so you can 'Change Language' to french Hey, we have Signatures !!! Great, isn't it ?
I have just committed a new application based on the forum which allows users to attach categories to any django model and therefore provides Comments for any application. It is currently used by the Wiki application if activated. See Comments for
Sphene Community Tools (SCT) 0.4 contains two new applications, new translations (german, polish and korean) and many new features among them are role permissions to allow granular permissions settings for the forum, tagging of wiki snips and
A small status update from SCT trunk:
All three main applications (Community, Forum and Wiki) have translation strings and are translated to german (the forum also in polish). - You can try it out by selecting another language to the left
A small status update from SCT trunk:
All three main applications (Community, Forum and Wiki) have translation strings and are translated to german (the forum also in polish). - You can try it out by selecting another language to the left
SCT is now one year in development (actually 2007-02-18 was the first commit) - After 302 commits, 27,833 lines changed, 63 fixed issues and a handful of users having it on public websites it is slowly getting more features and more stable. Hey, we have Signatures !!! Great, isn't it ?
SCT is now one year in development (actually 2007-02-18 was the first commit) - After 302 commits, 27,833 lines changed, 63 fixed issues and a handful of users having it on public websites it is slowly getting more features and more stable. Hey, we have Signatures !!! Great, isn't it ?
the trunk version of SCT now uses {{ MEDIA_URL }} when referring to static media files. this requires you to add 'django.core.context_processors.media' to your TEMPLATE_CONTEXT_PROCESSORS in your settings.py to keep SCT working (the tutorial and communitydraft's settings.py are updated)
Hey, we have Signatures !!! Great, isn't it ?
the trunk version of SCT now uses {{ MEDIA_URL }} when referring to static media files. this requires you to add 'django.core.context_processors.media' to your TEMPLATE_CONTEXT_PROCESSORS in your settings.py to keep SCT working (the tutorial and communitydraft's settings.py are updated)
Hey, we have Signatures !!! Great, isn't it ?
'then you win', an open documentary project was just launched. Their website makes use of SCT forum and wiki application. Head over to http://thenyouwin.yooook.org/ and take a look at this interesting project.Hey, we have Signatures !!! Great, isn't it ?
'then you win', an open documentary project was just launched. Their website makes use of SCT forum and wiki application. Head over to http://thenyouwin.yooook.org/ and take a look at this interesting project.Hey, we have Signatures !!! Great, isn't it ?
I just committed a new feature in SCT trunk: Users can now attach files to their posts!
This feature is still VERY simple - any feedback would be appreciated - what should the user be able to do with those attachments
Also very
I just committed a new feature in SCT trunk: Users can now attach files to their posts!
This feature is still VERY simple - any feedback would be appreciated - what should the user be able to do with those attachments
Also very
I just finished a 'Link List' which is heavily based on the board application - I added it to this site to link to existing projects which are using SCT.
So if you are using SCT it would be nice if you head over to the "Who's using SCT?" category to add your site.Hey, we have Signatures !!! Great, isn't it ?
I just finished a 'Link List' which is heavily based on the board application - I added it to this site to link to existing projects which are using SCT.
So if you are using SCT it would be nice if you head over to the "Who's using SCT?" category to add your site.Hey, we have Signatures !!! Great, isn't it ?
Since django has auto escaping in templates since revision 6671 SCT is now only compatible with revisions > 6671.
see http://code.google.com/p/sct-project/issues/detail?id=73 for more details.Hey, we have Signatures !!! Great, isn't it ?
Since django has auto escaping in templates since revision 6671 SCT is now only compatible with revisions > 6671.
see http://code.google.com/p/sct-project/issues/detail?id=73 for more details.Hey, we have Signatures !!! Great, isn't it ?
This release contains many new user requested features and performance improvements. New features include avatars for user profiles, 'Hot Threads', moving threads between categories and much more - Check the Changelog for details or download the sct 0.3 release.Hey, we have Signatures !!! Great, isn't it ?
This release contains many new user requested features and performance improvements. New features include avatars for user profiles, 'Hot Threads', moving threads between categories and much more - Check the Changelog for details or download the sct 0.3 release.Hey, we have Signatures !!! Great, isn't it ?
Because rendering of big threads got very very slow i added some caching - So when using the board you might want to consider configuring the CACHE_BACKEND setting of django. (See Djangos cache documentation).
As an example - the currently
Because rendering of big threads got very very slow i added some caching - So when using the board you might want to consider configuring the CACHE_BACKEND setting of django. (See Djangos cache documentation).
As an example - the currently
I've just committed another major feature: User Profiles. As the name suggests users can now modify their user profiles and view those of others. The fields (for IM, website URL, whatever) can be configured through the django admin
I've just committed another major feature: User Profiles. As the name suggests users can now modify their user profiles and view those of others. The fields (for IM, website URL, whatever) can be configured through the django admin
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