m ($wgSitename change) |
m (chronological) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == 24 July 2008 == |
− | + | # Installed the extension [http://www.mediawiki.org/wiki/Extension:CharInsert CharInsert] and updated <code>LocalSettings.php</code> | |
− | + | # After some trouble (I had to rename all pages that already started with WikiChristian:... to WikiChristian.org:...) I changed <code>$wgSitename</code> to "WikiChristian". This means that all Project: pages now resemble the logo (in caps) and the site is inline with standard wiki-practice. | |
+ | # Installed the extension [http://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo] and updated <code>LocalSettings.php</code>. Now I have to make a master template to replace all the little video templates. Then I can remove the ''two'' video extensions we are currently using. | ||
+ | |||
+ | == 25 July 2008 == | ||
+ | # Grouped all my edits into bottom section and added comments/dividers to annotate/demarcate what I've done. | ||
+ | # Added the ability to upload SVG image files to <code>$wgFileExtensions</code> | ||
+ | # Add Greek, Hebrew, Latin, KJV and WEB namespaces | ||
+ | # Add subpage functionality to most namespaces | ||
+ | |||
+ | == 12 August 2008 == | ||
+ | # Ran the following in the <code>maintenance</code> directory: <code>php -d error_reporting=E_ERROR dumpBackup.php --current --quiet --output=gzip:2008-08-11.xml.gz || exit</code>, ftp'd resulting 16MB, gzipped file to myself and will back it up on CD-ROM. | ||
+ | |||
+ | == 3 October 2008 == | ||
+ | # Added custom namespaces <code>Text</code> and <code>Text_talk</code>. |
Latest revision as of 20:12, 3 October 2008
Contents
24 July 2008
- Installed the extension CharInsert and updated
LocalSettings.php
- After some trouble (I had to rename all pages that already started with WikiChristian:... to WikiChristian.org:...) I changed
$wgSitename
to "WikiChristian". This means that all Project: pages now resemble the logo (in caps) and the site is inline with standard wiki-practice. - Installed the extension EmbedVideo and updated
LocalSettings.php
. Now I have to make a master template to replace all the little video templates. Then I can remove the two video extensions we are currently using.
25 July 2008
- Grouped all my edits into bottom section and added comments/dividers to annotate/demarcate what I've done.
- Added the ability to upload SVG image files to
$wgFileExtensions
- Add Greek, Hebrew, Latin, KJV and WEB namespaces
- Add subpage functionality to most namespaces
12 August 2008
- Ran the following in the
maintenance
directory:php -d error_reporting=E_ERROR dumpBackup.php --current --quiet --output=gzip:2008-08-11.xml.gz || exit
, ftp'd resulting 16MB, gzipped file to myself and will back it up on CD-ROM.
3 October 2008
- Added custom namespaces
Text
andText_talk
.