Only allow users to add NPC or Player characters.
[matthijs/projects/xerxes.git] / influences /
2010-01-13 Matthijs KooijmanOnly allow users to add NPC or Player characters. master
2009-06-15 Matthijs KooijmanMerge branch 'production'
2009-02-16 Matthijs KooijmanOnly notify a player of finished influence changes.
2009-02-10 Matthijs KooijmanMerge branch 'production'
2009-02-10 Matthijs KooijmanAdd constants for model field choices.
2009-02-04 Matthijs KooijmanMake the is_public field unchecked by default.
2009-02-03 Matthijs KooijmanLimit the choices for the other_characters field.
2009-02-01 Matthijs KooijmanUse the DropDownMultiple widget in InfluenceForm.
2009-02-01 Matthijs KooijmanAdd type to the CharacterForm.
2009-01-31 Matthijs KooijmanMerge branch 'production'
2009-01-31 Matthijs KooijmanReconnect the influence_saved notify handler.
2009-01-31 Matthijs KooijmanMake a proper list of recipients in the influence_saved...
2009-01-31 Matthijs KooijmanSend influence notifications to all players involved.
2009-01-30 Matthijs KooijmanAllow Character.contacts to be empty.
2009-01-30 Matthijs KooijmanShow the influence list sorted by character.
2009-01-16 Matthijs KooijmanMerge branch 'production'
2009-01-16 Matthijs KooijmanAllow Influence.todo to be blank.
2009-01-16 Matthijs KooijmanAllow all related players to view an influence.
2009-01-16 Matthijs KooijmanAdd a Influence.related_players property.
2009-01-13 Matthijs KooijmanAdd Character.involved property.
2009-01-13 Matthijs KooijmanAdd new fields to InfluenceForm
2009-01-13 Matthijs KooijmanAdd a Character.other_characters property.
2009-01-13 Matthijs KooijmanRename Character.contact to other_contacts.
2009-01-13 Matthijs KooijmanAdd a Characters.contacts propety.
2009-01-13 Matthijs KooijmanAdd Character.type property.
2009-01-10 Matthijs KooijmanRename Influence.character to iniatator.
2009-01-10 Matthijs KooijmanDefine __unicode__ on models instead of __str__.
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 KooijmanAllow posting new coments in the admin.
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 KooijmanAdd Influence.todo field.
2008-11-14 Matthijs KooijmanMake Influence.status a CharField.
2008-11-04 Matthijs KooijmanUse the rewrap function for wrapping comments.
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 KooijmanGive Influence and Character an absolute_url.
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 KooijmanAdd a comments view to the InfluenceAdmin.
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-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-28 Matthijs KooijmanMigrate applications to the new admin interface.
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-24 Matthijs Kooijman * Add some filters and search fields to the admin. production-master-something
2008-02-11 Matthijs Kooijman * Rename project from ee to xerxes.
2008-02-10 Matthijs Kooijman * Only set notification emails when DEBUG is disabled.
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-09 Matthijs Kooijman * Add a status to Characters.
2008-02-09 Matthijs Kooijman * Also sent email notifications to lextalionis@evoluti...
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 * Make the verbose name of Influence.contact more...
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-02-03 Matthijs Kooijman * Fix spelling error in template name
2008-02-01 Matthijs Kooijman * Rename email templates to .html. With any other...
2008-02-01 Matthijs Kooijman * Make the option for Influence.status translatable.
2008-02-01 Matthijs Kooijman * Also notify the influence submitter that his influen...
2008-02-01 Matthijs Kooijman * Don't let influences be edited in-line in the admin...
2008-01-31 Matthijs Kooijman * Add a result field to Influence.
2008-01-31 Matthijs Kooijman * Send an email to the player when a character is...
2008-01-27 Matthijs Kooijman * Set a default value for the character_id argument...
2008-01-27 Matthijs Kooijman * Add a few fields to the influences list in the admin.
2008-01-27 Matthijs Kooijman * Use the Influence summary, where appropriate.
2008-01-27 Matthijs Kooijman * Add a summary field to Influence.
2008-01-24 Matthijs Kooijman * Replace all tabs with spaces.
2008-01-24 Matthijs Kooijman * Add "Under discussion" status for influences.
2008-01-24 Matthijs Kooijman * Let the views in influences use RequestContext,...
2008-01-23 Matthijs Kooijman * Mark all model names and field names in influences...
2008-01-23 Matthijs Kooijman * In the add influence view, preselect the first chara...
2008-01-23 Matthijs Kooijman * Make Influence.character no longer optional.
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-23 Matthijs Kooijman * Add some fields to influence's models.
2008-01-21 Matthijs Kooijman * Remove ee.base.models.EEObject, Django does not...
2008-01-21 Matthijs Kooijman * Replace maxlength argument to CharField with max_len...
next