matthijs/projects/xerxes.git
2008-02-24 Matthijs Kooijman * Add some filters and search fields to the admin. production-master-something
2008-02-13 Matthijs Kooijman * Put my email in the ADMINS settings, so I get mailed...
2008-02-11 Matthijs Kooijman * Fix grammar error in Dutch translation.
2008-02-11 Matthijs Kooijman * Update translations.
2008-02-11 Matthijs Kooijman * Add quotes around the href value in the mailto links...
2008-02-11 Matthijs Kooijman * Rename project from ee to xerxes.
2008-02-10 Matthijs Kooijman * Add 404 and 500 templates for displaying pretty...
2008-02-10 Matthijs Kooijman * Add localsettings.py to .gitignore.
2008-02-10 Matthijs Kooijman * Add an encode_email tag library used to somewhat...
2008-02-10 Matthijs Kooijman * Only set notification emails when DEBUG is disabled.
2008-02-10 Matthijs Kooijman * Let settings import localsettings if it exists,...
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-10 Matthijs Kooijman * Split off the detail and list templates into a norma...
2008-02-09 Matthijs Kooijman * Don't allow people to view each other's influences...
2008-02-09 Matthijs Kooijman * Fix the approved/not approved display in the charact...
2008-02-09 Matthijs Kooijman * No longer use any generic views, since we will need...
2008-02-09 Matthijs Kooijman * Let the character_template use the url templatetag...
2008-02-09 Matthijs Kooijman * Also remove the references to the event views that...
2008-02-09 Matthijs Kooijman * Replace some tabs by spaces and put a vim modeline...
2008-02-09 Matthijs Kooijman * Remove some old stuff from the events app (such...
2008-02-09 Matthijs Kooijman * Use the lex skin instead of the spring skin.
2008-02-09 Matthijs Kooijman * Use h1/h2 instead of h2/h3 in the templates, since...
2008-02-09 Matthijs Kooijman * Use the spring skin instead of the winter skin.
2008-02-09 Matthijs Kooijman * Fix error in import.py that caused everybody to...
2008-02-09 Matthijs Kooijman * Only show the longterm in the email and detail templ...
2008-02-09 Matthijs Kooijman * Put a character's status in the email and detail...
2008-02-09 Matthijs Kooijman * Add a status to Characters.
2008-02-09 Matthijs Kooijman * Also put Evolution Events in the emails' From name.
2008-02-09 Matthijs Kooijman * Change from address and X-mailer header to say Xerxe...
2008-02-09 Matthijs Kooijman * Also sent email notifications to lextalionis@evoluti...
2008-02-08 Matthijs Kooijman * Update translations.
2008-02-08 Matthijs Kooijman * Put some useful content in the character_changed...
2008-02-08 Matthijs Kooijman * Update influence_changed template to use the gapless...
2008-02-08 Matthijs Kooijman * Modify the gapless template tag to preserve wanted...
2008-02-08 Matthijs Kooijman * Add the gapless template tag from djangosnippets...
2008-02-08 Matthijs Kooijman * Only show the list of influences when there are...
2008-02-08 Matthijs Kooijman * Disallow adding influences for other users' characters.
2008-02-08 Matthijs Kooijman * Update translations.
2008-02-08 Matthijs Kooijman * Restructure HTML, add a link to the main EE CSS...
2008-02-08 Matthijs Kooijman * Add some helpful text above the add influence form.
2008-02-08 Matthijs Kooijman * Change some whitespace.
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 a message to the login screen.
2008-02-08 Matthijs Kooijman * Remove the absolute path from the import script.
2008-02-08 Matthijs Kooijman * Add login_required decorator to some views.
2008-02-08 Matthijs Kooijman * Put the extends tag before the load tag in the login...
2008-02-08 root * Add a view that redirects / to /influences/.
2008-02-08 root * Add a BASE_DIR setting, that gets filled based on...
2008-02-07 Matthijs Kooijman * Add import script to import persons from the old...
2008-02-07 Matthijs Kooijman * Add a UserProfile class to store stuff about users.
2008-02-07 Matthijs Kooijman * Put nl as the first language in the settins.
2008-02-07 Matthijs Kooijman * Format the date in the influence changed email as...
2008-02-07 Matthijs Kooijman * Make the character name in influence_detail a link...
2008-02-07 Matthijs Kooijman * Add the tools app to the list of apps.
2008-02-03 Matthijs Kooijman * Fix two spelling errors in the dutch translation.
2008-02-03 Matthijs Kooijman * Let the add character view use RequestContext.
2008-02-03 Matthijs Kooijman * Remove unused "message" from add character and add...
2008-02-03 Matthijs Kooijman * Give the login and logout views a name and refer...
2008-02-03 Matthijs Kooijman * Fix spelling error in template name
2008-02-01 Matthijs Kooijman * Let newly created phpbb users get an unusable password.
2008-02-01 Matthijs Kooijman * Add a greeting to the influence_changed email.
2008-02-01 Matthijs Kooijman * Rename email templates to .html. With any other...
2008-02-01 Matthijs Kooijman * Update translations.
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.
next