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

--- Comment #7 from Tpt <thoma...@hotmail.fr> 2012-10-03 17:03:51 UTC ---
(In reply to comment #6)
I don't think there is really a reason for these to be split up in the
front-end instead of the backend: I believe that the code have been written
before the introduction of the ability to override cleanly the editform and has
never been rewrite after.
This rewriting is on my TODO list but I don't know when I'll have time to do
it.
It might be a good idea to write at the same time a new content storage system
using ContentHandler in order to move from:

<noinclude><pagequality level="3" user="Billinghurst" /><div
class="pagetext">HEADER</noinclude>
CONTENT
<noinclude>FOOTER</noinclude>

to something like:

{
  "quality":  {
    "level":3,
    "user":Billinghurst"
  },
  header: "HEADER",
  content: "CONTENT",
  footer: "FOOTER"
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to