Adds a checkbox on the page settings which allows the content to be rendered as markdown
md-adprajap-2901.patch
this patch removes long lines and follows coding guidelines
md-adprajap-2901-02.patch
rebased with latest push
md-adprajap-2902.patch
+function upgradeDatabaseVersion83(&$db) +{ + $db->execute("ALTER TABLE GROUP_PAGE ADD MARKDOWN $page_type"); +}
doesn't define $page_type
md-adprajap-0403.patch
$data['render_markdown'] moved to a more appropriate place, and follow coding guidelines
md-patch-0318.patch
Attachments:
md-adprajap-2801.patch
Adds a checkbox on the page settings which allows the content to be rendered as markdown
md-adprajap-2901.patch
this patch removes long lines and follows coding guidelines
md-adprajap-2901-02.patch
rebased with latest push
md-adprajap-2902.patch
+function upgradeDatabaseVersion83(&$db) +{ + $db->execute("ALTER TABLE GROUP_PAGE ADD MARKDOWN $page_type"); +}
doesn't define $page_type
md-adprajap-0403.patch
$data['render_markdown'] moved to a more appropriate place, and follow coding guidelines
md-patch-0318.patch
Attachments:
md-adprajap-2801.patch