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)
- Small hack to cslist.php to change
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)
- Updated MetaTemplate/MetaTemplateCategoryPage.php to hopefully fix two small bugs:
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
- 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)
18 June 2013
- Uploaded version 1.4.3 of RegexFunctions to fix PHP injection bug. – Robin Hood (talk) 17:55, 18 June 2013 (GMT)
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
- Installed Asirra 0.8. See notes on Admin Noticeboard. – Robin Hood (talk) 03:13, 3 April 2013 (GMT)
- Disabled ConfirmCreate for now so we're not adding two filters to user creation. – Robin Hood (talk) 03:13, 3 April 2013 (GMT)
1 March 2013
- Installed ConfirmCreate extension as a possible spammer prevention method. – Robin Hood (talk) 00:14, 1 March 2013 (GMT)
24 January 2013
- Installed JobQueue extension to re-add job queue to Special:Statistics. – Robin Hood (talk) 06:51, 24 January 2013 (GMT)
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
15 January 2013
14 January 2013
10 January 2013
9 January 2013
7 January 2013
- Fixed descriptions for MetaTemplate and UsersEditCount in Special:Version on content 1/2/3. – Robin Hood (talk)
21 December 2012
- Removed now-unused Icon Extension. – Robin Hood TALK
19 December 2012
- Changed Mediawiki:Ipboptions (default expiry times for blocking) from 3 hours to 6 hours – Robin Hood↝talk
- Changed $egRestrictBlockLength in SiteCustomCode.php from 14400 to 21600 – Robin Hood↝talk
- 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 |