Diff for "FrontPage"

Not logged in - Log In / Register

Differences between revisions 41 and 43 (spanning 2 versions)
Revision 41 as of 2009-05-08 15:48:34
Size: 4096
Editor: kfogel
Comment: Minor formatting tweak.
Revision 43 as of 2009-06-29 14:40:28
Size: 3484
Editor: sinzui
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
[''This wiki is still very much a work in progress. When this notice disappears, that means it's still a work in progress, just not so much in progress that it demands a notice. The notice should go away before Launchpad is [[OpenSourcing|open sourced]] this July''] [''This wiki is still very much a work in progress. When this notice disappears, that means it's still a work in progress, just not so much in progress that it demands a notice. The notice should go away before Launchpad is [[OpenSourcing|open sourced]].'']
Line 69: Line 69:

<<Anchor(zope-tips)>>
== Zope tips ==

=== ForbiddenAttribute ===
There are several possible causes:
 * The attribute does not exist. (This would normally cause an AttributeError.)
 * The attribute is present in the database class, but not in the relevant interface
 class.
 * The attribute is not named in the relevant ZCML file. This does not apply if
 the entire interface is allowed.
 * There ''is'' no corresponding interface.

This is not the same as Unauthorized. Unauthorized means that an authorization regime has been properly set up, but the current user is not authorized.

Launchpad Development Wiki

Quick links

Get started with Launchpad
Get help with Launchpad

[This wiki is still very much a work in progress. When this notice disappears, that means it's still a work in progress, just not so much in progress that it demands a notice. The notice should go away before Launchpad is open sourced.]

Launchpad is a suite of tools that help people and teams to work together on free software.

This wiki is about the development of Launchpad. If you're just looking for help using Launchpad (including help with its APIs) please visit the help wiki.

But if you're a heavy user of Launchpad who wants to help shape its future -- e.g. an Ubuntu Core Dev, MOTU, or Launchpad developer -- then this is the wiki for you.

Getting Started

Parts of Launchpad

This wiki is new and we're still moving information to it from other places:

Process

Tools

External documentation

FrontPage (last edited 2022-02-11 15:30:47 by jugmac00)