Wiki's change log for important changes in 2022.
What is an important change?
- Styling updates as that affects user experience
- Major database updates like schema changes or changing how one accesses data
- Major module changes like refactorings or new features
- New templates for styling and formatting
- Changes to front-end scripts
- Wiki policy changes
January[]
- Glaive bounce explosion damage added to Module:Weapons/data 02:42, 3 January 2022 (UTC)
- Most
ShotSpeed
values should be a number instead of"?"
in Module:Weapons/data. 22:20, 6 January 2022 (UTC) - New Template:Companion tooltip. For example, Helminth Charger. 19:16, 7 January 2022 (UTC)
- New Template:SpoilerText for spoilers. 02:57, 13 January 2022 (UTC)
- Added new
StanceName
key to Module:Stances/data entries based on index key. Index keys should not be used as data nor should they represent data. 05:48, 13 January 2022 (UTC) - Template:StanceTable now supports displaying a single combo type. This is meant for specific melee weapons that have a unique combo that overrides the default combo or the combo provided by the stance mod. 12:00, 14 January 2022 (UTC)
- Module:Database established for helper methods on maintaining
/data
subpages. 23:11, 14 January 2022 (UTC) - Module:Weapons update (06:04, 18 January 2022 (UTC))
- Refactor of getter functions by consolidating
ATTACK_KEY_MAP
,FORMATTED_ATTACK_KEY_MAP
,GUN_KEY_MAP
, andMELEE_KEY_MAP
into a singledefault
table with support for defining string formatting of specific data values for display to readers. - New
IsLichWeapon
key to denote Kuva/Tenet weapons without relying on localized names In-progress of migrating over to storing attack key-value pairs under a singleAttacks
table. In other words, no more arbitraryAttack1
toAttack9
keys; instead use table indexes to access attack entries.Attack1
toAttack9
keys depreciated; replaced by a singleAttacks
table that contains attack entries._TooltipAttackDisplay
now stores number index toAttacks
table instead of a key name.- New Module:Weapons/compare submodule to contain weapon comparison string builder functions.
- Refactor of getter functions by consolidating
- Template:Audio - added a download link to audio file using pseudo-namespace
Media:
. 20:22, 18 January 2022 (UTC) - Splitting large Module:Weapons/data into eight smaller databases for maintanenace, categorized by weapon classes 20:41, 21 January 2022 (UTC)
- Module:Weapons/data/primary
- Module:Weapons/data/secondary
- Module:Weapons/data/melee
- Module:Weapons/data/archwing
- Module:Weapons/data/companion
- Module:Weapons/data/railjack
- Module:Weapons/data/modular
- Module:Weapons/data/misc
- First instance of horizontal partitioning on this wiki
- 2,048 kilobytes is the maximum page size limit for any article on this wiki, even in the Module namespace. For future-proofing, we horizontally partitioned the database so we can add more data (we were using ~800 kilobytes before). Tables are now small enough to be loaded in the Debug console when editing in the Module namespace.
- Module:LuaLinter renamed to Module:LuaSerializer. 21:40, 21 January 2022 (UTC)
- Module:Weapons/data now uses object-oriented programming techniques to programmatically determine how other pieces of code interface with the data. Database contents can be serialized too for output. 00:06, 22 January 2022 (UTC)
- New CSS classes
.navboxrow
and.navboxrowalt
in MediaWiki:Common.css. (20:25, 22 January 2022 (UTC)) - New Template:LuaNavbox and Module:Navbox to help reduce Lua memory usage on some navboxes that use tooltip templates. Navbox templates updated (00:00, 23 January 2022 (UTC)):
- Module:Weapons/ppdata is reformatted from grouping by weapon class to grouping by slot type and calculating stat percentiles that way. This means that the resultant table is smaller. 23:04, 24 January 2022 (UTC)
- Moved some parser function logic and wikitable wikitext from Template:Rewards to
Module:DropTables.getRewardTable(frame)
. Cephalon Scientia (talk) 05:28, 26 January 2022 (UTC) - All update version entries in Module:Version/data now have a corresponding forum link, archived forum link, and Unix timestamp. Cephalon Scientia (talk) 21:26, 31 January 2022 (UTC)
- Template:ItemVault message boxes are added automatically to Warframe pages by querying Module:Void and transcluded in Template:Warframe. Cephalon Scientia (talk) 22:19, 31 January 2022 (UTC)
Feburary[]
- Support for a third argument for /data subpage names in MediaWiki:Tooltips.js, Module:Tooltips.getTip(), Module:Tooltips/tip.Weapons(), and Template:Tooltip for Module:Weapons/data partitions. 19:43, 2 February 2022 (UTC)
- Removed p.getCompTableSpeedMelees(frame) because we have no consistent way of getting thrown attacks with the current Module:Weapons/comptable functions and the way attack tables are set up in Module:Weapons/data; you would have to make your own custom buildCompTable function to fetch the attack entries that have ShotType = "Thrown" instead of relying on attack indexes/keys. Hence, melee wikitable is expanded in Projectile Speed until a complete solution is implemented. Cephalon Scientia (talk) 19:48, 2 February 2022 (UTC)
- Module:Weapons/comptable refactored to using OOP design pattern for defining comparison table definitions. Cephalon Scientia (talk) 00:07, 3 February 2022 (UTC)
- Shawzin soundbites uploaded. Cephalon Scientia (talk) 03:06, 4 February 2022 (UTC)
- Making
Tradable
key in Module:Weapons/data store an integer value instead of a boolean since there is no easy way to create enums in Lua. Cephalon Scientia (talk) 20:24, 5 February 2022 (UTC)- 0 or nil = not tradable
- 1 = tradable weapon unranked
- 2 = tradable parts and blueprint but weapon itself is not tradable
- 3 = indirectly tradable by trading Kuva Liches/Sisters of Parvos
- Mandachord sound bites uploaded. Cephalon Scientia (talk) 00:18, 8 February 2022 (UTC)
- MediaWiki:Tooltips.js now directly invokes Module:Tooltips instead of transcluding Template:Tooltip. Template:Tooltip and its subpages are now deleted. Subpages were unused for about 2-3 years since we migrated to Module:Tooltips instead of using Template:Icon. 01:31, 9 February 2022 (UTC)
- Removed outdated/unused CSS styles from MediaWiki:Tooltips.css for clean up. 19:48, 9 February 2022 (UTC)
- Some tooltip adjustments. Showing actual disposition value in Template:Weapon tooltip in its own row. 22:10, 9 February 2022 (UTC)
- Module:Docbunto supports parsing LuaDoc tokens and comments in submodules instead of defaulting to transcluding from main module's content. Also decoupled Module namespace localization from strings for portability in wikis in other languages. Cephalon Scientia (talk) 02:05, 10 February 2022 (UTC)
- MediaWiki:Common.css updates - Cephalon Scientia (talk) 23:19, 10 February 2022 (UTC):
- Added
.damage-type-tooltip
CSS class for invert + hue-rotate filters for colored damage icons and text instead of targeting elements withdata-param2="DamageTypes"
- Repurposed
.icon
class for standardizing how inline images are rendered when alongside text instead of being used to apply invert filters. They should scale based onfont-size
- B/c of this, we do not always need to resize images using wikitext syntax, causing icons to be more sharper than before (resizing images compresses them)
- Decoupling invert filter from
.icon
classes; new.light-invert
and.dark-invert
classes for targeting what elements to invert and when they should be inverted; removed.light-icon
as a result
- Added
StancelessStance
key support in Module:Stances/data. 22:28, 12 February 2022 (UTC)- Added a formal page for Music-related topics. 19:10, 14 February 2022 (UTC)
- MediaWiki:Countdown.js internationalized to support localized timestamp strings depending on wiki's content language, with logged-in user's client language overriding this default setting. Cephalon Scientia (talk) 00:25, 16 February 2022 (UTC)
- For example, on Chinese wikis or logged-in users that set their language preferences to Chinese it will look like "09天后 12小时后 39分钟后" instead of "09D 12h 39m".
- Also updated to use vanilla JavaScript's I18n library to localize timestamp units so what was previously "09D 12h 39m" will now be "09 days 12 hr. 39 min.".
Still need to support pluralization.Units are pluralized. Cephalon Scientia (talk) 03:08, 16 February 2022 (UTC)
- New Template:Ref and Module:Reference for citations forked from https://dev.fandom.com/wiki/Global_Lua_Modules/Ref 23:04, 18 February 2022 (UTC)
- On Template:Mainpage Box Timers, colored text for "day" and "night" on landscape cycles are harder to read on dark theme (low contrast + small font-size) so using emojis to convey color instead. 23:46, 18 February 2022 (UTC)
- Module:Weapons update Cephalon Scientia (talk) 22:31, 26 February 2022 (UTC)
- All applicable weapons should now have
DefaultUpgrades
key for innate, hidden upgrades - Removed
MinProgenitorBonus
key from Kuva/Tenet weapon entries since this should be a calculated attribute due to the random nature of such damage bonus (hard-coding the bonus was a hacky implementation). As such,MinProgenitorBonus
andProgenitorBonus
entries are removed from Module:DamageTypes/data.
- All applicable weapons should now have
March[]
- Support for Syndicate vendor offerings and Baro Ki'Teer historical offerings under a new "Vendor Sources" group in Module:Mods/infobox and Module:Resources/infobox. Cephalon Scientia (talk) 22:07, 4 March 2022 (UTC)
- Major refactor of Module:Acquisition which also removes the need for separate wikitable tabbers for different bounty tiers or different drop locations. Template:Acquisition tables now pull data directly from Module:DropTables/data, hence Module:Acquisition/data is depreciated. 20:36, 13 March 2022 (UTC)
- New
Rewards
subtable in Module:DropTables/data that is indexed based on reward name. 19:23, 14 March 2022 (UTC) - New Module:MilestoneRewards/data database for storing guaranteed rewards; broke off from Module:DropTables/data. 22:37, 22 March 2022 (UTC)
- Renamed to Module:GuaranteedRewards/data. 18:53, 13 September 2022 (UTC)
- Added Template:Transclude to track transclusions easier and the standardize their formatting. Cephalon Scientia (talk) 03:28, 24 March 2022 (UTC)
- Added new
CodexSecret
key to Module:Warframes/data, Module:Weapons/data, Module:Mods/data, and Module:Arcane/data. Cephalon Scientia (talk) 03:28, 24 March 2022 (UTC)
April[]
- Added Template:JSWarning notice for articles with JS scripts that users can copy as there is a potential for client-side attacks when clients run code that they do not understand. Cephalon Scientia (talk) 04:30, 4 April 2022 (UTC)
- Standardized most weapon image names to "WeaponName.png". 17:46, 7 April 2022 (UTC)
- Started documenting design decisions on the wiki. See Category:Design Documents. Cephalon Scientia (talk) 23:24, 10 April 2022 (UTC)
- Module:StatObject created to create a unified interface for fetching raw, computed, derived, and formatted data from this wiki's
/data
subpages. 20:49, 22 April 2022 (UTC)
May[]
- Schema update to Module:Stances/data where
Type
key (storing a string value) withTypes
(storing a table value) so can define individual attack types to each attack in a single melee input instead of having one attack type that applies to all attacks in a single melee input. Module:Stances is updated to reflect on this change on Template:StanceTable. Cephalon Scientia (talk) 20:16, 6 May 2022 (UTC) - All Focus 3.0 content transcribed, assets uploaded, and Module:Focus/data updated. 18:30, 8 May 2022 (UTC)
- Module:DropTables/data: All item drop entries now have the item's type as the second element regardless of drop table. No more assuming that a mod drop in the mod drop table is actually a mod because there is loose enforcement on what item types can be dropped from what drop table (e.g. technically resources can be dropped from the sigil drop table which is the case for Exploiter Orb). This also means that we can stop hard-coding in Endo as a "unique" drop from mod tables since we can reclassify it as a "Resource". We can generalize the code to pass any item into the tooltip builder and use the appropriate tooltip based on the item's type instead of defining unique cases. This also fixes Arcane drops from enemy mod drop tables since they were assumed to be "Mods". - Cephalon Scientia (talk) 03:19, 12 May 2022 (UTC)
- Added Module:Sigils/data and hooked it up to Module:Tooltips for infoboxes. No template version of tooltip yet. - Cephalon Scientia (talk) 04:28, 12 May 2022 (UTC)
- Removing Template:Component's, Template:ArchModBox's, and Template:Avionic's dependency on DropTables.getItemDropList(). Use Template:ResourceInfobox or another related infobox template instead that are fully generated within Lua modules. Treat T:Component as a generic, simple infobox like Template:Infobox. - Cephalon Scientia (talk) 21:00, 12 May 2022 (UTC)
- Depreciated Template:Icon faction icons with Template:Faction tooltips. Cephalon Scientia (talk) 05:43, 13 May 2022 (UTC)
- Added support for slam attack row/data in Template:StanceTable, Module:Stances, and Module:Stances/data. Thanks to User:Gat235 for the slam attack gifs. 23:35, 17 May 2022 (UTC)
- Wiki updated from MediaWiki v1.33.3 to MediaWiki v1.37.2 (Spanish, Brazilian Portuguese, Traditional Chinese, French, German, and Russian sister Fandom wikis were also updated). 16:04, 20 May 2022 (UTC)
- See https://www.mediawiki.org/wiki/Release_notes/1.37 for release notes.
June[]
- All non-Exalted melee weapons should now use Template:Advantages and Template:Disadvantages under the Characteristics section and abide by WARFRAME Wiki:Stat Comparison. 03:16, 16 June 2022 (UTC)
- All non-Exalted secondaries should now use Template:Advantages and Template:Disadvantages under the Characteristics section (except Hystrix and Catabolyst due to readability reasons with many damage components, especially on mobile) and abide by WARFRAME Wiki:Stat Comparison. 18:08, 16 June 2022 (UTC)
- All non-Exalted primaries should now use Template:Advantages and Template:Disadvantages under the Characteristics section and abide by WARFRAME Wiki:Stat Comparison. 23:46, 19 June 2022 (UTC)
- Module:Warframes/infobox now includes Warframe abilities. Cephalon Scientia (talk) 15:35, 27 June 2022 (UTC)
- Warframes Comparison wikitables now include Overshield, EHP w/ Overshield, and Initial Energy columns. Cephalon Scientia (talk) 15:35, 27 June 2022 (UTC)
July[]
- Standardized full body image names of Warframes to "WarframeNameFull.png" in Module:Warframes/data and moved the respective files to match this naming convention.
Image
key now stores the in-game asset image while a newFullImage
key will be used to store the full body image as contributed by editors. -Cephalon Scientia (talk) 18:08, 7 July 2022 (UTC) - Template:Necramech and Template:Archwing now use Module:Warframes/infobox to build their infoboxes. -Cephalon Scientia (talk) 18:08, 7 July 2022 (UTC)
- Most Warframe pages have their Template:BuildRequire/Warframe replaced with Template:BuildAutomatic that pulls data from Module:Blueprints/data. All Warframe blueprint costs should now be in Module:Blueprints/data. Excalibur Umbra and Equinox pages haven't done yet since they have nonstandard build requirements. 02:20, 27 July 2022 (UTC)
- Updated Module:Baro and Module:Baro/data to support cross-platform Baro offerings as per https://forums.warframe.com/topic/1318141-baro-ki%E2%80%99teer-cross-platform-inventory-sync-event/. -Cephalon Scientia (talk) 22:39, 29 July 2022 (UTC)
August[]
- New Fandom wiki representative User:OishiiOnIno temporarily standing in for User:Mr Pie 5 until the next one is formally assigned. 22:41, 3 August 2022 (UTC)
- Module:Decorations/data updated with files renamed to use PascalCasing. 06:39, 6 August 2022 (UTC)
- Added Pigment drop data from the page to Module:DropTables. Enemy infoboxes now automatically display these. -Cephalon Scientia (talk) 06:27, 10 August 2022 (UTC)
- Template:AbilityU10.3 updated to make use of generic ability attribute icons. Newer ability pages now use more styling in info sections. For example, underlines now denote unique mechanics/interactions and number values that are affected by certain attributes (e.g. Ability Duration) will now have a Template:Icon w/ the attribute icon next to them. 16:07, 28 August 2022 (UTC)
September[]
- New
AmmoPickup
key in Module:Weapons/data to reflect on Update 32.0 (2022-09-07) ammo changes. Module:Weapons, Module:Weapons/compare, Module:Weapons/comptable, and Module:Weapons/csv updated accordingly. 19:48, 9 September 2022 (UTC) - Migrated contents under
Factions
collection of Module:Icon/data to a new Module:Factions/data. Module:Tooltips/tip and Module:Tooltips/icon updated accordingly. 19:43, 15 September 2022 (UTC) - Moved all Category:Styling articles to the Template namespace since we don't actually have a Styling namespace. Styling templates are also preloaded in WARFRAME Wiki:Creating New Pages for convenience when creating new articles. -Cephalon Scientia (talk) 02:20, 22 September 2022 (UTC)
- Most modules should have their dependencies decoupled from the Fandom Developers wiki. These dependencies (e.g. those with prefix "Dev:" in
require()
statements) will now be forked to this wiki instead, using their latest revision. This makes it easier to track dependency usage amongst modules on this wiki and for security reasons. There is more control over what is being changed to these particular modules. -Cephalon Scientia (talk) 02:49, 24 September 2022 (UTC)
October[]
- Explicit file naming convention for official/in-game assets based on already established habits on WARFRAME Wiki:Media Policy. 20:41, 1 October 2022 (UTC)
- Module:Tooltips removed legacy aliases
p.getFullTooltip()
,p.getImage()
, andp.getText()
(instead usep.full()
,p.icon()
, andp.text()
respectively). All modules should now use the renamed functions. -Cephalon Scientia (talk) 20:05, 2 October 2022 (UTC) - Most mods whose acquisition are from drop tables should have Template:DropLocations transcluded on the article which is more mobile-friendly and comprehensive than using
DropTable._buildDropTableSourceStrings(name)
within the mod's infobox (Module:Mods/infobox). -Cephalon Scientia (talk) 02:02, 20 October 2022 (UTC) - Module:Weapons/preprocess now uses Module:Weapons to calculate stats for comparison/rankings. -Cephalon Scientia (talk) 21:53, 20 October 2022 (UTC)
- Most resources whose acquisition are from drop tables should have Template:DropLocations transcluded on the article which is more mobile-friendly and comprehensive than using
DropTable._buildDropTableSourceStrings(name)
within the resource's infobox (Module:Resources/infobox). -Cephalon Scientia (talk) 02:58, 22 October 2022 (UTC)
November[]
- Updated Module:Missions/data to include gamemodes that are not specific to any particular Star Chart node under a
MissionModifiers
collection. This is needed so that we can generate a user-contributed string that communicates some details on how to trigger rolling a specific drop table instead of simply displaying nothing under the "Star Chart Nodes" column of Template:DropLocations. Updated Module:DropTables'p.getMissionList(frame)
to pull fromMissionModifiers
collection when a drop table has no associated nodes (assume drop table is not tied to any specific node) and changed someType
keys in Module:DropTables/data for selectivity to account for this change. -Cephalon Scientia (talk) 21:31, 8 November 2022 (UTC) - Module:Weapons/data support for
SweepRadius
key that describes the melee's sweep attack's base hitbox radius. Melee normal and heavy attacks have an obround hitbox that scale with melee range bonuses. See https://forums.warframe.com/topic/1100191-ask-me-almost-anything-again/page/3/#comment-10814226 for more details. -Cephalon Scientia (talk) 20:41, 21 November 2022 (UTC) - Module:Weapons/data replacing "Discharge" ShotType with "Hit-Scan"; use Trigger = "Held" to find continuous weapons instead. -Cephalon Scientia (talk) 21:09, 22 November 2022 (UTC)
- Standardized stat formatting in Module:Weapons/infobox by using Module:Weapons' p._getFormattedValue()/p._statFormat(). Updated Module:Weapons's StatObject with more keys, stat format functions, and stat default value changes. -Cephalon Scientia (talk) 19:14, 23 November 2022 (UTC)
December[]
- Making Template:AbilityU10.3 horizontal infobox match user's theming (its background was flat dark gray regardless of theming) so we don't have to store two versions of ability icons (one light and one dark) to be compatible with both light and dark themes. Infobox content now pulls from Module:Ability/data. -Cephalon Scientia (talk) 00:44, 3 December 2022 (UTC)
- Module:Tooltips/icon and Module:Tooltips/tip updated to support Archwings and Necramechs in Template:WF tooltips. -05:50, 3 December 2022 (UTC)
- Horizontally partitioned Module:Weapons/Conclave/data to match Module:Weapons/data. -Cephalon Scientia (talk) 05:13, 9 December 2022 (UTC)
MediaWiki v1.33 to v1.37[]
See community:Help:Update to MediaWiki 1.37 for more details.
Credit to User:AttemptToCallNil (on Fandom community) for the following expected changes when Fandom ultimately upgrades MediaWiki in Q1 2022. Original source: https://discord.com/channels/563020189604773888/563022855516717071/935816324846858281
This page lists some of the changes that an upgrade to MediaWiki 1.37 from MW 1.33 is expected to bring. I only listed those changes I believe are most relevant to Fandom community members. == Feature changes == These are the changes I believe might be relevant for the average editor. * [1.34] (Quoting [[mw:Release notes/1.34|MediaWiki patch notes]]) [[Special:NewSection]] has been created as a shortcut to creating a new section on a page. When linked to, its subpage is used as the target ([[Special:NewSection/Test]] redirects to creating a new section in "Test"). Otherwise, it displays a basic interface to allow the end user to specify the target manually. * [1.35] (Quoting [[mw:Release notes/1.35|MediaWiki patch notes]]) Special:EditPage, Special:PageHistory, Special:PageInfo, and Special:Purge have been created as shortcuts for each action. Special:EditPage/Foo redirects to title=foo&action=edit, with PageHistory, PageInfo, and Purge corresponding to action= history, info, and purge respectively. When linked to, its subpage is used as the target. Otherwise, it displays a basic interface to allow the end user to specify the target manually. * [1.36] MediaWiki now uses its new logo. * [1.36] All HTML5 named entities are now accepted in wikitext. * [1.36] The file description page's alternate sizes now include 2048px. * [1.37] Limited support added for JPEG2000 images. == Developer changes == These are the changes I believe could be relevant for power users and/or community developers, but not necessarily average editors. * [1.35] The <code>aria-hidden</code> HTML attribute is now allowed for all elements in wikitext. * [1.35] The API now performs proper validation of integer and integer range parameters. Invalid inputs now return the <code>badinteger</code> error. * [1.35] Many user-type API parameters now support user IDs, like <code>#12345</code>. * [1.35] The API now allows asserting the client is logged out with <code>assert=anon</code>. * [1.35] The API now supports <code>baserevid</code> in addition to <code>basetimestamp</code> for edit conflict detection. * [1.35] Added <code>action=changecontentmodel</code>, which allows changing content models of existent pages. * [1.35] <code>action=login</code> will now return <code>Failed</code> rather than <code>NeedToken</code> on session loss. * [1.36] (Quoting [[mw:Release notes/1.36|MediaWiki patch notes]]) Accounts with the 'bot' right no longer have pages automatically added to the watchlist when making API edits, regardless of their preferences. This is to reduce the size of the watchlist data in the database. To add API bot edits to the watchlist, explicitly set the 'watch' option. * [1.37] Deprecated methods of fetching tokens have been removed. Use <code>action=query&meta=tokens&type=</code> instead of anything else. Note also that <code>csrf</code> may now be mandatory instead of the legacy token names it replaced. == Internal changes == These are relevant changes that I don't expect to be directly relevant to power users, but some of them might find this information useful. * [1.34] [[mw:Manual:$wgCookieSetOnIpBlock|<code>$wgCookieSetOnIpBlock</code>]] and [[mw:Manual:$wgCookieSetOnAutoblock|<code>$wgCookieSetOnAutoblock</code>]] are now set to <code>true</code> as default. These configuration settings are intended to make it slightly harder to evade blocks. However, I can't say for certain that they will be enabled (or not) on Fandom. * [1.35] MediaWiki supports [[mw:Help:Watchlist expiry|watchlist expiry]], currently '''disabled by default'''. In addition to permanent watchlist additions (which remain still just as available), this feature allows users to specify a time period for which the page should remain in their watchlist. This is similar to user rights expiry. * [1.36] Internet Explorer 8 support has been dropped.
New Pages[]
See https://warframe.fandom.com/wiki/Special:Log?type=create&user=&page=&wpdate=2022-12-31&tagfilter= for more details.
- New Player Experience
- Hidden Mastery
- Player Profile
- Gravity
- Void Relic/Math
- Music
- PBR
- AI Director
- Zariman ARG
- Fonts
- WARFRAME Wiki:Licensing
- WARFRAME Wiki:Project Vision and Scope
- WARFRAME Wiki:Solution Stack
- WARFRAME Wiki:Stakeholder Analysis
- WARFRAME Wiki:Removing Ads
Update 31.0 (2021-12-15)[]
- Update 31.0 (2021-12-15)
- Update 31.1 (2022-02-09)
- Biting Frost
- Thermal Transfer
- Gourmand
- Surging Blades
- Primed Sniper Ammo Mutation
- Wukong Piercing Eye Skin
- Wisp Zamariu Skin
- Wisp Coven Skin
- Protea Technochron Skin
- Mesa Mesnificent Skin
- Axonnak Hammer Skin
- Wisp Celestist Skin
- Wisp Sycorax Skin
- Titania Pixialyst Skin
- Harrow Algalyst Skin
- Arashi Heavy Blade Skin
- Ksara Two-Handed Nikana Skin
- Radiant Lunar Renewal Collection
- Luminous Lunar Renewal Collection
- Shining Lunar Renewal Collection
- Lunar Renewal Celebration Pack
- Grendel Nian Skin
- Clavatus Zarr Skin
- Sunkiller
- Hybrid Abominations
- Update 31.2 (2022-03-16)
- Update 31.3 (2022-03-28)
- Corvas Prime
- Nagantaka Prime
- Garuda Prime Talons
- Garuda/Prime
- Axi G7
- Axi K7
- Axi S10
- Axi S11
- Neo C2
- Neo M4
- Neo N20
- Meso G4
- Meso N12
- Meso P7
- Lith G5
- Lith H4
- Lith N11
- Lith N12
- Lith S12
- Lith Z3
- Update 31.5 (2022-04-27)
- Gyre
- Arcsphere
- Coil Horizon
- Cathode Grace
- Rotorswell
- Gyre Automaton Helmet
- Alternox
- Laetum
- Phenmor
- Praedos
- Incarnon
- Overguard
- Eximus (2.0 rework)
- Focus (3.0 rework)
- Focus/Madurai (3.0 rework)
- Focus/Naramon (3.0 rework)
- Focus/Unairu (3.0 rework)
- Focus/Vazarin (3.0 rework)
- Focus/Zenurik (3.0 rework)
- Void Sling
- Void Armageddon
- Void Cascade
- Void Flood
- Thrax Plasm
- Entrati Lanthorn
- Voidgel Orb
- Voidplume
- Voidplume Crest
- Voidplume Down
- Voidplume Pinion
- Voidplume Quill
- Voidplume Vane
- Cascadia Accuracy
- Cascadia Empowered
- Cascadia Overcharge
- Emergence Dissipate
- Emergence Renewed
- Emergence Savior
- Eternal Eradicate
- Fractalized Reset
- Molt Efficiency
- Molt Vigor
- Void Angel
- Thrax Centurion
- Thrax Legatus
- Skittergirl
- Angels of the Zariman
- The Holdfasts
- Archimedean Yonta
- Cavalero
- Hombask
- Kira
- Quinn
- The Husband
- VERD-IE
- Conceptual Embodiment
- Update 31.6 (2022-06-09)
- Felarx
- Innodem
- Vericres
- Refacia Kit
- Cascadia Flare
- Eternal Logistics
- Eternal Onslaught
- Molt Augmented
- Molt Reconstruct
- Update 31.7 (2022-07-16)
- Khora/Prime
- Hystrix Prime
- Dual Keres Prime
- Venari Prime
- Nightwave/Nora's Mix Volume 2
- Axi G8
- Axi K8
- Axi K9
- Axi K10
- Axi N8
- Axi S12
- Neo D5
- Neo G4
- Neo N21
- Neo S15
- Meso H2
- Meso H3
- Meso O5
- Meso P8
- Meso V7
- Lith K9
- Dominus Thrax/Quotes
- Bombastine/Quotes
Fandom Updates[]
Changes[]
- Introduced Fandom Auth service.[1]
- New login and password setting page.
- Replaced legacy hash function for passwords with a combination of SHA512, BCrypt, and AES256.
- Maximum session length is now changed to 6 months.
- Adding Apple Login as another method of logging in.
- Highlighting content now brings up a modal that allows users to immediately search the highlighted content on the wiki. Only available to 25% of site traffic for A/B testing. (March 21, 2022)[2]
- Search modal includes "Top five trending searches" on the wiki. (April 12, 2022)
- Search results in Special:Search now show an image preview. (April 12, 2022)
- For anons, new navigation element at the bottom of articles, above the comments section, called "Others like you also viewed" featuring links to other articles that other people had visited. (April 2022)
- New Interactive Maps extension for creating interactive maps in the Map namespace. See Help:Interactive Maps and Special:AllMaps. (April 20, 2022)
- Silent change of restricting article comments to autoconfirmed users to combat spam issues. Last known anonymous comment on this wiki is April 26, 2022.
- User:Mr Pie 5 renabled anon comments by granting
articlecomments
right to the*
user group on May 4, 2022.
- User:Mr Pie 5 renabled anon comments by granting
- Search modal now applies key words to redirect article names. (May 4, 2022)
- New Logs button under Discussion's Feed Moderation section for Special:SocialLogs, currently accessible by FANDOM Staff, FANDOM Helpers, Spam Obliteration and Prevention, Wiki Representatives, Wiki Specialists, and Global Discussions Moderator user groups. (May 2022)
- Search modal now includes an image from the article next to the article's name. (May 11, 2022)
- Source Editor now includes line numbers when editing articles (previously only available when editing in Module namespace). (May 18, 2022)
- Interactive Maps creation/editing has officially opened to everyone. No longer do you need admin permissions to create/edit them. Admins can still protect these pages if needed. (September 1, 2022)
Blog Posts[]
- Rhea, Brandon (2022, January 25). Fandom's plans for the first few months of 2022. Fandom. Accessed 2022-02-28. Archived from the original on 2022-02-28.
- Host, Dylan (2022, January 27). Welcome Dylan, Fandom's new Community Manager on the Community Safety team. Fandom. Accessed 2022-02-28. Archived from the original on 2022-02-28.
- Olson, Mandy (2022, February 7). DC Database Interactive Video Reveal. Fandom. Accessed 2022-02-28. Archived from the original on 2022-02-28.
- Pearson, Jennifer (2022, February 18). Welcome JP, Fandom's new Senior Community Manager, Creator Outreach on the Community Experience team. Fandom. Accessed 2022-02-28. Archived from the original on 2022-02-28.
- Rhea, Brandon (2022, February 22). Fandom is expanding Trivia Quizzes after a year of successful experimentation. Fandom. Accessed 2022-02-28. Archived from the original on 2022-02-28.
- Rhea, Brandon (2022, February 24). Fandom is upgrading to MediaWiki 1.37 as part of our commitment to keeping the platform up to date. Fandom. Accessed 2022-02-28. Archived from the original on 2022-02-28.
- Olson, Mandy (2022, March 3). Memory Alpha Interactive Video Premiere. Fandom. Accessed 2022-03-03. Archived from the original on 2022-03-06.
- Miller, Perkins (2022, March 4). Fandom Stands with Ukraine. Fandom. Accessed 2022-03-06. Archived from the original on 2022-03-06.
- Quievryn, Tim (2022, March 10). Introducing Fandom Auth - Our New Secure Login Service. Fandom. Accessed 2022-03-24. Archived from the original on 2022-03-24.
- Uchisawa, Jenny (2022, March 23). Updates to Wiki Rules and Blocking Policy. Fandom. Accessed 2022-03-24. Archived from the original on 2022-03-24.
- Castro, Antonio (2022, April 5). Let's Craft an Interactive Video for Minecraft Wiki. Fandom. Accessed 2022-04-08. Archived from the original on 2022-04-08.
- Rhea, Brandon (2022, April 11). Announcing Fandom's 2022 IRL Community Connect in Los Angeles. Fandom. Accessed 2022-04-12. Archived from the original on 2022-04-12.
- Delaney, Mike (2022, April 13). Spanish Language Contractors Wanted!. Fandom. Accessed 2022-04-22. Archived from the original on 2022-04-22.
- Li, Ran (2022, April 18). Welcome Ran Li, Fandom's new Senior Community Partnerships Manager, on the Community Activations team. Fandom. Accessed 2022-04-22. Archived from the original on 2022-04-22.
- Uchisawa, Jenny (2022, April 21). Interactive Maps are here!. Fandom. Accessed 2022-04-22. Archived from the original on 2022-04-22.
- Quievryn, Timothy (2022, May 6). Introducing Fandom's New International Wiki Representatives. Fandom. Accessed 2022-05-25. Archived from the original on 2022-05-25.
- Pearson, Jennifer (2022, May 25). New and Improved Search Updates Coming to Fandom. Fandom. Accessed 2022-05-25. Archived from the original on 2022-05-25.
- Rhea, Brandon (2022, June 2). New Fandom features and experiences announced at Community Connect 2022. Accessed 2022-06-03. Archived from the original on 2022-06-02.
- Cushway, Sannse (2022, June 3). Update to the community guidelines. Fandom. Accessed 2022-06-03. Archived from the original on 2022-06-03.
- Pearson, Jennifer (2022, June 7). Mobile Editing Fixes and Mobile Theme Designer Are Coming!. Fandom. Accessed 2022-06-08. Archived from the original on 2022-06-08.
- Freeze, Breanna (2022, June 8). Welcome Breanna, Fandom's new Senior Community Manager, Gaming on the Community Experience team. Fandom. Accessed 2022-06-15. Archived from the original on 2022-06-15.
- Pearson, Jennifer (2022, June 9). New Discussions Moderation Tools, Including Discussions AbuseFilter, Are Coming This Year. Fandom. Accessed 2022-06-15. Archived from the original on 2022-06-15.
- Pearson, Jennifer (2022, June 15). Fandom Stars, Fandom's New(ish) Creator Recognition Program. Fandom. Accessed 2022-06-15. Archived from the original on 2022-06-15.
- Uchisawa, Jenny (2022, June 15). Introducing Admin Plus!. Fandom. Accessed 2022-06-15. Archived from the original on 2022-06-15.
- Totcky, Garrett (2022, June 23). Indie Game Wiki Specialist Contractors Wanted. Fandom. Accessed 2022-06-30. Archived from the original on 2022-06-30.
- Olson, Mandy (2022, June 28). Creating an Inclusive Space With the LGBTQIA+ Wiki Admins. Fandom. Accessed 2022-06-30. Archived from the original on 2022-06-30.
- Pearson, Jennifer (2022, September 8). Everything You Need to Know About the Interactive Maps Update. Fandom. Accessed 2022-09-09. Archived from the original on 2022-09-08.
- Rhea, Brandon (2022, October 3). Fandom Acquires Seven Websites From Red Ventures, Including GameSpot, Metacritic, and TV Guide. Fandom. Accessed 2022-10-03. Archived from the original on 2022-10-03.
- Host, Dylan (2022, October 11). Introducing Discussions AbuseFilter. Fandom. Accessed 2022-10-11. Archived from the original on 2022-10-11.
- Pearson, Jennifer (2022, October 24). Creating Web Accessible Content on Fandom. Fandom. Accessed 2022-10-27. Archived from the original on 2022-10-27.
- Pearson, Jennifer (2022, October 26). Everything You Need to Know About Mobile Theming. Fandom. Accessed 2022-10-27. Archived from the original on 2022-10-27.
- Rhea, Brandon (2022, November 2). Fandom will be upgrading to MediaWiki 1.39 in 2023. Fandom. Accessed 2022-11-03. Archived from the original on 2022-11-03. Fandom plans to update their MediaWiki version every 2 stable builds.
- Host, Dylan (2022, November 3). Coming Soon: Two-Factor Authentication for Fandom Accounts. Fandom. Accessed 2022-11-03. Archived from the original on 2022-11-03.
- Rhea, Brandon (2022, November 8). New Ad Concept Preview - Sponsored Global Nav Icon. Fandom. Accessed 2022-11-09. Archived from the original on 2022-11-09.
- Pearson, Jennifer (2022, November 9). Welcome to FanCentral Beta!. Fandom. Accessed 2022-11-09. Archived from the original on 2022-11-09.
- Uchisawa, Jenny (2022, November 17). Admin Plus Update. Fandom. Accessed 2022-11-17. Archived from the original on 2022-11-19.
Development Blogs[]
- JacekThePie2 (2022, October 3). Working @Fandom.com: Data Engineering. Fandom. Accessed 2022-10-03. Archived from the original on 2022-10-03.
- Pearson, Jennifer (2022, December 2). Technical Update: December 2, 2022. Accessed 2022-12-03. Archived from the original on 2022-12-03.
Press Statements[]
- Savoia, Rachelle; Harran, Brenna (2022, January 10). Fandom Expands C-Suite with Addition of New Chief Product Officer. Fandom. Accessed 2022-04-22. Archived from the original on 2022-04-22.
- Savoia, Rachelle; Harran, Brenna (2022, June 15). Fandom Bolsters Next Generation of Creators with a New Recognition Program and First-Of-Its-Kind Accreditation Courses. Fandom. Accessed 2022-07-27. Archived from the original on 2022-07-26.
- Savoia, Rachelle; Harran, Brenna (2022, October 3). Fandom Acquires Leading Entertainment & Gaming Brands Including GameSpot, TV Guide and Metacritic. Fandom. Accessed 2022-10-03. Archived from the original on 2022-10-03.
- Savoia, Rachelle; Harran, Brenna (2022, November 17). Fandom Unveils Four Fan Identity Segments & How Marketers Can Best Tap Into Them in New Inside Fandom Study. Fandom. Accessed 2022-11-30. Archived from the original on 2022-11-30.
News[]
- Wieland, Rob (2022, April 13). Hasbro Acquires D&D Beyond For $146.3 Million. Forbes. Accessed 2022-04-22. Archived from the original on 2022-04-22.
- Rizzi, Corrado (2022, August 2). Fandom Disclosed Users’ Video-Viewing Habits to Meta Without Consent, Class Action Says. ClassAction.org. Accessed 2022-08-16. Archived from the original on 2022-08-16.
- Weprin, Alex (2022, October 3). TV Guide, Metacritic, GameSpot Acquired by Fandom in $55M Deal With Red Ventures. Hollywood Reporter. Accessed 2022-10-03. Archived from the original on 2022-10-03. Includes a statement from CEO Perkins Miller that acquisition will "add to our FanDNA data offering" for consumers and advertisers.
Other[]
- Marbulcanti, George (2022). August 2022: StrawPoll.me closure. Fandom. Accessed 2023-11-03. Archived from the original on 2023-11-03.
- ↑ Quievryn, Tim (2022, March 10). Introducing Fandom Auth - Our New Secure Login Service. Fandom. Accessed 2022-03-24. Archived from the original on 2022-03-24.
- ↑ User:Ceefy (2022, March 21). ugh whats up with this new feature. Accessed 2022-03-29. Archived from the original on 2022-03-29.