https://bugzilla.wikimedia.org/show_bug.cgi?id=46724

       Web browser: ---
            Bug ID: 46724
           Summary: Improve the Page: pages storage system
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: ProofreadPage
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
        Depends on: 46578
            Blocks: 700
    Classification: Unclassified
   Mobile Platform: ---

Page pages are currently stored in the database as a customized wikitext
content:
<noinclude><pagequality level="LEVEL" user="LAST PROOFREADER" />HEADER<div
class="pagetext">BODY<noinclude>FOOTER</noinclude>

We should consider to move to a new storage system maybe with the help of the
ContentHandler but before a refactoring of the edition related code is needed
(bug 46578).

A possible new content format base of JSON:
{
  "proofread": {
     "level": LEVEL AS INTEGER,
     "user": "LAST PROOFREADER"
  },
  "header": "HEADER",
  "footer": "FOOTER",
  "body": "BODY"
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to