User Details
- User Since
- May 30 2017, 9:17 PM (390 w, 3 d)
- Availability
- Available
- IRC Nick
- davidwbarratt
- LDAP User
- Dbarratt
- MediaWiki User
- Unknown
Mar 30 2024
Aug 13 2022
Jun 3 2021
I wonder if there is another organization (Linux Foundation?) that Wikimedia could partner with in order to continue maintaiance and development of Phabricator?
Apr 29 2021
Apr 22 2021
Mar 19 2021
Mar 17 2021
Feb 14 2021
Also, would highly recommend looking the the other CMS counterparts such as:
https://hub.docker.com/_/drupal
and
https://hub.docker.com/_/wordpress
I would highly recommend taking a look at https://hub.docker.com/_/php which is the image the MediaWiki image extends from.
Jan 25 2021
Jan 24 2021
Jan 21 2021
Jan 5 2021
Dec 28 2020
Dec 25 2020
Dec 17 2020
This task doesn't seem related to React-i18n, but I would highly recommend using it in your project. :)
Dec 3 2020
Nov 30 2020
Nov 7 2020
Nov 5 2020
Nov 3 2020
Oct 28 2020
Oct 27 2020
The Docker-Hub-MediaWiki tag is for the image at https://hub.docker.com/_/mediawiki not the Wikibase (3rd party installations) images.
Oct 22 2020
Oct 20 2020
Oct 19 2020
This should already be supported (at least in Apache) Have you tried setting $wgArticlePath ?
That's better. :)
Oops.. missed one more category. One moment.
This is done. All fields are nullable (in other words, any field could be missing)
Oct 17 2020
I fixed the "Create Task" link in the sidebar. :)
@Lonaowna Docker-Hub-MediaWiki is for the image hosted at https://hub.docker.com/_/mediawiki for the images described at https://www.mediawiki.org/wiki/MediaWiki-Docker you'll want MediaWiki-Docker. The images serve different purposes.
Oct 16 2020
Oct 15 2020
Oct 14 2020
Just to clarify, this task is not to remove keyboard navigation, it is to remove the color change on table focus (i.e. the highlighting will only happen on hover)
Oct 10 2020
FYI: I looked for it on mwmaint2001
Found it! It's in /usr/share/GeoIP
$ ls -lah /usr/share/GeoIP total 276M drwxr-xr-x 2 root root 4.0K Oct 4 03:52 . drwxr-xr-x 170 root root 4.0K Aug 4 00:10 .. -rw-r--r-- 1 root root 127M Oct 4 03:52 GeoIP2-City.mmdb -rw-r--r-- 1 root root 3.8M Oct 4 03:52 GeoIP2-Connection-Type.mmdb -rw-r--r-- 1 root root 4.0M Oct 4 03:52 GeoIP2-Country.mmdb -rw-r--r-- 1 root root 11M Oct 4 03:52 GeoIP2-ISP.mmdb -rw-r--r-- 1 root root 3.8M Jul 12 2018 GeoIPASNum.dat -rw-r--r-- 1 root root 4.5M Jul 12 2018 GeoIPASNumv6.dat -rw-r--r-- 1 root root 49M Oct 4 03:52 GeoIPCity.dat -rw-r--r-- 1 root root 1.9M Oct 4 03:52 GeoIP.dat -rw-r--r-- 1 root root 1.1M Oct 4 03:52 GeoIPNetSpeedCell.dat -rw-r--r-- 1 root root 1.3M Oct 4 03:52 GeoIPNetSpeed.dat -rw-r--r-- 1 root root 6.7M Oct 4 03:52 GeoIPRegion.dat -rw-r--r-- 1 root root 1.4M Jul 12 2018 GeoIPv6.dat -rw-r--r-- 1 root root 31M Jul 12 2018 GeoLite2-City.mmdb -rw-r--r-- 1 root root 16M Jul 12 2018 GeoLiteCity.dat -rw-r--r-- 1 root root 16M Jul 12 2018 GeoLiteCityv6.dat -rw-r--r-- 1 root root 743K Jul 12 2018 GeoLite.dat
(oops, updated the condition in the example SQL in the previous comment)
It took me a bit, but I was finally able to reproduce this problem.
Oct 9 2020
There are cases when I would like to use the functionality of the Message but without any context, e.g. from inside the Redux state, but still be able to construct a React object tree and do all the current functionality like using React elements as placeholders.
Oct 8 2020
Oct 7 2020
To do this we will need a new table in the IPInfo extension that stores the user name, the timestamp when they first gained access, and whether they have had their access revoked.
We could fix this problem by restoring the focus to the previous element that was focused before the click. Basically:
Oct 6 2020
I'm not sure why a new table is necessary, see T263756#6501992
@eprodromou Thanks that is helpful. Let's say we have a stable (v1) endpoint that we decide to deprecate, would we include that in the response or what that be a part of the route metadata in extension.json ?