matthijs/projects/xerxes.git
2010-01-13 Matthijs KooijmanOnly allow users to add NPC or Player characters. master
2009-06-15 Matthijs KooijmanMerge branch 'production'
2009-06-15 Matthijs KooijmanRemove SQL password from import.py.
2009-03-27 Matthijs KooijmanAdd code to support disabling new influences.
2009-03-27 Matthijs KooijmanRemove \r's.
2009-02-16 Matthijs KooijmanOnly notify a player of finished influence changes.
2009-02-16 Matthijs KooijmanShow influence result on the influence detail.
2009-02-10 Matthijs KooijmanAdd filter_choices helper function.
2009-02-10 Matthijs KooijmanMerge branch 'production'
2009-02-10 Matthijs KooijmanAdd constants for model field choices.
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-02-03 Matthijs KooijmanLimit the choices for the other_characters field.
2009-02-03 Matthijs KooijmanAdd make_choices function.
2009-02-03 Matthijs KooijmanPut the empty option on top in DropDownMultiple.
2009-02-03 Matthijs KooijmanMake the DropDownMultiple widget degrade properly.
2009-02-01 Matthijs KooijmanMake log_error actually return a value.
2009-02-01 Matthijs KooijmanUse the DropDownMultiple widget in InfluenceForm.
2009-02-01 Matthijs KooijmanAdd jQuery 1.3.1, needed by DropDownMultiple.
2009-02-01 Matthijs KooijmanAdd a DropDownMultiple form widget.
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 KooijmanUpdate the influence_changed email template to the...
2009-01-31 Matthijs KooijmanMake a proper list of recipients in the influence_saved...
2009-01-31 Matthijs KooijmanUse force_unicode() instead of .__unicode__().
2009-01-31 Matthijs KooijmanRemove debug prints.
2009-01-31 Matthijs KooijmanSend influence notifications to all players involved.
2009-01-31 Matthijs KooijmanSend notifications individually.
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 KooijmanImprove character_detail_block template.
2009-01-16 Matthijs KooijmanList the Influences a Character is involved in.
2009-01-16 Matthijs KooijmanUpdate template to use initiator.
2009-01-16 Matthijs KooijmanMerge branch 'production'
2009-01-16 Matthijs KooijmanAllow Influence.todo to be blank.
2009-01-16 Matthijs KooijmanList the users that can view an Influence.
2009-01-16 Matthijs KooijmanAllow all related players to view an influence.
2009-01-16 Matthijs KooijmanAdd natural_list template filter.
2009-01-16 Matthijs KooijmanAdd a Influence.related_players property.
2009-01-16 Matthijs KooijmanAdd a remove_item template filter.
2009-01-16 Matthijs KooijmanSet INTERNAL_IPS to 127.0.0.1.
2009-01-13 Matthijs KooijmanOnly show a list of involved when there are multiple.
2009-01-13 Matthijs KooijmanAdd list_or_value template filter.
2009-01-13 Matthijs KooijmanShow the involved on the influence_detail.
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__.
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.
next