Archive:MediaWiki customizations: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>John Stephenson
m (moved CZ:MediaWiki customizations to Archive:MediaWiki customizations: Move to Archive: namespace; see http://ec.citizendium.org/wiki/EC:R-2011-011)
imported>John Stephenson
 
Line 9: Line 9:
Output.php was changed, so that if a page is in the main namespace and it is not a subpage, then it is
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].
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].
[[Category:Archived Pages]]

Latest revision as of 03:18, 25 February 2012

This page is outdated as of April 2010 and mainly kept here for archival purposes. Meanwhile, a copy of our LocalSettings.php file is available here.

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.