Revision: 160
http://openupload.svn.sourceforge.net/openupload/?rev=160&view=rev
Author: tsdogs
Date: 2008-11-19 20:17:54 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
logo update and docs
Modified Paths:
--------------
trunk/CHANGELOG
trunk/TODO
web/img/openupload.jpg
web/index.html
Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG 2008-11-19 20:09:53 UTC (rev 159)
+++ trunk/CHANGELOG 2008-11-19 20:17:54 UTC (rev 160)
@@ -13,6 +13,9 @@
- New rights editing interface.
- Plugin options
+* Upload
+- Display upload progress, requires either uploadprogress / apc pecl extensions
+
* Plugins
- Options are now group based and in the database
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2008-11-19 20:09:53 UTC (rev 159)
+++ trunk/TODO 2008-11-19 20:17:54 UTC (rev 160)
@@ -7,11 +7,8 @@
Bugs
- Fix all bugs I find in 0.3 (I hope somebody else will report some if they exsist)
-Upload
-- Display upload progress (a bit too triky and workarounds ain't really nice)
-
Database
-- txtdb deep testing
+- txtdb deep testing (switch ?)
Plugins
- Upload different filesize limiting depending on group
@@ -42,6 +39,9 @@
Database
- txtdb needs some work. might need file locks.
+Upload
+- Handle upload progress with other methods..
+
Administration
- Review the general administration module
- Config administration
Modified: web/img/openupload.jpg
===================================================================
(Binary files differ)
Modified: web/index.html
===================================================================
--- web/index.html 2008-11-19 20:09:53 UTC (rev 159)
+++ web/index.html 2008-11-19 20:17:54 UTC (rev 160)
@@ -13,7 +13,7 @@
}
#header {
height: 115px;
- border-bottom: 2px solid #3161cf;
+ border-bottom: 2px solid #ee7625;
}
#logo {
float: left;
@@ -50,7 +50,7 @@
font-size: 14pt;
font-weight: bold;
margin-bottom: 2px;
- border-bottom: 1px solid #000;
+ border-bottom: 1px solid #ee7625;
}
#text {
text-align: justify;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|