summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* test/mboxviews: Add test for header-supplied datesJeremy Kerr2013-06-101-0/+15
* views/mbox: Use Date: header from original messageJeremy Kerr2013-06-102-2/+12
* views: Move mbox handling from models to viewsJeremy Kerr2013-06-105-88/+92
* models: Fix invalid dates in patch mboxJeremy Kerr2013-06-102-2/+28
* models: fix From header in mbox viewAndreas Bießmann2013-05-141-1/+5
* tests/mboxviews: add test for correct From headerAndreas Bießmann2013-05-141-0/+25
* bundles: Don't display 'Change order' button on public bundle viewJeremy Kerr2013-04-212-1/+2
* bundles: Don't allow slashes in bundle namesJeremy Kerr2013-04-202-1/+7
* bundles: Remove separate public bundle viewsJeremy Kerr2013-04-206-74/+197
* forms: Only pass post data to multiplepatchform if that was what was submittedJeremy Kerr2012-12-301-1/+8
* tests/bundle: Check for form errors during bundle updatesJeremy Kerr2012-12-301-0/+23
* tests/bundle: Add bundle update tests, fix missing action behaviourJeremy Kerr2012-12-302-0/+55
* tests/bundle: Add tests for public bundle viewsJeremy Kerr2012-12-301-0/+27
* views/bundle: Allow downloading public bundle as mboxSimo Sorce2012-12-302-5/+15
* pwclient: Add a little more space in 'pwclient list'Doug Anderson2012-12-301-3/+3
* xmlrpc: Avoid trying to marshall None for people with no nameDoug Anderson2012-12-301-1/+9
* pwclient: Add command for printing patch infoDoug Anderson2012-12-301-2/+14
* Add URL and SCM data to projectsSimo Sorce2012-11-151-0/+3
* pwclient: lookup patch_id given Message-IdBen Myers2012-11-051-2/+9
* bundles: Add check for duplicate bundlesJeremy Kerr2012-10-222-0/+36
* requestcontext: Initialise 'messages' context varJeremy Kerr2012-10-081-1/+4
* settings: Use new class for auth context processorJeremy Kerr2012-10-081-1/+1
* settings: Use class-based template loading APIJeremy Kerr2012-10-081-2/+2
* settings: Add message middlewareJeremy Kerr2012-09-061-0/+1
* pwclient: Pass input to git-am as a UTF-8 stringJeremy Kerr2012-09-041-1/+1
* templates: Don't rely on bool(Page)Jeremy Kerr2012-06-173-1/+40
* models: Add connection parameter for HashField.db_type.Jeremy Kerr2012-05-041-1/+1
* tests: Find test data relative to file locationDirk Wallenstein2012-05-041-2/+2
* tests/notifications: Add test for escaped patch namesJeremy Kerr2012-05-011-0/+14
* tests: Check the right optin emailDirk Wallenstein2012-05-011-1/+1
* tests/patchparser: abstract delegate and state testingJeremy Kerr2012-04-301-21/+17
* tests/patchparser: don't assume PK valuesJeremy Kerr2012-04-301-14/+21
* tests: Add tests for explicit delegate and state requestsDirk Wallenstein2012-04-301-2/+106
* Use an explicit initial default patch stateDirk Wallenstein2012-04-302-4/+7
* parser: allow words starting with "diff" at beginning of lineStefan Hajnoczi2012-01-142-1/+6
* tests/patchparser: Add CVS format patch testJeremy Kerr2011-12-082-0/+142
* tests: add abstract mbox parsing testJeremy Kerr2011-12-081-7/+9
* filters: handle utf-8 characters when building filter querystringJeremy Kerr2011-12-082-2/+17
* patchwork: new pwclient git-am actiondavid decotigny2011-11-251-3/+20
* parser: allow other protocol types in pull-request handlingJeremy Kerr2011-11-255-1/+1055
* models: Update Person & UserProfile object whenever User is savedJeremy Kerr2011-09-192-5/+46
* Merge branch 'notifications'Jeremy Kerr2011-09-1917-68/+1316
|\
| * notifications: implement opt-outnotificationsJeremy Kerr2011-04-143-3/+29
| * notifications: Add NOTIFICATION_FROM_EMAIL settingJeremy Kerr2011-04-142-1/+2
| * notifications: Add code to send notificationsJeremy Kerr2011-04-144-1/+185
| * models: Add PatchChangeNotification and record patch state changesJeremy Kerr2011-04-143-0/+162
| * Add email opt-out systemJeremy Kerr2011-04-148-4/+448
| * registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-1411-40/+260
| * Use generic email confirmation objectJeremy Kerr2011-04-147-29/+240
* | xmlrpc: do slice before patch_to_dictJeremy Kerr2011-07-181-1/+1