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