Matthijs Kooijman [Sun, 27 Jan 2008 13:50:02 +0000 (14:50 +0100)]
* Add a base css file.
* Add some stuff in the base template, there is now a menu and a footer.
Matthijs Kooijman [Thu, 24 Jan 2008 11:58:48 +0000 (12:58 +0100)]
* Replace all tabs with spaces.
Matthijs Kooijman [Thu, 24 Jan 2008 11:54:00 +0000 (12:54 +0100)]
* Add "Under discussion" status for influences.
* Add a filter and search bar in the admin for influences.
Matthijs Kooijman [Thu, 24 Jan 2008 11:51:03 +0000 (12:51 +0100)]
* Put the extends tag in the first line of all templates, instead of after the load i18n tag.
Matthijs Kooijman [Thu, 24 Jan 2008 11:49:49 +0000 (12:49 +0100)]
* Let django server /static in debug mode.
Matthijs Kooijman [Thu, 24 Jan 2008 11:46:40 +0000 (12:46 +0100)]
* Add "static" context processor that puts STATIC_URL_PREFIX in the context.
* Add STATIC_URL_PREFIX to settings.
Matthijs Kooijman [Thu, 24 Jan 2008 11:44:31 +0000 (12:44 +0100)]
* Let the views in influences use RequestContext, so authentication data is properly exported.
Matthijs Kooijman [Wed, 23 Jan 2008 20:40:32 +0000 (21:40 +0100)]
* Let all the influences templates extend the base template.
Matthijs Kooijman [Wed, 23 Jan 2008 20:35:21 +0000 (21:35 +0100)]
* Update translations.
Matthijs Kooijman [Wed, 23 Jan 2008 20:30:54 +0000 (21:30 +0100)]
* Mark all model names and field names in influences as translatable strings.
Matthijs Kooijman [Wed, 23 Jan 2008 20:11:44 +0000 (21:11 +0100)]
* In the add influence view, preselect the first character if it is the user's only character.
Matthijs Kooijman [Wed, 23 Jan 2008 20:11:07 +0000 (21:11 +0100)]
* Make Influence.character no longer optional.
Matthijs Kooijman [Wed, 23 Jan 2008 19:55:03 +0000 (20:55 +0100)]
* Add a forgotten add_character template.
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.
Matthijs Kooijman [Wed, 23 Jan 2008 19:22:31 +0000 (20:22 +0100)]
* Add general add influence link to character_list.
Matthijs Kooijman [Wed, 23 Jan 2008 19:18:59 +0000 (20:18 +0100)]
* Renamed character_addinfluence template to add.
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.
Matthijs Kooijman [Wed, 23 Jan 2008 18:16:22 +0000 (19:16 +0100)]
* Fix link to add influence form.
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.
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.
Matthijs Kooijman [Wed, 23 Jan 2008 17:48:10 +0000 (18:48 +0100)]
* Mark all strings used so far as translatable.
* Add dutch translations.
Matthijs Kooijman [Wed, 23 Jan 2008 17:24:54 +0000 (18:24 +0100)]
* Delete unused templates.
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).
Matthijs Kooijman [Wed, 23 Jan 2008 12:47:41 +0000 (13:47 +0100)]
* Add some fields to influence's models.
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.
Matthijs Kooijman [Wed, 23 Jan 2008 12:45:17 +0000 (13:45 +0100)]
* Redirect to /influences after logging in.
Matthijs Kooijman [Mon, 21 Jan 2008 22:08:14 +0000 (23:08 +0100)]
* Remove ee.base.models.EEObject, Django does not support inheritance yet.
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.
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.
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).