-
Notifications
You must be signed in to change notification settings - Fork 0
This extension implements a new tag, <filelist>, which generates a list of all images or other media that were uploaded to the page. Also, the tag adds an input field to add a new file. Originally by Jens Nyman
LadyNamedLaura/FileList
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
**** DISCLAIMER ****
Copyright (C) 2010 - Jens Nyman <nymanjens.nj@gmail.com>
Copyright (C) 2011 - Simon Peeters <peeters.simon@gmail.com>
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
**** DESCRIPTION ****
This extension implements a new tag, <filelist>, which generates a list of
all images or other media that were uploaded to the page. Also, the tag adds
an input field to add a new file if the user is alowed to upload.
**** INSTALLATION ****
- copy FileList/ to extensions folder
- Add to LocalSettings.php:
require_once("$IP/extensions/FileList/FileList.php");
$wgFileListConfig['upload_anonymously'] = false; // set this if uploads need to be anonymous
- Allow file uploads
- set allowed file types to something like
$wgFileExtensions = array(
'pdf','rar','zip','txt','7z','gz',
'doc','ppt','xls',
'docx','pptx','xlsx',
'odt','odp','ods',
'mws', 'm', 'cad', 'dwg', 'java',
'jpg','jpeg','gif','png',
);
**** NOTES ****
as of this update the FileList extension no longer changes global settings.
About
This extension implements a new tag, <filelist>, which generates a list of all images or other media that were uploaded to the page. Also, the tag adds an input field to add a new file. Originally by Jens Nyman
Resources
Stars
Watchers
Forks
Packages 0
No packages published