Looks like there is very little (human) activity on the repo at https://github.com/Universal-Omega/SimpleBlogPage/commits/master/
Will there be a MediaWiki 1.43 compatible version in the near future?
Looks like there is very little (human) activity on the repo at https://github.com/Universal-Omega/SimpleBlogPage/commits/master/
Will there be a MediaWiki 1.43 compatible version in the near future?
MediaWiki 1.41.1 PHP 8.0.30 (fpm-fcgi) ICU 67.1 MariaDB 10.5.22-MariaDB Lua 5.1.5 Pygments 2.16.1
Greetings. I am overhauling my old wiki, and I am starting from scratch with a new installation.
When I installed SimpleBlogPage, and go to the create Blog page, it loads, but with an error: Deprecated: Use of MediaWiki\User\User::getOption was deprecated in MediaWiki 1.35. [Called from SpecialCreateBlogPost::getFormFields in /.../extensions/SimpleBlogPage/includes/specials/SpecialCreateBlogPost.php at line 28] in /.../includes/debug/MWDebug.php on line 386
Hi, I installed this extension under MW 1_35 and it does work. I found the BlogPage extensions indeed to scary and therefore your simple version is very welcome. Before, I used Wikilog which is no longer maintained.
I have a small documentation suggestion:
And I have a feature request that you may consider looking at:
{{Special:ArticlesHome|limit=5|lines=10}}
Here is my site: https://w.arbores.tech/
I accomplished this by editing the extension's code.
SimpleBlogPage/includes/specials/SpecialArticlesHome.php needs one small change to allow it to be transcluded:
find this line
class ArticlesHome extends SpecialPage {
and change it to
class ArticlesHome extends IncludableSpecialPage {
I also made some other changes. At some point maybe I will try to figure out how to submit a patch on github.
Hi,
Thank you a lot for this extension, you did a great job !
But it looks like it's partially broken, on 1.38.4, the buttons in the WikiEditor aren't loaded anymore. It looks like the .js files aren't even opened.
Maybe something has changed in the ResourceLoader ?
Do you think you could give a look ?
Thank you in advance :)