ICANNWiki:ICANNWiki Development: Difference between revisions

Backend development: NEW: Rebuild Sponsorship page
 
(35 intermediate revisions by 2 users not shown)
Line 10: Line 10:
! '''Owner'''
! '''Owner'''
|-
|-
| Update backend to latest MediaWiki version
|Improve Lingo extension implementation
|Get the wiki to latest long term support version in order to benefit from updated resources, such as new API calls, modernized skins, and bug fixes.
|Monitor and improve the extension's function on mobile; disable it when within the article that defines the concept; make it work with plurals; overflow to the left if on page's edge; <s>make descriptions richer in a scalable manner</s>.
|Ongoing
|Ongoing
|[[User:MarkAHershberger]]
| [[User:MarkWD]]
|-
|Category:Articles to be expanded -> Template:Articles needing attention
|Migration
|Not started
| [[User:MarkWD]]
|-
|-
|Check broken/misconfigured/needless extensions
|Fix "CiteThisPage" extension
|
|Remove inwiki links to reference styles or make the links outbound
'''PENDING'''
|Not started
* Variables (deprecated at source?), TextExtracts (deprecated at source?), Scribunto (do we use Lua anywhere?), CiteThisPage (remove inwiki links to reference styles or make the links outbound)
'''FIXED/OUT OF SCOPE'''
* CentralAuth, Renameuser, DynamicPageList/DynamicPageList3, CollapsibleVector, InputBox, ImageMap, TemplateData
|Ongoing
| [[User:MarkAHershberger]]
| [[User:MarkAHershberger]]
|-
|-
Line 28: Line 29:
|Not started
|Not started
|[[User:MarkWD]]
|[[User:MarkWD]]
|-
|Improve metadata for external links to ICANNWiki
|Currently the wiki does not feature rich metadata, and when linked from the outside, it produces only an ICANN logo.
|Not started
|[[User:MarkWD]] & [[User:MarkAHershberger]]
|-
|Implement "Lingo" extension
|"Lingo" is a stable and well-maintained extension that enables word definition on hover for admin-defined terms on all pages. For a heavy acronym space like ICANN, this is much more desirable than forcing users to open multiple tabs to be able to read an article. Available at: [https://m.mediawiki.org/wiki/Extension:Lingo]
|Not started
|[[User:MarkAHershberger]]
|-
|-
|Implement a solution for dynamic graphs display
|Implement a solution for dynamic graphs display
Line 44: Line 35:
|[[User:MarkWD]] & [[User:MarkAHershberger]]
|[[User:MarkWD]] & [[User:MarkAHershberger]]
|-
|-
|Fix "HotCat" extension error
|Add Extension:Popups
|Using "HotCat" to categorize a page from its bottom bar consistently throws the user to an edit page containing "It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not saved." However, it does work otherwise, so it's probably an exception that needs to be caught.
|[https://www.mediawiki.org/wiki/Extension:Popups This extension] allows for [https://www.mediawiki.org/wiki/Help:Reference_Previews Reference Previews] to operate, which will enhance the wiki's organization.
|Not started
|Not started
|[[User:MarkAHershberger]]
| [[User:MarkAHershberger]]
|-
|-
|Remove deprecated "Badge" link from "mw-head"
|Add Extension:CodeMirror
|Apparently only removable from the PHP side.
|[https://www.mediawiki.org/wiki/Extension:CodeMirror This extension] improves the experience of source editing and will benefit more advanced users.
|Not started
|Not started
|[[User:MarkAHershberger]]
| [[User:MarkAHershberger]]
|-
|-
|Add dark theme
|Create "Curated page" template
|Dark mode is a modern option preferred by many tech workers. It is now fully implemented in a series of ways, though not directly in Vector. We should implement it as a toggle in the wiki's top bar. We just need to choose one of the four approaches available: [https://www.mediawiki.org/wiki/Manual:Dark_mode Manual:Dark_mode]
|We need a template to indicate protected pages that are only editable by admins due to content curation reasons.
|Not started
|Not started
| [[User:MarkAHershberger]] & [[User:MarkWD]]
| [[User:MarkWD]]
|-
|-
|Check parsing of desirable functions in Templates
|Check parsing of desirable functions in Templates
|Currently parsing seems to be restricted or otherwise problematic.
|Understand why <nowiki>{{#ifeq:{{#sub:{{PAGENAME}}|0|1}}|.|{{#sub:{{PAGENAME}}|1}}|{{PAGENAME}}}}</nowiki> still passes the dot to the final address.
|Not started
|Not started
| [[User:MarkWD]] & [[User:MarkAHershberger]]
| [[User:MarkWD]] & [[User:MarkAHershberger]]
|-
|Create a world map correlating with ccTLD articles
|For a more visual and interactive experience for readers.
|Not started
| [[User:MarkWD]]
|-
|-
|Rethink and fix nTLDStats data integration
|Rethink and fix nTLDStats data integration
|Find a new way to correctly integrate nTLDStats into the wiki, if desirable.
|Find a new way to correctly integrate nTLDStats into the wiki, if desirable.  
|Not started
|Not started
| [[User:Ray]] & [[User:MarkWD]] & [[User:MarkAHershberger]]
| [[User:Ray]] & [[User:MarkWD]] & [[User:MarkAHershberger]]
|-
|Check and fix Common.js
|The calls being made seem to be problematic and outdated to some degree.
|Not started
| [[User:MarkWD]] & [[User:MarkAHershberger]]
|-
| Add licenses to the file uploader
|Our file uploader currently doesn't have any licenses in its combo box for users to choose, which is problematic.
|Not started
| [[User:MarkAHershberger]]
|-
|-
|Analyze Extension:UniversalLanguageSelector and Extension:Translate
|Analyze Extension:UniversalLanguageSelector and Extension:Translate
Line 109: Line 85:
|[[User:MarkWD]]
|[[User:MarkWD]]
|-
|-
| style="background-color: #90EE90;" |Align mobile and desktop CSS
|Implement Template:About
|[https://en.wikipedia.org/wiki/Template:About]
|Not started
|[[User:MarkWD]]
|-
|Add licenses to the file uploader
|Our file uploader currently doesn't have any licenses in its combo box for users to choose, which is problematic. See [[MediaWiki:Licenses]].
|Not started
| [[User:MarkAHershberger]]
|-
|Clarify protection policies
|Inspired by Wikipedia: [https://en.wikipedia.org/wiki/Wikipedia:Protection_policy]
|Not started
|[[User:MarkWD]]
|-
| style="background-color: green; | Fix "HotCat" extension error
|Using "HotCat" to categorize a page from its bottom bar consistently throws the user to an edit page containing "It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not saved." However, it does work otherwise, so it's probably an exception that needs to be caught.
|DONE
|[[User:MarkAHershberger]]
|-
| style="background-color: green; | Update backend to latest MediaWiki version
|Get the wiki to latest long term support version in order to benefit from updated resources, such as new API calls, modernized skins, and bug fixes.
|DONE
|[[User:MarkAHershberger]]
|-
| style="background-color: green; | Improve metadata for external links to ICANNWiki
|Currently the wiki does not feature rich metadata, and when linked from the outside, it produces only an ICANN logo. Solvable with: [https://www.mediawiki.org/wiki/Extension:OpenGraphMeta].
|DONE
|[[User:MarkWD]] & [[User:MarkAHershberger]]
|-
| style="background-color: green; | Add dark theme
|Dark mode is a modern option preferred by many tech workers. It is now fully implemented in a series of ways, though not directly in Vector. We should implement it as a toggle in the wiki's top bar. We just need to choose one of the four approaches available: [https://www.mediawiki.org/wiki/Manual:Dark_mode Manual:Dark_mode]
|DONE
| [[User:MarkAHershberger]] & [[User:MarkWD]]
|-
| style="background-color: green;" | Remove deprecated "Badge" link from "mw-head"
|Apparently only removable from the PHP side.
|DONE
|[[User:MarkAHershberger]]
|-
| style="background-color: green;" | Check and fix Common.js
|The calls being made seem to be problematic and outdated to some degree.
|DONE
| [[User:MarkWD]] & [[User:MarkAHershberger]]
|-
| style="background-color: green;" | Implement "Lingo" extension
|"Lingo" is a stable and well-maintained extension that enables word definition on hover for admin-defined terms on all pages. For a heavy acronym space like ICANN, this is much more desirable than forcing users to open multiple tabs to be able to read an article. Available at: [https://m.mediawiki.org/wiki/Extension:Lingo]
|DONE
|[[User:MarkAHershberger]]
|-
| style="background-color: green;" |Align mobile and desktop CSS
|Make them similar even if not the same.
|Make them similar even if not the same.
|DONE
|DONE
| [[User:MarkWD]]
| [[User:MarkWD]]
|-
|-
| style="background-color: #90EE90;" |Re-code Sponsors template
| style="background-color: green;" |Re-code Sponsors template
|The current template has a hard-coded implementation that doesn't scale correctly.
|The current template has a hard-coded implementation that doesn't scale correctly.
|DONE
|DONE
|[[User:MarkWD]]
|[[User:MarkWD]]
|-
|-
| style="background-color: #90EE90;" |Remove "Mailing List" from sidebar
| style="background-color: green;" |Remove "Mailing List" from sidebar
|The mailing list doesn't exist anymore and leads to a 404.
|The mailing list doesn't exist anymore and leads to a 404.
|DONE
|DONE
|[[User:MarkWD]]
|[[User:MarkWD]]
|-
|-
| style="background-color: #90EE90;" |Extensions for removal
| style="background-color: green;" |Extensions for removal
|Collection, Poem
|Collection, Poem
|DONE
|DONE
|[[User:MarkAHershberger]]
|[[User:MarkAHershberger]]
|-
|-
| style="background-color: #90EE90;" |Extend user session login
| style="background-color: green;" |Extend user session login
|Accounts get logged out even upon electing to keep the session logged in. This limits user engagement and should be fixed.
|Accounts get logged out even upon electing to keep the session logged in. This limits user engagement and should be fixed.
|DONE
|DONE
|[[User:MarkAHershberger]]
|[[User:MarkAHershberger]]
|-
|-
| style="background-color: #90EE90;" |Reconfigure or remove Extension:MobileFrontend
| style="background-color: green;" |Reconfigure or remove Extension:MobileFrontend
| This extension doesn't appear to have a front-facing configuration page at the moment, meaning that it hijacks the mobile layout to a pretty barebones one.
| This extension doesn't appear to have a front-facing configuration page at the moment, meaning that it hijacks the mobile layout to a pretty barebones one.
|DONE
|DONE
|[[User:MarkAHershberger]] & [[User:MarkWD]]
|[[User:MarkAHershberger]] & [[User:MarkWD]]
|-
|-
| style="background-color: #90EE90;" |Enable in-wiki playback of audio and video files
| style="background-color: green;" |Enable in-wiki playback of audio and video files
|EmbedVideo documentation and testing.
|EmbedVideo documentation and testing.
|DONE
|DONE
|[[User:MarkWD]]
|[[User:MarkWD]]
|-
|-
| style="background-color: #90EE90;" |Fix main page for mobile view
| style="background-color: green;" |Fix main page for mobile view
|Main page overflows incorrectly due to hard coding.
|Main page overflows incorrectly due to hard coding.
|DONE
|DONE
Line 152: Line 178:


==Content development==
==Content development==
For more specific tasks, see: [[Meta:ICANNWiki Content Planning]].
For existing documentation, see: [[Meta:ICANNWiki Content Planning]].


{| class="wikitable"  
{| class="wikitable"  
Line 161: Line 187:
!'''Owner'''
!'''Owner'''
|-
|-
|Content plan
|Individualization of ccTLD pages
|Content plan to steer the community in a clear direction based on the identified needs of the wiki.
|There is great inconsistency in how ccTLDs are represented, some by their TLD, while others are just redirects to their managers. Each ccTLD should have an article standing by itself.
|Ongoing
|Ongoing
|[[User:Christiane]] & [[User:MarkWD]]
|[[User:Christiane]]
|-
|-
|Standardization and documentation of ICANNWiki practices
|Revision of templates for function, accuracy and relevance. '''Done''': Template:TLD.
|The wiki does not have consistency over nomenclatures, formats, and presentation.
|
|Ongoing
|Ongoing
|[[User:Christiane]]
|[[User:MarkWD]]
|-
|-
|Evaluate and organize categories
|Evaluate and organize categories
Line 179: Line 205:
|As time goes by, reference links become dead and we lose track of their validation of information presented on the wiki. An effort needs to be carried out to replace these references with more permanent versions or even host local copies.
|As time goes by, reference links become dead and we lose track of their validation of information presented on the wiki. An effort needs to be carried out to replace these references with more permanent versions or even host local copies.
|Not started
|Not started
|[[User:Christiane]] & [[User:MarkWD]]
|[[User:MarkWD]]
|-
|-
|Permanent copies of Internet Governance documentation: [[ICANNWiki:Internet Governance Atheneum|Internet Governance Atheneum]]
|Permanent copies of Internet Governance documentation: [[ICANNWiki:Internet Governance Atheneum|Internet Governance Atheneum]]
Line 193: Line 219:
|Celebration of 20 Years of ICANNWiki
|Celebration of 20 Years of ICANNWiki
|The wiki completes 20 years of activity in 2025, making that general date perfect to carry out a campaign.
|The wiki completes 20 years of activity in 2025, making that general date perfect to carry out a campaign.
|Ongoing
|[[User:Christiane]] & [[User:MarkWD]] & [[User:Ray]]
|-
|Finish ICANNWiki feature documentation
|As soon as the wiki is updated to the latest version, all outstanding feature documentation needs to be consolidated to [[Meta:ICANNWiki Content Planning]]
|Not started
|[[User:MarkWD]]
|-
|Create a world map correlating with ccTLD articles
|For a more visual and interactive experience for readers.
|Not started
|Not started
|[[User:MarkWD]] & [[User:Ray]]
| [[User:MarkWD]]
|-
| style="background-color: green;" |Standardization and documentation of ICANNWiki practices
|The wiki does not have consistency over nomenclatures, formats, and presentation. This includes acronyms, redirects, article structure, and so on.
|DONE
|[[User:Christiane]]
|-
| style="background-color: green;" |Content plan: Phase 1
|Content plan to steer the community in a clear direction based on the identified needs of the wiki.
|DONE
|[[User:Christiane]] & [[User:MarkWD]]
|-
|-
| style="background-color: #90EE90;" |Implement templates for special article states
| style="background-color: green;" |Implement templates for special article states
|[[Template:Major articles parallel with Wikipedia]], [[Template:Articles needing attention]], [[Template:Candidates for deletion]].
|[[Template:Major articles parallel with Wikipedia]], [[Template:Articles needing attention]], [[Template:Candidates for deletion]].
|DONE
|DONE
|[[User:MarkWD]]
|[[User:MarkWD]]
|-
|-
| style="background-color: #90EE90;" |Redesign main page
| style="background-color: green;" |Redesign main page
|Redefine the purpose of the main page and ensure that it reflects the goals of the content plan.
|Redefine the purpose of the main page and ensure that it reflects the goals of the content plan.
|DONE
|DONE
|[[User:MarkWD]] & [[User:Ray]]
|[[User:MarkWD]] & [[User:Ray]]
|-
|-
| style="background-color: #90EE90;" |Toolset for content analysis
| style="background-color: green;" |Toolset for content analysis
|Set of Python tools to enable better understanding of the wiki's structure, existing content, gaps, and other useful metrics.
|Set of Python tools to enable better understanding of the wiki's structure, existing content, gaps, and other useful metrics.
|DONE
|DONE