matthijs/projects/xerxes.git
2009-02-05 Matthijs KooijmanDon't load the uri template tag library.
2009-02-04 Matthijs KooijmanAdd the influence url to notification emails.
2009-02-04 Matthijs KooijmanMake the is_public field unchecked by default.
2009-01-31 Matthijs KooijmanReconnect the influence_saved notify handler.
2009-01-16 Matthijs KooijmanAllow Influence.todo to be blank.
2009-01-10 Matthijs KooijmanDefine __unicode__ on models instead of __str__.
2009-01-10 Matthijs KooijmanIncrease max comment length to 3000 characters.
2009-01-10 Matthijs KooijmanShow form errors when posting comments.
2009-01-10 Matthijs KooijmanUse local CSS when in debug mode.
2008-11-16 Matthijs KooijmanAdd update information to index page.
2008-11-16 Matthijs KooijmanAdd todo filter to Influence admin.
2008-11-16 Matthijs KooijmanDon't notify the player of private comments.
2008-11-14 Matthijs KooijmanImprove CSS of comments in the admin.
2008-11-14 Matthijs KooijmanAllow posting new coments in the admin.
2008-11-14 Matthijs KooijmanImprove CSSability of comments.
2008-11-14 Matthijs KooijmanGive the comments admin page custom css.
2008-11-14 Matthijs KooijmanGive the comments admin page a title.
2008-11-14 Matthijs KooijmanUpdate translations.
2008-11-14 Matthijs KooijmanAdd Influence.todo field.
2008-11-14 Matthijs KooijmanMake Influence.status a CharField.
2008-11-04 Matthijs KooijmanMake the preview consistent with normal comments.
2008-11-04 Matthijs KooijmanAdd an explicit break before the comment textarea.
2008-11-04 Matthijs KooijmanAdd comment-related admin templates.
2008-11-04 Matthijs KooijmanAdd a "new comment" email template.
2008-11-04 Matthijs KooijmanUse the rewrap function for wrapping comments.
2008-11-04 Matthijs KooijmanAdd rewrap function for wrapping comments.
2008-11-04 Matthijs KooijmanLeft-align comments.
2008-11-04 Matthijs KooijmanReplace CSS with a version with newlines.
2008-10-31 Matthijs KooijmanRestyle comment display and forms.
2008-10-31 Matthijs KooijmanMake the comment textareas 80 columns wide.
2008-10-31 Matthijs KooijmanSend a notification on comment creation.
2008-10-31 Matthijs KooijmanApply wordwrapping to quoted comments.
2008-10-31 Matthijs KooijmanDisallow staff to set the markup of new comments.
2008-10-31 Matthijs KooijmanAllow staff to view anything on the front site.
2008-10-31 Matthijs KooijmanRemove SITE_ID from settings.
2008-10-31 Matthijs KooijmanGive Influence and Character an absolute_url.
2008-10-31 Matthijs KooijmanDon't pass base to the comment preview template.
2008-10-31 Matthijs KooijmanAdd hidden "next" fields to the comment forms.
2008-10-31 Matthijs KooijmanEnable the preview buttons on comment forms.
2008-10-31 Matthijs KooijmanAdd influence_comment_preview template.
2008-10-31 Matthijs KooijmanUse parent_id instead of edit_id.
2008-10-31 Matthijs KooijmanAdd a custom comment preview view for influences.
2008-10-31 Matthijs KooijmanGive each comment form a unique prefix.
2008-10-31 Matthijs KooijmanAdd log_error decorator for debugging.
2008-10-31 Matthijs KooijmanEnable the request context processor.
2008-10-31 Matthijs KooijmanIntroduce a comments block in the influence_detail.
2008-10-31 Matthijs KooijmanMove influence_detail_block into influence_detail.
2008-10-31 Matthijs KooijmanAlways include the showReply/hideReply functions.
2008-10-31 Matthijs KooijmanMove the new comment form to the right template.
2008-10-31 Matthijs KooijmanLet Influence list and annote its comments itself.
2008-10-31 Matthijs KooijmanMove forms from models.py to a new file forms.py.
2008-10-31 Matthijs KooijmanAdd a comments view to the InfluenceAdmin.
2008-10-31 Matthijs KooijmanMove the comment display into it's own template.
2008-10-31 Matthijs KooijmanMove quote_reply out of the influence_detail function.
2008-10-31 Matthijs KooijmanReplace STATIC_URL_PREFIX by MEDIA_URL.
2008-10-31 Matthijs KooijmanRename the static dir to media.
2008-10-31 Matthijs KooijmanMake the enabling of TEMPLATE_DEBUG more clear.
2008-10-30 Matthijs KooijmanRemove some deprecated options.
2008-10-29 Matthijs KooijmanInstantiate the new comment form class.
2008-10-29 Matthijs KooijmanWrap the free_comment view instead of the comment view.
2008-10-29 Matthijs KooijmanImprove influence comment handling.
2008-10-29 Matthijs KooijmanMark private comments using a red border.
2008-10-28 Matthijs KooijmanFix HTML errors.
2008-10-28 Matthijs KooijmanAdd a doctype and title tag.
2008-10-28 Matthijs KooijmanMake ContextForm and ContextModelForm work again.
2008-10-28 Matthijs KooijmanFix comment tags in the base template.
2008-09-14 Matthijs KooijmanChange newforms to forms.
2008-08-18 Matthijs KooijmanUpdate signal handling to work with the changes introdu...
2008-07-31 Matthijs KooijmanShow only public comments to non-staff.
2008-07-31 Matthijs KooijmanMark strings as translatable.
2008-07-31 Matthijs KooijmanPoint base template to local copies of YUI files and...
2008-07-31 Matthijs KooijmanUpdate translation.
2008-07-31 Matthijs KooijmanAdd Lextalionis css skin.
2008-07-31 Matthijs KooijmanAdd two YUI javascript files.
2008-07-28 Matthijs KooijmanMigrate applications to the new admin interface.
2008-07-28 Matthijs KooijmanSwitch the urlconf to use the new django admin interface.
2008-07-26 Matthijs Kooijman * Update translations.
2008-07-26 Matthijs Kooijman * Remove preview button, since it doesn't work inline...
2008-07-26 Matthijs Kooijman * Put a border around comments, makes it slightly...
2008-07-26 Matthijs Kooijman * Enable threaded comments for influences.
2008-07-26 Matthijs Kooijman * Include YUI javascript libraries.
2008-03-25 Matthijs Kooijman * Enable the threadedcomments app (code not included).
2008-03-24 Matthijs Kooijman * Remove the sites app from the config, we're not...
2008-03-24 Matthijs Kooijman * Remove the Event model from the admin, we're not...
2008-02-24 Matthijs Kooijman * Rename add.html template to add_influence.html for...
2008-02-24 Matthijs Kooijman * Add some filters and search fields to the admin. production-master-something
2008-02-13 Matthijs Kooijman * Put my email in the ADMINS settings, so I get mailed...
2008-02-11 Matthijs Kooijman * Fix grammar error in Dutch translation.
2008-02-11 Matthijs Kooijman * Update translations.
2008-02-11 Matthijs Kooijman * Add quotes around the href value in the mailto links...
2008-02-11 Matthijs Kooijman * Rename project from ee to xerxes.
2008-02-10 Matthijs Kooijman * Add 404 and 500 templates for displaying pretty...
2008-02-10 Matthijs Kooijman * Add localsettings.py to .gitignore.
2008-02-10 Matthijs Kooijman * Add an encode_email tag library used to somewhat...
2008-02-10 Matthijs Kooijman * Only set notification emails when DEBUG is disabled.
2008-02-10 Matthijs Kooijman * Let settings import localsettings if it exists,...
2008-02-10 Matthijs Kooijman * Rename the add views to be a bit more consistent.
2008-02-10 Matthijs Kooijman * Don't check if a new influence's character belongs...
2008-02-10 Matthijs Kooijman * Use a relationship spanning lookup to get the list...
2008-02-10 Matthijs Kooijman * Add a influence_list view.
next