lp:~bryce/launchpad/lp-617698-forwarding

Created by Bryce Harrington and last modified
Get this branch:
bzr branch lp:~bryce/launchpad/lp-617698-forwarding
Only Bryce Harrington can upload to this branch. If you are Bryce Harrington please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Bryce Harrington
Project:
Launchpad itself
Status:
Development

Recent revisions

9968. By Bryce Harrington

Review from jeroen: Move component/sourcepackage check to a new
member function of SourcePackage.

9967. By Bryce Harrington

Review from jeroen: Typo for "searched"?

9966. By Bryce Harrington

Review from jeroen: "Commented-out code is a bad thing."

9965. By Bryce Harrington

Review from jeroen: "Also note that a count() on the query can be
relatively expensive and deliver more information than you need. If all
you need to know is whether there are any at all, use is_empty() instead"

9964. By Bryce Harrington

Re-merge db-devel trunk

9963. By Bryce Harrington

Revert Jeroen's change for component form so editing components works.

In review, Jeroen noticed I had an ugly if clause to look up the source
package name field for the component edit form, and suggested replacing
it with a dict to look up the fields.

Unfortunately, it's not so simple. The SourcePackageName object is not
a string property, so has to be handled differently than other kinds of
objects (we have to explicitly reference it's .name field to get the
string out of it). So the None check and special handling of this field
is required. Otherwise, an Oops occurs when it tries to fill in the
package name field with the object rather than the string.

9962. By Bryce Harrington

Compare string against the '.name' field of DSP rather than object itself.

9961. By Bryce Harrington

Adjust to new widgets location

9960. By Bryce Harrington

Re-merge db-devel trunk

9959. By Bryce Harrington

Giving up on feature flags stuff and ripping it out.

The flags work fine in the browser when setting the flag manually, but
I just can't sort out how to get the unittests to recognize it. This
issue has been blocking progress on this branch for months now, and I've
failed to find anyone who can explain how to make it work properly.
Martin Pool suggested just dropping it and moving on, which sounds good
to me.

Branch metadata

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

Subscribers