lp://qastaging/~divmod-dev/divmod.org/urchin-ssl-2479

Created by Glyph Lefkowitz and last modified
Get this branch:
bzr branch lp://qastaging/~divmod-dev/divmod.org/urchin-ssl-2479
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:
Development

Recent revisions

2464. By washort

new urchin code for Mantissa

2463. By washort

Branching to 'urchin-ssl-2479'

2462. By pjd

Merge epsilon.caseless-2523

Author: pjd
Reviewer: washort, glyph
Fixes: #2523

Add the epsilon.caseless module, with a Caseless string wrapper type.

2461. By exarkun

Merge pyflakes-2.3-2093-2

Author: exarkun, indigo
Reviewer: mithrandi
Fixes #2093

Make Pyflakes work with Python 2.3 - Python 2.5 and skip the tests which
require Python 2.4 or Python 2.5 when run on Python 2.3 or Python 2.4.

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

Branch metadata

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

Subscribers