lp:~gagern/trac-bzr/bug488151

Created by Martin von Gagern and last modified
Get this branch:
bzr branch lp:~gagern/trac-bzr/bug488151
Only Martin von Gagern can upload to this branch. If you are Martin von Gagern please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Martin von Gagern
Project:
Trac-Bzr
Status:
Merged

Recent revisions

75. By Martin von Gagern

Render parent links in Trac 0.11. LP #488151.

For Trac 0.11, the "parents" revision property is a simple list of revision
identifiers (as trac sees them, i.e. with branch name). Later on this
property is passed to our implementation of IPropertyRenderer which will
turn it into a nice table.

Some effort is taken to carry the subtree restriction (if any) from the
currently displayed changeset view to the linked resources.

The table has class "wiki" because that seems to be the only class defined
in trac.css that has a border but doesn't span the whole width. Don't feel
like adding custom css just for this single table.

Parent links for Trac 0.10 stay as they were, i.e. in two separate
properties and emplying Trac wiki syntax. No effort taken to use a table
there as well, as formatting table headers would probably be a pain.

74. By Martin von Gagern

List myself as a contributor

73. By Martin von Gagern

Merge fix for LP #484983: Drop broken BzrDirNode.get_previous.

72. By Martin von Gagern

Merge fix for LP #487529: Delegate handling of dotted revnos to bzrlib.

71. By Martin von Gagern

Merge fix against memory leaks, LP #484324

70. By Martin von Gagern

Keep the log available.

For reasons unknown, past versions of trac disabled the log object on
invocation of the sync method. This prevents using the log for debugging
and other error messages.

69. By David Allouche

Fix TypeError, comparison of offset-naive and offset-aware datetimes.

In commit 60, Jelmer said: "All timestamps are utc by default."

That is not true. By default, datetimes are offset-naive,
but Trac uses offset-aware datetimes internally.

68. By Jelmer Vernooij

Avoid _get_weave.

67. By Jelmer Vernooij

Use constants for current: revision.

66. By Jelmer Vernooij

Merge fix for bug 303327.

Branch metadata

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