]> git.ozlabs.org Git - patchwork/log
patchwork
15 years agoUse consistent icons for filter settings
Jeremy Kerr [Sat, 23 Aug 2008 07:23:49 +0000 (15:23 +0800)]
Use consistent icons for filter settings

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoRemove duplicate "- Patchwork" from patch page titles
Jeremy Kerr [Sat, 23 Aug 2008 04:10:18 +0000 (12:10 +0800)]
Remove duplicate "- Patchwork" from patch page titles

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoRemove bottom margin from title
Jeremy Kerr [Sat, 23 Aug 2008 04:00:57 +0000 (12:00 +0800)]
Remove bottom margin from title

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoRemove 'action: ' print output
Jeremy Kerr [Sat, 23 Aug 2008 03:38:34 +0000 (11:38 +0800)]
Remove 'action: ' print output

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoUse up/down arrows as sorting indicator
Jeremy Kerr [Sat, 23 Aug 2008 03:31:10 +0000 (11:31 +0800)]
Use up/down arrows as sorting indicator

.. rather than a red heading, which implies an error.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoClean up stylesheet whitespace
Jeremy Kerr [Sat, 23 Aug 2008 03:14:50 +0000 (11:14 +0800)]
Clean up stylesheet whitespace

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoparsemail.sh typo: Insert missing slash in path
Nate Case [Fri, 22 Aug 2008 20:58:07 +0000 (15:58 -0500)]
parsemail.sh typo: Insert missing slash in path

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoPython 2.4 exception printing compatibility
Nate Case [Fri, 22 Aug 2008 20:58:06 +0000 (15:58 -0500)]
Python 2.4 exception printing compatibility

Use str(ex) instead of ex.message for reporting exceptions

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoSupport postgresql_psycopg2 DATABASE_ENGINE
Nate Case [Fri, 22 Aug 2008 20:58:05 +0000 (15:58 -0500)]
Support postgresql_psycopg2 DATABASE_ENGINE

Check for "postgresql*" rather than just "postgresql" in
HashField.db_type() so that postgresql_psycopg2 will work.

While we're here, raise an exception if the database engine is
unknown rather than silently not returning anything.

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoIn some places tabs are used instead of spaces for indentation,
Nate Case [Sat, 23 Aug 2008 03:03:18 +0000 (11:03 +0800)]
In some places tabs are used instead of spaces for indentation,
even when other lines of a method are indented with spaces.

This gets rid of all tabs and uses spaces everywhere.

[Reworked to apply on newer code by Jeremy]

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoAdd support for Python 2.4 email modules
Nate Case [Fri, 22 Aug 2008 20:58:03 +0000 (15:58 -0500)]
Add support for Python 2.4 email modules

Use email.MIMEText, email.Utils, and email.Header in the case
where importing the newer email.mime.text, email.utils, and
email.header modules failed.

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoEliminate hashlib requirement
Nate Case [Fri, 22 Aug 2008 20:58:02 +0000 (15:58 -0500)]
Eliminate hashlib requirement

If the hashlib module does not exist, use sha and md5 modules instead
to support Python 2.4.  The hashlib module was added to Python 2.5.

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoAdd simple help infrastructure, with an 'about' page.
Jeremy Kerr [Sat, 23 Aug 2008 02:29:12 +0000 (10:29 +0800)]
Add simple help infrastructure, with an 'about' page.

We'll need the about page for adding attribution for included
components.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoUse self.fields[field] rather than self.field when iterating form fields
Jeremy Kerr [Sat, 23 Aug 2008 02:25:43 +0000 (10:25 +0800)]
Use self.fields[field] rather than self.field when iterating form fields

This way, we included the delegate field added in the
MultiplePatchForm's constructor.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoPatchform.delegate isn't required
Jeremy Kerr [Sat, 23 Aug 2008 00:47:16 +0000 (08:47 +0800)]
Patchform.delegate isn't required

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoAdd padding before each project in 'other projects' lists
Jeremy Kerr [Fri, 22 Aug 2008 07:17:05 +0000 (15:17 +0800)]
Add padding before each project in 'other projects' lists

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoTone down acked-by and signed-off-by colours a little
Jeremy Kerr [Fri, 22 Aug 2008 07:09:42 +0000 (15:09 +0800)]
Tone down acked-by and signed-off-by colours a little

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoZebra-stripe the patch list
Jeremy Kerr [Fri, 22 Aug 2008 06:17:44 +0000 (14:17 +0800)]
Zebra-stripe the patch list

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoUse DEFAULT_FROM_EMAIL rather than PATCHWORK_FROM_EMAIL
Jeremy Kerr [Fri, 22 Aug 2008 03:17:59 +0000 (11:17 +0800)]
Use DEFAULT_FROM_EMAIL rather than PATCHWORK_FROM_EMAIL

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoAdd DB permissions for registration app
Jeremy Kerr [Fri, 22 Aug 2008 03:02:04 +0000 (11:02 +0800)]
Add DB permissions for registration app

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoDocument dependency on django-registration
Jeremy Kerr [Fri, 22 Aug 2008 02:42:05 +0000 (10:42 +0800)]
Document dependency on django-registration

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoUse django-registration infrastructure
Jeremy Kerr [Fri, 22 Aug 2008 02:41:25 +0000 (10:41 +0800)]
Use django-registration infrastructure

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoNo help for now.
Jeremy Kerr [Thu, 21 Aug 2008 10:15:19 +0000 (18:15 +0800)]
No help for now.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoPatchwork Beta 1.
Jeremy Kerr [Thu, 21 Aug 2008 09:45:00 +0000 (17:45 +0800)]
Patchwork Beta 1.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoAdd project argument to set_bundle
Jeremy Kerr [Thu, 21 Aug 2008 09:25:35 +0000 (17:25 +0800)]
Add project argument to set_bundle

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoAdd project argument to set_patches
Jeremy Kerr [Thu, 21 Aug 2008 09:24:01 +0000 (17:24 +0800)]
Add project argument to set_patches

MultiplePatchForm needs a project, so pass one down.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoRemove unused and incomplete bundle.set_patches view
Jeremy Kerr [Thu, 21 Aug 2008 09:20:45 +0000 (17:20 +0800)]
Remove unused and incomplete bundle.set_patches view

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoAdd more details to installation procedure
Jeremy Kerr [Thu, 21 Aug 2008 09:18:22 +0000 (17:18 +0800)]
Add more details to installation procedure

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoFix NoReverseMatch in patch template
Jeremy Kerr [Thu, 21 Aug 2008 09:15:40 +0000 (17:15 +0800)]
Fix NoReverseMatch in patch template

15 years agoGet parsemail scripts going
Jeremy Kerr [Thu, 21 Aug 2008 09:08:23 +0000 (17:08 +0800)]
Get parsemail scripts going

A couple of fixes, plus required permissions in the grant-all script.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoRemove beta link text from user-link template
Jeremy Kerr [Thu, 21 Aug 2008 08:44:00 +0000 (16:44 +0800)]
Remove beta link text from user-link template

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoAdd Users and Sites objects to admin site
Jeremy Kerr [Thu, 21 Aug 2008 08:24:47 +0000 (16:24 +0800)]
Add Users and Sites objects to admin site

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoUse new django admin infrastructure
Jeremy Kerr [Thu, 21 Aug 2008 08:11:20 +0000 (16:11 +0800)]
Use new django admin infrastructure

Also, we don't need to expose every object.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agonewforms is just 'forms' now.
Jeremy Kerr [Thu, 21 Aug 2008 07:19:48 +0000 (15:19 +0800)]
newforms is just 'forms' now.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoImplement confirmation emails.
Jeremy Kerr [Thu, 21 Aug 2008 05:41:10 +0000 (13:41 +0800)]
Implement confirmation emails.

To do this, we need to allow sucessive requests for the same
confirmation URL.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoClean style.css
Jeremy Kerr [Thu, 21 Aug 2008 02:11:33 +0000 (10:11 +0800)]
Clean style.css

Remove crappy whitespace, and reorder.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoMake submitter filter AJAX work in Firefox
Jeremy Kerr [Thu, 21 Aug 2008 02:06:33 +0000 (10:06 +0800)]
Make submitter filter AJAX work in Firefox

.options can't be set in Firefox.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoAdd appropriate javascrip variable decalrations
Jeremy Kerr [Thu, 21 Aug 2008 01:51:40 +0000 (09:51 +0800)]
Add appropriate javascrip variable decalrations

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoFix invalid border style
Jeremy Kerr [Thu, 21 Aug 2008 01:49:58 +0000 (09:49 +0800)]
Fix invalid border style

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agoInital commit
Jeremy Kerr [Thu, 21 Aug 2008 01:38:06 +0000 (09:38 +0800)]
Inital commit

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>