aldrinbaroi / mediawiki-page-attachment

Automatically exported from code.google.com/p/mediawiki-page-attachment
Other
1 stars 1 forks source link

PageAttachment not setting filelinks (backlinks) #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PageAttachment does not set the filelinks (backlinks) on file pages. 

Example: Suppose I attach abc.jpg to page XYZ using PageAttachement. If I go to 
the page for abc.jpg (File:abc.jpg), I would expect to see XYZ listed under 
File Links (which are the pages linking to this particular file.) However, 
PageAttachment does not appear to allow mediawiki to generate these backlinks.

I'm using pageattachment 1.4 on MW 1.17

Original issue reported on code.google.com by lncengin...@yahoo.com on 8 Jan 2013 at 3:50

GoogleCodeExporter commented 9 years ago

Original comment by Aldrin.Baroi@gmail.com on 9 Jan 2013 at 7:53

GoogleCodeExporter commented 9 years ago

Original comment by Aldrin.Baroi@gmail.com on 18 Jan 2013 at 4:00

GoogleCodeExporter commented 9 years ago
Fixed for MediaWiki 1.16, 1.17, 1.18

Original comment by Aldrin.Baroi@gmail.com on 18 Jan 2013 at 6:57

GoogleCodeExporter commented 9 years ago
Fixed for MediaWiki 1.19, 1.20

Need to create script to fix filelinks (backlinks) for existing attachments.

Original comment by Aldrin.Baroi@gmail.com on 18 Jan 2013 at 7:29

GoogleCodeExporter commented 9 years ago
Created maintenance scripts for PageAttachment versions 1.5.0 (MediaWiki 1.16, 
1.17), 2.3.0 (MediaWiki 1.18), and 3.1.0 (MediaWiki 1.19, 1.20)

Need to test if the changes work for PHP 5.2 (MediaWiki 1.16, 1.17, 1.18) & 
5.2.3 (MediaWiki 1.19, 1.20).

Original comment by Aldrin.Baroi@gmail.com on 21 Jan 2013 at 7:27

GoogleCodeExporter commented 9 years ago
Updated all the "Ant" scripts to transform the new class "AddMissingFileLinks" 
to make it compatible with PHP 5.2.x versions.

Implementation is complete.

Original comment by Aldrin.Baroi@gmail.com on 21 Jan 2013 at 8:11