L10n/Dashboard/Bugs and notes: Difference between revisions
< L10n
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* diff between first signoff on new AppVersion and last signoff on previous AppVersion | * diff between first signoff on new AppVersion and last signoff on previous AppVersion | ||
* diff option is bad when reviewing a new signoff against the last accepted one, it's the other way around | * diff option is bad when reviewing a new signoff against the last accepted one, it's the other way around | ||
* can't revoke an older sign-off, had to do a shell-wise | |||
>>> a=Action.objects.create(signoff=so, flag=2, author=me) | |||
=== Brainstorm === | === Brainstorm === |
Revision as of 14:58, 4 October 2009
Bugs to resolve:
Sign-off
- Links to static pages need to be going through url lookup for hosting on /stage etc.
- diff between first signoff on new AppVersion and last signoff on previous AppVersion
- diff option is bad when reviewing a new signoff against the last accepted one, it's the other way around
- can't revoke an older sign-off, had to do a shell-wise
>>> a=Action.objects.create(signoff=so, flag=2, author=me)
Brainstorm
- Improve the table scroll performance by making it scroll 10 per each press (the current performance is great in webkit, terrible in gecko)
- Add search
- Add per-locale dashboard
l10n stats
- compare-locales errors are missing in json
- tree history not reporting all locales
- all-locales mapping for tree?
Buildbot
- fix sendchange, probably
- fix default properties