Archive:MediaWiki customizations: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Stephen Ewen
(Summary box at Special:Upload was enlarged)
imported>Jitse Niesen
(add "change page title")
Line 3: Line 3:
===Summary box at [[Special:Upload]] was enlarged===   
===Summary box at [[Special:Upload]] was enlarged===   
This was to allow the {{Tl|Image notes}} to be viewed all at once without scrolling.  It entailed simply changing a number in the php file that displayed it, the name of which I simply cannot remember right now.  :-)  [[User:Stephen Ewen|Stephen Ewen]] 01:41, 20 October 2007 (CDT)
This was to allow the {{Tl|Image notes}} to be viewed all at once without scrolling.  It entailed simply changing a number in the php file that displayed it, the name of which I simply cannot remember right now.  :-)  [[User:Stephen Ewen|Stephen Ewen]] 01:41, 20 October 2007 (CDT)
===Change page title===
Output.php was changed, so that if a page is in the main namespace and it is not a subpage, then it is
titled "Title - encyclopedia article - Citizendium". If a page is in the main namespace and it is a subpage, then it is titled according to however the subpage type name reads: "Title - Subpage Type - Citizendium". See [https://lists.purdue.edu/pipermail/citizendium-tools/2008-January/000209.html this post on cz-tools].

Revision as of 11:34, 18 January 2008

If you are a developer or otherwise have knowledge, please document in individual sections any "custom hacks" you have made to the version of MediaWiki currently running on Citizendium. The point of this is to enable us to upgrade MediaWiki at some point, while rolling back in any customizations that have been done to CZ without "breaking everything." Thanks. Eric M Gearhart


Summary box at Special:Upload was enlarged

This was to allow the {{Image notes}} to be viewed all at once without scrolling. It entailed simply changing a number in the php file that displayed it, the name of which I simply cannot remember right now.  :-) Stephen Ewen 01:41, 20 October 2007 (CDT)

Change page title

Output.php was changed, so that if a page is in the main namespace and it is not a subpage, then it is titled "Title - encyclopedia article - Citizendium". If a page is in the main namespace and it is a subpage, then it is titled according to however the subpage type name reads: "Title - Subpage Type - Citizendium". See this post on cz-tools.