5
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
improved look and customizability of blog.
Herbert Poul
as Herbert
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
Herbert Poul
as Herbert
More... over 14 years ago
removed debugging output
Herbert Poul
as Herbert
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.
Herbert Poul
as Herbert
More... over 14 years ago
added csfr to login form.
Herbert Poul
as Herbert
More... over 14 years ago
a few minor changes.
Herbert Poul
as Herbert
More... over 14 years ago
don't show ugly messages when user is not logged in.
Herbert Poul
as Herbert
More... over 14 years ago
extracted footer from showSnip template.
Herbert Poul
as Herbert
More... over 14 years ago
extracted footer from showSnip template.
Herbert Poul
as Herbert
More... over 14 years ago
added is_active method to navigation.
Herbert Poul
as Herbert
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.
Herbert Poul
as Herbert
More... almost 15 years ago
safe mode parameter for markdown rendering is now honored - Issue 199 - patch by globaxbiz
Herbert Poul
as Herbert
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
Herbert Poul
as Herbert
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
Herbert Poul
as Herbert
More... almost 15 years ago
use HTML 5 doctype, introduced 'endhad' block.
Herbert Poul
as Herbert
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
Herbert Poul
as Herbert
More... almost 15 years ago
check for is_hidden when counting posts / retrieving the latest posts. patch by pigletto. Issue 190
Herbert Poul
as Herbert
More... about 15 years ago
fixed readme to use sph_maintenance command instead of manually triggering the signal.
Herbert Poul
as Herbert
More... about 15 years ago
deleted management.py - it is now in management/__init__.py
Herbert Poul
as Herbert
More... about 15 years ago