lp:~divmod-dev/divmod.org/request-uri-2562

Created by Glyph Lefkowitz and last modified
Get this branch:
bzr branch lp:~divmod-dev/divmod.org/request-uri-2562
Members of Divmod-dev can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Divmod-dev
Project:
Divmod
Status:
Abandoned

Recent revisions

2462. By exarkun

merge url changes from #1252 branch

2461. By exarkun

Branching to 'request-uri-2562'

2460. By mithrandi

Fix semantic confusion in FakeRequest HTTP header handling.

Fixes #2559
Author: mithrandi
Reviewer: exarkun

FakeRequest no longer conflates request and response headers.

2459. By exarkun

Apply patch to fix ScrollTable JavaScript

Author: exarkun
Reviewer: pjd
Fixes #2560

Change the use of "char", a reserved word, to a different variable name.
Change the use of a "for (... in ...)" loop, which often has surprising
behavior, to a normal "for (...; ...; ...)" loop.

2458. By exarkun

Merge user-vhosts-2406-8

Author: exarkun
Reviewer: glyph
Fixes #2406
Refs #417

Add support for doing name-based virtual hosting for per-user subdomains.
A request made onto a user subdomain starts resource traversal at that
user's sharing index.

2457. By exarkun

Revert r15255 - failure in Mantissa tests

Reopens #2559

{{{
===============================================================================
[ERROR]: xmantissa.test.test_website.SiteConfigurationTests.test_rootURLNonstandardRequestPort

Traceback (most recent call last):
  File "/home/exarkun/Projects/Divmod/trunk/Mantissa/xmantissa/test/test_website.py", line 318, in test_rootURLNonstandardRequestPort
    request = FakeRequest(isSecure=isSecure, headers={
exceptions.NameError: global name isSecure is not defined
-------------------------------------------------------------------------------
}}}

2456. By mithrandi

Fix semantic confusion in FakeRequest HTTP header handling.

Fixes #2559
Author: mithrandi
Reviewer: exarkun

FakeRequest no longer conflates request and response headers.

2455. By exarkun

Merge better-site-upgrader-2533-3

Author: exarkun
Reviewer: pjd
Fixes #2533

Fix several problems with the WebSite upgrader:

  * Make sure the old object is uninstalled
  * Make sure an AnonymousSite is created
  * Make sure a LoginSystem is properly installed

2454. By exarkun

Merge with-ifexp-2095

Author: indigo, exarkun
Reviewer: herve, exarkun, washort
Fixes #2095

Add support for if-else expressions and with statements to Pyflakes.

2453. By pjd

Merge cleanup-2551

Author: pjd
Reviewer: washort
Fixes #2551

This corrects a number of typos and other miscellaneous problems.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~glyph/divmod.org/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers