lp:~divmod-dev/divmod.org/811792-different-metadata-approach

Created by Tristan Seligmann and last modified
Get this branch:
bzr branch lp:~divmod-dev/divmod.org/811792-different-metadata-approach
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:
Merged

Recent revisions

2677. By Tristan Seligmann

Apparently we can just set these attributes nowadays.

2676. By Jean-Paul Calderone

Special case two unicode line separator characters in the Nevow JSON serializer.

U+2028 and U+2029 are legal in JSON strings but not legal in JavaScript
strings. To simplify life for the browser side of things, avoid ever
emitting these characters in Nevow's JSON serializer and instead emit
the escaped forms instead.

2675. By Jean-Paul Calderone

Change the Epsilon packaging metadata to point to the Launchpad hosting URLs rather than defunct divmod.org URLs.

2674. By exarkun

Merge ideographic-space-is-full-width-2990

Author: exarkun
Reviewer: mithrandi
Fixes: #2990

Replace the use of LATIN SMALL LETTER GLOTTAL STOP in the full-width
backspace handling test with IDEOGRAPHIC SPACE. The former is not
actually full-width, it was merely marked as being so in version 4.1
of the unicode database.

2673. By exarkun

Merge thomas-sets-warning-2996

Author: Ange, exarkun
Reviewer: mithrandi
Fixes: #2996

Avoid using the deprecated `sets` module in Reverend.

2672. By exarkun

Merge remove-sslverify-3010

Author: exarkun
Reviewer: mithrandi
Fixes: #3010

Remove the deprecated epsilon.sslverify. Use twisted.internet.ssl
instead.

2671. By mithrandi

Merge integer-lower-bound-3016.

Fixes #3016
Author: mithrandi
Reviewer: jonathanj

Raise an explicit exception when setting an integer attribute to a negative
value that is too large for SQLite to store.

2670. By mithrandi

Merge widget-connection-2870.

Fixes #2870
Author: mithrandi
Reviewer: jonathanj, exarkun

Add connectionMade and connectionLost callbacks to Athena widgets, which are
invoked when the transport first becomes available, and when it ceases to be
available, respectively.

2669. By exarkun

Remove some duplication in the email address regexp

Author: exarkun
Reviewer: mithrandi
Fixes: #3011

Change the definition of the regexp for parsing email addresses so that it uses
the `somePrintableUSAscii` variable that it creates instead of duplicating the
information it represents.

2668. By exarkun

Merge inbox-people-list-2224

Author: exarkun
Reviewer: none
Fixes: #2224
Fixes: #1886

Change the Quotient inbox people list so that it orders people alphabetically
and so that it does not exclude the self person from the listing.

Branch metadata

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

Subscribers