| Author |
Message |
Topic: MediaWiki Dragonfly Integration - Version 0.4 - Beta |
Hókipóki
Replies: 98
Views: 109031
|
Forum: Add-Ons & Blocks Posted: Sat Aug 05, 2006 10:44 pm Subject: Re: MediaWiki Dragonfly Integration - Version 0.1 - Alpha |
| By the way, awesome work. Thanks! |
Topic: MediaWiki Dragonfly Integration - Version 0.4 - Beta |
Hókipóki
Replies: 98
Views: 109031
|
Forum: Add-Ons & Blocks Posted: Sat Aug 05, 2006 10:41 pm Subject: Re: MediaWiki Dragonfly Integration - Version 0.1 - Alpha |
| As I see it in the wiki source, the skin names are logical names, and are mapped to the real ones in perhaps language/Language.php (see $wgSkinNamesEn). Or how does wiki find the skin directory and fi ... |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Sat Aug 05, 2006 5:11 pm Subject: Re: MediaWiki integration? |
Sorry for my disappearance I bought a new car (my first new car), and had to work a bit, I've had no time to assist you! I'm downloading your uploaded files now. |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Thu Aug 03, 2006 6:28 am Subject: Re: MediaWiki integration? |
With a similar trick we could probably avoid modifying even the wiki index.php (ie dont put the chroot calls directly in the index.php, but instead, in a similar wrapper index.php).
I'm not entirel ... |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 10:22 pm Subject: Re: MediaWiki integration? |
I had a hazy idea. Not my brightest ever. You can call me crazy if you want.
Create a wiki.php in the Dragonfly root, containing only this:
<?php
$_GET['name'] = 'MediaWiki';
... |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 9:50 pm Subject: Re: MediaWiki integration? |
Ummm. You are very enthousiastic!
I suggest you take a look into this hook:
http://www.mediawiki.org/wiki/Manual:MediaWiki_hooks/ParserAfterTidy
to me it looks better. But I'm tired, ... |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 9:24 pm Subject: Re: MediaWiki integration? |
I'm stuck with PHP4, so 1.7.1 is not an option for me.
I'm thinking about using a hook to work around this post/get change. Can we just grab the html source after the rendering, but before the actu ... |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 8:40 pm Subject: Re: MediaWiki integration? |
| But you type faster B( |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 8:28 pm Subject: Re: MediaWiki integration? |
I have trouble reaching this site now and then B(
Investigated the search form a little. I have a little theory about it. If anyone with good html knowledge can help me out I would be grateful.
... |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 6:42 pm Subject: Re: MediaWiki integration? |
A dirty fix for it: replace $this->text('searchaction')
with $this->html('searchaction') in the skin code.
Looks like the QuickTemplate->text call make one htmlspecialchars call, and the escapeSea ... |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 6:11 pm Subject: Re: MediaWiki integration? |
It looks like something is using htmlspecialchars() on the action url 
EDIT and you found out who!  |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 5:09 pm Subject: Re: MediaWiki integration? |
Edit works too in my case, it was a typo of mine 
The diff doesn't work for me either, I'm looking onto it. |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 4:35 pm Subject: Re: MediaWiki integration? |
SaintPeter: I'm trying your chdir solution at the moment. Some special pages don't work, and neither does editing the pages.
Can you check it out, does page editing works in your site with the chro ... |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Wed Aug 02, 2006 5:44 am Subject: Re: MediaWiki integration? |
That sounds good! As I've said before, I've never used PHP so far, so this idea of using chdir to correct paths never occured to me 
The very good news is that your method of only inserting chdir ... |
Topic: MediaWiki integration? |
Hókipóki
Replies: 57
Views: 95191
|
Forum: Add-Ons & Blocks Posted: Tue Aug 01, 2006 8:12 pm Subject: Re: MediaWiki integration? |
Uploaded the changed files. I'm working off the 1.6.8 mediawiki legacy stable release, as this is the newest stable that supports PHP4 (the new 1.7.1 supports only PHP5).
I had to fiddle a lot with ... |
| |