[Openupload-svn-update] SF.net SVN: openupload:[265] trunk
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-02-27 19:00:42
|
Revision: 265
http://openupload.svn.sourceforge.net/openupload/?rev=265&view=rev
Author: tsdogs
Date: 2009-02-27 19:00:31 +0000 (Fri, 27 Feb 2009)
Log Message:
-----------
preparing for 0.4 release
Modified Paths:
--------------
trunk/CHANGELOG
trunk/INSTALL
Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG 2009-02-21 13:42:30 UTC (rev 264)
+++ trunk/CHANGELOG 2009-02-27 19:00:31 UTC (rev 265)
@@ -1,9 +1,11 @@
Changelog from release 0.3c to 0.4
* General
- Reviewed the logo / default theme
- Added option to use shorter links
- Added options to configure IDs length with alphanumerical string
+ - Reviewed the logo / default theme
+ - Added option to use shorter links
+ - Added options to configure IDs length with alphanumerical string
+ - Added possibility to display a list of the personally uploaded files.
+ - Option to enable shorter file ids.
* Fixed BUGS
- Registration wasn't working 'cause of a api rename bug
@@ -31,6 +33,7 @@
* Upload
- Display upload progress, requires either uploadprogress / apc pecl extensions
+ - Multiple file uploads
* Plugins
- Options are now group based and in the database
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2009-02-21 13:42:30 UTC (rev 264)
+++ trunk/INSTALL 2009-02-27 19:00:31 UTC (rev 265)
@@ -25,8 +25,8 @@
REQUIREMENTS
To be able to use this software you need:
- - A running Web Server with PHP 5.x (version 4 has not been tested)
- - Database (MySQL) (optional but raccomended)
+ - A running Web Server with PHP 5.x (version 4 won't work)
+ - Database (MySQL / PostgreSql) (optional but raccomended)
- PHP and Web server must be configured to allow the file uploads
More specifically:
by default php allows uploads of max 2Mb file size.
@@ -54,6 +54,11 @@
* Untar the file
tar xzf <release>.tar.gz
* Copy all files to somewhere which is accessible from the web (i.e. /var/www/html/openupload)
+ * Point your browser to where the application has been installed (i.e. http://localhost/openupload)
+ * Follow the setup steps.
+
+MANUAL CONFIGURATION
+
* Copy the www/config.inc.php.example and edit it to suit your installation
* Make sure the web server is able to write to the "data", "data/tmp" and "templates_c" directory
* Create the database
@@ -239,6 +244,19 @@
------------------------------------------------------------------------------
+PLUGINS
+ The provided plugins need to be enabled on a group basis.
+ Some are feature plugins, others are limitation plugins.
+
+ captcha : allows the user to select a captcha before the download. (Requires GD extension)
+ email : allows sending e-mails with the download detail
+ password : allows password protection of the download
+ expire : defines when an upload must expire (use the maintainance to delete them)
+ filesize : definition of different file size uploads on a group basis
+ mimetype : specify a limited set of mimetypes or ban some of them
+ compress : allows to compress the uploaded files into an archive. Requires external tools
+ (must be configured)
+
TEMPLATES / LOGO CHANGES (Notes)
If you want to change something in the templates I'd suggest to create a site template and put
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|