improved look and customizability of blog. |
|
More...
|
over 14 years ago
|
1.) board: categories now have a slug 2.) blog: URLs now have a more clear schema - first the slug of the category, then the slug of the blog post. --- NEW syncdb REQUIRED |
|
More...
|
over 14 years ago
|
removed debugging output |
|
More...
|
over 14 years ago
|
1.) allow a configurable number of file upload fields, 2.) allow list of threads for all categories in the current group. |
|
More...
|
over 14 years ago
|
added csfr to login form. |
|
More...
|
over 14 years ago
|
a few minor changes. |
|
More...
|
over 14 years ago
|
don't show ugly messages when user is not logged in. |
|
More...
|
over 14 years ago
|
extracted footer from showSnip template. |
|
More...
|
over 14 years ago
|
extracted footer from showSnip template. |
|
More...
|
over 14 years ago
|
added is_active method to navigation. |
|
More...
|
over 14 years ago
|
little refactoring |
|
More...
|
over 14 years ago
|
handle invalid category_id in search url |
|
More...
|
over 14 years ago
|
we're monkey patching django code, so there should be a fallback to use settings.SITE_ID if GroupMiddleware is not used |
|
More...
|
over 14 years ago
|
fixed issue 196: Allow customization of signature code - as it was not commited yet |
|
More...
|
over 14 years ago
|
resolve issue 200: Do not display hidden messages body at user profile |
|
More...
|
over 14 years ago
|
Added thread summary view while replying to post |
|
More...
|
over 14 years ago
|
fixed thumbnail tag - raised error when passing in width and height. Issue 198 - Patch by globaxbiz. |
|
More...
|
almost 15 years ago
|
safe mode parameter for markdown rendering is now honored - Issue 199 - patch by globaxbiz |
|
More...
|
almost 15 years ago
|
Fixed issue 153 - first name, last name not must be required |
|
More...
|
almost 15 years ago
|
Fixed issue 195 - Allow customization of links in board posts |
|
More...
|
almost 15 years ago
|
Fixed issue 194 - Currently it is impossible to easily change emoticons used by board |
|
More...
|
almost 15 years ago
|
Fixed issue 192 - Moving threads doesn't update replies category |
|
More...
|
almost 15 years ago
|
fixed bug which causes MultipleObjectsReturned errors during syncdb. patch provided by witten. Issue 197 |
|
More...
|
almost 15 years ago
|
use get_absolute_lastvisit_url directly from ThreadInformation |
|
More...
|
almost 15 years ago
|
redirect user to first unread post in forum. - patch by pigletto - Issue 193 |
|
More...
|
almost 15 years ago
|
use HTML 5 doctype, introduced 'endhad' block. |
|
More...
|
almost 15 years ago
|
community app templates must not extend sphboard app templates. http://sct.sphene.net/board/thread/2074/templatesyntaxerror/?page=1#post-2074 |
|
More...
|
almost 15 years ago
|
check for is_hidden when counting posts / retrieving the latest posts. patch by pigletto. Issue 190 |
|
More...
|
about 15 years ago
|
fixed readme to use sph_maintenance command instead of manually triggering the signal. |
|
More...
|
about 15 years ago
|
deleted management.py - it is now in management/__init__.py |
|
More...
|
about 15 years ago
|