matthijs/projects/xerxes.git
16 years ago * Make the character list a real character list again and move it /influences/charac...
Matthijs Kooijman [Wed, 23 Jan 2008 19:54:38 +0000 (20:54 +0100)]
 * Make the character list a real character list again and move it /influences/character/.
 * Make a new index at /influences/ with a list of characters and influences.

16 years ago * Add general add influence link to character_list.
Matthijs Kooijman [Wed, 23 Jan 2008 19:22:31 +0000 (20:22 +0100)]
 * Add general add influence link to character_list.

16 years ago * Renamed character_addinfluence template to add.
Matthijs Kooijman [Wed, 23 Jan 2008 19:18:59 +0000 (20:18 +0100)]
 * Renamed character_addinfluence template to add.

16 years ago * Make the add view pass a request to ContextModelForm.
Matthijs Kooijman [Wed, 23 Jan 2008 19:00:48 +0000 (20:00 +0100)]
 * Make the add view pass a request to ContextModelForm.
 * Make the add view prefill the character dropdown when a character id is given in the url.
 * Replace some tabs with spaces.

16 years ago * Fix link to add influence form.
Matthijs Kooijman [Wed, 23 Jan 2008 18:16:22 +0000 (19:16 +0100)]
 * Fix link to add influence form.

16 years ago * Add an addCharacter view to the influences app.
Matthijs Kooijman [Wed, 23 Jan 2008 18:08:33 +0000 (19:08 +0100)]
 * Add an addCharacter view to the influences app.
 * Let this view and the add view use the ContextModelForm class from the previous commit.

16 years ago * Add tools package, with some custom forms. Code borrowed from the Amelie project.
Matthijs Kooijman [Wed, 23 Jan 2008 18:07:29 +0000 (19:07 +0100)]
 * Add tools package, with some custom forms. Code borrowed from the Amelie project.

16 years ago * Mark all strings used so far as translatable.
Matthijs Kooijman [Wed, 23 Jan 2008 17:48:10 +0000 (18:48 +0100)]
 * Mark all strings used so far as translatable.
 * Add dutch translations.

16 years ago * Delete unused templates.
Matthijs Kooijman [Wed, 23 Jan 2008 17:24:54 +0000 (18:24 +0100)]
 * Delete unused templates.

16 years ago * Remove old addInfluence view and replace it by a new add view (which allows you...
Matthijs Kooijman [Wed, 23 Jan 2008 12:50:08 +0000 (13:50 +0100)]
 * Remove old addInfluence view and replace it by a new add view (which allows you to specify a character to add the influence for).

16 years ago * Add some fields to influence's models.
Matthijs Kooijman [Wed, 23 Jan 2008 12:47:41 +0000 (13:47 +0100)]
 * Add some fields to influence's models.

16 years ago * Show the currently logged in user and a logout link on the login page.
Matthijs Kooijman [Wed, 23 Jan 2008 12:45:56 +0000 (13:45 +0100)]
 * Show the currently logged in user and a logout link on the login page.

16 years ago * Redirect to /influences after logging in.
Matthijs Kooijman [Wed, 23 Jan 2008 12:45:17 +0000 (13:45 +0100)]
 * Redirect to /influences after logging in.

16 years ago * Remove ee.base.models.EEObject, Django does not support inheritance yet.
Matthijs Kooijman [Mon, 21 Jan 2008 22:08:14 +0000 (23:08 +0100)]
 * Remove ee.base.models.EEObject, Django does not support inheritance yet.

16 years ago * Replace maxlength argument to CharField with max_length. Makes the project work...
Matthijs Kooijman [Mon, 21 Jan 2008 21:42:24 +0000 (22:42 +0100)]
 * Replace maxlength argument to CharField with max_length. Makes the project work with django r7027.

16 years ago * Move some settings from settings.py to dbsettings.py and v.v.
Matthijs Kooijman [Mon, 21 Jan 2008 21:41:10 +0000 (22:41 +0100)]
 * Move some settings from settings.py to dbsettings.py and v.v.

16 years ago * Initial import of a django project.
Matthijs Kooijman [Mon, 21 Jan 2008 21:08:17 +0000 (22:08 +0100)]
 * Initial import of a django project.
   * Contains working phpbb authentication.
   * Contains some stuff for registration and influences (quite unfinished).