Re: [Wikitech-l] DOM, onload, and custom javascript

2011-05-11 Thread Tod
On 05/10/2011 1:48 PM, Krinkle wrote: > Tod wrote: > >> Now that I've got this working I tried to replace it with a jQuery >> AJAX >> call (test.php returns some canned JSON data): >> >> >> $j(document).ready(function() { >> alert("Rea

Re: [Wikitech-l] DOM, onload, and custom javascript

2011-05-10 Thread Tod
On 04/25/2011 12:32 PM, Max Semenik wrote: > On 25.04.2011, 18:43 Tod wrote: > >> I've modified Mediawiki:Common.js to include the following: > >> document.getElementById("p1").innerHTML="New text!"; > > >> I then created a page called tes

Re: [Wikitech-l] AJAX call avoiding CSS error

2011-05-09 Thread Tod
On 05/09/2011 12:25 PM, Krinkle wrote: > Op 9 mei 2011, om 15:05 heeft Tod het volgende geschreven: > >> I'd like to make a call to a service on another server and present the >> results in a mediawiki page. Does the current release of MW (1.16.5 I >> think) have a b

[Wikitech-l] Mediawiki Development IDE

2011-05-09 Thread Tod
Is there an IDE that the MW developer community has settled on and can recommend? tip-toeing softly away from the list Thanks - Tod ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech

[Wikitech-l] AJAX call avoiding CSS error

2011-05-09 Thread Tod
I'd like to make a call to a service on another server and present the results in a mediawiki page. Does the current release of MW (1.16.5 I think) have a built in proxy to support this ? Thanks - Tod ___ Wikitech-l mailing list Wikit

Re: [Wikitech-l] DOM, onload, and custom javascript

2011-05-06 Thread Tod
On 05/06/2011 2:42 PM, Tod wrote: > On 05/06/2011 2:39 PM, Tod wrote: >> On 05/06/2011 2:07 PM, Krinkle wrote: >>> Tod wrote: >>> >>>> Bottom of LocalSettings.php: >>>> // Include jQuery >>>> function wfI

Re: [Wikitech-l] DOM, onload, and custom javascript

2011-05-06 Thread Tod
On 05/06/2011 2:39 PM, Tod wrote: > On 05/06/2011 2:07 PM, Krinkle wrote: >> Tod wrote: >> >>> Bottom of LocalSettings.php: >>> // Include jQuery >>> function wfIncludeJQuery() { >>> global $wgOut; >>> $wgOut->includ

Re: [Wikitech-l] DOM, onload, and custom javascript

2011-05-06 Thread Tod
On 05/06/2011 2:07 PM, Krinkle wrote: > Tod wrote: > >> Bottom of LocalSettings.php: >> // Include jQuery >> function wfIncludeJQuery() { >> global $wgOut; >> $wgOut->includeJQuery(); >> } >> $wgExtensionFunctions[] = 'wfIn

Re: [Wikitech-l] DOM, onload, and custom javascript

2011-05-06 Thread Tod
On 05/05/2011 2:53 PM, Max Semenik wrote: > On 05.05.2011, 22:29 Tod wrote: > >> Ok, upgraded to 1.16.4 (from 1.13.2) but this didn't work. Is there an >> extension or something I must include or should it all be part of the >> base upgrade? > > You're o

Re: [Wikitech-l] DOM, onload, and custom javascript

2011-05-05 Thread Tod
On 04/25/2011 12:32 PM, Max Semenik wrote: > On 25.04.2011, 18:43 Tod wrote: > >> I've modified Mediawiki:Common.js to include the following: > >> document.getElementById("p1").innerHTML="New text!"; > > >> I then created a page called tes

[Wikitech-l] Interwiki links

2011-04-28 Thread Tod
Are interwiki links indexed by the out of the box Mediawiki search engine? Thanks - Tod ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] DOM, onload, and custom javascript

2011-04-26 Thread Tod
On 04/25/2011 7:47 PM, Platonides wrote: > Jeroen De Dauw wrote: >> Hey, >> >>> What about us developers who are working on V1.13? >> >> Unless you absolutely can't, I recommend you upgrade. MW 1.13 is over 2 >> years old, so you should definitely not use it when you want to create >> functionality

Re: [Wikitech-l] DOM, onload, and custom javascript

2011-04-25 Thread Tod
On 04/25/2011 12:32 PM, Max Semenik wrote: > $( document ).ready( function() { > $( '#p1' ).html( 'New text by jQuery!' ); > }); > Thanks Max. What about us developers who are working on V1.13? ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia

[Wikitech-l] DOM, onload, and custom javascript

2011-04-25 Thread Tod
e tag addition I had an alert that was working as expected so at least I know Common.js is working. What is the best practice for adding custom javascript code in Mediawiki? While we're at it is there a real good tutorial on including AJAX calls w/o needing an

[Wikitech-l] New window for external link

2011-04-20 Thread Tod
What would be the easiest way to provide a popup or a new window that would allow a user to switch out to an external URL? I'd like to provide the ability for the user to perform a search against an internal search engine but on a new page. Thanks ! __

[Wikitech-l] Good mediawiki custom extension writing tutorial

2011-04-11 Thread Tod
Is there something like a hello world tutorial to get me going? Thanks - Tod ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Merging content from multiple wikis

2011-03-29 Thread Tod
On 03/29/2011 7:43 AM, � wrote: > On 29 March 2011 14:27, Tod wrote: >> I do have another solution. �I've already indexed the wiki's with SOLR. >> �How hard would it be for me to integrate those search results into the >> wiki presentation replacing the onboard

Re: [Wikitech-l] Merging content from multiple wikis

2011-03-29 Thread Tod
On 03/28/2011 6:49 PM, Platonides wrote: > Tod wrote: >> I'm working with a group that has customized their mediawiki >> installation so that they can create multiple wiki instances, each with >> their own database, that have no knowledge of each others existence. >>

Re: [Wikitech-l] Merging content from multiple wikis

2011-03-28 Thread Tod
> -Urspr�ngliche Nachricht- > Von: wikitech-l-boun...@lists.wikimedia.org > [mailto:wikitech-l-boun...@lists.wikimedia.org] Im Auftrag von Daniel > Friesen > Gesendet: Montag, 28. M�rz 2011 18:33 > An: Wikimedia developers > Betreff: Re: [Wikitech-l] Merging content from mu

Re: [Wikitech-l] Merging content from multiple wikis

2011-03-28 Thread Tod
On 03/26/2011 12:03 AM, Andrew Garrett wrote: > On Thu, Mar 24, 2011 at 1:46 AM, Tod wrote: >> This is a fork of this thread: >> http://www.gossamer-threads.com/lists/wiki/wikitech/228949?page=last >> >> >> Is there a possibility that I could instead (easily) m

[Wikitech-l] Merging content from multiple wikis

2011-03-23 Thread Tod
#x27;ve no experience performing a merge like this so expert advice would be appreciated! Thanks - Tod ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wiki Inter-Searchability

2011-03-22 Thread Tod
On 03/21/2011 2:36 PM, Marco Schuster wrote: > Hi, > > On Mon, Mar 21, 2011 at 3:49 PM, Tod wrote: >> Is this possible? Is the wiki search driven by a crawler that would >> follow the links on that new wiki home page? If not, is there an >> approach I could follow t

[Wikitech-l] Wiki Inter-Searchability

2011-03-21 Thread Tod
I'm working with a group that has customized their mediawiki installation so that they can create multiple wiki instances, each with their own database, that have no knowledge of each others existence. This was done for security and privacy reasons. They now would like to be able to search a nu

[Wikitech-l] Rsync to Mirror Wiki Installations

2009-12-03 Thread Tod
I'm building out a test server and already have a production server running. I'm considering replicating the production content over to test using rsync. I understand I'll need to handle the database contents differently. I also know that I'll need to maintain a slightly different mediawiki

Re: [Wikitech-l] My Images Have Left the Building

2009-12-02 Thread Tod
On 12/1/2009 4:27 PM, Platonides wrote: > Tod wrote: >> I just tarred up and copied over my entire site to a new server. I've >> dumped and recovered the database and untarred everything on the new box >> and everything is working fine - except most of my images are m

[Wikitech-l] My Images Have Left the Building

2009-12-01 Thread Tod
I just tarred up and copied over my entire site to a new server. I've dumped and recovered the database and untarred everything on the new box and everything is working fine - except most of my images are missing. Both boxes are urning unix. I've checked the mediawiki_install_root/images direc

Re: [Wikitech-l] Incorporating Third Party Search into MW

2009-07-23 Thread Tod
On 7/17/2009 11:25 AM, Brion Vibber wrote: > Tod wrote: >> This is my first post and I think I've selected the appropriate list. >> Please let me know if there is a better place to post my question. >> >> I have a client with an installed search engine that they

[Wikitech-l] Incorporating Third Party Search into MW

2009-07-17 Thread Tod
This is my first post and I think I've selected the appropriate list. Please let me know if there is a better place to post my question. I have a client with an installed search engine that they don't want to part with. I have used it to index their installed instance of MW. Is there a way to