Closed Bug 1235849 Opened 8 years ago Closed 8 years ago

Port namespace pages to bedrock

Categories

(www.mozilla.org :: Pages & Content, defect)

Production
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pmac, Unassigned)

Details

Just discovered that we've not yet ported pages like:

https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul

These are generated by "/scripts/namespace.php" in the mozilla.org svn repo.
Relevant section from .htaccess:

# XML namespace URI rewrites to prevent 404 errors
RewriteRule ^2004/em-rdf$ /script/namespace.php?id=em-rdf [L]
RewriteRule ^2005/app-update$ /script/namespace.php?id=update [L]
RewriteRule ^2006/addons-blocklist$ /script/namespace.php?id=addons-bl [L]
RewriteRule ^2006/browser/search/$ /script/namespace.php?id=mozsearch [L]
RewriteRule ^keymaster/gatekeeper/there.is.only.xul$ /script/namespace.php?id=xul [L]
RewriteRule ^microsummaries/0.1$ /script/namespace.php?id=microsummaries [L]
RewriteRule ^projects/xforms/2005/type$ /script/namespace.php?id=xforms-type [L]
RewriteRule ^xbl$ /script/namespace.php?id=xbl [L]
Commits pushed to master at https://github.com/mozilla/bedrock

https://github.com/mozilla/bedrock/commit/6cfd208f4ccb1d545507071c1f6159e89ac3d401
Fix bug 1235849: Add namespace URLs

https://github.com/mozilla/bedrock/commit/7f6f9c01ffedd872bbf809c1011838ddbda98dd0
Merge pull request #3714 from pmclanahan/port-namespace-pages-1235849

Fix bug 1235849: Add namespace URLs
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.