Extension talk:MarkitUp MW
From MediaWiki.org
Contents |
[edit] ChangeLog
[edit] 05/02/09 v0.1
- First beta version
[edit] Example Link not working
I get 403 Forbidden when i try to open the example page: http://markitup.jaysalvat.com/examples/wiki
--Benjamin Garn 15:16, 11 March 2009 (UTC)
[edit] Link fixed
Now the link is fixed.
[edit] Wiki Parser
- the markItUp downloads page links to a wiki parser at http://code.blitzaffe.com/pages/phpclasses/files/wiki_parser_52-13
[edit] Incorrectly closing link tags
I'm getting this in my source code:
<script type="text/javascript" src="/w/extensions/MarkitUpMW/jquery.pack.js"></script> <script type="text/javascript" src="/w/extensions/MarkitupMW/markitup/jquery.markitup.pack.js"></script> <script type="text/javascript" src="/w/extensions/MarkitUpMW/markitup/sets/wiki/set.js"></script> <script type="text/javascript" src="/w/extensions/MarkitupMW/markitup.js"></script> <link type="text/css" href="/w/extensions/MarkitUpMW/markitup/skins/markitup/style.css" rel="stylesheet"></link> <link type="text/css" href="/w/extensions/MarkitUpMW/markitup/sets/wiki/style.css" rel="stylesheet"></link>
the link tags shouldn't have closing elements
[edit] MarkitUp MW messes up jquery.fancybox-1.3.1
jquery.pack .js file of MarkitUp MW messes up jquery.fancybox-1.3.1 .js file, here is the copy of the .js code http://pastebin.com/HJvEnF5a
jquery.fancybox-1.3.1 is the part of Semantic Form extension.
Is there a way that those two don't mess up each other?
[edit] Uncaught TypeError: Cannot call method 'markItUp' of null
Firebug shows the following error message Uncaught TypeError: Cannot call method 'markItUp' of null on a MediaWiki 1.16.1 (r80998), PHP 5.2.13 and the toolbar is not loaded. Extended Error message:
(anonymous function)markitup.js:2 E.fn.extend.ready:1 E.extend.ready.E.readyList:1 E.extend.each:1 E.extend.ready:1
--MWJames 04:03, 31 January 2011 (UTC)