Sender | Message | Time |
---|---|---|
13 Mar 2024 | ||
krabina | It is an open source project, so nobody is in charge. Alexander is doing a lot an Jeroen/ProWiki are doing releases. | 06:38:54 |
Alexander Mashin | Thank you. I presume, I should ask either to review a bit pull request? | 06:45:35 |
kghbln | Redacted or Malformed Event | 11:44:48 |
kghbln | Redacted or Malformed Event | 16:50:57 |
15 Mar 2024 | ||
Alexander Mashin | In PHP, is there a way to know the "owner" of a value returned by a chain printout (e.g., ResultArray ), that is the title of the page, in which this chain value has been set? I.e., for ?relation1.property2 get the name of the target of relation1 ? | 08:54:21 |
kghbln | Bernhard Krabina: Since you worked on this. Do you have a clue why these vocabulary pages do not get added to the wiki? https://github.com/SemanticMediaWiki/SemanticMediaWiki/tree/master/data/import/vocabularies I am using the default for https://www.semantic-mediawiki.org/wiki/Help:$smwgImportFileDirs thus I would have thought that not just the original four pages (foaf, owl, schema and skos) get imported? | 18:30:38 |
kghbln | In reply to @kghbln:matrix.orgAdmittedly I never looked closer at this. | 18:31:11 |
16 Mar 2024 | ||
nikerabbit | I made a PR for SMW. Reviews would be welcome: https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/5616 | 07:55:16 |
Bertrand Gorge | I spent 10 minutes confusing your comments with the one of coderabbit... I thought Nikerabbit was also a bot or I don't know 😂 | 08:50:09 |
nikerabbit | :D. I don't know who has set up coderabbit there | 15:34:09 |
17 Mar 2024 | ||
Bertrand Gorge | To say the truth, if it can find bugs, why not...! | 12:35:57 |
18 Mar 2024 | ||
krabina | I just created a first session proposal for MW Hackathon in Tallinn: https://phabricator.wikimedia.org/T360323 | 13:59:23 |
krabina | anybody going? | 13:59:32 |
krabina | https://www.semantic-mediawiki.org/wiki/MediaWiki_Hackathon_2024 | 14:01:10 |
nikerabbit | I'm going to Tallinn | 17:23:06 |
21 Mar 2024 | ||
krabina | Thank you to HMS Analytical Software for their generous donation to SMW! https://lnkd.in/dvfXiiF7 Every donation helps! https://opencollective.com/smw | 12:55:36 |
27 Mar 2024 | ||
Антон changed their display name from Aнтон Курашев to Антон. | 13:34:35 | |
28 Mar 2024 | ||
justinl | Hey all, I accidentally posted this in the Extensions room, copying here. When trying to create a new property (on 1.39.6) following these steps:
This gives an error: Property "TestProperty" was altered and requires assigned entities to be reevaluated using a change propagation process. The property page has been locked until the primary specification update is completed to prevent intermediary interruptions or contradictory specifications. The process may take a moment before the page can be unlocked as it depends on the size and frequency of the job queue scheduler. Then the odd workaround:
Any thoughts on what's wrong here? | 17:22:23 |
justinl | Based on https://www.semantic-mediawiki.org/wiki/Help:Change_propagation, could this just be slow job queue processing, even though there's nothing else going on in the test wiki I'm using? | 17:29:04 |
justinl | I did another test while watching runJobs.php --wait and saw the CirrusSearch and SMW change propagation jobs happen within 2 seconds of step 4. | 17:33:01 |
justinl | Reading through this now: https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/4344 It's a lot, but in case it jogs memories of anyone here... | 18:34:02 |
justinl | So far I'm not seeing anything helpful there. Any thoughts here? Would it be a good idea to update the issue with my specific issue and workaround? This may have to delay our upgrade planned to be done next week or the following. | 18:51:26 |
justinl | Never mind. Our editors report this is normal, their "workaround" is to just wait several seconds. | 20:10:37 |
30 Mar 2024 | ||
revansx | ok.. hopefully a noob question with a simple answer.. I upgraded MW from 1.35 to 1.39. When I visited one of the wikis, I got the well-known SMW error page that says, "Semantic MediaWiki was installed and enabled but is missing an appropriate upgrade key." So, as instructed, I ran both Both scripts ran without error, issue, or warning.. all seems good from the command line, but I'm still seeing the "Semantic MediaWiki was installed and enabled but is missing an appropriate upgrade key." error page when I visit the wiki. Is there something obvious I'm missing? | 15:37:54 |
revansx | * Hopefully a noob question with a simple answer.. I upgraded MW from 1.35 to 1.39. When I visited one of the wikis, I got the well-known SMW error page that says, "Semantic MediaWiki was installed and enabled but is missing an appropriate upgrade key." So, as instructed, I ran both Both scripts ran without error, issue, or warning.. all seems good from the command line, but I'm still seeing the "Semantic MediaWiki was installed and enabled but is missing an appropriate upgrade key." error page when I visit the wiki. Is there something obvious I'm missing? | 15:38:05 |
rundg | I'm not an expert on the 'setup consistency' checks in SMW, but I do know that if you're referring to a Meza instance, that the .smw.json file was moved in the latest version of Meza 39.6 That could be causing your problem. | 16:07:24 |
rundg | You could ignore the consistency checks altogether with the new setting https://www.semantic-mediawiki.org/wiki/Help:$smwgIgnoreUpgradeKeyCheck (maybe not the best approach) | 16:08:47 |
rundg | You could search for .smw.json files to see if there are multiple
| 16:09:54 |
rundg | also, either enable debugging and look in the mw_debug log file, or visit the page generating the error with ?requestDebug=true (meza only) | 16:19:31 |
rundg | SMW should be generating some detailed info about what it thinks is wrong: https://www.semantic-mediawiki.org/wiki/Help:Setup_check | 16:21:00 |