Extension talk:FileList

From MediaWiki.org
Jump to: navigation, search
Start a new discussion

Contents

Thread titleRepliesLast modified
Do not work (and some suggestions...)021:30, 22 April 2012
Ceased functioning202:13, 26 March 2012
Not Working with 1.18.x023:44, 4 February 2012
Multi upload or folder tree files upload009:05, 6 December 2011
Compatibility...020:48, 12 September 2011
Common Library.php020:59, 12 August 2011

Do not work (and some suggestions...)

MediaWiki 1.17.0 PHP 5.2.10-2ubuntu6.4 (apache2handler) MySQL 5.1.37-1ubuntu5

  • The extension's box appears but the file(s) already linked to the page do not.
  • When a file is added via the extension, it correctly appears in the extension's list, but do not show in the Wikitext code (How filelist knows what files to show ???)

For the suggestions :

  • Multiple upload (of course...)
  • Possibility to choose if a file is deleted from the wiki or simply unlinked from the page when the extension's "delete" buton is used (a third button).
82.235.195.17421:30, 22 April 2012

Ceased functioning

As the subject sugests, the extenssion does not work on MW1.17.x for me. The upload box still appears, but neither uploaded files through the special page or via the provided buttons were shown.

87.102.213.9120:47, 15 August 2011

I'm getting the same error with MW 1.16.5. I can upload files through the upload box but they are not shown in the page.

94.126.240.207:42, 30 September 2011

Perhapes you are using (your own) namespaces ? If you are using namespaces the extension crashes ... I always get a HTTP 500 error after the file was uploaded. The move/rename function should consider namespaces (and interwiki links). But in other cases it is a great extension.

Use this language specific settings in FileList.i18n.php for german language:

 $FileListMessages['de'] = array(
 // messages
 'fl_empty_list'              => 'Diese Seite hat noch keine Dateianhänge.',
 'fl_upload_file'             => 'Datei anhängen',
 'fl_upload_file_anonymously' => 'Datei anonym anhängen',
 'fl_empty_file'              => 'Datei wählen',
 'fl_edit'                    => "Ändern",
 'fl_delete'                  => "Löschen",
 'fl_delete_confirm'          => "Sind Sie sicher, dass Sie die Datei \'%s\' löschen wollen ?",
 // Table column headings
 'fl_heading_name'            => 'Dateiname',
 'fl_heading_descr'           => 'Beschreibung',
 'fl_heading_user'            => 'Benutzer',
 'fl_heading_size'            => 'Größe',
 'fl_heading_datetime'        => 'Datum',
 // credits
 'fl_credits_desc'            => 'Erzeugt eine dynamische Dateiliste bei Einfügen von <filelist />',
 );
87.180.233.25202:13, 26 March 2012
 
 

Not Working with 1.18.x

Error with Mediawiki 1.18.1:
Did not work because it used the $wgMessageCache Method wich was removed in MediaWiki Version 1.18.0, see
http://www.mediawiki.org/wiki/Manual:$wgMessageCache

BLinz23:44, 4 February 2012

Multi upload or folder tree files upload

Could it be possible to add mode than one file or better upload a complete folder structure into mediawiki? And then display them in the same manner as folder tree?

Thanks in advance,

Brgds, wabik

193.151.99.23909:05, 6 December 2011

Compatibility...

I'm no expert, but Manual:Hooks/SpecialUploadComplete, requires 1.16.0...

74.94.161.22520:48, 12 September 2011

Common Library.php

Getting an error message about common_library.php this does not exist, am i missing something?

require_once( dirname(__FILE__) . '/../common_library.php' );

207.239.97.1020:59, 12 August 2011
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox