thomas-topway-it

Results 35 comments of thomas-topway-it

I'm also experiencing this error, on desktop, Linux, Quasar v2.7.1, it shows up only when the component/app is updated, not on loading, this could be related to the following piece...

I cannot guarantee that, because I don't know in depth all the involved methods, however I've tested it again (with the patch) and the FactBox shows the updated properties also...

Hello, using the PageForms template, for instance [[Organization name::{{{Name|}}}]]

regarding cache, we are using the following ``` $wgMainCacheType = CACHE_ACCEL; ``` however the cache is expected to be invalidated after update of properties, right ? The factbox always shows...

@gesinn-it and others, I have found that the issue is in the file ParserData.php function updateStore, this condition ``` if ( $this->getOption( self::OPT_FORCED_UPDATE, false ) === false && $dataUpdater->isSkippable( $this->title...

hello @serializingme, the following ```// ***edited if (false && //if ( $this->getOption( self::OPT_FORCED_UPDATE, false ) === false && $dataUpdater->isSkippable( $this->title, $latestRevID ) ) { $this->logger->info( [ 'Update', 'Skipping update', 'Found...

I think the hook `onAfterDataUpdateComplete` will work correctly with that patch. Of course it should be addressed by the SMW maintainers to have an official solution @mwjames

hello, yes, awstats should be able to export data in some structured format, like json or also xml

I think you can use the following option BuildHistoryFormat=xml in your awstats conf file

@turnstyyle so the second url in the second column theoretically should and could be `https://example.com/one_two` (with underscore) -- what do you think ? It depends on this code ``` if...