Give quick summary of recipe syntax near recipe field
Bug #670475 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Tim Penhey |
Bug Description
Being asked to enter a recipe into a big box is scary. It would be nice if the recipe field gave a quick summary of the recipe syntax. This would help the user to debug any error messages they get from submitting the recipe.
Related branches
lp://qastaging/~thumper/launchpad/recipe-syntax
- Curtis Hovey (community): Approve (code)
-
Diff: 360 lines (+230/-15)8 files modifiedMakefile (+3/-0)
lib/lp/app/browser/configure.zcml (+8/-0)
lib/lp/app/browser/launchpadform.py (+32/-0)
lib/lp/app/browser/tests/test_launchpadform.py (+66/-0)
lib/lp/app/templates/launchpad-form.pt (+18/-12)
lib/lp/code/browser/sourcepackagerecipe.py (+11/-3)
lib/lp/code/help/recipe-syntax.html (+91/-0)
lib/lp/code/templates/sourcepackagerecipe-new.pt (+1/-0)
Changed in launchpad-code: | |
status: | Triaged → In Progress |
assignee: | nobody → Tim Penhey (thumper) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
Changed in launchpad: | |
assignee: | Tim Penhey (thumper) → michal (kszczot) |
Changed in launchpad: | |
assignee: | michal (kszczot) → Tim Penhey (thumper) |
To post a comment you must log in.
We could look to add some popup help for this, do you think that this is sufficient?
We don't want too much noise there.