User talk:80686

From mediawiki.org

If you write me here I'll also answer here. If I wrote on your talk page I'll watch it - answer there.


open a new thread


NOCACHE extension[edit]

  • I want something simple - extension that creates an extra magicword __NOCACHE__
  • Any page containing the nocache magicword IS never cached by the file caching/mem cache
  • I'm using file caching and DynamicPageList2 - The dynamic lists created by DPL2 are cached and not very dynamic
  • I'm using 1.8.2 on PHP5 and the newest edition of Dpagelist2

mrshlee@gmail.com

$wgExtensionFunctions[] = 'noCache';

function noCache() {
	global $wgHooks, $wgParser;
	
	$wgHooks['ParserBeforeStrip'][]= 'disableCache';

}

function disableCache(&$article, &$text, &$strip_state) {
	$counter = 0;
	$text = preg_replace( '#__NOCACHE__#', '' , $text , -1 , $counter );
	if( $counter > 0 ) {
		$article->mTitle->invalidateCache();
	}
}

AzaToth 22:00, 26 November 2006 (UTC)Reply

I'll give this a go :)

Thanks, AzaToth! --80686 14:04, 29 November 2006 (UTC)Reply

Extension:SelectCategory[edit]

Are you planning to release a new version of the SelectCategory extension?

There are some user-contributed bug fixes on the extension page, its talk page and in the bugtracker, and it would be nice if I wouldn't need to maintain my private fork ;-) --Cboltz 22:49, 16 June 2010 (UTC)Reply

Hi! I have actually a much further developed version on my PC, but not all things I have started are functional yet, so I didn't release it. Now as you mention it I should also have a look at the bugtracker to check the contributions... I wasn't aware of that, will have to find out to put a mail address in there so I get notified by Bugzilla. --Manuel Schneider(bla) (+/-) 06:16, 23 June 2010 (UTC)Reply

Extension:SelectCategory (2)[edit]

Hi,

I wanted to notice you a customization of your extension done here (in the navbox above the "Publier" button).

Changes are :

  • PHP changes to create a ul/li tree and a categorybar (hidden in this site but works fine) managing non-existent categories.
  • Javascript functions to show/hide parts of the tree
  • Some CSS ajustments

Theses changes permit to create a dynamic tree like CategoryTree in order to have as many categories as you want in this tree whit a reasonnable height.

There is some changes to do in order to make it a "standard" extension but it probably may be a good start for an evolution of the extension or to create another one.

If you are interrested about this, you can contact the system admin of this wiki or directly me here.

⇨ Dr Brains ∞ Doléances ∞ 02:44, 27 February 2011 (UTC)

Hi, right now I just see the standard [[Category:...]] syntax in the article source code and no SelectCategory extension. Have you checked the latest version from SVN? It uses a jQuery Treeview... --Manuel Schneider(bla) (+/-) 19:23, 27 February 2011 (UTC)Reply
No, it is not latest version (who is quite new). It is based on version 0.7dev.
You should not see [[Category:...]]. It is strange.
You can see a video demo here (who is for kids and for user help but you can see the function running at about 0:50).
But perhaps the new 0.8 version is better than what I've done, as I did not try it.
Anyway, if you want to have a look on the modified files, you can ask system admin of this wiki.
⇨ Dr Brains ∞ Doléances ∞ 00:17, 28 February 2011 (UTC)

Extension:SelectCategory - patches in the bugtracker[edit]

It looks like you are more responsive here than in the bugtracker ;-) so I'd like to point out two patches from me that you should apply to the SelectCategory extension:

  • $wgSelectCategoryRoot ignored on Special:Upload - bug 24911
  • make $wgSelectCategoryMaxLevel working - bug 27795
    • BTW: when done, you should add $wgSelectCategoryMaxLevel to the documentation ;-)

I'm using both patches in a wiki I maintain - the first one already since 2010-11-08 (0.7dev / SVN r66255), the second since some minutes ;-) after updating to 0.8.

Please also check the other bugreports against SelectCategory - some of them did not see any action since months...

Extension:BreadCrumbs[edit]

Hey 80686, ich habe gerade die Seite Deiner Softwareerweiterung gepflegt. Mir ist aufgefallen, daß ein neuer Parameter hinzugefügt wurde und hab einfach frech eine neue Versionsnummer vergeben. Hoffentlich ist das ok. Jetzt müßten nur noch Changelog und Readme aktualisiert werden. Es wäre echt super, wenn Du Dir das mal kurz anschauen könntest. Bevor ich es vergesse: eine tolle Erweiterung! Viele Grüße sendet --[[kgh]] 17:00, 5 April 2011 (UTC) NS Ich würde in die BreadCrumbs.css noch ein "padding-bottom: 1em;" einfügen, um so eine optische Abgrenzung zum folgenden Textbereich zu erreichen (zumindest in MonoBook). --[[kgh]] 17:16, 5 April 2011 (UTC)Reply

Anfrage[edit]

Hallo Manuel, ich betreibe seit März 2011 ein eigenes Wiki zum Thema Judentum namens Jewiki: www.jewiki.net. Es handelt sich um ein PrivatWiki, dessen alleiniger Inhaber ich bin. Gegründet habe ich es mit einem Partner, der für die Technik, Software, Verwaltung usw. zuständig war, aber zeitlich sehr in Anspruch genommen ist und womöglich bald aus dem Projekt aussteigen muss, weil er beruflich nach Russland geht. Ich würde mir wünschen, einen professionellen Partner an meiner Seite zu haben, der mich von Zeit zu Zeit beraten oder unterstützen kann in dem Masse, wie es benötigt wird. Das Projekt Jewiki ist natürlich defizitär und lebt nur von der Begeisterung seiner Macher – viel Geld ist da also kurzfristig nicht zu holen. Dennoch habe ich vor, das Projekt langfristig zu betreiben und zu entwickeln, und wenn der Erfolg auch nicht über Nacht kommt, so kann ja noch etwas daraus werden. Es wäre schön, wenn eine langfristige Zusammenarbeit mit einem festen Ansprechpartner, der die Entwicklung mit verfolgt und einigermassen auf dem Laufenden ist, möglich wäre und man sich per Zuruf verständigen kann, wenn Probleme auftreten. Von der technischen Seite habe ich nicht die grosse Ahnung, und von Zeit zu Zeit entsteht aber Handlungs- und Beratungsbedarf. Könntest du dir eine Zusammenarbeit vorstellen, und wie könnte die aussehen? Wie gesagt, es ist kein Businessprojekt, es ist nicht viel zu verdienen, auch wenn ich natürlich nicht erwarte, dass du komplett kostenlos arbeitest. Falls du selbst nicht zur Verfügung stehst, kennst du jemanden, der gegen moderate Bezahlung das Projekt Jewiki begleiten und weiterentwickeln möchte? Vielen Dank!! -- Michael Kühntopf 16:25, 8 September 2011 (UTC)Reply

Hallo Michael, wäre denn das CMS-Angebot mit MediaWiki für Dich passend? Für 10 EUR im Monat eine MediaWiki-Instanz die regelmässig automatisch aktualisiert wird. Zugang zum Wiki sowohl per FTP als auch SSH, so dass man direkt an allem rumschrauben kann. Und wenn es mal klemmt einfach mir ein Mail schreiben. Ich würde mich inhaltlich nicht engagieren Einrichtungswünsche können kurzfristig umgesetzt werden. Auf dem Server ist auch eine Kopie aller im Wikimedia-SVN befindlichen Extensions.

Wikimedia Hackathon 2014[edit]

Hi, you posted in Events: Zürich Hackathon 2014 (May 9-11, 2014, Zürich, Switzerland). Are these dates confirmed? Source? Citation needed. Thanks! See also Project:Calendar.--Qgil (talk) 21:16, 8 November 2013 (UTC)Reply

Yes, the dates are confirmed. Source is the contract with the Youth Hostel lying on my desk. --Manuel Schneider(bla) (+/-) 16:21, 9 November 2013 (UTC)Reply

Hackathon[edit]

Hi; I am Mounir from Tunisia, and I heard about Hackathon, can you explain to me,what is Hackathon? what happened in this event ?how can I attend this event ?what is the objective of the event ,thank you--Touzrimounir (talk) 13:23, 25 September 2014 (UTC)Reply

Dear Mounir,
Wikimedia Hackathons in general are meetings of the tech community around Wikimedia and MediaWiki. So there are mainly MediaWiki developers - both those employed by the Wikimedia Foundation and others, folks who run the Wikimedia infrastructure and others interested in working on the technical parts behind MediaWiki and the infrastructure.
There are typically four Hackathons each year: Europe (like the one in Zürich), Asia (mostly India), USA (organised by the WMF) and one at the Wikimania Pre-Conference (this year in London).
Hackathons are organised as barcamps, participants collect topics prior the event online, start planning workshops etc. Those suggestions will then be presented at the start of the Hackathon and the schedule is built on the spot on a big wall, using paper and tape and allowing people to spontaneously and based on the number of interested people to create a schedule that suits them.
Obviously Hackathons are made for people who already have worked in the technical community and have goals (and be it just to learn more) for attending the Hackathon. It is not a good place to start becoming active in the movement because other participants have clear goals and will mainly come together to do actual work, rather than giving lessons. --Manuel Schneider(bla) (+/-) 07:16, 26 September 2014 (UTC)Reply

The sortkey is ignored at Extensions:SelectCategory where was defined at [[Category:Names|sort]][edit]

I use the extension of SelectCategory in Chinese and it works very well. However, when displaying sub-categories, the specified sortkey is ignored, it was defined at Mediawiki [[Category: Names | sort]],just like a b c or 1 2 3....Thus disrupting the original sorting. —— Especially some categories need to be arranged in chronological order,not in pagename. I hope to solve this problem in the near future. Thanks.--Onlyou408 (talk) 08:20, 22 March 2019 (UTC)Reply