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>John Stephenson
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>This page is outdated as of April 2010 and mainly kept here for archival purposes. Meanwhile, a copy of our [http://www.mediawiki.org/wiki/Manual:LocalSettings.php LocalSettings.php] file is available [[CZ:Technical/LocalSettings.php|here]].<center>
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. [[User:Eric M Gearhart|Eric M Gearhart]]
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. [[User:Eric M Gearhart|Eric M Gearhart]]
----
----
===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].
[[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.