Closed
Bug 710722
Opened 13 years ago
Closed 13 years ago
Migrate tags from MindTouch pages to kuma
Categories
(developer.mozilla.org Graveyard :: Editing, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.3
People
(Reporter: lorchard, Assigned: lorchard)
References
Details
(Whiteboard: u=contributor c=wiki p=3)
MindTouch pages support tagging. Ensure these tags are carried over to kuma during migration.
Updated•13 years ago
|
Whiteboard: u=contributor c=wiki p=
Target Milestone: --- → 2.2
Updated•13 years ago
|
Target Milestone: 2.2 → 2.3
Updated•13 years ago
|
Whiteboard: u=contributor c=wiki p= → u=contributor c=wiki p=3
Comment 2•13 years ago
|
||
Commits pushed to mdn at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/ef351ef9f67b9983474e1d530b4024d40eecf734
fix bug 710722, fix bug 722467: Document tag migration, viewing, editing
* Allow all users to create tags, removing Kitsune restriction code
* Migrate tag data from MindTouch
* Display tag list in document, each linked to tag-filtered doc list
* Tags are edited in Revisions, Revisions update Document tags
* Documents are indexed by DocumentTag, instead of the general tag pool.
* South migrations to add new DocumentTag and TaggedDocument models
* Show tags in comparisons for Revision changes
* Bugfixes to document feeds by tag
* Hackjob on CSS to pull in Deki styles for tags (FIXME)
* Much quicker --wipe option in migration command
* Form validation tweaks
* Tests and test tweaks
https://github.com/mozilla/kuma/commit/31cd39b8bfb1e3775c9da6f8e76c2c93c268ab1b
bug 710722: Switch to building REPLACE INTO query using dict-based rows for old revisions
https://github.com/mozilla/kuma/commit/58e2675bb28100254eeba21cfd23cf6d7a5475c8
bug 710722: Also TRUNCATE the new tagging tables on --wipe
https://github.com/mozilla/kuma/commit/8dd98ff12c6366ba6e388a1cc08b6ae5fdc51b2c
Merge pull request #110 from lmorchard/bug-710722-migrate-tags
fix bug 710722, fix bug 722467: Document tag migration, viewing, editing
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Commits pushed to mdn_prod at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/ef351ef9f67b9983474e1d530b4024d40eecf734
fix bug 710722, fix bug 722467: Document tag migration, viewing, editing
https://github.com/mozilla/kuma/commit/31cd39b8bfb1e3775c9da6f8e76c2c93c268ab1b
bug 710722: Switch to building REPLACE INTO query using dict-based rows for old revisions
https://github.com/mozilla/kuma/commit/58e2675bb28100254eeba21cfd23cf6d7a5475c8
bug 710722: Also TRUNCATE the new tagging tables on --wipe
https://github.com/mozilla/kuma/commit/8dd98ff12c6366ba6e388a1cc08b6ae5fdc51b2c
Merge pull request #110 from lmorchard/bug-710722-migrate-tags
Updated•12 years ago
|
Version: MDN → unspecified
Updated•12 years ago
|
Component: Docs Platform → Editing
Updated•5 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
•