Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools
Board » General » Feature Discussions » Updates in SCT

Page: Previous 1 2

I did some more changes:

- Attachment upload now uses formsets (this allows changing and removing attachments).
Beware that associated template (_displayPostForm.html) was also changed so any custom overrides of this template should be updated to use formsets.

- Added SPHFileWidget that is used by upload form (based on AdminFileWidget)
- Fix for displaying posts in sphcomments (use is_hidden=0)
- Added CACHE_MIDDLEWARE_KEY_PREFIX to some cache keys in SCT
- Added root_post__category, root_post__author, latest_post__author to select_related clause at sphboard.views->showCategory to reduce amount of database queries
- Fixed bug in user registration that caused no Response object to be returned if there were any errors in Registration form (eg. invalid password repetition)
- Added HISTORY.txt file with full descirpiton of all recent changes. This might be helpful for creating next release.

Page: Previous 1 2

Please login to post a reply.



Powered by Sphene Community Tools