I started working on the task https://phabricator.wikimedia.org/T244730,
to push the changes, I followed the steps given in the Gerrit tutorial. But
when I run the command *git pull origin master,* the following error is
thrown:
error: Pulling is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
I would be glad if someone could help me with this issue
Thanks in advance
Sahaj Khandelwal
Due to the uncertainty resulting from the COVID-19 pandemic, we have
decided to temporarily push back the release of MediaWiki 1.35. Especially
since MediaWiki 1.35 is a long term support (LTS) release, we want to take
the time to give the release appropriate resources and attention. We will
not be cutting the REL1_35 branch on April 7 as we had previously
announced. We will be making another announcement no later than Friday, May
29 giving an update on when we will be cutting the REL1_35 branch and
moving towards the release of MediaWiki 1.35. We appreciate your patience
in these difficult times.
Wishing you health,
Cindy
______________________________
Cindy Cicalese
Product Manager, MediaWiki Platform
Wikimedia Foundation
Hi all,
Tomorrow we will be issuing a security and maintenance release to all
supported branches of MediaWiki.
The new releases will be:
- 1.34.1
- 1.33.3
- 1.31.7
This will resolve two minor issues in MediaWiki core, and also includes
some fixes previously committed to git, including minor security and
hardening patches along with bug fixes included for maintenance reasons.
We've noted that these issues are minor, and as such you don't need to
apply them as quickly as with other security releases, if you're unable to
do so. We therefore decided to continue with getting the security (and
maintenance) release out for this quarter as planned, even with the global
situation as is.
We will make the fixes available in these respective release branches, and
also master. Tarballs will be available for the above mentioned point
releases as well.
A summary of some of the security fixes that have gone into non bundled
MediaWiki extensions will also follow.
Thanks!
Sam
Hello,
I find this strange that the there is no proper documentation on how to
configure nginx to reverse proxy to mediawiki.
My setup:
https://wiki.domain.com
Internal
http://192.168.1.5/wiki
location / {
# rewrite /(.*) /wiki/$1 break;
# rewrite ^/(.*)$ /wiki/index.php?title=$1&$args;
rewrite /(.*) /wiki/$1 break;
rewrite ^/$ /wiki/ permanent;
rewrite ^/(.+)$ /wiki/index.php?title=$1 last;
proxy_pass http://192.168.1.5;
proxy_redirect off;
proxy_set_header Host $host;
}
I have tried a couple of things, I usually end up 404 - Not Found from
the outside where I see a GET /wiki/ HTTP/1.0" 301 0 " in the internal
servers log.
Any idea how to set this up properly?
Folks,
MediaWiki: 1.35.0-wmf.24 (d0f62b0)
PHP:7.3.15-3+ubuntu18.04.1+deb.sury.org+1 (fpm-fcgi)
MariaDB:10.3.10-MariaDB-1:10.3.10+maria~bionic-log
ICU:65.1
LuaSandbox:3.0.3
Lua:5.1.5
This is a single user rig with Read Only public interface.
runJobs.php is cron'd up.
With:
$wgJobRunRate = 0;
$wgRunJobsAsync = false;
Seems I've run in to this before but I can't remember what I did to
resolve it.
As Admin/User
Creating a new page and including it to a category.
Being logged in as user, the page is properly displayed in the category
as it should be. However, after logging out, the category doesn't seem
to be updating and does not display the new page.
Updating/rebuild mw cache and clearing browser cache does not resolve.
I'm stumped. Dangit. What am I missing? Would appreciate your thoughts
and guidance.
chap
jonesipedia
Hi everyone,
A new episode of the MediaWiki podcast "Between the Brackets" was released
yesterday: an interview with Ad Strack van Schijndel, the founder of the
Dutch MediaWiki consulting company Wikibase Solutions (which, despite its
name, does not use Wikibase - though they do use the Semantic MediaWiki and
Cargo extensions quite a bit). You can listen to the entire episode here:
http://betweenthebrackets.libsyn.com/episode-56-ad-strack-van-schijndel
-Yaron
*Question:*
1. Does anyone know what process on server side results in loaded .png
files with a hash appended, like "logo.png?61f99" instead of "logo.png"?
2. Has anyone had problems with this in the sense that instead of supplying
desired images, the cache is responding with same image for different
images?
*Problem Example:* maps extension needs two icons: marker-icon.png,
marker-shadow.png. The browser loads:
"marker-icon.png?2273e%22)marker-icon.png" and
"marker-icon.png?2273e%22)marker-shadow.png", but both files end up looking
like "marker-icon.png" image.
*Version:*
MW version:1.34.0
PHP version: 7.3.15 (same problem with 7.4.3)
SMW version (if applicable): 3.1.5
Apache: 2.4.41
Ubuntu server: 16.04
Any help is greatly appreciated and will be shared with Maps devl team.
With regards
Julius
You know how if you put external links as URLs in brackets without any link text, they'll be rendered as [1], [2], etc.? https://www.mediawiki.org/wiki/Help:Links#External_links
How do I start the numbering at [0]? Some programmer types think all numbering systems should start with 0, so it bothers them that it automatically starts with 0. Thanks.