]> git.ozlabs.org Git - patchwork/commit
Inital commit
authorJeremy Kerr <jk@ozlabs.org>
Thu, 21 Aug 2008 01:38:06 +0000 (09:38 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 21 Aug 2008 01:38:06 +0000 (09:38 +0800)
commitc561ebe710d6e6a43aa4afc6c2036a215378ce87
tree7d4a56233ef53a0457646c47895ac5c6e7a65d31
Inital commit

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
67 files changed:
apps/__init__.py [new file with mode: 0644]
apps/manage.py [new file with mode: 0755]
apps/patchwork/__init__.py [new file with mode: 0644]
apps/patchwork/bin/parsemail-batch.sh [new file with mode: 0644]
apps/patchwork/bin/parsemail.py [new file with mode: 0755]
apps/patchwork/bin/parsemail.sh [new file with mode: 0755]
apps/patchwork/bin/patchparser.py [new file with mode: 0644]
apps/patchwork/bin/setup.py [new file with mode: 0755]
apps/patchwork/bin/update-patchwork-status.py [new file with mode: 0755]
apps/patchwork/context_processors.py [new file with mode: 0644]
apps/patchwork/filters.py [new file with mode: 0644]
apps/patchwork/forms.py [new file with mode: 0644]
apps/patchwork/models.py [new file with mode: 0644]
apps/patchwork/paginator.py [new file with mode: 0644]
apps/patchwork/parser.py [new file with mode: 0644]
apps/patchwork/requestcontext.py [new file with mode: 0644]
apps/patchwork/sql/project.sql [new file with mode: 0644]
apps/patchwork/sql/state.sql [new file with mode: 0644]
apps/patchwork/templatetags/__init__.py [new file with mode: 0644]
apps/patchwork/templatetags/filter.py [new file with mode: 0644]
apps/patchwork/templatetags/listurl.py [new file with mode: 0644]
apps/patchwork/templatetags/order.py [new file with mode: 0644]
apps/patchwork/templatetags/patch.py [new file with mode: 0644]
apps/patchwork/templatetags/person.py [new file with mode: 0644]
apps/patchwork/templatetags/pwurl.py [new file with mode: 0644]
apps/patchwork/templatetags/syntax.py [new file with mode: 0644]
apps/patchwork/urls.py [new file with mode: 0644]
apps/patchwork/utils.py [new file with mode: 0644]
apps/patchwork/views/__init__.py [new file with mode: 0644]
apps/patchwork/views/base.py [new file with mode: 0644]
apps/patchwork/views/bundle.py [new file with mode: 0644]
apps/patchwork/views/patch.py [new file with mode: 0644]
apps/patchwork/views/user.py [new file with mode: 0644]
apps/settings.py [new file with mode: 0644]
apps/urls.py [new file with mode: 0644]
docs/INSTALL [new file with mode: 0644]
htdocs/css/style.css [new file with mode: 0644]
htdocs/images/filter-add.png [new file with mode: 0644]
htdocs/images/filter-remove.png [new file with mode: 0644]
htdocs/images/title-background.png [new file with mode: 0644]
htdocs/js/autocomplete.js [new file with mode: 0644]
htdocs/js/filters.js [new file with mode: 0644]
htdocs/js/people.js [new file with mode: 0644]
lib/apache2/patchwork.fastcgi.conf [new file with mode: 0644]
lib/apache2/patchwork.mod_python.conf [new file with mode: 0644]
lib/sql/grant-all.sql [new file with mode: 0644]
templates/patchwork/base.html [new file with mode: 0644]
templates/patchwork/bundle-public.html [new file with mode: 0644]
templates/patchwork/bundle.html [new file with mode: 0644]
templates/patchwork/filters.html [new file with mode: 0644]
templates/patchwork/list.html [new file with mode: 0644]
templates/patchwork/login.html [new file with mode: 0644]
templates/patchwork/logout.html [new file with mode: 0644]
templates/patchwork/pagination.html [new file with mode: 0644]
templates/patchwork/patch-form.html [new file with mode: 0644]
templates/patchwork/patch-list.html [new file with mode: 0644]
templates/patchwork/patch.html [new file with mode: 0644]
templates/patchwork/patchlist.html [new file with mode: 0644]
templates/patchwork/profile.html [new file with mode: 0644]
templates/patchwork/project.html [new file with mode: 0644]
templates/patchwork/projects.html [new file with mode: 0644]
templates/patchwork/register-confirm.html [new file with mode: 0644]
templates/patchwork/register.html [new file with mode: 0644]
templates/patchwork/todo-list.html [new file with mode: 0644]
templates/patchwork/todo-lists.html [new file with mode: 0644]
templates/patchwork/user-link-confirm.html [new file with mode: 0644]
templates/patchwork/user-link.html [new file with mode: 0644]