matthijs/projects/dorestad-bookings.git
2011-02-14 Matthijs Kooijmanphpbb: Make the username case-insensitve on login again. master
2011-02-13 Matthijs KooijmanUpdate authentication to use PhpBB version 3.
2010-11-03 Matthijs Kooijmantickets: Show number of payed tickets instead of reserv...
2010-10-25 Matthijs Kooijmantickets: Don't use a dict of shows in the overview.
2010-10-25 Matthijs Kooijmantickets: List number of booked tickets in the overview.
2010-10-25 Matthijs Kooijmansouthsettings: Add argv length check.
2010-10-19 Matthijs Kooijmansettings: Prompt for a database login when using South...
2010-10-19 Matthijs Kooijmantickets: Better explain which login to use.
2010-10-19 Matthijs Kooijmantickets: Show the currently logged in user on every...
2010-10-19 Matthijs Kooijmantickets: Add summary of bookings.
2010-10-19 Matthijs Kooijmantickets: Require valid permissions for the payments...
2010-10-19 Matthijs Kooijmantickets: Slightly reword the show descriptions.
2010-10-19 Matthijs Kooijmantickets: Add a bit of styling to the HTML pages.
2010-10-19 Matthijs Kooijmantickets: Use django.utils.format for number formatting.
2010-10-19 Matthijs Kooijmantickets: Update the various texts to be current.
2010-10-19 Matthijs Kooijmantickets: Expose the ticket price to the bookingform...
2010-10-19 Matthijs Kooijmantickets: Enter the actual ticket price.
2010-10-19 Matthijs Kooijmansettings: Enable localization.
2010-10-19 Matthijs Kooijmantickets: List total price with number of tickets.
2010-10-19 Matthijs Kooijmantickets: Send a confirmation when a payment is processed.
2010-10-19 Matthijs Kooijmantickets: Generalize the confirm_booking function.
2010-10-19 Matthijs Kooijmantickets: Add an interface for processing payments.
2010-10-19 Matthijs Kooijmantickets: Pluralize the booking confirmation email.
2010-10-19 Matthijs Kooijmantickets: Remove postal address fields from Booking.
2010-10-19 Matthijs Kooijmantickets: Add a Bookings.__unicode__() method.
2010-10-19 Matthijs Kooijmantickets: Add a (virtual) Booking.price property.
2010-10-19 Matthijs Kooijmantickets: Use the payment field in the admin.
2010-10-19 Matthijs Kooijmantickets: Remove the "payment" field from the booking...
2010-10-19 Matthijs Kooijmantickets: Add Booking.payment field.
2010-10-19 Matthijs Kooijmantickets: Add initial migration.
2010-10-19 Matthijs Kooijmansettings: Enable south for schema migration.
2010-10-19 Matthijs KooijmanAdd .gitignore file.
2010-10-19 Matthijs Kooijmansettings: Enable de Django debug toolbar.
2010-10-19 Matthijs Kooijmantickets: Enable admin for Bookings.
2010-10-19 Matthijs Kooijmantickets: Add Booking.created field.
2010-10-19 Matthijs Kooijmanurls: Remove /reserveren prefix, since the webserver...
2010-10-19 Matthijs Kooijmansettings: Enable the admin interface.
2010-10-19 Matthijs Kooijmantickets: Use CSRF protection middleware.
2010-10-19 Matthijs Kooijmansettings: Enable CSRF protection middleware.
2010-10-19 Matthijs Kooijmansettings: Enable a bunch of default context processors.
2010-10-19 Matthijs Kooijmantickets: Use RequestContext.
2010-10-19 Matthijs Kooijmansettings: Enable (phpbb) authentication.
2010-10-19 Matthijs Kooijmansettings: Disable DEBUG.
2010-10-18 Matthijs Kooijmantickets: Add url pattern for the booking view.
2010-10-18 Matthijs Kooijmansettings: Rename project to "dorestad-bookings".
2010-10-18 Matthijs Kooijmansettings: Add a vim modeline.
2010-10-18 Matthijs Kooijmansettings: Change the language to Dutch.
2010-10-18 Matthijs Kooijmansettings: Make dbsettings and localsettings external...
2010-10-18 Matthijs Kooijmantickets: Send a confirmation email for bookings.
2010-10-18 Matthijs Kooijmantickets: Add basic booking form, view and templates.
2010-10-18 Matthijs Kooijmantickets: Add base HTML template.
2010-10-18 Matthijs Kooijmantickets: Add Booking model.
2010-10-18 Matthijs Kooijmansettings: Enable the tickets application.
2010-10-18 Matthijs Kooijmansettings: Add myself as admin.
2010-10-18 Matthijs Kooijmansettings: Set the timezone.
2010-10-18 Matthijs Kooijmansettings: Use an sqlite3 database for now.
2010-10-18 Matthijs Kooijmansettings: Add a path for the templates.
2010-10-18 Matthijs Kooijmansettings: Disable all default apps.
2010-10-18 Matthijs KooijmanAdd empty "tickets" application.
2010-10-18 Matthijs KooijmanAdd initial project.
2010-10-18 Matthijs KooijmanEmpty initial commit.