Page MenuHomePhabricator

runJob.php is deleting semantic properties
Closed, DeclinedPublic

Description

After running runJobs.php I cannot see Members of Propertys, when they are injected through a template. Manual Visit-Edit-Save of the corrosponding pages is restoring the propertys.

Deeper Explanation:

I have a Template for contact-persons with some semantic informations like this in a table:

[[Hat Titel::{{{Titel|}}}]]

After generating a new contact I can see this new Page as expected in the SpecialPages:Attributes "Hat Titel"

So far so good.

After running runJobs.php the page is gone in the SpecialPages:Attributes "Hat Titel"

After editing and saving the page evertying is ok again.

I can see this behaviour only when I am using semantic propertys within a template.


Version: unspecified
Severity: major

Details

Reference
bz61688

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:56 AM
bzimport set Reference to bz61688.
bzimport added a subscriber: Unknown Object (MLST).

Page regarding the problem

Attached:

runJobs.php = core/maintenance

From which package does "SpecialPages:Attributes" come from?
Which exact MediaWiki version is this about?

Sorry for the confusion about "Attributes" this is the German translation for properties.

On english wiki's -> Special Pages/Properties

I am using MediaWiki 1.19.0 and Semantic Mediawiki 1.9.1

Geat Software by the way ;-)

FYI

I have figured out, that the behavior is related to

self::fixLinksFromArticle[ $id)

inside of

refreshLinks.php

Problem fixed.

I have exchanged the content of maintenance & include with the files of MediaWiki 1.19.11.