|
From: <be...@us...> - 2013-09-16 16:51:12
|
Revision: 12062
http://sourceforge.net/p/xoops/svn/12062
Author: beckmi
Date: 2013-09-16 16:51:09 +0000 (Mon, 16 Sep 2013)
Log Message:
-----------
Updating to XOOPS 2.5.7 Multi-page help
Modified Paths:
--------------
XoopsModules/wfdownloads/trunk/wfdownloads/docs/lang_diff.txt
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help.html
XoopsModules/wfdownloads/trunk/wfdownloads/xoops_version.php
Added Paths:
-----------
XoopsModules/wfdownloads/trunk/wfdownloads/docs/history.txt
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help2.html
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help3.html
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help4.html
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help5.html
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help6.html
Removed Paths:
-------------
XoopsModules/wfdownloads/trunk/wfdownloads/docs/english/
Added: XoopsModules/wfdownloads/trunk/wfdownloads/docs/history.txt
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/docs/history.txt (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/docs/history.txt 2013-09-16 16:51:09 UTC (rev 12062)
@@ -0,0 +1,115 @@
+WF-Downloads History
+====================
+This page will describe important feature changes based on versions.
+For a complete list of all bugs squashed and every single change please click on changelog.
+
+------------------------
+Version 3.20
+------------------------
+New Disclaimer Template Added
+
+The disclaimer text in the submission & visit/download pages is now templated for easier customisation..
+
+Extended Screenshot Submissions
+------------------------
+
+It is now possible via a select function in the modules preferences to select from 1 - 4 screenshots. This allows webmasters to select how many screenshots can be uploaded per download..
+
+Formulize 2.2 Integration
+------------------------
+
+It is now possible to create custom forms providing that you have the latest version (2.2) of Formulize module installed..
+
+With this new integration with Formulize, there are some UI changes in WFDownloads:
+
+Admin side:
+------------------------
+
+1. On the Categories Tab, the add/modify category form includes an option at the bottom to select a form to use instead of the standard form (the standard form can still be selected).
+Only forms which the user has view_form permission on are included in the list.
+2. On the Files Tab...instead of the form appearing immediately when you click this tab, you must first choose the category you want to submit a file to.
+Then the form appears, either the standard one or a customized one depending on the settings for the category you chose.
+3. Import scripts added to import data from pd-downloads and wmpdownloads aswell as mydownloads.
+
+User side:
+1. When submitting a file, instead of the form appearing immediately when you click Submit, you must first choose the category you want to submit a file to.
+Then the form appears, either the standard one or a customized one depending on the settings for the category you chose.
+2. When viewing a category that has a custom form, the "Price: Free | Platform: None | License: None | Limitations: None" line is turned off.
+3. When viewing all details for a file that has a custom form, the "Price: Free | Platform: None | License: None | Limitations: None" line is turned off, plus all fields from the custom form are displayed.
+4. When using the built in XOOPS search feature, all fields in the custom form are cross-referenced with the search term(s) to determine matches.
+
+RSS Feeds Added
+------------------------
+
+It is now possible to get RSS feeds for latest submissions or category based (depending on permissions)
+
+Usage:
+
+1. For feeds of all latest downloads (if allowed) call wfdownloads/rss.php
+2. For Category based feeds (if allowed) call wfdownloads/rss.php?cid=xx (where xx is the category id)
+
+------------------------
+Version 3.00rc1 & 3.10
+------------------------
+
+Performance and server utilisation improvements
+------------------------
+
+By rewriting a lot of those querries accessing the database the module should now perform significantly faster and cause much less load on your server.
+
+New mirror system
+------------------------
+
+A new way for mirror handling was introduced. Now you can have more than one mirror for every file. The mirrors are listed on a separate page and will if activated show if the server is up.
+It does also allow you to enter additional information for the mirror server like a title and location.
+
+Improved file security
+------------------------
+
+In the past your options to protect your files from being linked to were limited to the referrer check which caused problems for users that disabled referrers in their browser.
+With version 3.10 we introduce a new way of protection against other sites stealing your files. (actually two ways)
+
+1) Files are now stored under a different name internally if you upload them with the module. When sent back to the user the original name will be restored.
+
+The real link is not displayed to the user anywhere.
+
+2) Files can now be stored outside of your website root. So there is no way of pointing to that file from the outside even if anyone would know the filename.
+
+To explain this a bit: Assume this is your server structure:
+- ..
+- example directory
+- htmdocs (containing your Xoops installation)
+ -- uploads (containing your uploads)
+
+Now lets assume your domain www.sitexy.com is pointing to htmdocs. Now the first directory level accessible from the outside is htmdocs where your xoops installation is placed.
+No one is able to access the lower directories which are on the same or lower level as htmdocs. Beginning with version 3.10 you are now able to put WF-Downloads uploads directory anywhere on your server outside of htmdocs.
+Therefore it can only be accessed by the server now. Your folder structure could now look like this:
+- ..
+- example directory
+- htmdocs (containing your Xoops installation)
+- uploads (now outside of your Xoops installation)
+
+Please note that both features (if you are updating from a previous version) will only affect all new files from that moment in time forward. All currently existing files will still remain in the old uploads folder and be handled accordingly.
+
+Change in update routine
+------------------------
+
+Updating the module should now be aesier than in previous versions. Now you just upload the new module version and update the module in the Xoops module management and everything is done. If you want to convert from MyDownloads to WF-Downloads you install the module as usual and then click on Import data in the WF-Downloads admin area.
+
+Removal of some features
+------------------------
+
+In the process of the rewrite some features were removed from the module. This was done either to improve performance or because the features were relying on specific other module versions installed.
+
+Namely removed were: Add Discuss in this Forum? , Create News Story From Download and also file based permissions
+
+Change to only category based permissions
+------------------------
+
+In the past you could set group permissions for categories and then also for files. Now this has been reduced to only category permissions. If you used the file permissions in the past you will have to review your files and make sure the category permissions are set correct to determine access to the people you want. This decision was made mainly for performance reasons but also the fact that file permissions within an existing category based on permissions is somewhat overkill anyway and becomes rather confusing after some time.
+
+Bread crumb system added
+------------------------
+
+Similiar to the other Smart modules the bread crumb system was now added to WF-Downloads. For example if you browse through WF-Downloads you can now see your current path at the top. Example: WF-Downloads > Category 1 > Subcategory 3
+This will allow easier navigation within the module.
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/docs/lang_diff.txt
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/docs/lang_diff.txt 2013-09-16 11:46:32 UTC (rev 12061)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/docs/lang_diff.txt 2013-09-16 16:51:09 UTC (rev 12062)
@@ -16,3 +16,358 @@
__modinfo.php__
+ _MI_WFD_DB_IMPORT
+ _MI_WFD_HELP
+
+WF-Downloads Language Changes
+=================================================================
+v. 3.2.0 RC2 23/04/2007
+=================================================================
+FILE: \wfdownloads\language\english\main.php
+
+Added:
+
+define("_MD_WFD_FILENOTEXIST", "ERROR: File Does Not Exist or File Not Found!");
+define("_MD_WFD__MD_WFD_FILENOTOPEN", "ERROR: Unable To Open File!");
+define("_MD_WFD_VERSIONTYPES", "Release Status:");
+
+FILE: \wfdownloads\language\english\admin.php
+
+Added:
+define("_AM_WFD_MOD_VERSIONTYPES", "Release Status: ");
+define("_AM_WFD_FILE_VERSIONTYPES", "Release Status: ");
+
+=================================================================
+v. 3.2.0 RC1 23/04/2007
+=================================================================
+FILE: \wfdownloads\language\english\modinfo.php
+
+Added:
+define('_MI_WFD_MAXSHOTS', 'Select Max Number of screenshots:');
+define('_MI_WFD_MAXSHOTSDSC', 'Sets the maximum number of allowed screenshot uploads.');
+define('_MI_WFD_ALLOWUPLOADSGROUP','Uploads Submit:');
+define('_MI_WFD_ALLOWUPLOADSGROUPDSC','Select groups that can upload files.<br />This includes both files & screenshots!');
+define('_MI_WFD_ENABLERSS','Enable RSS Feeds:');
+define('_MI_WFD_ENABLERSSDSC','Select yes to enable rss feeds');
+define('_MI_WFD_CAT_IMGWIDTH', 'Category Image Display Width');
+define('_MI_WFD_CAT_IMGWIDTHDSC', 'Display width for category image');
+define('_MI_WFD_CAT_IMGHEIGHT', 'Category Image Display Height');
+define('_MI_WFD_CAT_IMGHEIGHTDSC', 'Display height for category image');
+define('_MI_WFD_FILE_FILEMODIFIED_NOTIFY', 'File Modified');
+define('_MI_WFD_FILE_FILEMODIFIED_NOTIFYCAP', 'Notify me when this file is modified.');
+define('_MI_WFD_FILE_FILEMODIFIED_NOTIFYDSC', 'Receive notification when this file is modified.');
+define('_MI_WFD_FILE_FILEMODIFIED_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : File Modified');
+define('_MI_WFD_CATEGORY_FILEMODIFIED_NOTIFY', 'File Modified');
+define('_MI_WFD_CATEGORY_FILEMODIFIED_NOTIFYCAP', 'Notify me when a file in this category is modified.');
+define('_MI_WFD_CATEGORY_FILEMODIFIED_NOTIFYDSC', 'Receive notification when a file in this category is modified.');
+define('_MI_WFD_CATEGORY_FILEMODIFIED_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : File Modified');
+define('_MI_WFD_GLOBAL_FILEMODIFIED_NOTIFY', 'File Modified');
+define('_MI_WFD_GLOBAL_FILEMODIFIED_NOTIFYCAP', 'Notify me when any file is modified.');
+define('_MI_WFD_GLOBAL_FILEMODIFIED_NOTIFYDSC', 'Receive notification when any file is modified.');
+define('_MI_WFD_GLOBAL_FILEMODIFIED_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify : File Modified');
+
+Changed:
+define("_MI_WFD_SUBMITARTDSC", "Select groups that can submit new downloads.");
+To: define("_MI_WFD_SUBMITARTDSC", "Select groups that can submit new downloads.<br />Webmasters are automatically selected!");
+define('_MI_WFD_ALLOWUPLOADSDSC','Allow Users to upload files directly to your website');
+To: define('_MI_WFD_ALLOWUPLOADSDSC','Allow Users to upload files directly to your website.<br />This includes both files & screenshots!');
+define("_MI_WFD_USETHUMBSDSC", "Supported file types: JPG, GIF, PNG.
+WF-Downloads will use thumb nails for images. Set to 'No' to use orginal image if the server does not support this option.
+");
+To: define("_MI_WFD_USETHUMBSDSC", "Supported file types: JPG, GIF, PNG.
+WF-Downloads will use thumb nails for images (category & screenshots). Set to 'No' to use orginal image if the server does not support this option.
+");
+
+FILE: \wfdownloads\language\english\main.php
+
+Added:
+define("_MD_WFD_FFS_SUBMITCATEGORYHEAD", "Which Category of file do you want to submit?");
+define("_MD_WFD_FFS_DOWNLOADDETAILS", "Download details:");
+define("_MD_WFD_FFS_DOWNLOADCUSTOMDETAILS", "Custom details:");
+define("_MD_WFD_FFS_BACK", "Back");
+define("_MD_WFD_FFS_DOWNLOADTITLE", "Submitting a '{category}' file.");
+define("_MD_WFD_SCREENSHOT2", "Screenshot 2:");
+define("_MD_WFD_SCREENSHOT3", "Screenshot 3:");
+define("_MD_WFD_SCREENSHOT4", "Screenshot 4:");
+define("_MD_WFD_LEGENDTEXTRSS", "RSS Feeds");
+define("_MD_WFD_LEGENDTEXTCATRSS", "RSS Category Feed");
+define("_MD_WFD_NEEDLOGINVIEW", "You Need To Login First!");
+define("_MD_WFD_BYTES", " B");
+define("_MD_WFD_KILOBYTES", " Kb");
+define("_MD_WFD_MEGABYTES", " Mb");
+define("_MD_WFD_GIGABYTES", " Gb");
+define("_MD_WFD_TERRABYTES", " Tb");
+
+Changed:
+define("_MD_WFD_SCREENSHOT", "Screenshot:");
+To: define("_MD_WFD_SCREENSHOT", "Screenshot 1:");
+
+FILE: \wfdownloads\language\english\admin.php
+
+Added:
+define("_AM_WFD_FFS_SUBMITBROKEN", "Submit");
+define("_AM_WFD_FFS_STANDARD_FORM", "No, use the standard form");
+define("_AM_WFD_FFS_CUSTOM_FORM", "Use a custom form for this category?");
+define("_AM_WFD_FFS_DOWNLOADTITLE", "Submitting a '{category}' file.");
+define("_AM_WFD_FFS_EDITDOWNLOADTITLE", "Editing a '{category}' file.");
+define("_AM_WFD_FFS_BACK", "Back");
+define("_AM_WFD_FFS_RELOAD", "Reload");
+define("_MD_WFD_CATEGORYC", "Category: "); // _MD to reuse the category form
+define("_MD_WFD_FFS_SUBMITCATEGORYHEAD", "Which Category of file do you want to submit?");
+define("_MD_WFD_FFS_DOWNLOADDETAILS", "Download details:");
+define("_MD_WFD_FFS_DOWNLOADCUSTOMDETAILS", "Custom details:");
+define("_MD_WFD_FILETITLE", "Download Title: ");
+define("_MD_WFD_DLURL", "Download URL: ");
+define("_MD_WFD_UPLOAD_FILEC", "Upload File: ");
+define("_MD_WFD_DESCRIPTION", "Description");
+define("_AM_WFD_DOWN_METAVERSION", "<b>WF-Downloads Meta Version:<b> ");
+
+=================================================================
+v. 3.1.0 FINAL 25/05/2006
+=================================================================
+FILE: \wfdownloads\language\english\admin.php
+
+Added:
+define("_AM_WFD_MOD_FILENAME", "Local Filename: ");
+define("_AM_WFD_MOD_FILETYPE", "Local Filetype: ");
+define("_AM_WFD_MOD_STATUS", "Status: ");
+define("_AM_WFD_MOD_RATING", "Rating: ");
+define("_AM_WFD_MOD_HITS", "Hits: ");
+define("_AM_WFD_MOD_VOTES", "Votes: ");
+define("_AM_WFD_MOD_COMMENTS", "Comments: ");
+define("_AM_WFD_MOD_PUBLISHED", "Published: ");
+define("_AM_WFD_MOD_EXPIRED", "Expired: ");
+define("_AM_WFD_MOD_UPDATED", "Updated: ");
+define("_AM_WFD_MOD_OFFLINE", "Offline: ");
+define("_AM_WFD_MOD_REQUESTDATE", "Request Date: ");
+define("_AM_WFD_MOD_IPADDRESS", "IP Address: ");
+define("_AM_WFD_MOD_NOTIFYPUB", "Notify: ");
+define("_AM_WFD_MOD_PAYPALEMAIL", "PayPal Email: ");
+define("_AM_WFD_MOD_SUMMARY", "Summary: ");
+
+Changed:
+define("_AM_WFD_MOD_DESCRIPTION", "Software limitations: ");
+To: define("_AM_WFD_MOD_DESCRIPTION", "Description: ");
+define("_AM_WFD_MOD_URL", "Download Url: ");
+To: define("_AM_WFD_MOD_URL", "Remote Url: ");
+define("_AM_WFD_DBERROR", "Database Access Error: Please report this error to the WFSection Website");
+To: define("_AM_WFD_DBERROR", "Database Access Error: Please report this error to the SmartFactory Website");
+
+FILE: \wfdownloads\language\english\main.php
+
+Added:
+define("_MD_WFD_NOTALLOWEDTOMOD","You are not allowed to modify this download");
+
+=================================================================
+v. 3.1.0 RC2 01/05/2006
+=================================================================
+FILE: \wfdownloads\language\english\admin.php
+
+Added:
+define("_AM_WFD_CCATEGORY_CHILDASPARENT", "You cannot set a child category as the category's parent");
+define("_AM_WFD_FILE_SUBMITTERID", "Submitter User Id:<br /><br />Leave this as it is, Unless you want to change who submitted the download");
+
+Changed:
+define("_AM_WFD_FILE_FILENAME", "Local Filename: ");
+To: define("_AM_WFD_FILE_FILENAME", "Local Filename:<br /><br /><span style='font-weight: normal;'>Note: If using local file as download, then you must also enter the correct filetype below!</span>");
+
+=================================================================
+v. 3.1.0 RC1 08/04/2006
+=================================================================
+FILE: \wfdownloads\language\english\admin.php
+
+Added:
+define("_AM_WFD_SMIRRORS", "Mirrors: ");
+define("_AM_WFD_AREVIEWS_APPROVED", "Review has been approved.");
+define("_AM_WFD_DOWN_NOTSET", "Upload Path Not Set");
+define("_AM_WFD_DOWN_SERVERPATH", "Server Path to XOOPS Root: ");
+define("_AM_WFD_DOWN_UPLOADPATH", "Current Upload Path: ");
+define("_AM_WFD_DOWN_UPLOADPATHDSC", "Note. Upload Path *MUST* contain the full server path of your upload folder.");
+define("_AM_WFD_REV_REVIEWTITLE", "Review Title");
+define("_AM_WFD_REVIEW_APPROVETHIS", "Approve Review");
+define("_AM_WFD_REV_NOPUBLISHEDREVIEWS", "No Published Reviews Found");
+define("_AM_WFD_REV_REVIEW_TOTAL", "Total Reviews:");
+define("_AM_WFD_REV_REVIEW_WAITING", "Waiting Reviews");
+define("_AM_WFD_REV_REVIEW_PUBLISHED", "Published Reviews");
+define("_AM_WFD_FILE_FILENAME", "Local Filename: ");
+define("_AM_WFD_FILE_FILETYPE", "File Type: ");
+define("_AM_WFD_AMIRRORS", "Mirrors Management");
+define("_AM_WFD_AMIRRORS_WAITING", "Mirrors Waiting Validation:");
+define("_AM_WFD_AMIRRORS_INFO", "Mirrors Management Information");
+define("_AM_WFD_AMIRRORS_APPROVE", "<b>Approve</b> new mirror without validation.");
+define("_AM_WFD_AMIRRORS_EDIT", "<b>Edit</b> new mirror and then approve.");
+define("_AM_WFD_AMIRRORS_DELETE", "<b>Delete</b> the new mirror information.");
+define("_AM_WFD_MIRROR_MIRRORTITLE", "Mirror Host");
+define("_AM_WFD_MIRROR_NOPUBLISHEDMIRRORS", "No Published Mirrors Found");
+define("_AM_WFD_MIRROR_MIRROR_TOTAL", "Total Mirrors:");
+define("_AM_WFD_MIRROR_MIRROR_WAITING", "Waiting Mirrors");
+define("_AM_WFD_MIRROR_MIRROR_PUBLISHED", "Published Mirrors");
+define("_AM_WFD_MIRROR_SNEWMNAMEDESC", "Approve Mirror: ");
+define("_AM_WFD_MIRROR_ID", "ID");
+define("_AM_WFD_MIRROR_TITLE", "Title");
+define("_AM_WFD_MIRROR_MUSTBEVALID", "Home page logo must be a valid image file under %s directory (ex. shot.gif). Leave it blank if there is no image file.");
+define("_AM_WFD_MIRROR_POSTER", "Submitter");
+define("_AM_WFD_MIRROR_SUBMITDATE", "Submitted");
+define("_AM_WFD_MIRROR_FHOMEURLTITLE", "Home Page Title: ");
+define("_AM_WFD_MIRROR_FHOMEURL", "Home Page URL: ");
+define("_AM_WFD_MIRROR_UPLOADIMAGE", "Upload Site Logo:<br /><br />A small logo representing your website.");
+define("_AM_WFD_MIRROR_MIRRORIMAGE", "Site Logo:");
+define("_AM_WFD_MIRROR_CONTINENT", "Continent:");
+define("_AM_WFD_MIRROR_LOCATION", "Location:<br /><br />Example: London, UK");
+define("_AM_WFD_MIRROR_DOWNURL", "Download URL:<br /><br />Enter the url to the file.");
+define("_AM_WFD_MIRROR_FAPPROVE", "Mirror Approve: ");
+define("_AM_WFD_MIRROR_ACTION", "Action");
+define("_AM_WFD_MIRROR_NOWAITINGMIRRORS", "No Waiting Mirrors Found");
+define("_AM_WFD_MIRROR_MIRROR_UPDATED", "Selected Mirror Modified and Database Updated Successfully");
+define("_AM_WFD_MIRROR_APPROVETHIS", "Approve Mirror");
+define("_AM_WFD_CONT1","Africa");
+define("_AM_WFD_CONT2","Antarctica");
+define("_AM_WFD_CONT3","Asia");
+define("_AM_WFD_CONT4","Europe");
+define("_AM_WFD_CONT5","North America");
+define("_AM_WFD_CONT6","South America");
+define("_AM_WFD_CONT7","Oceania");
+define("_AM_WFD_HELP","Help");
+
+Changed:
+define("_AM_WFD_FILE_DLURL", "File URL: ");
+To: define("_AM_WFD_FILE_DLURL", "Remote URL: ");
+define("_AM_WFD_DB_CHECKTABLES", "Check tables");
+To: define("_AM_WFD_DB_IMPORT", "Import");
+
+FILE: \wfdownloads\language\english\main.php
+
+Added:
+define("_MD_WFD_UPLOADMINPOSTS", "You need to increase you Post Count<br />Before you can Upload Files");
+define("_MD_WFD_UPLOAD_FILENAME", "Local Filename: ");
+define("_MD_WFD_UPLOAD_FILETYPE", "File Type: ");
+define("_MD_WFD_ERROR_CREATEREVIEW", "Error when creating a review");
+define("_MD_WFD_REVIEW_CATPATH", "Category Path:");
+define("_MD_WFD_ADDREVIEW", "Add Review");
+define("_MD_WFD_MIRROR_AVAILABLE", "Mirrors Available:");
+define("_MD_WFD_MIRROR_CATPATH", "Category Path:");
+define("_MD_WFD_MIRROR_FILENAME", "Filename:");
+define("_MD_WFD_DOWNLOADMIRRORS", "Download Mirrors");
+define("_MD_WFD_MIRROR_NOTALLOWESTOSUBMIT", "You are not allowed to submit mirrors");
+define("_MD_WFD_MIRRORS", "Download Mirrors:");
+define("_MD_WFD_USERMIRRORSTITLE", "Available Download Mirrors");
+define("_MD_WFD_USERMIRRORS", "View Available Download Mirrors on %s");
+define("_MD_WFD_NOUSERMIRRORS", "Add a new Download Mirror on %s.");
+define("_MD_WFD_TOTALMIRRORS", "Total Mirrors:");
+define("_MD_WFD_ADDMIRROR", "Add Mirror");
+define("_MD_WFD_MIRROR_TOTAL", "<b>Total Mirrors:</b> %s");
+define("_MD_WFD_MIRROR_HOMEURLTITLE", "Homepage Title:");
+define("_MD_WFD_MIRROR_HOMEURL", "Homepage URL:<br /><br />Enter your Homepage url.");
+define("_MD_WFD_MIRROR_UPLOADMIRRORIMAGE", "Upload Site Logo:<br /><br />A small logo representing your website.");
+define("_MD_WFD_MIRROR_MIRRORIMAGE", "Site Logo:");
+define("_MD_WFD_MIRROR_CONTINENT", "Continent:");
+define("_MD_WFD_MIRROR_LOCATION", "Location:<br /><br />Example: London, UK");
+define("_MD_WFD_MIRROR_DOWNURL", "Download URL:<br /><br />Enter the url to the file.");
+define("_MD_WFD_MIRROR_SUBMITMIRROR", "Submit Mirror");
+define("_MD_WFD_ERROR_CREATEMIRROR", "Error when creating mirror");
+define("_MD_WFD_MIRROR_SNEWMNAMEDESC", "Please completely fill out the form below, and we'll add your mirror as soon as possible.<br /><br /> Thank you for your assistance in providing another location to download these files. We want to give our users a possibility to find quality software faster.<br /><br /> All mirror submissions will be reviewed by one of our webmasters before they are put up on the web site.");
+define("_MD_WFD_MIRROR_HHOST", "Host");
+define("_MD_WFD_MIRROR_HLOCATION", "Location");
+define("_MD_WFD_MIRROR_HCONTINENT", "Continent");
+define("_MD_WFD_MIRROR_HDOWNLOAD", "Download");
+define("_MD_WFD_MIRROR_OFFLINE", "Server Host Is Offline.");
+define("_MD_WFD_MIRROR_ONLINE", "Server Host Is Online.");
+define("_MD_WFD_MIRROR_DISABLED", "Server Host Check Disabled.");
+define("_MD_WFD_CONT1","Africa");
+define("_MD_WFD_CONT2","Antarctica");
+define("_MD_WFD_CONT3","Asia");
+define("_MD_WFD_CONT4","Europe");
+define("_MD_WFD_CONT5","North America");
+define("_MD_WFD_CONT6","South America");
+define("_MD_WFD_CONT7","Oceania");
+
+Changed:
+define("_MD_WFD_MINPOSTS", "You need to increase you Post Count<br />Before you can Upload/Download Files");
+To: define("_MD_WFD_DOWNLOADMINPOSTS", "You need to increase you Post Count<br />Before you can Download Files");
+define("_MD_WFD_FILESIZE", "File Size (bytes)");
+To: define("_MD_WFD_FILESIZE", "File Size");
+define("_MD_WFD_DLURL", "Download URL: ");
+To: define("_MD_WFD_DLURL", "Remote URL: ");
+define("_MD_WFD_FILESIZEC", "File Size (bytes): ");
+To: define("_MD_WFD_FILESIZEC", "File Size: ");
+
+FILE: \wfdownloads\language\english\modinfo.php
+
+Added:
+define("_MI_WFD_REVIEWANONPOST","Anonymous User Reviews:");
+define("_MI_WFD_REVIEWANONPOSTDSC","Allow Anonymous users to submit new Reviews to your website?");
+define("_MI_WFD_MMIRRORS","Mirrors");
+define("_MI_WFD_ANONPOST1","None");
+define("_MI_WFD_ANONPOST2","Download Only");
+define("_MI_WFD_ANONPOST3","Mirror Only");
+define("_MI_WFD_ANONPOST4","Both");
+define('_MI_WFD_AUTOAPPROVE1','None');
+define('_MI_WFD_AUTOAPPROVE2','Download Only');
+define('_MI_WFD_AUTOAPPROVE3','Mirror Only');
+define('_MI_WFD_AUTOAPPROVE4','Both');
+define('_MI_WFD_REVIEWAPPROVE','Auto Approve Submitted Reviews');
+define('_MI_WFD_REVIEWAPPROVEDSC','Select to approve submitted reviews without moderation.');
+define('_MI_WFD_UPLOADDIRDSC','Upload Directory *MUST* be an absolute path!');
+define('_MI_WFD_ALLOWSUBMISS1','None');
+define('_MI_WFD_ALLOWSUBMISS2','Download Only');
+define('_MI_WFD_ALLOWSUBMISS3','Mirror Only');
+define('_MI_WFD_ALLOWSUBMISS4','Both');
+define('_MI_WFD_MIRROR_USEIMAGES', 'Display Mirror Logos?'); // not implemented yet
+define('_MI_WFD_MIRROR_USEIMAGESDSC', 'Select yes to display logo for each mirror'); // not implemented yet
+define('_MI_WFD_MIRROR_IMGWIDTH', 'Logo Display Width'); // not implemented yet
+define('_MI_WFD_MIRROR_IMGWIDTHDSC', 'Display width for mirror logo'); // not implemented yet
+define('_MI_WFD_MIRROR_IMGHEIGHT', 'Logo Display Height'); // not implemented yet
+define('_MI_WFD_MIRROR_IMGHEIGHTDSC', 'Display height for mirror logo'); // not implemented yet
+define('_MI_WFD_MIRROR_AUTOAPPROVE','Auto Approve Submitted Mirrors');
+define('_MI_WFD_MIRROR_AUTOAPPROVEDSC','Select to approve submitted mirrors without moderation.');
+define('_MI_WFD_MIRROR_MAXIMGWIDTH','Upload Logo width'); // not implemented yet
+define('_MI_WFD_MIRROR_MAXIMGWIDTHDSC','Maximum logo width permitted when uploading logo files'); // not implemented yet
+define('_MI_WFD_MIRROR_MAXIMGHEIGHT','Upload logo height'); // not implemented yet
+define('_MI_WFD_MIRROR_MAXIMGHEIGHTDSC','Maximum logo height permitted when uploading logo files'); // not implemented yet
+define('_MI_WFD_MIRROR_ENABLE','Enable Mirror System');
+define('_MI_WFD_MIRROR_ENABLEDSC','');
+define('_MI_WFD_MIRROR_ENABLEONCHK','Enable Server Online Check');
+define('_MI_WFD_MIRROR_ENABLEONCHKDSC','Enables the host server check for the Mirrors<br />This can slow your page load down if<br />you have many mirrors');
+define('_MI_WFD_MIRROR_ALLOWSUBMISS','User Mirror Submissions:');
+define('_MI_WFD_MIRROR_ALLOWSUBMISSDSC','Allow Users to Submit new mirrors');
+define('_MI_WFD_MIRROR_MIRRORIMAGES','Mirror Logo Upload Directory'); // not implemented yet
+define('_MI_WFD_MIRROR_MIRRORIMAGESDSC','Mirror Logo Upload Directory'); // not implemented yet
+
+Changed:
+define("_MI_WFD_ANONPOSTDSC","Allow Anonymous users to submit or upload to your website?");
+To: define("_MI_WFD_ANONPOSTDSC","Allow Anonymous users to submit new Downloads/Mirrors to your website?");
+define('_MI_WFD_AUTOAPPROVE','Auto Approve Submitted Downloads');
+To: define('_MI_WFD_AUTOAPPROVE','Auto Approve Submitted Downloads/Mirrors');
+define('_MI_WFD_AUTOAPPROVEDSC','Select to approve submitted downloads without moderation.');
+To: define('_MI_WFD_AUTOAPPROVEDSC','Select to approve submitted downloads/mirrors without moderation.');
+define('_MI_WFD_DOWNLOADMINPOSTS', "Minimum posts required");
+To: define('_MI_WFD_DOWNLOADMINPOSTS', "Minimum posts required to download");
+define('_MI_WFD_DOWNLOADMINPOSTS_DESC', "Enter the minimum number of posts required to upload/download a file");
+To: define('_MI_WFD_DOWNLOADMINPOSTSDSC', "Enter the minimum number of posts required to download a file");
+define('_MI_WFD_ALLOWSUBMISSDSC','Allow Users to Submit new downloads');
+To: define('_MI_WFD_ALLOWSUBMISSDSC','Allow Users to Submit new Downloads/Mirrors');
+define("_MI_WFD_USETHUMBSDSC", "Supported file types: JPG, GIF, PNG.<div style='padding-top: 8px;'>WF-Section will use thumb nails for images. Set to 'No' to use orginal image if the server does not support this option.</div>");
+To: define("_MI_WFD_USETHUMBSDSC", "Supported file types: JPG, GIF, PNG.lt;div style='padding-top: 8px;'>WF-Downloads will use thumb nails for images. Set to 'No' to use orginal image if the server does not support this option.</div>");
+define("_MI_WFD_BINDEX","Main Index");
+To: define("_MI_WFD_BINDEX","Index");
+define("_MI_WFD_INDEXPAGE","Index Page Management");
+To: define("_MI_WFD_INDEXPAGE","Index Management");
+define("_MI_WFD_MCATEGORY","Category Management");
+To: define("_MI_WFD_MCATEGORY","Categories");
+define("_MI_WFD_MDOWNLOADS","File Management");
+To: define("_MI_WFD_MDOWNLOADS","Files");
+define("_MI_WFD_MMIMETYPES","Mimetypes Management");
+To: define("_MI_WFD_MMIMETYPES","Mimetypes");
+define("_MI_WFD_PERMISSIONS","Permission Settings");
+To: define("_MI_WFD_PERMISSIONS","Permissions");
+define('_MI_WFD_MODULE_MAILLIST', "WF-Section Mailing Lists");
+To: define('_MI_WFD_MODULE_MAILLIST', "SmartFactory Mailing Lists");
+define('_MI_WFD_MODULE_MAILANNOUNCEMENTSDSC', "Get the latest announcements from WF-Section.");
+To: define('_MI_WFD_MODULE_MAILANNOUNCEMENTSDSC', "Get the latest announcements from SmartFactory.");
+define('_MI_WFD_WARNINGTEXT', "THE SOFTWARE IS PROVIDED BY WF-SECTIONS \"AS IS\" AND \"WITH ALL FAULTS.\" WF-SECTIONS MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE QUALITY, SAFETY OR SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. FURTHER, ABLEMEDIA MAKES NO REPRESENTATIONS OR WARRANTIES AS TO THE TRUTH, ACCURACY OR COMPLETENESS OF ANY STATEMENTS, INFORMATION OR MATERIALS CONCERNING THE SOFTWARE THAT IS CONTAINED IN WF-SECTIONS WEBSITE. IN NO EVENT WILL ABLEMEDIA BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES HOWEVER THEY MAY ARISE AND EVEN IF WF-SECTIONS HAS BEEN PREVIOUSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES..");
+To: define('_MI_WFD_WARNINGTEXT', "THE SOFTWARE IS PROVIDED BY SMARTFACTORY \"AS IS\" AND \"WITH ALL FAULTS.\" SMARTFACTORY MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE QUALITY, SAFETY OR SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. FURTHER, SMARTFACTORY MAKES NO REPRESENTATIONS OR WARRANTIES AS TO THE TRUTH, ACCURACY OR COMPLETENESS OF ANY STATEMENTS, INFORMATION OR MATERIALS CONCERNING THE SOFTWARE THAT IS CONTAINED IN SMARTFACTORY WEBSITE. IN NO EVENT WILL SMARTFACTORY BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES HOWEVER THEY MAY ARISE AND EVEN IF SMARTFACTORY HAS BEEN PREVIOUSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES..");
+define('_MI_WFD_AUTHOR_CREDITSTEXT',"The WF-Sections Team would like to thank the following people for their help and support during the development phase of this module:<br /><br />tom, mking, paco1969, mharoun, Talis, m0nty, steenlnielsen, Clubby, Geronimo, bd_csmc, herko, LANG, Stewdio, tedsmith, veggieryan, carnuke, MadFish.<br /><br />And on a personal note, I would like to thank the special girl in my life who I love dearly and who gives me the strength and support to do all of this.");
+To: define('_MI_WFD_AUTHOR_CREDITSTEXT',"The SmartFactory Team would like to thank the following people for their help and support during the development phase of this module:<br /><br />tom, mking, paco1969, mharoun, Talis, m0nty, steenlnielsen, Clubby, Geronimo, bd_csmc, herko, LANG, Stewdio, tedsmith, veggieryan, carnuke, MadFish, Kiang<br />and anyone else who has contributed to either directly or indirectly.");
+define('_MI_WFD_COPYRIGHTIMAGE', "Images copyright WF-Project and may only be used with permission");
+To: define('_MI_WFD_COPYRIGHTIMAGE', "Images copyright WF-Project/SmartFactory and may only be used with permission");
+
+Removed:
+define("_MI_WFD_BLOCKADMIN","Block Settings");
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help.html 2013-09-16 11:46:32 UTC (rev 12061)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help.html 2013-09-16 16:51:09 UTC (rev 12062)
@@ -8,6 +8,28 @@
<h4 class="odd">Description</h4>
<p class="even">
WF-Downloads is a download module for XOOPS. You can create a download section with multiple categories and subcategories. You decide which groups are allowed to upload which type of files separately. <br /> <br />
+
+
+ Here is a short selection of features offered: <br /> <br />
+
+
+ - create multiple categories and subcategories for your downloads <br />
+ - decide which groups are allowed to download and submit files <br />
+ - choose to validate uploads first or have them automaticly accepted <br />
+ - edit/delete existing mimetypes and add your own ones <br />
+ - define which groups are allowed to upload which filetypes (mimetypes) <br />
+ - add thumbnails and screenshots to your downloads <br />
+ - disallow direct download linking (leeching) with a whitelist for sites allowed to link to your files <br />
+ - add extensive informations to your downloads like version, platform, license <br />
+ - define disclaimers for file up- and download <br />
+ - set downloads offline without deleting them <br />
+ - define publishing and expiration times for downloads <br />
+ - protect downloads outside of your webroot <br />
+ - support for multiple mirror <br />
+ - comments support <br />
+ - review system for files <br />
+
+
</p>
<h4 class="odd">Install/uninstall</h4>
@@ -18,7 +40,7 @@
Detailed instructions on installing modules are available in the <a href="http://goo.gl/adT2i">XOOPS Operations Manual</a>
</p>
-
+
<h4 class="odd">Operating instructions</h4>
<p class="even">
This module and its operations are very simple.
Added: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help2.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help2.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help2.html 2013-09-16 16:51:09 UTC (rev 12062)
@@ -0,0 +1,28 @@
+<div id="help-template" class="outer">
+ <h1 class="head">Help:
+ <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/wfdownloads/admin/index.php" title="Back to the administration of WF-Downloads"> WF-Downloads
+ <img src="<{xoAdminIcons home.png}>" alt="Back to the Administration of WF-Downloads"/>
+ </a>
+ </h1>
+
+ <h4 class="odd">Fresh Install</h4>
+ <p class="even">
+ These instructions are for a fresh install. <br /> <br />
+
+These instructions are for a fresh install. <br />
+If you want to update an older WF-Downloads please select 'Update'. <br />
+If you want to import from Xoops myDownloads please select 'Import'.<br /> <br />
+ We STRONGLY recommends you take a full backup before INSTALLING or UPDATING any module. .<br /> <br />
+ </p>
+
+ <h4 class="odd">Fresh installation of WF-Downloads</h4>
+ <p class="even">
+ <ol>
+ <li><U><B>Upload the module to your website</B></U><P>Upload the '<I>wfdownloads</I>' folder to <I>{xoops-rootdirectory}/modules</I> folder</li><p><br />
+ <li><U><B>Change and verify folder permissions</B></U><P>CHMOD the following folders to 777:<p><i>wfdownloads/images<br>wfdownloads/images/category<BR>wfdownloads/images/category/thumbs<BR>wfdownloads/images/screenshots<BR>wfdownloads/images/screenshots/thumbs</i><P>Also make sure that the <i>{xoops-rootdirectory}/uploads</i> folder is set to 777.</li><p><br />
+ <li><U><B>Install the module</B></U><P>Login as administrator and enter Xoops Administration page. Select <I>System --> modules</I> and install wfdownloads from there</li><p><br />
+ <li><U><B>Configure the module</B></U><P>Most importent steps now will be to setup the group permissions for the module and its blocks via <I>System --> groups</I><BR>and than within wfdownloads administration <I>Mimetype management</I> to decide which files are allowed to be uploaded<BR> by users and administrators.<BR></li><br />
+ </ol>
+ </p>
+
+</div>
Added: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help3.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help3.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help3.html 2013-09-16 16:51:09 UTC (rev 12062)
@@ -0,0 +1,32 @@
+<div id="help-template" class="outer">
+ <h1 class="head">Help:
+ <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/wfdownloads/admin/index.php" title="Back to the administration of WF-Downloads"> WF-Downloads
+ <img src="<{xoAdminIcons home.png}>" alt="Back to the Administration of WF-Downloads"/>
+ </a>
+ </h1>
+
+ <h4 class="odd">Import</h4>
+ <p class="even">
+ Instructions for importing from myDownloads, pd-downloads and wmpdownloads to WF-Downloads. <br /> <br />
+ We STRONGLY recommends you take a full backup before INSTALLING or UPDATING any module.<br /> <br />
+ </p>
+
+ <h4 class="odd">Import from Xoops MyDownloads into WF-Downloads</h4>
+ <p class="even">
+ <B>Note:</B> When you do the import the update script will copy the data from the mydownloads, pd-downloads or wmpdownloads tables into the database of wf-downloads. After this is done you will still be able to use each module as before. It is possible to have all 3 modules running at the same time.
+ <span>
+ <ol>
+ <li><U><B>Upload the module to your website</B></U><P>Upload the '<I>wfdownloads</I>' folder to <I>{xoops-rootdirectory}/modules</I> folder</li><p> <br />
+ <li><U><B>Change and verify folder permissions</B></U><P>CHMOD the following folders to 777:<p><i>wfdownloads/images<br>wfdownloads/images/category<BR>wfdownloads/images/category/thumbs<BR>wfdownloads/images/screenshots<BR>wfdownloads/images/screenshots/thumbs</i><P>Also make sure that the <i>{xoops-rootdirectory}/uploads</i> folder is set to 777.</li><p> <br />
+ <li><U><B>Install the module</B></U><P>Login as webmaster and enter Xoops Administration page. Select <I>System --> modules</I> and install wfdownloads</li><p> <br />
+ <li><U><B>Start the Import</B></U><P>Go into the WF-Downloads admin area. At the top you will find a link <I>Import data</I>. Click on this one and you can choose to import your mydownloads data. Once you did so go into the permissions tab to set the permissions for the imported categories. <u>Until you changed the category permissions you will not be able to see the imported categories/files.</u><P> <br /> <br />
+ <li><U><B>Configure the module</B></U><P>Most important steps now will be to setup the group permissions for the module and its blocks via <I>System --> groups</I><BR>and than within wfdownloads administration <I>Mimetype management</I> to decide which files are allowed to be uploaded<BR> by users and administrators.<BR></li><P> <br />
+ <li><U><B>Optional: Remove myDownloads</B></U><P>If you want to use only WF-Downloads you can now disable and uninstall the MyDownloads module.</li> <br />
+ <li><U><B>Optional: Remove PD-Downloads</B></U><P>If you want to use only WF-Downloads you can now disable and uninstall the PD-Downloads module.</li> <br />
+ <li><U><B>Optional: Remove wmpdownloads</B></U><P>If you want to use only WF-Downloads you can now disable and uninstall the wmpdownloads module.</li> <br />
+ </ol>
+ </span><p>
+
+ </p>
+
+</div>
Added: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help4.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help4.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help4.html 2013-09-16 16:51:09 UTC (rev 12062)
@@ -0,0 +1,52 @@
+<div id="help-template" class="outer">
+ <h1 class="head">Help:
+ <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/wfdownloads/admin/index.php" title="Back to the administration of WF-Downloads"> WF-Downloads
+ <img src="<{xoAdminIcons home.png}>" alt="Back to the Administration of WF-Downloads"/>
+ </a>
+ </h1>
+
+ <h4 class="odd">Updating from Version 2.x</h4>
+ <p>
+ If you are updating from WF-Downloads 2.x then please make sure you read and understand the following information. There were some severe changes introduced in version 3. <br /> <br />
+ </p>
+
+ <b>Change to absolute pathinfo in the upload path:</b>
+ <p >
+ You *MUST* make sure to edit the upload directory in module preferences to include the servers absolute path instead of a relative path.<br /><br />
+
+ For example:<br />
+ If your servers absolute path to the root xoops folder is /home/domain/public_html to keep the files in the normal uploads folder you would now set the path in preferences to /home/domain/public_html/uploads (no trailing slash)<br /><br />
+
+ If you want to have the files stored outside of the web root for security then you would change the path to /home/domain/uploads (no trailing slash) for example.<br /><br />
+
+ You see above, the uploads folder is now outside of public_html which prevents anyone from gaining access to those files directly. Only files submitted after this upgrade will utilise the new system, existing downloads will still use the URL method and therefore the path will not be hidden.
+ </p>
+
+
+ <b>File based permissions were removed:</b>
+ <p>
+ WF-Downloads no longer has any per file permissions. From now on there will be only category permissions. This means all files within an existing category will be accessible by the groups defined for that category. Please make sure the permissions for all existing categories are properly set after updating the module.
+ <br />
+ <br />
+ </p>
+
+ <b>Changes in module preferences due to feature changes:</b>
+ <p>
+ In WF-Downloads preferences check that the submission and autoapprove settings are correct. Due to the new features (mirror system, review system reworked) those have changed a bit. Make sure you set those to fullfill your needs now.
+ <br />
+ <br />
+ </p>
+
+ <h4 class="odd">Important information related to WF-Downloads 3.2</h4>
+ <p class="even">
+ If users upload files with multiple periods (.) in the filename, Protector 3.x will disallow the upload for security reasons, however the script does sanitize,
+ If you trust your users (and don't allow anonymous uploads), you can turn of the multiple dot protection of protector module by following the below instructions. <br /> <br />
+
+ 1. Open wfdownloads/header.php in your editor.<br />
+ 2. uncomment line 13: //define('PROTECTOR_SKIP_FILESCHECKER', true);<br />
+ 3. save & close.<br /><br />
+
+ Be cautious when disabling the protector fileschecker, and only use it if absolutely necessary or if you fully trust your users.<br /><br />
+
+ </p>
+</div>
Added: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help5.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help5.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help5.html 2013-09-16 16:51:09 UTC (rev 12062)
@@ -0,0 +1,39 @@
+<div id="help-template" class="outer">
+ <h1 class="head">Help:
+ <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/wfdownloads/admin/index.php" title="Back to the administration of WF-Downloads"> WF-Downloads
+ <img src="<{xoAdminIcons home.png}>" alt="Back to the Administration of WF-Downloads"/>
+ </a>
+ </h1>
+
+ <h4 class="odd">Instructions to update WF-Downloads 2.0x/3.00rc1 to 3.20</h4>
+ <p class="even">
+ If you want to import from MyDownloads please select 'Import'.<br />
+ If you want to do a fresh install of WF-Downloads please select 'Install'. <br /> <br />
+ We STRONGLY recommends you take a full backup before INSTALLING or UPDATING any module.<br /> <br />
+ </p>
+
+ <h4 class="odd">Update from WF-Downloads 2.0x/3.00rc1 to 3.20</h4>
+ <p><br />
+ <B>Note:</B> When you do the import the update script will copy the data from the mydownloads, pd-downloads or wmpdownloads tables into the database of wf-downloads. After this is done you will still be able to use each module as before. It is possible to have all 3 modules running at the same time.<br />
+ <span>
+ <ol><br />
+ <li><U><B>Did you read the important notes?</B></U><P>A lot of important changes in WF-Downloads were introduced with version 3. Before you start updating please make sure that you read and understand the <a href="__important_notes_v3.html" target="content">Important notes</a>.</li><p><br />
+ <li><U><B>(Optional)<FONT COLOR="#707070"> Before you start uploading ...</FONT></B></U><br />
+ <P>We made a lot of changes to WF-Downloads. There are a lot of obselete files now that will no longer be used. <br /><B>If you feel comfortable with this </B>you could delete most of the old files in the <I>'modules/wfdownloads'</I> directory - <B>if not skip to the next step.</B><br /><br />
+ If you want to do this:<ul><br />
+ <LI>you are advised to backup your files first ... just in case</LI><br />
+ <LI>Basicly you can delete every file and folder within the 'modules/wfdownloads' folder <U><B><FONT COLOR="#FF0000">except for</FONT></B></U></LI><br />
+ - the <FONT COLOR="#FF0000">'images'</FONT> subfolder and its contents<br />
+ - the <FONT COLOR="#FF0000">'uploads'</FONT> subfolder and its contents if there are more files in it then just index.php<br />
+ - any file or folder you might have created yourself that came not from the original WF-Downloads installation</UL><br />
+ Please note that we are only talking about deleting files. DO NOT uninstall WF-Downloads.<br /><B>If you feel uncomfortable with this than don´t do it. It will create no problems to skip this step - just some unused files will remain on your server. ;)</B></li><p>
+ <li><U><B>Upload the module to your website</B></U><P>Upload the '<I>wfdownloads</I>' folder to <I>{xoops-rootdirectory}/modules</I> folder</li><p><br />
+ <li><U><B>Update the module</B></U><P>Login as administrator and enter Xoops Administration page. Select <I>System --> modules</I> and update wfdownloads</li><p><br />
+ <li><U><B>Change your uploads path from relative to absolute</B></U><UL><P><LI>Enter the WF-Downloads administration section and click on preferences</LI><LI>Locate the field for the <I>'Uploads Directory'</I> and change the path to the absolute path of your server</LI><br />If you don´t know the path you can find it on the WF-Downloads admin section main<I>(index)</I>page <I>'Server Path to XOOPS Root:'</I> and just add the path to the uploads folder.<br /><B>One example:</B> <br />if your current setting would be <I><U>'/uploads'</U></I> <br />and your server path would be <U><I>'/xampp/xampp/htdocs/xoops'</I></U> <br />then the new entry for that field would be <U>'/xampp/htdocs/xoops/uploads'</U>.</UL></li><P><br />
+ <li><U><B>Check your category permissions</B></U><P>Since we removed 'per file' permissions in WF-Downloads you should check if your category permissions are properly setup to allow access to files only to those who are supposed to have it. (see history menu for a better explanation of this change)</li><p><br />
+ </ol>
+ </span><p>
+
+ </p>
+
+</div>
Added: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help6.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help6.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/help/help6.html 2013-09-16 16:51:09 UTC (rev 12062)
@@ -0,0 +1,28 @@
+<div id="help-template" class="outer">
+ <h1 class="head">Help:
+ <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/wfdownloads/admin/index.php" title="Back to the administration of WF-Downloads"> WF-Downloads
+ <img src="<{xoAdminIcons home.png}>" alt="Back to the Administration of WF-Downloads"/>
+ </a>
+ </h1>
+
+ <h4 class="odd">Instructions to update WF-Downloads 3.10 RC1/RC2/Final to 3.20</h4>
+ <p class="even">
+ If you want to import from MyDownloads please select 'Import'.<br />
+ If you want to do a fresh install of WF-Downloads please select 'Install'. <br /> <br />
+ We STRONGLY recommends you take a full backup before INSTALLING or UPDATING any module.<br /> <br />
+ </p>
+
+ <h4 class="odd">Update from WF-Downloads 3.10 RC1/RC2/Final to 3.20</h4>
+ <p class="even">
+ <B>Note:</B> When you do the import the update script will copy the data from the mydownloads, pd-downloads or wmpdownloads tables into the database of wf-downloads. After this is done you will still be able to use each module as before. It is possible to have all 3 modules running at the same time. <br />
+ <span>
+ <ol><br />
+ <li><U><B>Upload the module</B></U><P>Just upload the module as usual overwriting the current files.</li><p> <br />
+ <li><U><B>Update the module</B></U><P>Login as administrator and enter Xoops Administration page. Select <I>System --> modules</I> and update wfdownloads</li><p> <br />
+ </ol>
+
+ </span><p>
+
+ </p>
+
+</div>
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/xoops_version.php
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/xoops_version.php 2013-09-16 11:46:32 UTC (rev 12061)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/xoops_version.php 2013-09-16 16:51:09 UTC (rev 12062)
@@ -68,6 +68,28 @@
$modversion['icons16'] = 'Frameworks/moduleclasses/icons/16';
$modversion['icons32'] = 'Frameworks/moduleclasses/icons/32';
+
+//help files
+$i=0;
+$modversion['helpsection'][$i]['name'] = "Overview";
+$modversion['helpsection'][$i]['link'] = "page=help";
+$i++;
+$modversion['helpsection'][$i]['name'] = "Fresh Install";
+$modversion['helpsection'][$i]['link'] = "page=help2";
+$i++;
+$modversion['helpsection'][$i]['name'] = "Import";
+$modversion['helpsection'][$i]['link'] = "page=help3";
+$i++;
+$modversion['helpsection'][$i]['name'] = "Updates Notes";
+$modversion['helpsection'][$i]['link'] = "page=help4";
+$i++;
+$modversion['helpsection'][$i]['name'] = "Updates from 2.0 - 3.10";
+$modversion['helpsection'][$i]['link'] = "page=help5";
+$i++;
+$modversion['helpsection'][$i]['name'] = "Updates from 3.10+";
+$modversion['helpsection'][$i]['link'] = "page=help6";
+
+
/*
* added by Liquid. Based on code by Marcan
*/
|