Sender | Message | Time |
---|---|---|
14 Jan 2024 | ||
Matthew Marchese | In reply to @wouter_egel:matrix.orgThis is a great tip. We do have AbuseFilter already in place | 22:27:42 |
15 Jan 2024 | ||
Alexander Mashin | In reply to @wouter_egel:matrix.orgYes, that would be simpler. Set a sufficiently big $wgMaxArticleSize and limit the article size with AbuseFilter. | 02:06:34 |
23 Jan 2024 | ||
krabina | How about someone knowledgeable about SMW would be a mentor in Google Summer of Code 2024? https://www.mediawiki.org/wiki/Google_Summer_of_Code/Mentors | 21:30:02 |
24 Jan 2024 | ||
Joris | In reply to @krabina:matrix.orgwe'll have a look! | 08:42:47 |
revansx | Is it possible to write an #ask that returns the values of given property? Hypothetically, something like: Is this possible? | 18:48:05 |
revansx | * Is it possible to write an #ask that returns the values of given property? For example, if I have a Property named "Foo", I would like to write something like: Is this possible? | 18:49:33 |
krabina | Yes, you just have to add |?Foo as printout. | 18:51:43 |
Felipe Schenone | https://www.semantic-mediawiki.org/wiki/Help:List_the_set_of_unique_values_for_a_property | 19:03:18 |
25 Jan 2024 | ||
VENUS | Download ima_645b56b.jpeg | 14:25:05 |
VENUS | Download ima_8ab9aba.jpeg | 14:25:13 |
VENUS | Hello! Has anyone ran across this or knows what may be causing it? I’m able to create properties and their type without an any issue. If I try to create a template the semantic property isn’t pulling any properties (image attached). This install does use a remote (same LAN) virtuoso which seems to be working fine | 14:25:16 |
krabina | It is a PageForms feature, so might be an issue in PF. | 17:41:22 |
26 Jan 2024 | ||
Matthew Marchese | In reply to @wouter_egel:matrix.orgEnded up going with this option and it's working great. Thanks again for the help! | 23:02:53 |
1 Feb 2024 | ||
krabina | At SMWCon we decided to try to get together as SMW community at the MediaWiki Hackathon 2024 in Tallin from May 3rd-5th: https://www.mediawiki.org/wiki/Wikimedia_Hackathon_2024 So please register for the hackathon soon, as long as it is possible. Tomorrow we there will be the MWStake monthly meeting, where this will also be announced: https://mwstake.org/mwstake/wiki/Event:193 | 17:16:01 |
8 Feb 2024 | ||
Maximilian Nöth joined the room. | 09:04:13 | |
13 Feb 2024 | ||
nikerabbit | In reply to @krabina:matrix.orgAre there any plans what we will do together? | 08:35:46 |
krabina | Good question. I published a news item where we can also collect ideas. I already added some here: https://www.semantic-mediawiki.org/wiki/MediaWiki_Hackathon_2024 Feel free to add more ideas or add yourself to an existing one. | 16:24:53 |
14 Feb 2024 | ||
revansx | I found this worth reading: https://blog.cambridgesemantics.com/why-your-ai-tech-stack-needs-a-knowledge-graph | 16:56:49 |
rundg | Bernhard Krabina: can you take a look at this pull request: https://github.com/SemanticMediaWiki/SemanticDrilldown/pull/75 | 18:32:17 |
krabina | Sorry, I personally don't have the skills to review a PR. I expect Alexander Gesinn to do so hopefully soon. | 20:38:20 |
Lewis Cawte | It's one of those nice pull requests that only really requires the most basic understanding of git usage, and the permissions to merge the PR ;) | 21:13:13 |
15 Feb 2024 | ||
rundg | In reply to @krabina:matrix.orgthanks alexander.gesinn | 00:36:32 |
17 Feb 2024 | ||
krabina | https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs%2Freleasenotes%2FRELEASE-NOTES-4.1.3.md | 22:28:11 |
wouter_egel | It works, but there is still need to run "update.php". ( or any other migration scripts ?) :-( | 22:51:42 |
23 Feb 2024 | ||
kghbln | In reply to @wouter_egel:matrix.orgYou need to set smwgIgnoreUpgradeKeyCheck to false to avoid having to run update.php. The text is indeed a bit misleading. | 08:49:12 |
Bertrand Gorge | Hello, I have an issue after the upgrade to SMW 1.4.3 : [23-Feb-2024 09:43:10 UTC] PHP Deprecated: Calling static trait method Elasticsearch\Namespaces\BooleanRequestWrapper::performRequest is deprecated, it should only be called on a class using the trait in /var/www/html/extensions/WikiSearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/IndicesNamespace.php on line 218 Elasticsearch\Common\Exceptions\BadRequest400Exception from line 657 of /var/www/html/extensions/WikiSearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php: null #0 /var/www/html/extensions/WikiSearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php(312): Elasticsearch\Connections\Connection->process4xxError(Array, Array, Array) #1 /var/www/html/extensions/WikiSearch/vendor/react/promise/src/FulfilledPromise.php(28): Elasticsearch\Connections\Connection->Elasticsearch\Connections{closure}(Array) #2 /var/www/html/extensions/WikiSearch/vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php(65): React\Promise\FulfilledPromise->then(Object(Closure), NULL, NULL) #3 /var/www/html/extensions/WikiSearch/vendor/ezimuel/ringphp/src/Core.php(341): GuzzleHttp\Ring\Future\CompletedFutureValue->then(Object(Closure), NULL, NULL) #4 /var/www/html/extensions/WikiSearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php(235): GuzzleHttp\Ring\Core::proxy(Object(GuzzleHttp\Ring\Future\CompletedFutureArray), Object(Closure)) #5 /var/www/html/extensions/WikiSearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php(204): Elasticsearch\Connections\Connection->Elasticsearch\Connections{closure}(Array, Object(Elasticsearch\Connections\Connection), Object(Elasticsearch\Transport), Array) #6 /var/www/html/extensions/WikiSearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php(115): Elasticsearch\Connections\Connection->performRequest('HEAD', '/smw-data-wiki_...', Array, NULL, Array, Object(Elasticsearch\Transport)) #7 /var/www/html/extensions/WikiSearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/BooleanRequestWrapper.php(44): Elasticsearch\Transport->performRequest('HEAD', '/smw-data-wiki_...', Array, NULL, Array) #8 /var/www/html/extensions/WikiSearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/IndicesNamespace.php(218): Elasticsearch\Namespaces\BooleanRequestWrapper::performRequest(Object(Elasticsearch\Endpoints\Indices\Exists), Object(Elasticsearch\Transport)) #9 /var/www/html/extensions/SemanticMediaWiki/src/Elastic/Connection/Client.php(748): Elasticsearch\Namespaces\IndicesNamespace->exists(Array) #10 /var/www/html/extensions/SemanticMediaWiki/src/Elastic/Connection/Client.php(309): SMW\Elastic\Connection\Client->indexExists('smw-data-wiki_p...') #11 /var/www/html/extensions/SemanticMediaWiki/src/Elastic/Indexer/Rebuilder/Rebuilder.php(462): SMW\Elastic\Connection\Client->createIndex('data') #12 /var/www/html/extensions/SemanticMediaWiki/src/Elastic/Indexer/Rebuilder/Rebuilder.php(216): SMW\Elastic\Indexer\Rebuilder\Rebuilder->createIndexByType('data') #13 /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildElasticIndex.php(381): SMW\Elastic\Indexer\Rebuilder\Rebuilder->createIndices() #14 /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildElasticIndex.php(186): SMW\Maintenance\rebuildElasticIndex->rebuild() #15 /var/www/html/maintenance/includes/MaintenanceRunner.php(309): SMW\Maintenance\rebuildElasticIndex->execute() #16 /var/www/html/maintenance/doMaintenance.php(85): MediaWiki\Maintenance\MaintenanceRunner->run() #17 /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildElasticIndex.php(552): require_once('/var/www/html/m...') #18 {main} | 10:01:24 |
Bertrand Gorge | I also have an alert within the wiki "The connexion manager for Elasticsearch has raised an exception: « type is required for Exists »." | 10:03:01 |
Bertrand Gorge | Download image.png | 10:03:12 |
Bertrand Gorge | In fact, I can't even go to the wiki's version page anymore apparently : https://wiki.preprod.tripleperformance.fr/wiki/Sp%C3%A9cial:Version | 10:05:56 |
Bertrand Gorge | Elasticsearch\Common\Exceptions\BadRequest400Exception: {"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication token for REST request [/]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"missing authentication token for REST request [/]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401} | 10:06:40 |