- Mar 30, 2024
-
-
Christian Heusel authored
Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Mar 12, 2024
-
-
Christian Heusel authored
Change this to the noreply mail but also add a wiki tag to it so it can more easily be filtered in mail programs. Fixes #563 Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Mar 06, 2024
-
-
Christian Heusel authored
Up until now the captcha has depended on the exact output of the pacman version command which could lead to multiple problematic scenarios: a) User uses testing repos (user pacman newer) b) Server is not instantly updated (user pacman newer) c) User system is not updated (user pacman older) Circumvent this problem by switching to a time based captcha instead. Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Feb 21, 2024
-
-
Christian Heusel authored
Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Feb 15, 2024
-
-
Related to #557
-
- Jan 03, 2024
-
-
- The /index.php? rule disallows all URLs with this prefix, so using longer prefixes does not make sense. - Allow indexing of the Help: namespace which contains relevant text. - Keep the intention of disallowing special namespaces, including the File: alias for Image: and using the /title/ path and colon separator for the namespace prefix.
-
- Jan 01, 2024
-
-
Christian Heusel authored
https://phabricator.wikimedia.org/T353985 Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
Christian Heusel authored
This also switches from Extension:NativeSVGHandler to the now builtin $wgSVGNativeRendering which was introduced in version 1.41.0. Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Nov 24, 2023
-
-
Jelle van der Waa authored
-
- Oct 16, 2023
-
-
nl6720 authored
Trusted Users are now called Package Maintainers. See the discussion in https://wiki.archlinux.org/title/ArchWiki_talk:Requests#Trusted_User_name_change Once this is deployed, the users need to be migrated to the new group by running: php ./maintenance/migrateUserGroup.php archtu archpackager Related to #533
-
- Oct 11, 2023
-
-
Christian Heusel authored
This includes several minor ui fixes. Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Oct 01, 2023
-
-
Christian Heusel authored
- fix crash when $wgFooterIcons.poweredby is no set - account for Extension:Renameuser being bundeled with 1.40 - enable the nosniff header for /images - switch to running maintenance scripts via run.php Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
Christian Heusel authored
Adding the extension was discussed here: https://wiki.archlinux.org/index.php?title=ArchWiki_talk:Maintenance_Team&oldid=788677#Replace_PNG_images_with_SVG Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
Christian Heusel authored
This also enables the Extension:VisualEditor on user pages. Addition was positively discussed here: https://wiki.archlinux.org/index.php?oldid=788677#Enable_the_DiscussionTools_extension Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
Christian Heusel authored
this has been positively discussed here: https://wiki.archlinux.org/index.php?oldid=788677#Enable_the_Thanks_extension Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Jul 06, 2023
-
-
Jelle van der Waa authored
-
- May 25, 2023
-
-
nl6720 authored
-
- Mar 26, 2023
-
-
Evangelos Foutras authored
Add "noqa no-changed-when" tags to handlers using the command module. Perhaps it is wrong of ansible-lint to flag these, since handlers are not the best place to have conditional execution.
-
- Mar 23, 2023
-
-
nl6720 authored
-
- Feb 13, 2023
-
-
Leonidas Spyropoulos authored
The daemon_reload is specific to systemd and produce a warning in ansible-lint Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Dec 30, 2022
-
-
- Dec 22, 2022
-
-
Evangelos Foutras authored
This fixes the unexpanded magic words in mails that we sometimes see.
-
- Dec 20, 2022
-
-
nl6720 authored
-
- Dec 11, 2022
-
-
nl6720 authored
Enable $wgVectorLanguageInMainPageHeader, so that the main page is consistent with other pages. See https://www.mediawiki.org/wiki/Skin:Vector/2022#$wgVectorLanguageInMainPageHeader. Compare: https://wiki.archlinux.org/?languageinmainpageheader=1 vs https://wiki.archlinux.org/?languageinmainpageheader=0 Discussed in https://wiki.archlinux.org/title/MediaWiki_talk:Common.css#Main_page_columns_and_Vector_2022_language_links.
-
- Oct 25, 2022
-
-
nl6720 authored
-
- Sep 18, 2022
-
-
Evangelos Foutras authored
Not sure why this is needed but whatever.
https://github.com/ansible/schemas/discussions/227
-
- Aug 29, 2022
-
-
Evangelos Foutras authored
Fixes: 26f289b7 ("Capitalize the first letter of all task names")
-
- Aug 23, 2022
-
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
-
- Aug 08, 2022
-
-
nl6720 authored
-
- Jul 26, 2022
-
-
nl6720 authored
This allows to retain all default hardening options that memcached@.service has.
-
- Jul 23, 2022
-
-
nl6720 authored
* Remove www. from archlinux.org, * Use HTTPS for the license link, * Update $wgGitRepositoryViewers, * Update comments referencing paths and URLs.
-
- Jul 06, 2022
-
-
nl6720 authored
Adding/removing pages from the whitelist when using the Vector skin requires the write API now. Without this, regular users get this error: You're not allowed to edit this wiki through the API.
-
- Jul 05, 2022
-
-
- $wgScriptExtension was removed in MW 1.31 - $wgDBmysql5 was removed in MW 1.33 - $wgShowIPinHeader was removed in MW 1.27 - $wgUseETag was removed in MW 1.28 - $wgEnableWriteAPI was removed in MW 1.32 - $wgShowSQLErrors was removed in MW 1.37
-
$wgFragmentMode = [ 'html5', 'legacy' ]; is the default value since MediaWiki 1.37: https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgFragmentMode
-
These were fixed in MediaWiki 1.38
-
Also updated some settings: - The $wgShellLocale setting was removed from MediaWiki, see https://www.mediawiki.org/wiki/Special:MyLanguage/MediaWiki_1.38 - The "new" Vector skin got a name "vector-2022" and can be set simply by $wgDefaultSkin = 'vector-2022'; see https://www.mediawiki.org/wiki/Skin:Vector/2022#Note_about_1.38_release
-
- Jul 03, 2022
-
-
Jakub Klinkovský authored
This restores public access to recent changes, page history etc. which was disabled in September 2019 due to misbehaving crawlers - see commits https://github.com/archlinux/archwiki/commit/f2c518d3df94e9ad6898fdd03cac982902f8ac36 and https://github.com/archlinux/archwiki/commit/8595e8d66141e608db794f1deef3e52cb36e5e78. Let's hope that our robots.txt has been improved since then and the server load will not increase much. If it proves to be still a problem, this commit can be reverted and we will figure out better solution.
-
- Jun 08, 2022
-
-
Evangelos Foutras authored
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
-
- May 27, 2022
-
-
Kristian Klausen authored
Tweaking access to the abuse filter[1]. [1] https://github.com/archlinux/archwiki/pull/52
-