To-Do-Liste
[_]
[_]
TODO: "Edit Design"[_] Speichern von Layouts, Seitentyp, CSS
[_]
[_]
[_]
[_]
TODO: Automatische Umwandlung von alten in neue Wikis[_] Derzeit Erforderliche Schritte für Handbetrieb:
[_]
[_] Seiten-URLs anpassen:
update twiki_pages
set filespec=concat(filespec,"/"), lastmodified=lastmodified
where wid=XXX and right(filespec,1)<>"/"
[_] Menü anpassen
regex
^##
// ##
^([\s\|]*)([A-Za-z 0-9]+)
\1\2 ::/\2
[_] ggf. Blogs übernehmen ???
update twiki_pages
set filespec=concat("/blog/",filespec), spezialseite="blogitem",ref_page_id=XXX,lastmodified=lastmodified
where wid=XXX and pagetype=5;
[_]
[_]
[_]
[_]