Greg Rundlett

Results 21 comments of Greg Rundlett

I have a working version of this in [my 34.x branch](https://github.com/freephile/meza/commit/9afe1bb188085aab74aabddc97faca93e4a40d3b) I didn't implement the renewal cron because the packages installed by Debian and CentOS setup cron or system.d timers...

With a fresh install of 34.x on Debian 10 (buster) I get MariaDB 10.3.22, seemingly without any problems or migration needed. I'll check into what it would take to bump...

I've implemented [Short URLs in the subdomain-support branch](https://github.com/freephile/meza/commit/2e0bc080bcb6dc10d9d974e129c8f91f3274c20b) on (freephile/subdomain-support). Basically, you need to have **$wgScriptPath** set to the actual code e.g. 'mediawiki' or the more standard 'w'. AND you...

I have not succeeded in creating short urls for Meza. Whether using Mark's code, [my sub-domain code](https://github.com/enterprisemediawiki/meza/compare/32.x...freephile:featureMultiDomain) or the manual. It would be appreciated if someone had the interest to...

I finally did get an example working. Will submit a patch for review.

This worked for me on a modified Meza: ```php // Set the English wiki to share images with everyone $wgForeignFileRepos[] = [ 'class' => 'ForeignDBRepo', 'name' => 'mainwiki', 'url' =>...

Nice feature! LGTM

>  [EZ] .gitignore hosts and nbproject DECLINE CHANGE This is mostly irrelevant. I could re-create this on an isolated commit to make it something easier to merge if desired....

@jamesmontalvo3 You can close this issue. I re-synchronized my master to match yours. I created new branches for each individual change that possibly merits inclusion in master. I will create...

@rjt , Where do you think the Meza version information should be displayed? I just want to gather input, not saying I can do this right away. To me it...