Make the +filebug duplicate list load asynchronously
Bug #358510 reported by
Graham Binns
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Graham Binns |
Bug Description
At the moment the list of duplicates on the +filebug page is loaded with the rest of the page. For large projects or distros this can take a long time depending on the summary that's been entered. We should load the list asynchronously using Javascript.
Related branches
lp://qastaging/~gmb/launchpad/prince-of-ajax-dupefinding-bug-358510
- Michael Nelson (community): Approve (code js)
- Canonical Launchpad Engineering: Pending (code) requested
-
Diff: 477 lines (+247/-135)3 files modifiedlib/canonical/launchpad/javascript/bugs/filebug-dupefinder.js (+242/-133)
lib/canonical/launchpad/templates/launchpad-form.pt (+2/-1)
lib/lp/bugs/templates/bugtarget-filebug-submit-bug.pt (+3/-1)
lp://qastaging/~gmb/launchpad/ajax-dupefinder-has-risen-from-the-grave
- Edwin Grubbs (community): Abstain (code)
- Gavin Panella (community): Approve (code js)
- Michael Nelson (community): Approve (ui)
-
Diff: 838 lines (+351/-135)10 files modifiedlib/canonical/launchpad/javascript/bugs/filebug-dupefinder.js (+71/-57)
lib/lp/bugs/browser/bugtarget.py (+58/-20)
lib/lp/bugs/browser/configure.zcml (+7/-0)
lib/lp/bugs/browser/tests/bugtarget-filebug-views.txt (+19/-0)
lib/lp/bugs/interfaces/bug.py (+9/-2)
lib/lp/bugs/templates/bugtarget-filebug-inline-form.pt (+11/-0)
lib/lp/bugs/templates/bugtarget-filebug-search.pt (+103/-33)
lib/lp/bugs/templates/bugtarget-filebug-show-similar.pt (+7/-2)
lib/lp/bugs/templates/bugtarget-filebug-submit-bug.pt (+2/-2)
lib/lp/bugs/templates/bugtarget-macros-filebug.pt (+64/-19)
Changed in malone: | |
importance: | Undecided → High |
milestone: | none → 2.2.4 |
status: | New → Triaged |
Changed in malone: | |
milestone: | 2.2.4 → 2.2.5 |
Changed in malone: | |
milestone: | 2.2.5 → 2.2.6 |
Changed in malone: | |
assignee: | nobody → Graham Binns (gmb) |
Changed in malone: | |
milestone: | 2.2.6 → 2.2.7 |
Changed in malone: | |
milestone: | 2.2.7 → 2.2.8 |
Changed in malone: | |
milestone: | 2.2.8 → 3.1.10 |
Changed in malone: | |
milestone: | 3.1.11 → 3.1.12 |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This has actually been in progress for some time.