Closed
Bug 543538
Opened 15 years ago
Closed 15 years ago
developer-stage.mozilla.org: Missing resource strings
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheppy, Assigned: oremj)
Details
The resource string skin.common.header-gallery-count is missing. I don't know why. We should be using the stock resources.txt files now, with additional strings in external files. Jeremy, can you check to be sure the MindTouch svn files for the resources directory are getting pulled correctly?
Thanks!
Reporter | ||
Updated•15 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Assignee | ||
Comment 1•15 years ago
|
||
Where are they missing? I restarted the deki daemons. Is it fixed now?
Reporter | ||
Comment 2•15 years ago
|
||
At the bottom of the main page, for example. It didn't help; the string is apparently actually missing from the resources.txt file, which should be straight from MindTouch's svn repo, so something's not right with how we pulled from svn.
Reporter | ||
Comment 3•15 years ago
|
||
I should point out the missing string only attempts to display if you're logged in. I didn't realize that until now.
Reporter | ||
Comment 4•15 years ago
|
||
QA is in a holding pattern until we get this resolved, since obviously if we've pulled stuff from svn wrong, tests aren't necessarily valid.
Assignee | ||
Comment 5•15 years ago
|
||
It's running a checkout from: https://svn.mindtouch.com/source/public/dekiwiki/trunk/web @ /data/www/dekiwiki
$wgResourcesDirectory = '/data/www/dekiwiki/resources';
<deki-resources-path>/data/www/dekiwiki/resources</deki-resources-path>
Not sure what else would be required. Will you ping mindtouch?
Reporter | ||
Comment 6•15 years ago
|
||
OK, this is actually a simple problem; our skin is using a string that's no longer used in the standard install. We need to add it to our resources.custom.txt file, like this:
[Skin.Common]
header-gallery-count=Images $1
Unfortunately, I don't have the machine that's configured with svn access for this; can someone else add this to the [Skin.Common] section of that file (adding the section if it's not already there? Or remind me how to pull our custom resource string file so I can update it myself?
Assignee | ||
Comment 7•15 years ago
|
||
Added, but you should probably commit it to: http://svn.mozilla.org/projects/deki/trunk/mozilla
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•15 years ago
|
||
This is now committed into SVN.
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•