Semi Protection

UESPWiki:Dev History/2013

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search
This is an archive of past UESPWiki:Dev History discussions. Do not edit the contents of this page, except for maintenance such as updating links.

24 December 2013

  • New parser function added to MetaTemplate.php, MetaTemplate_body.php, and MetaTemplate.i18n.magic.php Robin Hood  (talk) 08:28, 24 December 2013 (GMT)

7 November 2013

  • Small hack to cslist.php to change $item = $gCSData->get_item($$id); to $item = $gCSData->get_item($$id, NULL, $_GET['rec']); to allow specifying record type in the URL. Robin Hood  (talk) 08:23, 7 November 2013 (GMT)

6 October 2013

  • Updated MetaTemplate/MetaTemplateCategoryPage.php to hopefully fix two small bugs:
    • {{{sortkey}}} now trimmed from line feed onwards (similar to sortkeyprefix in API)
    • redirects retain proper formatting Robin Hood  (talk) 23:13, 6 October 2013‎ (GMT)

4 August 2013

  • Updated the following files. Unless otherwise noted, code was strictly updated based on current standards (e.g., $specialPageAliases instead of $aliases), and per r52503 since MW 1.21 removes some of this functionality altogether. Robin Hood  (talk) 04:37, 4 August 2013 (GMT)
    • CheckUser/CheckUser.hooks.php (reverted to previous, since 30 April 2013 changes were unrelated to problem) (not uploaded, since dev copy was the same as the old copy)
    • DailyEdits/SpecialDailyEdits.php (not uploaded since this extension isn't installed on dev)
    • MetaTemplate/MetaTemplate.alias.php
    • MetaTemplate/MetaTemplate.i18n.magic.php
    • MetaTemplate/MetaTemplate.php (also removed some unused code and global declarations)
    • UespCustomCode/SiteCustomCode.alias.php
    • UespCustomCode/SiteCustomCode.i18n.magic.php
    • UespCustomCode/SiteCustomCode_body.php (correct reference/value mismatch in addCanonicalToHeader and getCachedTrail)
    • UespCustomCode/SiteCustomCode.php (also changed dir check to simpler sitename check and removed a couple of unused global declarations)
    • UespCustomCode/SiteNamespace.php
    • UespCustomCode/SiteSearchMySQL.php (updated to use MWNamespace)
    • UespCustomCode/SiteSpecialPreferences.php
    • UespCustomCode/SiteSpecialSearch.php
    • UespSiteStats/UespSiteStats.alias.php
    • UespSiteStats/UespSiteStats.php
    • UespSiteStats/UespSiteStats_body.php
    • UncategorizedUESPPages/UncategorizedUESPPages.alias.php
    • UncategorizedUESPPages/UncategorizedUESPPages.php
    • UsersEditCount/UsersEditCount.alias.php
    • UsersEditCount/UsersEditCount.php

18 June 2013

7 June 2013

  • Uploaded modified version of LogFormatter.php to fix patrol log not recognizing autopatrolled entries correctly. Robin Hood  (talk) 23:17, 7 June 2013 (GMT)

29 April 2013

  • Disabled account creation via API. Robin Hood  (talk) 22:37, 29 April 2013 (GMT)

2 April 2013

1 March 2013

  • Installed ConfirmCreate extension as a possible spammer prevention method. Robin Hood  (talk) 00:14, 1 March 2013 (GMT)

24 January 2013

18 January 2013

17 January 2013

  • Copied CSList code to /home/alfwyn, that copy is used now
  • Added Hearthfire and Patch 1.8 data to database

-Alfwyn (talk)

15 January 2013

  • Installed Lucene search index and the MWSearch extension. -- Daveh (talk) 20:09, 15 January 2013 (GMT)

14 January 2013

  • Changed image path to point to dev image copy instead of images.uesp.net. -- Daveh (talk) 20:00, 14 January 2013 (GMT)

10 January 2013

  • Update link to section in preferences at extensions/UespCustomCode/SiteSpecialRecentchanges.php . -Alfwyn (talk)

9 January 2013

  • Upgraded MW version from 1.19.0 to 1.19.3 -Alfwyn (talk)

7 January 2013

21 December 2012

19 December 2012

  • Changed Mediawiki:Ipboptions (default expiry times for blocking) from 3 hours to 6 hours Robin Hoodtalk
  • Changed $egRestrictBlockLength in SiteCustomCode.php from 14400 to 21600 Robin Hoodtalk
  • Added ALTER to dev db permissions. - Daveh (talk)
  • Changed the path of the dev wiki message cache to /cachedev and made writeable. - Daveh (talk)
  • Rebuilt search index on the dev wiki. - Daveh (talk)

18 December 2012

  • Disabled Sphinx search and enabled UESP custom search (needs fixing)
  • Enabled Categorytree extension (no problems so far)


Prev: None Up: Dev History Next: 2014