matthijs/projects/xerxes.git
2008-02-01 Matthijs Kooijman * Make the option for Influence.status translatable.
2008-02-01 Matthijs Kooijman * Make the influence changed template translatable.
2008-02-01 Matthijs Kooijman * Improve the influence_changed email template a bit.
2008-02-01 Matthijs Kooijman * Make the "influences for this character" list in...
2008-02-01 Matthijs Kooijman * Also notify the influence submitter that his influen...
2008-02-01 Matthijs Kooijman * Fix an off-by-one error when splitting an email...
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-31 Matthijs Kooijman * Let notify filter out Subject and From headers from...
2008-01-31 Matthijs Kooijman * Add notify.py that can email a given template to...
2008-01-31 Matthijs Kooijman * Add file for misc tools, now containing make_iter...
2008-01-31 Matthijs Kooijman * Add .gitignore file with some patterns.
2008-01-27 Matthijs Kooijman * Set a default value for the character_id argument...
2008-01-27 Matthijs Kooijman * Add the forgotten influence_detail template.
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-27 Matthijs Kooijman * Use the url function in urls.py.
2008-01-27 Matthijs Kooijman * Remove vim swap file.
2008-01-27 Matthijs Kooijman * Add a base css file.
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 * Put the extends tag in the first line of all templat...
2008-01-24 Matthijs Kooijman * Let django server /static in debug mode.
2008-01-24 Matthijs Kooijman * Add "static" context processor that puts STATIC_URL_...
2008-01-24 Matthijs Kooijman * Let the views in influences use RequestContext,...
2008-01-23 Matthijs Kooijman * Let all the influences templates extend the base...
2008-01-23 Matthijs Kooijman * Update translations.
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 * Add a forgotten add_character template.
2008-01-23 Matthijs Kooijman * Make the character list a real character list again...
2008-01-23 Matthijs Kooijman * Add general add influence link to character_list.
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 * Fix link to add influence form.
2008-01-23 Matthijs Kooijman * Add an addCharacter view to the influences app.
2008-01-23 Matthijs Kooijman * Add tools package, with some custom forms. Code...
2008-01-23 Matthijs Kooijman * Mark all strings used so far as translatable.
2008-01-23 Matthijs Kooijman * Delete unused templates.
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-23 Matthijs Kooijman * Show the currently logged in user and a logout link...
2008-01-23 Matthijs Kooijman * Redirect to /influences after logging in.
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...
2008-01-21 Matthijs Kooijman * Move some settings from settings.py to dbsettings...
2008-01-21 Matthijs Kooijman * Initial import of a django project.