SCT

[51 total ]
If you are using SCT, please enter your projects under 'Users'

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 ?

If you are using SCT, please enter your projects under 'Users'

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 ?

SCT (Trunk) now (only) compatible with django trunk >rev. 6671

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 ?

SCT (Trunk) now (only) compatible with django trunk >rev. 6671

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 ?

Sphene Community Tools Version 0.3 Released !

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 ?

Sphene Community Tools Version 0.3 Released !

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 ?

trunk: Added caching to board

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 ... [More] longest thread on this site (31 posts - without paging) took about 2.2 seconds to render and 427 queries ! - Now it takes 12 queries and ~0.34 seconds (in debugging mode) - There is still room for improvement, but now it is acceptable Hey, we have Signatures !!! Great, isn't it ? [Less]

trunk: Added caching to board

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 ... [More] longest thread on this site (31 posts - without paging) took about 2.2 seconds to render and 427 queries ! - Now it takes 12 queries and ~0.34 seconds (in debugging mode) - There is still room for improvement, but now it is acceptable Hey, we have Signatures !!! Great, isn't it ? [Less]

SCT (trunk) - User Profiles

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 ... [More] site.

This also makes it possible for users to change their passwords - So i finally added a Recover Password feature which generates a new random password and sends it with the username to the user's email address. Users can now also configure signatures for the board and if the 'Notify me on new posts' should be on or off by default. (So my last commit (Rev. 305) solves about 3 issues *yeah* )Hey, we have Signatures !!! Great, isn't it ? [Less]

SCT (trunk) - User Profiles

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 ... [More] site.

This also makes it possible for users to change their passwords - So i finally added a Recover Password feature which generates a new random password and sends it with the username to the user's email address. Users can now also configure signatures for the board and if the 'Notify me on new posts' should be on or off by default. (So my last commit (Rev. 305) solves about 3 issues *yeah* )Hey, we have Signatures !!! Great, isn't it ? [Less]