Difference between revisions of "Extension talk:MakePage.php"
From Organic Design wiki
(Extension generates new H element UIDs, very odd) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
At this stage is a simple tag extension that goes <pre> <makepage name="foo">Bar</makepage> </pre> | At this stage is a simple tag extension that goes <pre> <makepage name="foo">Bar</makepage> </pre> | ||
− | Which works fine and a new page is duly created, but the originating page then ends up generating UIDs for all the H elements so they end up looking like <pre> UNIQ24042a467dfe6783-h- | + | Which works fine and a new page is duly created, but the originating page then ends up generating UIDs for all the H elements so they end up looking like <pre> UNIQ24042a467dfe6783-h-0--QINU What is a Mediawiki? </pre> so that has to be considered buggy until it is solved. |
− | -- [[User:Jack|Jack]] 02: | + | |
+ | === Next Stage === | ||
+ | |||
+ | Makepage will have some textboxes added to the bottom so a name and text can be entered and a button pressed to create a page, using AJAX. The user does not need to leave the page s/he is on. | ||
+ | |||
+ | -- [[User:Jack|Jack]] 02:25, 17 February 2009 (NZDT) |
Latest revision as of 13:26, 16 February 2009
MakePage
At this stage is a simple tag extension that goes
<makepage name="foo">Bar</makepage>
Which works fine and a new page is duly created, but the originating page then ends up generating UIDs for all the H elements so they end up looking like
?UNIQ24042a467dfe6783-h-0--QINU? What is a Mediawiki?
so that has to be considered buggy until it is solved.
Next Stage
Makepage will have some textboxes added to the bottom so a name and text can be entered and a button pressed to create a page, using AJAX. The user does not need to leave the page s/he is on.
-- Jack 02:25, 17 February 2009 (NZDT)