matthijs/projects/xerxes.git
2008-10-31 Matthijs KooijmanMove the comment display into it's own template.
2008-10-31 Matthijs KooijmanMove quote_reply out of the influence_detail function.
2008-10-31 Matthijs KooijmanReplace STATIC_URL_PREFIX by MEDIA_URL.
2008-10-31 Matthijs KooijmanRename the static dir to media.
2008-10-31 Matthijs KooijmanMake the enabling of TEMPLATE_DEBUG more clear.
2008-10-30 Matthijs KooijmanRemove some deprecated options.
2008-10-29 Matthijs KooijmanInstantiate the new comment form class.
2008-10-29 Matthijs KooijmanWrap the free_comment view instead of the comment view.
2008-10-29 Matthijs KooijmanImprove influence comment handling.
2008-10-29 Matthijs KooijmanMark private comments using a red border.
2008-10-28 Matthijs KooijmanFix HTML errors.
2008-10-28 Matthijs KooijmanAdd a doctype and title tag.
2008-10-28 Matthijs KooijmanMake ContextForm and ContextModelForm work again.
2008-10-28 Matthijs KooijmanFix comment tags in the base template.
2008-09-14 Matthijs KooijmanChange newforms to forms.
2008-08-18 Matthijs KooijmanUpdate signal handling to work with the changes introdu...
2008-07-31 Matthijs KooijmanShow only public comments to non-staff.
2008-07-31 Matthijs KooijmanMark strings as translatable.
2008-07-31 Matthijs KooijmanPoint base template to local copies of YUI files and...
2008-07-31 Matthijs KooijmanUpdate translation.
2008-07-31 Matthijs KooijmanAdd Lextalionis css skin.
2008-07-31 Matthijs KooijmanAdd two YUI javascript files.
2008-07-28 Matthijs KooijmanMigrate applications to the new admin interface.
2008-07-28 Matthijs KooijmanSwitch the urlconf to use the new django admin interface.
2008-07-26 Matthijs Kooijman * Update translations.
2008-07-26 Matthijs Kooijman * Remove preview button, since it doesn't work inline...
2008-07-26 Matthijs Kooijman * Put a border around comments, makes it slightly...
2008-07-26 Matthijs Kooijman * Enable threaded comments for influences.
2008-07-26 Matthijs Kooijman * Include YUI javascript libraries.
2008-03-25 Matthijs Kooijman * Enable the threadedcomments app (code not included).
2008-03-24 Matthijs Kooijman * Remove the sites app from the config, we're not...
2008-03-24 Matthijs Kooijman * Remove the Event model from the admin, we're not...
2008-02-24 Matthijs Kooijman * Rename add.html template to add_influence.html for...
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.
next