Closed
Bug 538621
Opened 15 years ago
Closed 15 years ago
Deploy locale-aware bouncer to production
Categories
(Webtools :: Bouncer, defect)
Webtools
Bouncer
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: wenzel, Unassigned)
References
Details
Bouncer trunk is aware of locales now and we should use that in production.
Dave: What needs to happen to deploy this?
Here's what I figured out so far: There are SQL changes in bug 395232, and there is a set of initial locales in 395237 (which might be out-of-date, probably need to re-feed this from locale-details?).
Furthermore, to compensate for the "language hack" that used to just replace en-US with the locale a user asked for, we need to add all missing locale entries to the database: bug 408674. When adding new locations to bouncer, Build will need to do so for each locale, there is a quick-add option on trunk (bug 395237), but there's no command-line script yet (bug 408674).
Reporter | ||
Comment 1•15 years ago
|
||
morgamic: I just noticed, languages are a separate table which is joined in -- that won't help our mission to reduce the amount of JOINs. Also, it does not use localeDetails yet. Do I need to block this bug and make it use localeDetails instead? This will have the same problem as bug 398366 comment 10: bouncer needs to be svn upped when locales change (though that happens more rarely than product releases).
Reporter | ||
Comment 2•15 years ago
|
||
Will make a new bug for landing tuxedo soon.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•