Commit Graph
171 Commits
Author SHA1 Message Date
Raphael Michel 7a5df55e38 Travis currently likes to fail because the tests do not output anything
for 10 minutes, more often with Python 3.2 than with others. This could be
a problem with our test code, but just as likely a problem with Travis,
so we'll try whether a travis_wait command helps.
2015-02-12 00:43:07 +01:00
Raphael Michel 01b34f42cf First steps on item availability 2015-02-12 00:35:23 +01:00
Raphael Michel f6bafd1f5e Start implementing the Quota magic 2015-02-11 22:17:56 +01:00
Raphael Michel 9f1131023d Rename model field for consistency 2015-02-11 21:35:33 +01:00
Raphael Michel c81ee1ea5a Remove a dead code path 2015-02-11 18:42:59 +01:00
Raphael Michel a026d838f7 Explicit secondary ordering of categories 2015-02-11 18:41:36 +01:00
Raphael Michel 270a359e2e Variations on pretixpresale's initial ticket layout 2015-02-11 18:32:43 +01:00
Raphael Michel 68ff568d47 Move URLconfig around to fix Django Debug Toolbar 2015-02-11 17:23:35 +01:00
Raphael Michel 8e14a1db11 Fix locale determination test. Was broken because the test called an URL
which issued a 301 redirect.
2015-02-11 17:13:37 +01:00
Raphael Michel d32cebb509 Except Django admin settings and test code from coverage calculations 2015-02-11 17:12:40 +01:00
Raphael Michel e1a7a9c5dc Very basic layout for the event front page 2015-02-10 23:16:03 +01:00
Raphael Michel 0d552e8c07 Static file and template setup for pretixpresale 2015-02-10 22:48:03 +01:00
Raphael Michel b0e1546469 Django app architecture for pretixpresale 2015-02-10 22:39:35 +01:00
Raphael Michel ff3840a42b Relicense this under the Apache License while I'm still the single
author...
2015-02-10 22:09:41 +01:00
Raphael Michel 5b16eeb8f4 PEP8 compliancy 2015-02-08 18:45:13 +01:00
Raphael Michel 2c3a9713a1 Skip the test failing in Travis 2015-02-08 18:45:00 +01:00
Raphael Michel 880d7ebe34 Correct readthedocs-Token 2015-01-19 01:14:45 +01:00
Raphael Michel 6648e7ed03 Rename tixl to pretix 2015-01-19 01:10:35 +01:00
Raphael Michel fd93dcae3c Experimenting with the failing test 2015-01-15 18:04:20 +01:00
Raphael Michel a506376c31 Unit tests for quotas 2015-01-15 17:51:43 +01:00
Raphael Michel 2977002cbd Add unit tests for category ordering and for questions 2015-01-15 16:46:51 +01:00
Raphael Michel 24beedd232 Use PhantomJS instead of SauceLabs for CI testing 2015-01-15 10:14:44 +01:00
Raphael Michel a144d4ccfe Test properties UI 2015-01-13 23:57:31 +01:00
Raphael Michel 5acca0479a Test categories UI 2015-01-11 21:44:53 +01:00
Raphael Michel 20f200795c Remove DEBUG from unit tests, as it breaks travis 2015-01-11 20:08:36 +01:00
Raphael Michel 3c09998894 More unit tests 2015-01-11 18:56:47 +01:00
Raphael Michel 59eac8987a Tests, fixes and creating items 2015-01-11 17:47:43 +01:00
Raphael Michel dacb81af47 Add a few assertions 2015-01-11 11:08:11 +01:00
Raphael Michel 2ede2c657c Restore broken unit tests 2015-01-11 11:07:58 +01:00
Raphael Michel 415be79ff6 Encapsulate some views in transactions 2015-01-08 01:02:44 +01:00
Raphael Michel 88df78d4cf tixlcontrol: Quota UI 2015-01-08 00:13:20 +01:00
Raphael Michel 6b5027e412 Remove some confusing complexity from restrictions 2015-01-07 22:02:08 +01:00
Raphael Michel a5a976b16a Code documentation improvements 2015-01-07 18:28:05 +01:00
Raphael Michel 48109720cc Django 1.7 does no longer need a route to server static files on the
development server
2015-01-07 17:12:12 +01:00
Raphael Michel ccb0dc9682 Merge 2015-01-07 17:02:10 +01:00
Raphael Michel c87f36e027 Merge branch 'master' of github.com:tixl/tixl
Conflicts:
	src/locale/de/LC_MESSAGES/django.po
2015-01-07 17:02:03 +01:00
Raphael Michel c810a86895 Fix an untranslated string 2015-01-07 16:56:10 +01:00
Raphael Michel fe49c3fdd2 Re-add migrations 2015-01-06 16:59:25 +01:00
Raphael Michel 11487cdab3 Fix the unit tests 2015-01-06 16:50:01 +01:00
Raphael Michel 3ec770a73a Change data model to versioned tables 2015-01-06 16:38:15 +01:00
Raphael Michel 02c0fcbd1e Restrictions UI 2014-10-26 19:21:16 +01:00
Raphael Michel 94d3d4c6f3 Variation matrix: CSS sugar 2014-10-25 11:55:04 +02:00
Raphael Michel 3d8ea6095d We don't need the 2-d layout, as it is only a special case of the n-d layout 2014-10-25 11:45:00 +02:00
Raphael Michel d25cc20031 UI consistency 2014-10-25 11:42:26 +02:00
Raphael Michel d54068272c CSS: Unified submit control 2014-10-25 11:36:11 +02:00
Raphael Michel 4d2deca1bb Very basic quota control 2014-10-25 11:16:53 +02:00
Raphael Michel da24aa3f6e Python 3 style type hinting 2014-10-21 10:15:42 +02:00
Raphael Michel c604d45488 another try for saucelabs 2014-10-19 00:00:55 +02:00
Raphael Michel ab412fb932 Fix Sauce tests 2014-10-18 22:44:49 +02:00
Raphael Michel bf36b23cbc Fix logic 2014-10-18 21:05:33 +02:00