User talk:Eloquence
Moin Eloquence,
auch "boo!", Du. Jetzt ist auch die Disk.seite blau *g* --:Bdk: 08:25, 5 May 2006 (UTC)
Contents |
[edit] InfoBox - Bug in Add Comment?!
could it be, the comment type is broken? I seem to get editing the full page and no comment is added to the edit...
PS: yep it is... the line
$comment = htmlspecialchars( $this->comment );
translates the hidden input tag into </p><p>... I think this line in getCreateForm() has to be deleted (at least then the function works as expected)
[edit] Control file
[Process] Type=[1] Engine=[2] Script=[3] Server=[4] Path=[5] [File] Extension=[6] URL=[7]
- Can be "Edit text", "Edit file" or "Diff text".
- Can currently only be MediaWiki. Please let me know if your wiki engine supports the application/x-external-editor protocol.
- For MediaWiki, full URL to index.php ($wgServer + $wgScript)
- For MediaWiki, server base URL ($wgServer)
- For MediaWiki, wiki document root ($wgScriptPath) - this is used to rewrite links from relative URLs to absolute URLs for previews
- What should the extension of the file be? For text, MediaWiki uses ".wiki"
- Where can the resource be found
[edit] New Funding Sources
Today CCIT announced that the Obama administration will not be funding CCIT directly
[edit] Thank you for all
I've deployed over the last week your product <inputbox> on all French mediawiki sites with a great success, however, I've encountered a little restriction: actually the underscores are always considered as some white spaces in this site family. JackPotte 20:49, 7 November 2009 (UTC)
[edit] InputBox bug report
I recently tried to use the following inputbox on our wiki, only to find out that the "default" wasn't being entered correctly when using page=Special:MyPage, though it worked fine with page=User:RobinHood70. I'm not sure what version we're using, but the behaviour is the same here on MediaWiki as well, so I assume it hasn't been fixed.
<inputbox>type=commenttitle page=Special:MyPage/Roleplaying Ideas default=My Roleplay buttonlabel=Create Your Own Roleplaying Idea preload=Template:Roleplaying/Preload</inputbox>
Given how "special" some of the Special pages are, I'm not sure if this is something you can fix, but I thought I'd let you know. —RobinHood70 03:06, 12 October 2010 (UTC)
[edit] Another report
Spaces encodes as "+" instead of "%20". Fix it please. --T kns 11:36, 24 March 2011 (UTC)
- Sorry. It was browser. Hmmm. --T kns 11:46, 24 March 2011 (UTC)
[edit] Hello
Am in very early learning stages of editing djvu files for use on index pages at WS. Have just installed software having followed "Helper application" instructions...yet when I attempt to download a djvu file from commons for editing, the browser automatically calls upon other software Adobe or Broaderbund, neither of which seem to access the images properly (file extensions and the like)... JamAKiska 18:10, 10 December 2010 (UTC)
[edit] MediaWiki:Tutorial-QuickRC.js
Hi. I have read your e-mail on wikitech-l. I won't respond there because I hate mailing lists... ;-) so I am writing here. The example code does not take ResourceLoader into account. Some suggestions:
// Import the jQuery dialog plugin mw.loader.using(['jquery.ui.dialog', 'mediawiki.util'], function() { $(document).ready(function() { // Add a link to the toolbox mw.util.addPortletLink( 'p-tb', 'javascript:quickRC()', 'Quick changelog', 't-prettylinkwidget', 'Show a quick overview of changes', '', '#t-print' ); }); });
ResourceLoader will call the callback specified in mw.loader.using when it has loaded the required modules.
When the gadget is loaded by ResourceLoader all its functions are not in the global scope, so the link 'javascript:quickRC()' will not work. You can make the function global by replacing:
function quickRC() {
by
window.quickRC = function() {
Beau (talk) 13:12, 4 November 2011 (UTC)
- Thanks, I've modified the script accordingly.--Eloquence 22:08, 4 November 2011 (UTC)
[[:Image:[[:Image:]]]]== Mapas e rotas no estado de Alagoas ==
[edit] IPv6
On your Meta talk page, you have been asked to confirm whether the WMF indeed is taking part in the World IPv6 Launch.--Jasper Deng (talk) 00:14, 24 May 2012 (UTC)