Closed
Bug 780363
Opened 13 years ago
Closed 11 years ago
Pages which have special characters in slug are missing
Categories
(developer.mozilla.org Graveyard :: Editing, defect, P2)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: potappo, Assigned: jezdez)
References
Details
(Whiteboard: [type:bug])
The following pages are missing.
C++ Portability Guide
https://developer.mozilla.org/en/C%2B%2B_Portability_Guide
DebugOnly<T>
https://developer.mozilla.org/en/Namespace/Mozilla/DebugOnly%3CT%3E
These pages are linked:
https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style
and listed:
https://developer.mozilla.org/en-US/docs/all?page=45
https://developer.mozilla.org/en-US/docs/all?page=21
Another example:
PKCS #11 Netscape Trust Objects
https://developer.mozilla.org/en/NSS/PKCS_%2311_Netscape_Trust
linked:
https://developer.mozilla.org/en-US/docs/NSS
listed:
https://developer.mozilla.org/en-US/docs/all?page=146
Comment 1•13 years ago
|
||
Les, Luke: Thoughts?
Sheppy: Thoughts? Priority?
Comment 2•13 years ago
|
||
This is a fairly big deal; some of those pages are important (especially the C++ Portability Guide and DebugOnly<T>, for example.
Updated•13 years ago
|
Severity: major → critical
Priority: -- → P1
Comment 3•13 years ago
|
||
So the good news is the pages are there and it's probably just an issue with the url resolver and/or slug matcher having trouble with the characters. Still digging ...
Updated•13 years ago
|
Whiteboard: s=2012-08-22
Comment 4•13 years ago
|
||
See also bug 781066, sounds like the same issue or a dupe
Updated•13 years ago
|
Whiteboard: s=2012-08-22 → s=2012-08-22 p=2
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•13 years ago
|
Assignee: nobody → jbennett
Updated•13 years ago
|
Whiteboard: s=2012-08-22 p=2 → s=2012-08-22 p=2 s=2012-08-29
Updated•13 years ago
|
Whiteboard: s=2012-08-22 p=2 s=2012-08-29 → s=2012-08-22 p=2 s=2012-09-05
Comment 5•13 years ago
|
||
James: Are you still working on this. Luke could take it on if you're not.
Updated•13 years ago
|
Version: Kuma → unspecified
Updated•13 years ago
|
Component: Website → Landing pages
Comment 7•13 years ago
|
||
Handing this one back because I'm stumped. It doesn't appear to be a mod_rewrite issue, per my comment in bug 781066, but I can't for the life of me figure out how/why Django is screwing this up.
I suspect this is going to be something really simple that I'm just overlooking, though.
Assignee: jbennett → nobody
Updated•13 years ago
|
Component: Landing pages → Editing
Whiteboard: s=2012-08-22 p=2 s=2012-09-05 → s=2012-08-22 p=2 s=2012-09-05 c=Editing
Comment 8•13 years ago
|
||
Working around a bug in Scrumbugs.
Whiteboard: s=2012-08-22 p=2 s=2012-09-05 c=Editing → p=2 c=Editing
Updated•13 years ago
|
Whiteboard: p=2 c=Editing
Updated•13 years ago
|
Whiteboard: [specification-like][type:bug][selected]
Updated•13 years ago
|
Priority: P1 → P2
Whiteboard: [specification-like][type:bug][selected] → [specification-like][type:bug]
Updated•13 years ago
|
Whiteboard: [specification-like][type:bug] → [type:bug]
Comment 9•12 years ago
|
||
Are we missing important docs here? It's a year and a half down the road...
Comment 10•12 years ago
|
||
(In reply to David Walsh :davidwalsh from comment #9)
> Are we missing important docs here? It's a year and a half down the road...
Yes, and we occasionally still get asked about them. Same pages that are listed in c#0.
Comment 11•12 years ago
|
||
I have restored the C++ portability guide from https://web.archive.org/web/20100626120226/https://developer.mozilla.org/en/C___Portability_Guide to https://developer.mozilla.org/en-US/docs/Mozilla/Cpp_portability_guide
| Assignee | ||
Comment 12•11 years ago
|
||
This is likely a result of bug 1090241.
| Assignee | ||
Comment 13•11 years ago
|
||
Not quite, but this gets us closer, further investigating..
| Assignee | ||
Comment 14•11 years ago
|
||
(In reply to potappo from comment #0)
> The following pages are missing.
>
> C++ Portability Guide
> https://developer.mozilla.org/en/C%2B%2B_Portability_Guide
This is fixed now, after fixing an encoding issue in the database content.
See https://developer.mozilla.org/en/C++_Portability_Guide
> DebugOnly<T>
> https://developer.mozilla.org/en/Namespace/Mozilla/DebugOnly%3CT%3E
The document was deleted, I restored it.
> Another example:
>
> PKCS #11 Netscape Trust Objects
> https://developer.mozilla.org/en/NSS/PKCS_%2311_Netscape_Trust
Restored as https://developer.mozilla.org/en-US/docs/NSS/PKCS_11_Netscape_Trust
There was some problems with storing the # sign in the database
| Assignee | ||
Comment 15•11 years ago
|
||
I'm closing this as fixed since I've looked into the documents listed above. Feel free to reopen if there are other documents that require fixing.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•