summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-27Enable Interwiki extensionarchwikiAlad Wenter
This extension allows to modify the interwiki table [1], and is shipped with MediaWiki since version 1.21. [2] It is enabled as a temporary measure until functionality is merged to the MediaWiki core. [3] [1] https://www.mediawiki.org/wiki/Manual:Interwiki_table [2] https://www.mediawiki.org/wiki/Extension:Interwiki [3] https://phabricator.wikimedia.org/T33951
2016-07-27Enable ParserFunctions extensionAlad Wenter
ParserFunctions allows for more versatile wiki templates, amongst other functionality, and is shipped with MediaWiki since version 1.18. [1] Included string functionality remains disabled, as is done on wikimedia projects. [2] [1] https://www.mediawiki.org/wiki/Extension:ParserFunctions [2] https://phabricator.wikimedia.org/T8455#110965
2016-07-23LocalSettings: add groups for AbuseFilter rulesJakub Klinkovský
2016-07-23LocalSettings: Enable support for userscripts and user-stylesheetsJakub Klinkovský
Related bug report: FS#46699 [1] Enabling userscripts allows the users to use many existing scripts from Wikipedia [2], which can greatly improve the experience of reading, editing and maintaining the wiki. It will also allow us to make some ArchWiki-specific scripts like Wiki Monkey [3] more portable (currently it depends on browser extensions like Greasemonkey to work). Enabling user-stylesheets lets the users customize the default Arch skin on the wiki according to their preference, and more importantly, it makes it easier for users to test modifications and prepare patches for the main skin. This is probably the main blocker of FS#46697 [4]. [1] https://bugs.archlinux.org/task/46699 [2] https://en.wikipedia.org/wiki/Wikipedia:User_scripts [3] https://wiki.archlinux.org/index.php/Wiki_Monkey [4] https://bugs.archlinux.org/task/46697
2016-07-23LocalSettings: Hide "minordefault" and "forceeditsummary" user optionsJakub Klinkovský
There is little wrong in letting the users configure these settings, but setting "Mark all edits as minor by default" to true or "Prompt me when entering a blank edit summary" to false has bad impact on the quality of the wiki edits, because such users tend to ignore the fundamental rules [1] and there is nothing to remind it to them. Disabling these user preferences and forcing the default values according to this patch will decrease the effort of the Maintenance Team spent on guiding the editors and also generally increase the quality of user contributions. This will solve FS#46190 [2]. [1] https://wiki.archlinux.org/index.php/ArchWiki:Contributing#The_3_fundamental_rules [2] https://bugs.archlinux.org/task/46190
2016-07-23LocalSettings: Enable subpages in the main namespaceJakub Klinkovský
The default value for the main namespace is `false`, because Wikipedia does not use subpages for categorization anymore. That is not the case on ArchWiki, so there is no reason why the main namespace should behave differently. The most visible changes are relative links using the normal double square brackets notation and automatic breadcrumb links appearing at the top of the subpage, linking to each parent page that exists. See [1] for discussion and [2] for upstream documentation of this setting. Also see the related FS#39668 [3], which will be solved by this patch. [1] https://wiki.archlinux.org/index.php/Help_talk:Style#Slashes_in_titles [2] https://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages [3] https://bugs.archlinux.org/task/39668
2016-07-20LocalSettings: move $wgAllowUserCssPrefs to relevant sectionJakub Klinkovský
2016-07-20LocalSettings: remove $wgDisableCountersJakub Klinkovský
The feature was completely removed in MediaWiki 1.25.0, see https://www.mediawiki.org/wiki/Manual:$wgDisableCounters
2016-07-20Remind LocalSettings.php variablesDario Giovannetti
2016-07-20LocalSettings: update path to license iconJakub Klinkovský
The path was changed in MediaWiki 1.24, see https://www.mediawiki.org/wiki/Manual:$wgRightsIcon
2016-07-20LocalSettings: add remaining section commentsJakub Klinkovský
2016-07-20LocalSettings: move cache settingsJakub Klinkovský
2016-07-20LocalSettings: move email settingsJakub Klinkovský
2016-07-20LocalSettings: move database settingsJakub Klinkovský
2016-07-20LocalSettings: move general settings to the topJakub Klinkovský
2016-07-14Use specific release of AbuseFilter and CheckUser extensionsJakub Klinkovský
2016-07-11Add public LocalSettings.archlinux.org.php configFlorian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-06-16Add AbuseFilter and CheckUserFlorian Pritz
Requested by Jason Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-05-21Merge branch 'master' of https://git.archlinux.org/vhosts/wiki.archlinux.orgroot
2016-05-21Update to MediaWiki 1.26.3Pierre Schmitz
2016-04-18Add note about yahoo mail delivery problemsFlorian Pritz
https://bugs.archlinux.org/task/48628 Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-12-22Minimize Arch Linux png logo and faviconPierre Schmitz
2015-12-21Update to MediaWiki 1.26.2Pierre Schmitz
2015-12-20Ignore cache filesPierre Schmitz
2015-12-20Merge branch 'mw-1.26'Pierre Schmitz
2015-12-18Update to MediaWiki 1.26.1Pierre Schmitz
2015-12-18Update to MediaWiki 1.25.4Pierre Schmitz
2015-12-17Update to MediaWiki 1.26.0Pierre Schmitz
2015-11-21Merge pull request #3 from Ara4Sh/patch-1Pierre Schmitz
Change Persian wiki url .
2015-11-21Change Persian wiki url .Arash Shams
Archlinux.ir is inactive and we change the url to new active community archusers.ir
2015-10-18Update to MediaWiki 1.25.3Pierre Schmitz
2015-08-29Merge branch 'master' of https://github.com/lahwaacz/archlinux-mediawiki ↵Pierre Schmitz
into lahwaacz-master
2015-08-29Update Japanese interlanguage links as reported in ↵Dario Giovannetti
https://wiki.archlinux.org/index.php/Help_talk:I18n#Moving_Japanese_pages_to_new_external_wiki
2015-08-16Update to MediaWiki 1.25.2Pierre Schmitz
2015-07-26Merge maintenance/arch-interwiki.sql into extensions/ArchInterWiki.sqlJakub Klinkovský
2015-07-26Improve instructions for extensions/ArchInterWiki.sqlJakub Klinkovský
The instructions for interlanguage links were generalized to include all interwiki links as a preparation for merging the maintenance/arch-interwiki.sql script. The API queries were improved to use the limit=max shortcut, for continuation of queries it is better to just link to upstream because the previously described method is being deprecated.
2015-07-25Fix freebsdman interwiki entryJakub Klinkovský
The apropos search does not work, but searching by names of the manual might still be useful.
2015-07-25Add some possibly useful interwiki entriesJakub Klinkovský
2015-07-25Improve interwiki entries for Wikimedia Foundation projectsJakub Klinkovský
The entries have been separated into other block in the SQL script for readability, this does not matter with respect to the database. Old entries were removed or replaced with the new site's URL and more meaningful prefix. There are also couple of convenient aliases for the most frequently used entries.
2015-07-25Remove acronym interwiki entryJakub Klinkovský
The acronymfinder.com site is a search engine, exact search is unsupported due to many ambiguities, so it cannot be used as disambiguation of the acronym, which makes it useless for use in the interwiki map.
2015-07-25Remove interwiki entries with very specific target audienceJakub Klinkovský
These sites are not relevant to ArchWiki as a documentation resource for a Linux distribution. lugkr Linux User Group Krefeld meatball a "discussion forum" for the MeatBall community pythoninfo tutorials and documentation for the Python language shoutwiki a wiki hosting service squeak an IDE for the smalltalk language twiki about its own product (like mediawiki.org) unreal a game engine usemod about its own product (like mediawiki.org)
2015-07-25Remove interwiki entries with zero relevance to ArchJakub Klinkovský
The interwiki map is intended to simplify frequent linking to the same sites, but I doubt there will be need to link to these sites from ArchWiki. An annotated list of the target audience for the removed sites is presented for reference: advogato community blogging site c2find "content creation wiki" dictionary a dictionary... docbook XML/SGML vocabulary about hardware and software (last change in 2013, vastly incomplete) dwjwiki about a specific person elibre universal free encyclopedia in Spanish foxwiki no idea... gej Esperanto in Deutschland hammondwiki about the Hammond organ (a musical instrument) hrwiki Homestar Runner Wiki, about a cartoon imdb movies database jargonfile subset of metawiki memoryalpha Star Trek metawiki a search engine "with sauce" oeis the On-Line Encyclopedia of Integer Sequences ppr same as c2find senseislibrary about the game of Go sourcewatch corporate campaigns tejo no idea... tmbw for the fans of They Might Be Giants tmnet off-topic, last change around 2006 theopedia an encyclopedia of Biblical Christianity uea wiki of the Universal Esperanto Association uncyclopedia useless, ArchWiki is a serious resource webseitzwiki no idea... wiki same as c2find wikif1 about motorsport wikihow off-topic, too general wikinfo universal open content reference resource, but unlike Wikipedia, its articles are subjective
2015-07-25Remove unavailable sites from the interwiki mapJakub Klinkovský
2015-07-25Fix interwiki entry for Gentoo wikiJakub Klinkovský
Fixed the URL and simplified the prefix (of course it is a wiki...)
2015-07-25Remove google search services from the interwiki mapJakub Klinkovský
These interwiki prefixes have never worked properly, because spaces are not supported in interwiki links -- they are always replaced with an underscore (same for `%20`) so anything longer than one word fails. I have no idea why they have been considered in the default interwiki map.
2015-07-25Initialize the maintenance/arch-interwiki.sql scriptJakub Klinkovský
The interwiki table is cleared first and then the entries are inserted. For now the entries duplicate the maintenance/interwiki.sql script, the map will be revised in the following commits.
2015-06-04Remove left over from mergePierre Schmitz
2015-06-04Update to MediaWiki 1.25.1Pierre Schmitz
2015-05-14Remove IE 6 support in archnavbarPierre Schmitz
2015-05-14Remove obsolete css filePierre Schmitz