Size: 3650
Comment: Minor formatting tweak.
|
Size: 3645
Comment: Link to about-to-be-created page on PQM commit messages.
|
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.''] | [''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''] |
Line 16: | Line 16: |
But if you're a heavy user of Launchpad who wants to help shape its future -- e.g. an Ubuntu Core Dev, [[https://launchpad.net/~motu|MOTU]], or Launchpad developer -- then this is the wiki for you. Note that launchpad will be open source [[OpenSourcing|soon]]. | But if you're a heavy user of Launchpad who wants to help shape its future -- e.g. an Ubuntu Core Dev, [[https://launchpad.net/~motu|MOTU]], or Launchpad developer -- then this is the wiki for you. |
Line 47: | Line 47: |
* [[https://launchpad.canonical.com/PQMStyleGuide | PQM commit message style guide]] | * [[PQMCommitMessages | PQM commit message style guide]] |
Launchpad Development Wiki
Quick links |
[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 this July]
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
Rocketfuel Setup How to configure Launchpad initially. (Or try this alternate approach.)
Parts of Launchpad
Translations - translating programs into multiple languages
Registry - people, projects and teams
This wiki is new and we're still moving information to it from other places:
Foundations - everything that holds Launchpad together
Bugs - the bug tracker
Code - version control
Answers - knowledge base
Blueprint - collaborative design
Process
Tools
External documentation
Zope components (Interfaces)
DeveloperLibrary recommends some books
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.