Don't pass base to the comment preview template.
[matthijs/projects/xerxes.git] / influences / views.py
2008-10-31 Matthijs KooijmanDon't pass base to the 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 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 KooijmanMove quote_reply out of the influence_detail function.
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-07-31 Matthijs KooijmanShow only public comments to non-staff.
2008-07-26 Matthijs Kooijman * Enable threaded comments for influences.
2008-02-24 Matthijs Kooijman * Rename add.html template to add_influence.html for...
2008-02-11 Matthijs Kooijman * Rename project from ee to xerxes.
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.
2008-02-09 Matthijs Kooijman * Don't allow people to view each other's influences...
2008-02-09 Matthijs Kooijman * No longer use any generic views, since we will need...
2008-02-09 Matthijs Kooijman * Replace some tabs by spaces and put a vim modeline...
2008-02-08 Matthijs Kooijman * Disallow adding influences for other users' characters.
2008-02-08 Matthijs Kooijman * Add wrappers around the generic views, so we can...
2008-02-08 Matthijs Kooijman * Add login_required decorator to some views.
2008-02-03 Matthijs Kooijman * Let the add character view use RequestContext.
2008-01-27 Matthijs Kooijman * Set a default value for the character_id argument...
2008-01-27 Matthijs Kooijman * Use the Influence summary, where appropriate.
2008-01-24 Matthijs Kooijman * Let the views in influences use RequestContext,...
2008-01-23 Matthijs Kooijman * In the add influence view, preselect the first chara...
2008-01-23 Matthijs Kooijman * Make the character list a real character list again...
2008-01-23 Matthijs Kooijman * Renamed character_addinfluence template to add.
2008-01-23 Matthijs Kooijman * Make the add view pass a request to ContextModelForm.
2008-01-23 Matthijs Kooijman * Add an addCharacter view to the influences app.
2008-01-23 Matthijs Kooijman * Mark all strings used so far as translatable.
2008-01-23 Matthijs Kooijman * Remove old addInfluence view and replace it by a...
2008-01-21 Matthijs Kooijman * Initial import of a django project.