Really need to get this into git, so I can do some hacking.
authorMagnus Hagander <magnus@hagander.net>
Fri, 19 Jul 2013 12:55:56 +0000 (14:55 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 19 Jul 2013 12:55:56 +0000 (14:55 +0200)
commit3a0dcbdbff5d1dbdef75eee000075c67c27f2915
tree99cab09d9038dcd5ff72522771005144a151972e
Really need to get this into git, so I can do some hacking.

May very well do a complete rebase later to get rid of history
49 files changed:
.gitignore [new file with mode: 0644]
pgcommitfest/.gitignore [new file with mode: 0644]
pgcommitfest/__init__.py [new file with mode: 0644]
pgcommitfest/commitfest/__init__.py [new file with mode: 0644]
pgcommitfest/commitfest/admin.py [new file with mode: 0644]
pgcommitfest/commitfest/ajax.py [new file with mode: 0644]
pgcommitfest/commitfest/forms.py [new file with mode: 0644]
pgcommitfest/commitfest/lookups.py [new file with mode: 0644]
pgcommitfest/commitfest/models.py [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/bootstrap.css [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/animated-overlay.gif [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-icons_222222_256x240.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-icons_454545_256x240.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-icons_888888_256x240.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/css/jquery-ui.css [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/img/glyphicons-halflings.png [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/js/bootstrap-collapse.js [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/js/bootstrap-dropdown.js [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/js/bootstrap-modal.js [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/js/jquery-ui.js [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/js/jquery.js [new file with mode: 0644]
pgcommitfest/commitfest/static/commitfest/spinner.gif [new file with mode: 0644]
pgcommitfest/commitfest/templates/base.html [new file with mode: 0644]
pgcommitfest/commitfest/templates/base_form.html [new file with mode: 0644]
pgcommitfest/commitfest/templates/commitfest.html [new file with mode: 0644]
pgcommitfest/commitfest/templates/home.html [new file with mode: 0644]
pgcommitfest/commitfest/templates/patch.html [new file with mode: 0644]
pgcommitfest/commitfest/templates/patch_commands.inc [new file with mode: 0644]
pgcommitfest/commitfest/templatetags/__init__.py [new file with mode: 0644]
pgcommitfest/commitfest/templatetags/commitfest.py [new file with mode: 0644]
pgcommitfest/commitfest/views.py [new file with mode: 0644]
pgcommitfest/mailqueue/__init__.py [new file with mode: 0644]
pgcommitfest/mailqueue/admin.py [new file with mode: 0644]
pgcommitfest/mailqueue/models.py [new file with mode: 0644]
pgcommitfest/mailqueue/util.py [new file with mode: 0644]
pgcommitfest/manage.py [new file with mode: 0755]
pgcommitfest/selectable [new symlink]
pgcommitfest/settings.py [new file with mode: 0644]
pgcommitfest/urls.py [new file with mode: 0644]