5
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added permission checking to the 'edit this version' link.
Herbert Poul
as Herbert
More... over 16 years ago
added additional customization hooks
Herbert Poul
as Herbert
More... over 16 years ago
fixed typos
Herbert Poul
as Herbert
More... over 16 years ago
Added an extension mechanism to the board ('category types') and a new application based on it 'link list'
Herbert Poul
as Herbert
More... over 16 years ago
Changing maxlength to max_length, due to deprecation warning More... over 16 years ago
added categorytypes prototype
Herbert Poul
as Herbert
More... over 16 years ago
added 'edit this version' in diff view, modified get_abslute_editurl for wiki changes to work if no urlconf is in the request.
Herbert Poul
as Herbert
More... over 16 years ago
fixed NoneType attribute error
Herbert Poul
as Herbert
More... over 16 years ago
wiki: added a way to edit an old revision - to allow users to revert to this specific version.
Herbert Poul
as Herbert
More... over 16 years ago
fixed utf-8 encoding for preview in wiki and board.
Herbert Poul
as Herbert
More... over 16 years ago
mark the diff table as beeing html-safe (Issue 74)
Herbert Poul
as Herbert
More... over 16 years ago
added checks to prefent division by zero errors.
Herbert Poul
as Herbert
More... over 16 years ago
marking TOC as safe
Herbert Poul
as Herbert
More... over 16 years ago
fixed profiles for template-autoescaping
Herbert Poul
as Herbert
More... over 16 years ago
clarified copyright / powered by notices with comments.
Herbert Poul
as Herbert
More... over 16 years ago
slightly changed design of wiki snip rendering (last edited and history has been moved to the bottom of the page
Herbert Poul
as Herbert
More... over 16 years ago
hierarchical wiki snips now show breadcrumb-like links instead of just the snip name.
Herbert Poul
as Herbert
More... over 16 years ago
image macro will now create a link to the image itself around the actual img tag.
Herbert Poul
as Herbert
More... over 16 years ago
correcting one more test for changed setup_threadlocals interface More... over 16 years ago
fixing tests to work with latest Django trunk which does not have a SessionWrapper. Should be back and forward-compatible. More... over 16 years ago
made sct compatible with django trunk post rev. 6671 (auto escaping in templates - Issue 73
Herbert Poul
as Herbert
More... over 16 years ago
fixed permission setting for 'staff' members (previously only super users were allowed)
Herbert Poul
as Herbert
More... over 16 years ago
moved wikilink css into community style sheets.
Herbert Poul
as Herbert
More... over 16 years ago
fixed a few link related issues.
Herbert Poul
as Herbert
More... over 16 years ago
non existent wiki links now only get a separate css class, instead of the hardcoded prefix 'create:' - also - nonprivileged users won't see a link at all. Issue 63 (all of these can these can be configured using SPH_SETTINGS)
Herbert Poul
as Herbert
More... over 16 years ago
removed useless configuration setting..
Herbert Poul
as Herbert
More... over 16 years ago
1. cleaned up templatetag usage in wiki, 2. cleaned up CSS in templates - no inline styles any more .... Issue 71
Herbert Poul
as Herbert
More... over 16 years ago
fixed bug calculating number of pages in a thread.
Herbert Poul
as Herbert
More... over 16 years ago
fixed generating of PDF files.
Herbert Poul
as Herbert
More... over 16 years ago
added cache header to 'post' view.
Herbert Poul
as Herbert
More... over 16 years ago