Closed Bug 710721 Opened 13 years ago Closed 12 years ago

Migrate redirects on MT pages to kuma

Categories

(developer.mozilla.org Graveyard :: Editing, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lorchard, Assigned: lorchard)

References

Details

(Whiteboard: u=user c=wiki p=2)

In MT pages, redirects look something like this:
    #REDIRECT[[some page]]

Either make sure Kuma can handle this syntax, or rewrite the syntax as part of migration.
Blocks: 710713
Whiteboard: u=user c=wiki p=
Target Milestone: --- → 2.2
Whiteboard: u=user c=wiki p= → u=user c=wiki p=2
Might poke at this, too.
Assignee: nobody → lorchard
Wow, we have a lot of redirects.

mysql> select count(*) from pages where page_text like '#REDIRECT%';
+----------+
| count(*) |
+----------+
|    19422 | 
+----------+
1 row in set (0.14 sec)
Commit pushed to mdn at https://github.com/mozilla/kuma

https://github.com/mozilla/kuma/commit/18855d0929988d0e174242dfee7cfe236f130586
Merge pull request #102 from lmorchard/bug-710721-migrate-redirects

Bug 710721 migrate redirects
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
No longer blocks: 710713
Blocks: 710713
Version: MDN → unspecified
Component: Docs Platform → Editing
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.