Page MenuHomePhabricator
Feed Advanced Search

Feb 22 2024

Tenbergen added a comment to T212428: includes/Revision/RevisionStore.php: Main slot of revision (number) not found in database!.

I encountered this error after importing an xml file to my wiki, when trying to access the imported pages. Granted, it wasn't an exported xml file, I had generated it to quickly populate a number of pages. Sample XML was
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en">
<page><title>cds_links_parameter</title><revision><text>{{Accuro table|table_name=cds_links_parameter}} [[Category:Accuro table from import]] <!-- remove once edited --></text></revision></page>
<page><title>message_notes</title><revision><text>{{Accuro table|table_name=message_notes}} [[Category:Accuro table from import]] <!-- remove once edited --></text></revision></page>
...
<mediawiki>
Pages didn't show up in recent changes and when I try to go to one of the imported pages via search I get this error.
Interestingly, I did not get the error when importing a smaller number of pages with the same xml.
Another possibly related thing... I tried to "help the import along" by running the runJobs.php manually a few times...

Feb 22 2024, 5:10 AM · Unstewarded-production-error, affects-translatewiki.net, User-brennen, Platform Team Initiatives (MCR), MediaWiki-Core-Revision-backend, Multi-Content-Revisions (Reactive), Wikimedia-production-error

Apr 25 2023

Tenbergen added a comment to T153915: preg_replace error in page forms when previewing or saving a page's template call from form.

I just checked this form and it no longer gives the error, so you are right, fixed. Thanks!

Apr 25 2023, 1:22 PM · MediaWiki-extensions-Page_Forms

Dec 8 2022

Tenbergen updated the task description for T324728: ParserOutput::preventClickjacking in PageForms.
Dec 8 2022, 11:40 PM · MediaWiki-extensions-Page_Forms
Tenbergen added a comment to T324728: ParserOutput::preventClickjacking in PageForms.

According to https://www.mediawiki.org/wiki/Release_notes/1.38 preventClickJacking should be replaced with setPreventClickjacking

Dec 8 2022, 11:39 PM · MediaWiki-extensions-Page_Forms
Tenbergen added a comment to T324728: ParserOutput::preventClickjacking in PageForms.

This appears to happen when used together with extension TabberNeue; when I put autoedit on a page by itself I don't get this error.

GlobalFunctions.php line 769 calls MWDebug::deprecated()
ParserOutput.php line 2004 calls wfDeprecated()
PF_AutoEdit.php line 27 calls ParserOutput->preventClickjacking()
Parser.php line 3442 calls PFAutoEdit::run()
Parser.php line 3125 calls Parser->callParserFunction()
PPFrame_Hash.php line 276 calls Parser->braceSubstitution()
Parser.php line 1606 calls PPFrame_Hash->expand()
Parser.php line 881 calls Parser->internalParse()
Tabber.php line 91 calls Parser->recursiveTagParse()
Tabber.php line 62 calls MediaWiki\Extension\TabberNeue\Tabber::buildTab()
Tabber.php line 33 calls MediaWiki\Extension\TabberNeue\Tabber::render()
Parser.php line 4022 calls MediaWiki\Extension\TabberNeue\Tabber::parserHook()
PPFrame_Hash.php line 354 calls Parser->extensionSubstitution()
PPTemplateFrame_Hash.php line 97 calls PPFrame_Hash->expand()
Parser.php line 3313 calls PPTemplateFrame_Hash->cachedExpand()
PPFrame_Hash.php line 276 calls Parser->braceSubstitution()
Parser.php line 2954 calls PPFrame_Hash->expand()
Parser.php line 1609 calls Parser->replaceVariables()
Parser.php line 723 calls Parser->internalParse()
WikitextContentHandler.php line 301 calls Parser->parse()
ContentHandler.php line 1721 calls WikitextContentHandler->fillParserOutput()
ContentRenderer.php line 47 calls ContentHandler->getParserOutput()
RenderedRevision.php line 266 calls MediaWiki\Content\Renderer\ContentRenderer->getParserOutput()
RenderedRevision.php line 237 calls MediaWiki\Revision\RenderedRevision->getSlotParserOutputUncached()
RevisionRenderer.php line 221 calls MediaWiki\Revision\RenderedRevision->getSlotParserOutput()
RevisionRenderer.php line 158 calls MediaWiki\Revision\RevisionRenderer->combineSlotOutput()
- line - calls MediaWiki\Revision\RevisionRenderer->MediaWiki\Revision\{closure}()
RenderedRevision.php line 199 calls call_user_func()
PoolWorkArticleView.php line 91 calls MediaWiki\Revision\RenderedRevision->getRevisionParserOutput()
PoolWorkArticleViewCurrent.php line 97 calls PoolWorkArticleView->renderRevision()
PoolCounterWork.php line 162 calls PoolWorkArticleViewCurrent->doWork()
ParserOutputAccess.php line 299 calls PoolCounterWork->execute()
Article.php line 714 calls MediaWiki\Page\ParserOutputAccess->getParserOutput()
Article.php line 528 calls Article->generateContentOutput()
ViewAction.php line 78 calls Article->view()
MediaWiki.php line 542 calls ViewAction->show()
MediaWiki.php line 322 calls MediaWiki->performAction()
MediaWiki.php line 904 calls MediaWiki->performRequest()
MediaWiki.php line 562 calls MediaWiki->main()
index.php line 50 calls MediaWiki->run()
index.php line 46 calls wfIndexMain()
Dec 8 2022, 4:25 AM · MediaWiki-extensions-Page_Forms
Tenbergen created T324728: ParserOutput::preventClickjacking in PageForms.
Dec 8 2022, 3:46 AM · MediaWiki-extensions-Page_Forms

Jul 25 2022

Tenbergen added a comment to T222973: Internal Error on Recent Changes page when $wgRCShowWatchingUsers = true;.

@Yaron_Koren - I back then removed the details about which wiki this was about and I don't remember, and I can't replicate this now either. It's probably fair to close this issue.

Jul 25 2022, 3:37 PM · MediaWiki-extensions-Page_Forms

Feb 14 2022

Tenbergen added a comment to T301727: Link to "Log" from mediawiki:sidebar goes to "Logs" instead.

Thanks, @Aklapper!
mediawiki:Log must be a built-in thing since I didn't add it to either wiki. I thought something like that might be going on, but didn't even know how I would search for that.
So :Log allows me to overrule this for the link part, but how would I overrule this for the displayed text?

Feb 14 2022, 9:31 PM · MediaWiki-General
Tenbergen added a comment to T301727: Link to "Log" from mediawiki:sidebar goes to "Logs" instead.

Interestingly the sidebar also doesn't accept commenting out with

<!-- xxx -->
Feb 14 2022, 9:14 PM · MediaWiki-General
Tenbergen created T301727: Link to "Log" from mediawiki:sidebar goes to "Logs" instead.
Feb 14 2022, 9:12 PM · MediaWiki-General

Jan 19 2022

Tenbergen added a comment to T297455: Blank Cargo Table Diagram.

It solved my problem, and will solve some other bad inputs, but haven't necessarily thought about all bad input possiblilities, and I don't know how to set up tests to validate.

Jan 19 2022, 8:50 PM · MediaWiki-extensions-Cargo

Dec 24 2021

Tenbergen added a comment to T298290: orphans.php --fix breaks with 'not locked' error.

I just tried this on a different wiki I have that isn't alpha, and get essentially the same error. orphans.php works fine, actually doesn't find anything on that wiki, but if I run it with --fix it crashes.
MediaWiki 1.37.1
PHP 7.4.25 (cgi-fcgi)
MySQL 8.0.25-0ubuntu0.20.04.1

Dec 24 2021, 2:33 AM · MediaWiki-Maintenance-system
Tenbergen created T298290: orphans.php --fix breaks with 'not locked' error.
Dec 24 2021, 2:30 AM · MediaWiki-Maintenance-system

Dec 23 2021

Tenbergen added a comment to T298258: Errors when opening pages and errors when running rebuildData.php.

Posted there as https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/5173

Dec 23 2021, 7:08 PM · MediaWiki-extensions-Semantic-MediaWiki
Tenbergen updated the task description for T298258: Errors when opening pages and errors when running rebuildData.php.
Dec 23 2021, 4:51 PM · MediaWiki-extensions-Semantic-MediaWiki
Tenbergen created T298258: Errors when opening pages and errors when running rebuildData.php.
Dec 23 2021, 4:51 PM · MediaWiki-extensions-Semantic-MediaWiki

Dec 19 2021

Tenbergen added a comment to T297929: move Special Page "Cargo table diagram".

@Aklapper, I saw those and tried to use them, but obviously not correctly. Is the
Bug: T12345
the key?

Dec 19 2021, 6:18 PM · MediaWiki-extensions-Cargo

Dec 18 2021

Tenbergen added a comment to T297929: move Special Page "Cargo table diagram".
Dec 18 2021, 2:33 AM · MediaWiki-extensions-Cargo
Tenbergen added a comment to T297929: move Special Page "Cargo table diagram".

Added to Gerrit as https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Cargo/+/748231

Dec 18 2021, 2:22 AM · MediaWiki-extensions-Cargo

Dec 17 2021

Tenbergen created T297929: move Special Page "Cargo table diagram".
Dec 17 2021, 4:29 AM · MediaWiki-extensions-Cargo

Dec 16 2021

Tenbergen added a comment to T297455: Blank Cargo Table Diagram.

I added some console.logs to ext.cargo.dagre.js and to dagre-d3.js,. There is a failure in dagre-d3.js because it chokes on a bad value it gets from one of my _parentTables entries, ie the wrong _localField= x

Dec 16 2021, 10:58 PM · MediaWiki-extensions-Cargo

Dec 12 2021

Tenbergen created T297557: Bad query prevents edit to repair query when preferences are set to "Show preview on first edit".
Dec 12 2021, 4:32 AM · MediaWiki-extensions-Cargo
Tenbergen added a comment to T297457: having an apostrophe in a page name breaks CargoRecreateData.php.

I have reviewed and fixed the template that broke it, and it really was doing something odd: storing a value in Cargo that it retrieves via SMW ask. Legacy content and quick and dirty fix by the look of it, with emphasis on dirty. So, not good user practice for sure, but it could have failed more gracefully with a better error message, and possibly with continuing on with the rest of the records after the failed one?

Dec 12 2021, 4:01 AM · MediaWiki-extensions-Cargo
Tenbergen added a comment to T297457: having an apostrophe in a page name breaks CargoRecreateData.php.

I have had the problem you describe before, and if a query breaks where I can see it I know to use double-quotes in a scenario like this. However, this is a query in a template that runs on 100s of pages, and I had not seen the one on which it breaks. The thing I am flagging is that it breaks a maintenance script. I get it that the script can't process this page, but it might have been better if it managed to fail out of this page and continue with others?
It also would be nice if there was a way to see if anything currently breaks Cargo on a given wiki, although that might be a big-ish ask. I suppose it would have to try to run everything on every page and report back if there are errors. Something like SMWs "Constraint Error List" and "Processing Error List".

Dec 12 2021, 3:47 AM · MediaWiki-extensions-Cargo

Dec 11 2021

Tenbergen added a comment to T297455: Blank Cargo Table Diagram.

I have this:

Dec 11 2021, 7:11 PM · MediaWiki-extensions-Cargo

Dec 10 2021

Tenbergen created T297457: having an apostrophe in a page name breaks CargoRecreateData.php.
Dec 10 2021, 5:24 AM · MediaWiki-extensions-Cargo
Tenbergen added a comment to T297455: Blank Cargo Table Diagram.

Here is what data-table-schemas actually contains, in case that helps:

Dec 10 2021, 5:17 AM · MediaWiki-extensions-Cargo
Tenbergen updated the task description for T297455: Blank Cargo Table Diagram.
Dec 10 2021, 5:15 AM · MediaWiki-extensions-Cargo
Tenbergen updated the task description for T297456: Bad "allows values" statement gets processed (at least somewhat).
Dec 10 2021, 5:10 AM · MediaWiki-extensions-Cargo
Tenbergen updated the task description for T297455: Blank Cargo Table Diagram.
Dec 10 2021, 5:10 AM · MediaWiki-extensions-Cargo
Tenbergen created T297456: Bad "allows values" statement gets processed (at least somewhat).
Dec 10 2021, 5:09 AM · MediaWiki-extensions-Cargo
Tenbergen created T297455: Blank Cargo Table Diagram.
Dec 10 2021, 5:09 AM · MediaWiki-extensions-Cargo

Nov 24 2021

Tenbergen created T296365: "Error: Class 'Revision' not found" in MW1.37.
Nov 24 2021, 2:46 AM · MediaWiki-extensions-Page_Forms

Jul 21 2021

Tenbergen added a comment to T284715: "PHP Deprecated: Premature access to service" warnings in 1.36.

You are absolutely right. I finally got back to this, and for me it appears to be Semantic Mediawiki that's causing these. The errors stopped for me when I disabled Semantic Mediawiki. I have raised a ticket with them: https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/5030

Jul 21 2021, 11:52 PM · MW-1.36-release, MediaWiki-General

Jun 28 2021

Tenbergen added a comment to T285439: prefs-vector-enable-vector-1-help is broken if you delete default interwiki entries.

For solution for anyone else who runs into this: running the following sql query to add the mw interwiki back in solved the direct problem for me:

Jun 28 2021, 7:39 PM · Vector (legacy skin) (Tracking), Wikimedia-Interwiki-links

Jun 23 2021

Tenbergen added a comment to T285439: prefs-vector-enable-vector-1-help is broken if you delete default interwiki entries.

Will this ticket reach the people who would make such decisions about how these links are set up inside interface pages? Or do I need to do something else to flag this?

Jun 23 2021, 11:53 PM · Vector (legacy skin) (Tracking), Wikimedia-Interwiki-links
Tenbergen added a comment to T285439: prefs-vector-enable-vector-1-help is broken if you delete default interwiki entries.

I have a MediaWiki namespace, but no MW one.

Jun 23 2021, 11:49 PM · Vector (legacy skin) (Tracking), Wikimedia-Interwiki-links
Tenbergen added a comment to T284715: "PHP Deprecated: Premature access to service" warnings in 1.36.

This adds about 500MB of noise to the logs of my moderately busy wikis in a 2 week period. It persists under 1.36.1, had hoped that would fix it.

Jun 23 2021, 9:49 PM · MW-1.36-release, MediaWiki-General
Tenbergen created T285439: prefs-vector-enable-vector-1-help is broken if you delete default interwiki entries.
Jun 23 2021, 9:41 PM · Vector (legacy skin) (Tracking), Wikimedia-Interwiki-links

Jun 10 2021

Tenbergen added a comment to T284715: "PHP Deprecated: Premature access to service" warnings in 1.36.

Others are mentioning similar errors, e.g.
https://www.mediawiki.org/wiki/Topic:W9v17dxvvlrkcotf
https://www.mediawiki.org/wiki/Topic:Waeqw3a9x1s74h2d

Jun 10 2021, 4:15 AM · MW-1.36-release, MediaWiki-General
Tenbergen created T284715: "PHP Deprecated: Premature access to service" warnings in 1.36.
Jun 10 2021, 4:14 AM · MW-1.36-release, MediaWiki-General

Jun 24 2020

Tenbergen added a comment to T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.

I have given up on a fix for this and instead set up a cron job that deletes the offending lines with a "Delete FROM recentchanges where not (rc_title > ""). This fixes recent changes for me on that wiki.

Jun 24 2020, 4:13 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes

Feb 4 2020

Tenbergen added a comment to T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.

You are correct: "SELECT * FROM recentchanges where not (rc_title > "")" gives me 312 records. The first 25 all have
rc_source = mw.log
rc_log_type = cargo
rc_log_create = recreatetable

Feb 4 2020, 5:28 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes

Jan 30 2020

Tenbergen added a comment to T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.

Any idea what might be causing this? It only happens on this one out of my 5 wikis.

Jan 30 2020, 3:37 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes

Dec 22 2019

Tenbergen added a comment to T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.

I checked "Use non-JavaScript interface" in preferences and then I was able to get the stack trace:

Dec 22 2019, 11:50 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes
Tenbergen added a comment to T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.

$wgShowExceptionDetails is set to true. I have also taken all of those settings out of that convenience loop I copy pasted above with my debug settings in my localsettings.php, just to be sure. Still the same. I can get the debug info with the eventual exception displayed on the screen, but not the stack trace.
Is there any second place I should be able to pick up or send the stack trace?

Dec 22 2019, 11:43 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes

Dec 21 2019

Tenbergen added a comment to T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.

Ah here we go:

Dec 21 2019, 8:12 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes
Tenbergen added a comment to T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.

With $wgShowExceptionDetails = true I still only get the "Internal error" on page. Something else flashes briefly when I first open the page but then gets hidden. Here is what I do in Localsettings to turn on debugging:

Dec 21 2019, 8:07 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes
Tenbergen added a comment to T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.

I can't make sense of the error, but: we use

Dec 21 2019, 5:37 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes
Tenbergen updated the task description for T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.
Dec 21 2019, 5:27 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes
Tenbergen created T241302: "Internal Error" on Recent Changes: Bad value for parameter $title: should not be empty unless namespace is main and fragment or interwiki is non-empty.
Dec 21 2019, 5:25 PM · Growth-Team-Filtering, MediaWiki-General, Growth-Team, MediaWiki-Recent-changes
Tenbergen added a comment to T241301: $wgNamespacesToBeSearchedDefault declaration throws error in v1.34.

Ah. We run an old wiki. Thanks, will fix that.

Dec 21 2019, 4:50 PM · MediaWiki-General
Tenbergen added a comment to T241301: $wgNamespacesToBeSearchedDefault declaration throws error in v1.34.

Sorry, I just searched phabricator for this now, and it looks like there have been some changes. Reading those now to see if this ticket will still be required.

Dec 21 2019, 4:44 PM · MediaWiki-General
Tenbergen created T241301: $wgNamespacesToBeSearchedDefault declaration throws error in v1.34.
Dec 21 2019, 4:41 PM · MediaWiki-General

Sep 20 2019

Tenbergen added a comment to T225475: template to generate an autoedit button works on pages, but not on forms.

@Aklapper : I have attempted to revert https://phabricator.wikimedia.org/T225473 from "No PF" to backlog the same way; hope I got it right.

Sep 20 2019, 3:41 PM · MediaWiki-extensions-Page_Forms
Tenbergen moved T225473: autoedit button on a form (not page) causes form to save to the wrong page name from Not PF to Backlog on the MediaWiki-extensions-Page_Forms board.

Attempting to move this back to backlog from "No PF" as per https://phabricator.wikimedia.org/T225475 since this ticket had been moved to No PF at the same time.

Sep 20 2019, 3:40 PM · MediaWiki-extensions-Page_Forms

Sep 17 2019

Tenbergen added a comment to T225475: template to generate an autoedit button works on pages, but not on forms.

@Aklapper - oi, you are right of course, my bad. At least that mystery is solved.
I still don't understand why this was categorized as not a PF issue, though.

Sep 17 2019, 2:19 AM · MediaWiki-extensions-Page_Forms

Sep 10 2019

Tenbergen added a comment to T225473: autoedit button on a form (not page) causes form to save to the wrong page name.

Hey Ahmad, I am a bit puzzled by two things... why did you move this to Not PF, it is an error that happens when using forms functionality? And, how did you manage to do it with a timestamp that predates me posting this bug?

Sep 10 2019, 4:07 PM · MediaWiki-extensions-Page_Forms
Tenbergen added a comment to T225475: template to generate an autoedit button works on pages, but not on forms.

Hey Ahmad, I am a bit puzzled by two things... why did you move this to Not PF without explanations? And, how did you manage to do it with a timestamp that predates me posting this bug?

Sep 10 2019, 4:05 PM · MediaWiki-extensions-Page_Forms

Jun 12 2019

Tenbergen created T225685: Warning in php log: HP Deprecated: Use of ParserOptions::setWrapOutputClass( false ).
Jun 12 2019, 11:23 PM · MediaWiki-extensions-Cargo
Tenbergen updated the task description for T225683: Error in Preferences in debug mode.
Jun 12 2019, 11:18 PM · MW-1.34-notes (1.34.0-wmf.13; 2019-07-09), Upstream, MW-1.32-release, MediaWiki-Core-Preferences
Tenbergen created T225683: Error in Preferences in debug mode.
Jun 12 2019, 11:11 PM · MW-1.34-notes (1.34.0-wmf.13; 2019-07-09), Upstream, MW-1.32-release, MediaWiki-Core-Preferences

Jun 11 2019

Tenbergen updated the task description for T225475: template to generate an autoedit button works on pages, but not on forms.
Jun 11 2019, 2:46 AM · MediaWiki-extensions-Page_Forms
Tenbergen updated the task description for T225473: autoedit button on a form (not page) causes form to save to the wrong page name.
Jun 11 2019, 2:46 AM · MediaWiki-extensions-Page_Forms
Tenbergen created T225475: template to generate an autoedit button works on pages, but not on forms.
Jun 11 2019, 2:44 AM · MediaWiki-extensions-Page_Forms
Tenbergen created T225473: autoedit button on a form (not page) causes form to save to the wrong page name.
Jun 11 2019, 2:42 AM · MediaWiki-extensions-Page_Forms

May 14 2019

Tenbergen created T223188: Nuke showed incorrect plural message: {Plural | one page | 24 pages}.
May 14 2019, 12:43 AM · Plural-Support, MediaWiki-extensions-Nuke

May 10 2019

Tenbergen added a project to T222973: Internal Error on Recent Changes page when $wgRCShowWatchingUsers = true;: MediaWiki-extensions-Page_Forms.
May 10 2019, 6:10 PM · MediaWiki-extensions-Page_Forms
Tenbergen created T222973: Internal Error on Recent Changes page when $wgRCShowWatchingUsers = true;.
May 10 2019, 6:10 PM · MediaWiki-extensions-Page_Forms

Apr 29 2019

Tenbergen updated the task description for T222043: opening special page "Edit multiple pages for template" lists every page twice, gives buggy dropdowns, and edits are not saved.
Apr 29 2019, 1:32 AM · MediaWiki-extensions-Page_Forms
Tenbergen updated the task description for T222043: opening special page "Edit multiple pages for template" lists every page twice, gives buggy dropdowns, and edits are not saved.
Apr 29 2019, 1:27 AM · MediaWiki-extensions-Page_Forms

Apr 28 2019

Tenbergen created T222043: opening special page "Edit multiple pages for template" lists every page twice, gives buggy dropdowns, and edits are not saved.
Apr 28 2019, 6:54 PM · MediaWiki-extensions-Page_Forms

Apr 16 2019

Tenbergen added a comment to T221050: DatePicker Object generates PHP Warning: count(): Parameter must be an array....

Thanks for the quick turn-around Yaron. I did a git update (now 4.5 (23baaf7) 2019-04-15T20:31:43) and am not getting those errors in my log any longer. How does this work on here now, do I set this to resolved or fixed or do you?

Apr 16 2019, 1:01 PM · MediaWiki-extensions-Page_Forms

Apr 15 2019

Tenbergen updated the task description for T221050: DatePicker Object generates PHP Warning: count(): Parameter must be an array....
Apr 15 2019, 11:48 PM · MediaWiki-extensions-Page_Forms
Tenbergen created T221050: DatePicker Object generates PHP Warning: count(): Parameter must be an array....
Apr 15 2019, 10:14 PM · MediaWiki-extensions-Page_Forms

Feb 24 2019

Tenbergen closed T216891: HotCat breaks on update from MW1.31.1 to 1.32.0 in skin Monobook as Resolved.

@ashley: You are right, my update process was wrong and retained old extensions for those that come with mediawiki. Once I replaced Gadget with the newest version this worked.

Feb 24 2019, 6:20 PM
Tenbergen added a comment to T216891: HotCat breaks on update from MW1.31.1 to 1.32.0 in skin Monobook.

@Aklapper: I think it is related to Monobook because it works in Vector. I usually have vector disabled on this wiki, but enabled it just to test. Config change to vector, works. Gadget Hotcat enabled, works. Config change to Monobook, crashes. Disable gadget in Localsettings, works again. Disable hotcat in Gadget settings, and then enable monobook again, works.

Feb 24 2019, 1:15 AM

Feb 23 2019

Tenbergen updated the task description for T216891: HotCat breaks on update from MW1.31.1 to 1.32.0 in skin Monobook.
Feb 23 2019, 5:34 PM
Tenbergen created T216891: HotCat breaks on update from MW1.31.1 to 1.32.0 in skin Monobook.
Feb 23 2019, 5:31 PM

Dec 23 2018

Tenbergen added a comment to T207952: wikiapiary not updating.

https://wikiapiary.com/wiki/CCMDB_Wiki still says it's marked inactive.
https://wikiapiary.com/wiki/University_of_Manitoba_Internal_Medicine_Wiki was partly updated (EG usage general is updated, but usage semantic is not...)

Dec 23 2018, 6:46 AM · WikiApiary

Dec 13 2018

Tenbergen created T211879: Documentation link to "querycache" on special page "Special:SemanticMediaWiki&action=stats" is broken.
Dec 13 2018, 1:48 PM

Oct 29 2018

Tenbergen added a comment to T207952: wikiapiary not updating.

"Last audited on 2017/08/23 09:30:11 PM" is still old, though.

Oct 29 2018, 4:27 PM · WikiApiary
Tenbergen added a comment to T207952: wikiapiary not updating.

Hi, not sure if someone changed something, but the Critical Care and Medicine Database Wiki has now updated data. The UmIntMed one still doesn't.

Oct 29 2018, 4:23 PM · WikiApiary

Oct 25 2018

Tenbergen created T207952: wikiapiary not updating.
Oct 25 2018, 3:01 PM · WikiApiary

Sep 27 2018

Tenbergen closed T205547: Internal error after update to MW 1.31.1 as Resolved.
Sep 27 2018, 2:45 PM · MediaWiki-extensions-ReplaceText
Tenbergen added a comment to T205547: Internal error after update to MW 1.31.1.

I copied down a clean version of ReplaceText and now it works. Not sure what else I have to do to close this ticket.

Sep 27 2018, 2:45 PM · MediaWiki-extensions-ReplaceText

Sep 26 2018

Tenbergen added a comment to T205547: Internal error after update to MW 1.31.1.

Of course that was with all sorts of debugging enabled, I will disable that again now.

Sep 26 2018, 3:15 PM · MediaWiki-extensions-ReplaceText
Tenbergen created T205547: Internal error after update to MW 1.31.1.
Sep 26 2018, 3:14 PM · MediaWiki-extensions-ReplaceText

Sep 13 2018

Tenbergen added a comment to T199744: Recent changes wrongly show as "b" for bot after update.

RE: Rebuildall.php, we use SMW with out mediawiki, and between SMW and MW we used to have some stuff not update automatically. The problems and tweaks to its solution have been around our instances for years, so I am afraid I can't remember why specifically we run rebuildall. The problems we were encountering were things like making sure that SMW driven content gets updated, wanted tables and wanted categories and stuff get update, and similar things. I have done a better job logging our changes in more recent years, but I think adding rebuildall pre-dates that.
https://www.mediawiki.org/wiki/Topic:Tu9jxpne4mvgsl36
might have been it.

Sep 13 2018, 3:32 PM · Regression, MediaWiki-Maintenance-system, MediaWiki-Recent-changes, Growth-Team
Tenbergen added a comment to T199744: Recent changes wrongly show as "b" for bot after update.

Sorry about the delay. below are the permissions from the localsettings.php. There are a lot of them, some are likely not necesary. We used to run this instance as a login-to-view/edit wiki, and then changed it to a public one some time ago, but I never reviewed which of these could just go. CCMDBlegit is the group you need to be part of to edit. It's a leftover from when we also needed to make holders of former accounts unable to view content.

Sep 13 2018, 3:20 PM · Regression, MediaWiki-Maintenance-system, MediaWiki-Recent-changes, Growth-Team

Aug 21 2018

Tenbergen added a comment to T199744: Recent changes wrongly show as "b" for bot after update.

Are you talking about a section of the local settings?

  • Original message --------From: kaldari <no-reply@phabricator.wikimedia.org> Date: 2018-08-21 13:52 (GMT-06:00) To: ttenbergen@gmail.com Subject: [Maniphest] [Commented On] T199744: Recent changes wrongly show as "b" for bot after update

kaldari added a comment.

Aug 21 2018, 8:52 PM · Regression, MediaWiki-Maintenance-system, MediaWiki-Recent-changes, Growth-Team
Tenbergen added a comment to T10681: Group changes across days in enhanced rc.

Agree with Izno: what I need from watchlist/RC is a list of things that have changed and an easy way to review them. If I want fine-grained information I can look a the history of the page. For my use case, that would work. Are there actually use cases that need the detail in that part of the user interface?

Aug 21 2018, 3:15 AM · Growth-Team-Filtering, Growth-Team, MediaWiki-Watchlist, MediaWiki-Recent-changes

Jul 23 2018

Restricted Application added a project to T10681: Group changes across days in enhanced rc: Growth-Team.

I would find RCs without the day groupings very helpful as well. As described in [[Topic on Talk:Edit Review Improvements/New filters for edit review]], I use RC in several private wikis, and I need to review all edits made. I try to do this weekly but life happens. If a page is getting a lot of reviews it clutters up the RC listing. Worse, it is easy to miss the fact that I am not looking at the latest version/diff, and start editing an intermediate version. I ''know'' that I need to not do that, and how to work around it, but it is really easy to miss when you are on a go. And, that's me, it's even harder to get our less technical users to understand this. So, yes, for us at least an option to say "show only latest diff" that would compare it to the last time a logged-in user viewed the page would be great!

Jul 23 2018, 10:44 PM · Growth-Team-Filtering, Growth-Team, MediaWiki-Watchlist, MediaWiki-Recent-changes

Jul 18 2018

Tenbergen updated the task description for T199744: Recent changes wrongly show as "b" for bot after update.
Jul 18 2018, 11:25 PM · Regression, MediaWiki-Maintenance-system, MediaWiki-Recent-changes, Growth-Team

Jul 17 2018

Tenbergen updated the task description for T199744: Recent changes wrongly show as "b" for bot after update.
Jul 17 2018, 5:04 PM · Regression, MediaWiki-Maintenance-system, MediaWiki-Recent-changes, Growth-Team

Jul 16 2018

Tenbergen created T199744: Recent changes wrongly show as "b" for bot after update.
Jul 16 2018, 7:43 PM · Regression, MediaWiki-Maintenance-system, MediaWiki-Recent-changes, Growth-Team

Jun 28 2018

Tenbergen created T198406: Error connecting Autowikibrowser to private wiki using HTTPS.
Jun 28 2018, 3:08 PM · Essential-Work, AutoWikiBrowser

May 4 2017

Tenbergen added a comment to T164402: Error: API returned the following error: 'The login module requires a POST request'.

Can't access this from home either, so not a proxy issue. We are using Mediawiki 1.28.1 - is AutoBrowser compatible with that? Anyone else having this problem?

May 4 2017, 10:55 PM · AutoWikiBrowser

May 3 2017

Tenbergen created T164402: Error: API returned the following error: 'The login module requires a POST request'.
May 3 2017, 4:56 PM · AutoWikiBrowser

Apr 12 2017

Tenbergen added a comment to T157716: Articles are not getting into categories.

Actually, mediawiki is still at 1.28

Apr 12 2017, 12:05 AM · MediaWiki-Core-JobQueue, MediaWiki-Categories