Extension talk:FileList
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| Do not work (and some suggestions...) | 0 | 21:30, 22 April 2012 |
| Ceased functioning | 2 | 02:13, 26 March 2012 |
| Not Working with 1.18.x | 0 | 23:44, 4 February 2012 |
| Multi upload or folder tree files upload | 0 | 09:05, 6 December 2011 |
| Compatibility... | 0 | 20:48, 12 September 2011 |
| Common Library.php | 0 | 20:59, 12 August 2011 |
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).
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.
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.
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 />', );
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
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