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)

task
Not set
normal

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!
Assignee: server-ops → jeremy.orem+bugs
Where are they missing? I restarted the deki daemons. Is it fixed now?
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.
I should point out the missing string only attempts to display if you're logged in. I didn't realize that until now.
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.
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?
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?
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
This is now committed into SVN.
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.