]> git.ozlabs.org Git - patchwork/commit
Move to a more recent django project structure
authorJeremy Kerr <jk@ozlabs.org>
Sun, 24 May 2015 08:57:33 +0000 (16:57 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Wed, 27 May 2015 02:26:41 +0000 (10:26 +0800)
commitad2762cf775a8dde508de47164d6429f3fd724f1
treee63015a468cfe32c961908f0338d423227799815
parentf09e982f58384946111d4157fd2b7c2b31b78612
Move to a more recent django project structure

This change updates patchwor to the newer project struture: we've moved
the actual application out of the apps/ directory, and the
patchwork-specific templates to under the patchwork application.

This gives us the manage.py script in the top-level now.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
230 files changed:
apps/__init__.py [deleted file]
apps/manage.py [deleted file]
apps/patchwork/__init__.py [deleted file]
apps/patchwork/admin.py [deleted file]
apps/patchwork/bin/__init__.py [deleted file]
apps/patchwork/bin/bash_completion [deleted file]
apps/patchwork/bin/parsemail-batch.sh [deleted file]
apps/patchwork/bin/parsemail.py [deleted file]
apps/patchwork/bin/parsemail.sh [deleted file]
apps/patchwork/bin/patchwork-cron.py [deleted file]
apps/patchwork/bin/pwclient [deleted file]
apps/patchwork/bin/rehash.py [deleted file]
apps/patchwork/bin/update-patchwork-status.py [deleted file]
apps/patchwork/context_processors.py [deleted file]
apps/patchwork/filters.py [deleted file]
apps/patchwork/fixtures/default_projects.xml [deleted file]
apps/patchwork/fixtures/initial_data.xml [deleted file]
apps/patchwork/forms.py [deleted file]
apps/patchwork/models.py [deleted file]
apps/patchwork/paginator.py [deleted file]
apps/patchwork/parser.py [deleted file]
apps/patchwork/requestcontext.py [deleted file]
apps/patchwork/settings/__init__.py [deleted file]
apps/patchwork/settings/base.py [deleted file]
apps/patchwork/settings/dev.py [deleted file]
apps/patchwork/settings/prod.py [deleted file]
apps/patchwork/templatetags/__init__.py [deleted file]
apps/patchwork/templatetags/filter.py [deleted file]
apps/patchwork/templatetags/listurl.py [deleted file]
apps/patchwork/templatetags/order.py [deleted file]
apps/patchwork/templatetags/patch.py [deleted file]
apps/patchwork/templatetags/person.py [deleted file]
apps/patchwork/templatetags/pwurl.py [deleted file]
apps/patchwork/templatetags/syntax.py [deleted file]
apps/patchwork/tests/__init__.py [deleted file]
apps/patchwork/tests/mail/0001-git-pull-request.mbox [deleted file]
apps/patchwork/tests/mail/0002-git-pull-request-wrapped.mbox [deleted file]
apps/patchwork/tests/mail/0003-git-pull-request-with-diff.mbox [deleted file]
apps/patchwork/tests/mail/0004-git-pull-request-git+ssh.mbox [deleted file]
apps/patchwork/tests/mail/0005-git-pull-request-ssh.mbox [deleted file]
apps/patchwork/tests/mail/0006-git-pull-request-http.mbox [deleted file]
apps/patchwork/tests/mail/0007-cvs-format-diff.mbox [deleted file]
apps/patchwork/tests/mail/0008-git-rename.mbox [deleted file]
apps/patchwork/tests/mail/0009-git-rename-with-diff.mbox [deleted file]
apps/patchwork/tests/mail/0010-invalid-charset.mbox [deleted file]
apps/patchwork/tests/mail/0011-no-newline-at-end-of-file.mbox [deleted file]
apps/patchwork/tests/patches/0001-add-line.patch [deleted file]
apps/patchwork/tests/patches/0002-utf-8.patch [deleted file]
apps/patchwork/tests/test_bundles.py [deleted file]
apps/patchwork/tests/test_confirm.py [deleted file]
apps/patchwork/tests/test_encodings.py [deleted file]
apps/patchwork/tests/test_expiry.py [deleted file]
apps/patchwork/tests/test_filters.py [deleted file]
apps/patchwork/tests/test_list.py [deleted file]
apps/patchwork/tests/test_mail_settings.py [deleted file]
apps/patchwork/tests/test_mboxviews.py [deleted file]
apps/patchwork/tests/test_notifications.py [deleted file]
apps/patchwork/tests/test_patchparser.py [deleted file]
apps/patchwork/tests/test_person.py [deleted file]
apps/patchwork/tests/test_registration.py [deleted file]
apps/patchwork/tests/test_updates.py [deleted file]
apps/patchwork/tests/test_user.py [deleted file]
apps/patchwork/tests/test_xmlrpc.py [deleted file]
apps/patchwork/tests/utils.py [deleted file]
apps/patchwork/urls.py [deleted file]
apps/patchwork/utils.py [deleted file]
apps/patchwork/views/__init__.py [deleted file]
apps/patchwork/views/base.py [deleted file]
apps/patchwork/views/bundle.py [deleted file]
apps/patchwork/views/mail.py [deleted file]
apps/patchwork/views/patch.py [deleted file]
apps/patchwork/views/project.py [deleted file]
apps/patchwork/views/user.py [deleted file]
apps/patchwork/views/xmlrpc.py [deleted file]
docs/HACKING
docs/INSTALL
lib/apache2/patchwork.mod_python.conf
lib/apache2/patchwork.wsgi
manage.py [new file with mode: 0755]
patchwork/__init__.py [new file with mode: 0644]
patchwork/admin.py [new file with mode: 0644]
patchwork/bin/__init__.py [new file with mode: 0644]
patchwork/bin/bash_completion [new file with mode: 0644]
patchwork/bin/parsemail-batch.sh [new file with mode: 0755]
patchwork/bin/parsemail.py [new file with mode: 0755]
patchwork/bin/parsemail.sh [new file with mode: 0755]
patchwork/bin/patchwork-cron.py [new file with mode: 0755]
patchwork/bin/pwclient [new file with mode: 0755]
patchwork/bin/rehash.py [new file with mode: 0755]
patchwork/bin/update-patchwork-status.py [new file with mode: 0755]
patchwork/context_processors.py [new file with mode: 0644]
patchwork/filters.py [new file with mode: 0644]
patchwork/fixtures/default_projects.xml [new file with mode: 0644]
patchwork/fixtures/initial_data.xml [new file with mode: 0644]
patchwork/forms.py [new file with mode: 0644]
patchwork/models.py [new file with mode: 0644]
patchwork/paginator.py [new file with mode: 0644]
patchwork/parser.py [new file with mode: 0644]
patchwork/requestcontext.py [new file with mode: 0644]
patchwork/settings/__init__.py [new file with mode: 0644]
patchwork/settings/base.py [new file with mode: 0644]
patchwork/settings/dev.py [new file with mode: 0644]
patchwork/settings/prod.py [new file with mode: 0644]
patchwork/templates/patchwork/activation_email.txt [new file with mode: 0644]
patchwork/templates/patchwork/activation_email_subject.txt [new file with mode: 0644]
patchwork/templates/patchwork/bundle.html [new file with mode: 0644]
patchwork/templates/patchwork/bundles.html [new file with mode: 0644]
patchwork/templates/patchwork/confirm-error.html [new file with mode: 0644]
patchwork/templates/patchwork/filters.html [new file with mode: 0644]
patchwork/templates/patchwork/help/about.html [new file with mode: 0644]
patchwork/templates/patchwork/help/index.html [new file with mode: 0644]
patchwork/templates/patchwork/help/pwclient.html [new file with mode: 0644]
patchwork/templates/patchwork/list.html [new file with mode: 0644]
patchwork/templates/patchwork/login.html [new file with mode: 0644]
patchwork/templates/patchwork/logout.html [new file with mode: 0644]
patchwork/templates/patchwork/mail-form.html [new file with mode: 0644]
patchwork/templates/patchwork/mail-settings.html [new file with mode: 0644]
patchwork/templates/patchwork/optin-request.html [new file with mode: 0644]
patchwork/templates/patchwork/optin-request.mail [new file with mode: 0644]
patchwork/templates/patchwork/optin.html [new file with mode: 0644]
patchwork/templates/patchwork/optout-request.html [new file with mode: 0644]
patchwork/templates/patchwork/optout-request.mail [new file with mode: 0644]
patchwork/templates/patchwork/optout.html [new file with mode: 0644]
patchwork/templates/patchwork/pagination.html [new file with mode: 0644]
patchwork/templates/patchwork/patch-change-notification-subject.text [new file with mode: 0644]
patchwork/templates/patchwork/patch-change-notification.mail [new file with mode: 0644]
patchwork/templates/patchwork/patch-list.html [new file with mode: 0644]
patchwork/templates/patchwork/patch.html [new file with mode: 0644]
patchwork/templates/patchwork/profile.html [new file with mode: 0644]
patchwork/templates/patchwork/project.html [new file with mode: 0644]
patchwork/templates/patchwork/projects.html [new file with mode: 0644]
patchwork/templates/patchwork/pwclient [new symlink]
patchwork/templates/patchwork/pwclientrc [new file with mode: 0644]
patchwork/templates/patchwork/register.mail [new file with mode: 0644]
patchwork/templates/patchwork/registration-confirm.html [new file with mode: 0644]
patchwork/templates/patchwork/registration_form.html [new file with mode: 0644]
patchwork/templates/patchwork/todo-list.html [new file with mode: 0644]
patchwork/templates/patchwork/todo-lists.html [new file with mode: 0644]
patchwork/templates/patchwork/user-link-confirm.html [new file with mode: 0644]
patchwork/templates/patchwork/user-link.html [new file with mode: 0644]
patchwork/templates/patchwork/user-link.mail [new file with mode: 0644]
patchwork/templatetags/__init__.py [new file with mode: 0644]
patchwork/templatetags/filter.py [new file with mode: 0644]
patchwork/templatetags/listurl.py [new file with mode: 0644]
patchwork/templatetags/order.py [new file with mode: 0644]
patchwork/templatetags/patch.py [new file with mode: 0644]
patchwork/templatetags/person.py [new file with mode: 0644]
patchwork/templatetags/pwurl.py [new file with mode: 0644]
patchwork/templatetags/syntax.py [new file with mode: 0644]
patchwork/tests/__init__.py [new file with mode: 0644]
patchwork/tests/mail/0001-git-pull-request.mbox [new file with mode: 0644]
patchwork/tests/mail/0002-git-pull-request-wrapped.mbox [new file with mode: 0644]
patchwork/tests/mail/0003-git-pull-request-with-diff.mbox [new file with mode: 0644]
patchwork/tests/mail/0004-git-pull-request-git+ssh.mbox [new file with mode: 0644]
patchwork/tests/mail/0005-git-pull-request-ssh.mbox [new file with mode: 0644]
patchwork/tests/mail/0006-git-pull-request-http.mbox [new file with mode: 0644]
patchwork/tests/mail/0007-cvs-format-diff.mbox [new file with mode: 0644]
patchwork/tests/mail/0008-git-rename.mbox [new file with mode: 0644]
patchwork/tests/mail/0009-git-rename-with-diff.mbox [new file with mode: 0644]
patchwork/tests/mail/0010-invalid-charset.mbox [new file with mode: 0644]
patchwork/tests/mail/0011-no-newline-at-end-of-file.mbox [new file with mode: 0644]
patchwork/tests/patches/0001-add-line.patch [new file with mode: 0644]
patchwork/tests/patches/0002-utf-8.patch [new file with mode: 0644]
patchwork/tests/test_bundles.py [new file with mode: 0644]
patchwork/tests/test_confirm.py [new file with mode: 0644]
patchwork/tests/test_encodings.py [new file with mode: 0644]
patchwork/tests/test_expiry.py [new file with mode: 0644]
patchwork/tests/test_filters.py [new file with mode: 0644]
patchwork/tests/test_list.py [new file with mode: 0644]
patchwork/tests/test_mail_settings.py [new file with mode: 0644]
patchwork/tests/test_mboxviews.py [new file with mode: 0644]
patchwork/tests/test_notifications.py [new file with mode: 0644]
patchwork/tests/test_patchparser.py [new file with mode: 0644]
patchwork/tests/test_person.py [new file with mode: 0644]
patchwork/tests/test_registration.py [new file with mode: 0644]
patchwork/tests/test_updates.py [new file with mode: 0644]
patchwork/tests/test_user.py [new file with mode: 0644]
patchwork/tests/test_xmlrpc.py [new file with mode: 0644]
patchwork/tests/utils.py [new file with mode: 0644]
patchwork/urls.py [new file with mode: 0644]
patchwork/utils.py [new file with mode: 0644]
patchwork/views/__init__.py [new file with mode: 0644]
patchwork/views/base.py [new file with mode: 0644]
patchwork/views/bundle.py [new file with mode: 0644]
patchwork/views/mail.py [new file with mode: 0644]
patchwork/views/patch.py [new file with mode: 0644]
patchwork/views/project.py [new file with mode: 0644]
patchwork/views/user.py [new file with mode: 0644]
patchwork/views/xmlrpc.py [new file with mode: 0644]
templates/patchwork/activation_email.txt [deleted file]
templates/patchwork/activation_email_subject.txt [deleted file]
templates/patchwork/bundle.html [deleted file]
templates/patchwork/bundles.html [deleted file]
templates/patchwork/confirm-error.html [deleted file]
templates/patchwork/filters.html [deleted file]
templates/patchwork/help/about.html [deleted file]
templates/patchwork/help/index.html [deleted file]
templates/patchwork/help/pwclient.html [deleted file]
templates/patchwork/list.html [deleted file]
templates/patchwork/login.html [deleted file]
templates/patchwork/logout.html [deleted file]
templates/patchwork/mail-form.html [deleted file]
templates/patchwork/mail-settings.html [deleted file]
templates/patchwork/optin-request.html [deleted file]
templates/patchwork/optin-request.mail [deleted file]
templates/patchwork/optin.html [deleted file]
templates/patchwork/optout-request.html [deleted file]
templates/patchwork/optout-request.mail [deleted file]
templates/patchwork/optout.html [deleted file]
templates/patchwork/pagination.html [deleted file]
templates/patchwork/patch-change-notification-subject.text [deleted file]
templates/patchwork/patch-change-notification.mail [deleted file]
templates/patchwork/patch-list.html [deleted file]
templates/patchwork/patch.html [deleted file]
templates/patchwork/profile.html [deleted file]
templates/patchwork/project.html [deleted file]
templates/patchwork/projects.html [deleted file]
templates/patchwork/pwclient [deleted symlink]
templates/patchwork/pwclientrc [deleted file]
templates/patchwork/register.mail [deleted file]
templates/patchwork/registration-confirm.html [deleted file]
templates/patchwork/registration_form.html [deleted file]
templates/patchwork/todo-list.html [deleted file]
templates/patchwork/todo-lists.html [deleted file]
templates/patchwork/user-link-confirm.html [deleted file]
templates/patchwork/user-link.html [deleted file]
templates/patchwork/user-link.mail [deleted file]
tools/patchwork-update-commits
tools/post-receive.hook
tox.ini