openupload-devel Mailing List for Open Upload (Page 28)
Status: Beta
Brought to you by:
tsdogs
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(11) |
Dec
(11) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(11) |
Feb
(9) |
Mar
(1) |
Apr
(32) |
May
(31) |
Jun
(6) |
Jul
(9) |
Aug
(108) |
Sep
(27) |
Oct
|
Nov
(9) |
Dec
(9) |
| 2010 |
Jan
(16) |
Feb
(38) |
Mar
(24) |
Apr
(2) |
May
(15) |
Jun
(2) |
Jul
(3) |
Aug
(4) |
Sep
(12) |
Oct
(21) |
Nov
(4) |
Dec
(17) |
| 2011 |
Jan
(7) |
Feb
(6) |
Mar
(26) |
Apr
(35) |
May
(6) |
Jun
(7) |
Jul
(1) |
Aug
(12) |
Sep
(5) |
Oct
(17) |
Nov
(6) |
Dec
(7) |
| 2012 |
Jan
(28) |
Feb
(17) |
Mar
(18) |
Apr
(2) |
May
(6) |
Jun
(15) |
Jul
(3) |
Aug
(3) |
Sep
(13) |
Oct
|
Nov
(6) |
Dec
(6) |
| 2013 |
Jan
(13) |
Feb
(2) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2014 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Kornél <tr...@fr...> - 2008-12-27 22:51:56
|
Hi. First I'd like to thank you for this great software, it's in a test phase by us, but hopefully we can start using it soon. Our server is runing on windows and for a clean installation I couldn't start openupload up. After an admin password change or a test file upload I got an empty page and the software did nothing in the background. Finally I found that the root of the problem is the checkdnsrr function, which is not implemented in the windows version of PHP. But at the forum of php.net (http://hu.php.net/checkdnsrr) I've found a small script that solves this problem and now it works fine in general.inc.php. Here is the link to the message: http://hu.php.net/manual/en/function.checkdnsrr.php#75158 I still get a warning on the mail function but it works. Sry for my english. Kornél |
|
From: Michael M. <mi...@np...> - 2008-12-14 20:12:55
|
Hi Alessandro, > Hi Michael, > > Michael Mansour ha scritto: > > Hi, > > > > I just downloaded and installed your latest version, v0.4beta1 and all worked > > fine. > > > > However, in your screen snapshots on SF I see a "Register" link to public > > people to create an account, however with mine I don't see it. > > > > I set it up with the "restricted" sql file. > > > > How can I get the Register link showing up and allowing people to register > > themselves? > > > > That's odd. There must be something with default acl then. Yeah I think so, I just used the standard instructions and they worked perfectly, with the 3_mode_restricted.sql file. Looking at this file I see: INSERT INTO `acl` (`id`, `module`, `action`, `group_name`, `access`) VALUES(5, 'auth', 'register', '*', 'allow'); INSERT INTO `acl` (`id`, `module`, `action`, `group_name`, `access`) VALUES(6, 'auth', '*', 'unregistered', 'deny'); INSERT INTO `acl` (`id`, `module`, `action`, `group_name`, `access`) VALUES(7, 'auth', '*', '*', 'allow'); so the entry to do this is there, but strangely enough it doesn't actually do it. I'm using SL5.2 (Scientific Linux 5.2) with mysql-5.0.45-7.el5.i386 > You need to enable the register action for the unregistered users. > > Go to the Rights Admin page. > Select the unregistered group > grant the "register" action for module "auth" to them and apply. > > That should enable user registration. Yes, done that and all looks perfect. Thank you. Michael. > Alessandro > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to > help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel ------- End of Original Message ------- |
|
From: Alessandro B. <ts...@br...> - 2008-12-14 12:49:01
|
I'm pleased to announce that the project now has a new admin/developer whom will help improve OpenUpload. Welcome to Ryan. Regards, Alessandro |
|
From: Alessandro B. <ts...@br...> - 2008-12-14 12:43:23
|
Hi Michael, Michael Mansour ha scritto: > Hi, > > I just downloaded and installed your latest version, v0.4beta1 and all worked > fine. > > However, in your screen snapshots on SF I see a "Register" link to public > people to create an account, however with mine I don't see it. > > I set it up with the "restricted" sql file. > > How can I get the Register link showing up and allowing people to register > themselves? > That's odd. There must be something with default acl then. You need to enable the register action for the unregistered users. Go to the Rights Admin page. Select the unregistered group grant the "register" action for module "auth" to them and apply. That should enable user registration. Alessandro |
|
From: Michael M. <mi...@np...> - 2008-12-14 10:12:26
|
Hi, I just downloaded and installed your latest version, v0.4beta1 and all worked fine. However, in your screen snapshots on SF I see a "Register" link to public people to create an account, however with mine I don't see it. I set it up with the "restricted" sql file. How can I get the Register link showing up and allowing people to register themselves? Thanks. Michael. |
|
From: Alessandro B. <ts...@br...> - 2008-12-12 17:47:56
|
I have just uploaded a beta version of the upcoming 0.4 release of OpenUpload. New features: * Setup script * More administration options * Configuration of plugins based on groups * PostgreSQL support * New rights editing interface * Logging of activity * Expiration date plugin * File size limit plugin * Compression plugin * Multiple files upload/download Known issues: * txtdb setup is missing * txtdb plugin options not working as expected * compression plugin has no default settings * LDAP/AD support has not been deeply tested * Documentation is not updated * French translation not updated * DB Upgrade scripts from 0.3 version are missing Everybody is invited to test and report bugs. As this is beta software it is not raccomended to run this on production. Now time to write some more documentation. Ciao, Alessandro ---------------------------------------------------------------- Follows the changelog. Changelog from release 0.3c to 0.4 * General Reviewed the logo / default theme * Fixed BUGS - Registration wasn't working 'cause of a api rename bug * Database - Added PostgreSQL support - Added PostgreSQL db structures - PostgreSQL seems to be stable now - New extended read api to handle better query options * Administration - Languages can now be administrated - New rights editing interface. - Plugin options - Enabled confirmation on record deletion - Enabled multi delete option - Enabled options configuration page - File deletion for maintenance * Setup - Added setup script which should simplify first time configuration. * Logs - Createed logs which can be used for statistics. * Upload - Display upload progress, requires either uploadprogress / apc pecl extensions * Plugins - Options are now group based and in the database - Plugin defualt option for groups. - Upload file size limit by user group - Expiriration date plugin - Compression options (needs external tools) * Translations - Updated Italian |
|
From: Alessandro B. <ts...@br...> - 2008-12-06 14:42:26
|
I have now uploaded a new release v0.3c It's mainly a bug fix release. This will be the last release of the 0.3 series (unless major bugs are reported). In the near future I'll be releasing the alpha/beta version of the 0.4 version I have been working on, for people to test. Follows the changelog: * Fixed Bugs #2276042 Changing user information in admin module failed #2276532 Default ACL did not correspond to documentation * Localization Added French Translation (thanks to BatMat) Regards, Alessandro |
|
From: Alessandro B. <ts...@br...> - 2008-12-01 12:37:35
|
Ok probably you are missing the GD php extension. or you have error reporting turned on the display errors in the php.ini file. First try loading the image pointing your browser to: http://www.guisupport.net/plugins/captcha.php you should get either an error or an empty page. If you are getting an empty page or an error probably it means you are missing the GD extension for PHP: http://it2.php.net/manual/en/book.image.php From what I can see (from other e-mail) I guess you are missing GD extension. Regards, Alessandro cg road ha scritto: > Dear Sir, > > sercurity image is not show. > > plz. give me instruction. > > The file you requested the download needs some input before you can > proceed: > Please enter the following captcha to proceed for the download: > Reload Image <http://www.gujsupport.net/index.php?action=d&step=2#> > > > > The file you requested the download needs some input before you can > proceed: > Please enter the following captcha to proceed for the download: > Reload Image <http://www.gujsupport.net/index.php?action=d&step=2#> > > > ------------------------------------------------------------------------ > Add more friends to your messenger and enjoy! Invite them now. > <http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/> > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Alessandro B. <ts...@br...> - 2008-12-01 12:29:59
|
Dear cg road, as I satated in my previous e-mail php notices can be ignored (as far as everything is working). In this case it's only a warning that the SI_IMAGE_JPG was not defined. If you don't want to receive this kind of messages you should remove the notices from your php reporting_error configuration like: error_reporting = E_ALL & ~E_NOTICE in php.ini Also in case you get errors a brief description of the installation would help me to assist you like: 1. Operating system (Linux, Windows, etc) 2. Distribution / Version (i.e. Ubuntu 8.10, Fedora 10, Windows Xp Pro) 3. Apache and PHP version As it's a notice I suppose it's only a wondering on the meaning of the message, if the captcha plugin isn't working then probably you are missing the php-gd extension. Regards, Alessandro cg road ha scritto: > Dear Sir, > > kinldy give me instruction for below error > > 2008] [error] [client 192.168.1.5] PHP Notice: Use of undefined > constant SI_IMAGE_JPG - assumed 'SI_IMAGE_JPG' in > /var/www/html/openupload/www/plugins/captcha.php on line 13, referer: > http://www.gujsupport.net/index.php?action=d&step=2 > <http://www.gujsupport.net/index.php?action=d&step=2> > > > ------------------------------------------------------------------------ > Connect with friends all over the world. Get Yahoo! India Messenger. > <http://in.rd.yahoo.com/tagline_messenger_1/*http://in.messenger.yahoo.com/?wm=n/> > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: cg r. <cg...@ya...> - 2008-12-01 09:16:42
|
Dear Sir, kinldy give me instruction for below error 2008] [error] [client 192.168.1.5] PHP Notice: Use of undefined constant SI_IMAGE_JPG - assumed 'SI_IMAGE_JPG' in /var/www/html/openupload/www/plugins/captcha.php on line 13, referer: http://www.gujsupport.net/index.php?action=d&step=2 Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ |
|
From: cg r. <cg...@ya...> - 2008-12-01 07:57:42
|
Dear Sir,
sercurity image is not show.
plz. give me instruction.
The file you requested the download needs some input before you can proceed:
Please enter the following captcha to proceed for the download:
Reload Image
The file you requested the download needs some input before you can proceed:
Please enter the following captcha to proceed for the download:
Reload Image
Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ |
|
From: Alessandro B. <ts...@br...> - 2008-11-21 17:02:19
|
Hello cgroad1, Any news on this? Alessandro cg road ha scritto: > Dear Sir, > > As per your installation instruction in openupload install file > * Copy all files to somewhere which is accessible from the web (i.e. > /var/www/html/openupload) > > but your php configuration says that the path is /usr/local/share/openupload > after configuration I am able to login in openupload but http error log say > > [Thu Nov 20 12:04:40 2008] [error] [client 61.11.35.191] PHP Notice: > Undefined index: debug_acl in > /usr/local/share/openupload/lib/main.inc.php on line 273, > > kindly give me instruction that how to configure "openupload" > > > > > ------------------------------------------------------------------------ > Unlimited freedom, unlimited storage. Get it now > <http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/> > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Alessandro B. <ts...@br...> - 2008-11-20 12:17:13
|
Dear cg road,
cg road ha scritto:
> Dear Sir,
>
> As per your installation instruction in openupload install file
> * Copy all files to somewhere which is accessible from the web (i.e.
> /var/www/html/openupload)
Ok this is complex to explain. Basically:
Install instructions also state this:
* BIG FAT NOTE: This procedure is aimed to let you test the program
functionality.
Once this program is right for you, read the MULTISITE
INSTALLATION to avoid security issues.
You should make sure the files other than "www" are not directly
accessible via WEB
More specifically this are the most important:
"data" directory where files are stored
"txtdb" if a flat txt database is used
So, the instructions at the top are for testing the application fast
(QUICK START :-) ). Production servers should only publish the www
directory contents.
- Install the whole app in /usr/local/share/openupload and publish only
the www folder.
Either copying the www/* content to the DocumenRoot (i.e. /var/www/html)
of your web server (or subfolder) [1]
Or (better) by creating a configuration which points to the www folder [2]
so only the files under the www folder can be accessed by the user.
Then verify the config.inc.php points to the correct paths like:
[1] If you copy the files configuration should look something like this:
// this points to the installation directory
$CONFIG['INSTALL_ROOT'] = '/usr/local/share/openupload';
// this points to where the config.inc.php and index.php files are
$CONFIG['WEB_ROOT'] = '/var/www/html';
[2] If you create a web server configuration
file: '/etc/httpd/conf.d/openupload.conf'
Alias /upload /usr/local/share/openupload/www
<Directory /usr/local/share/openupload/www>
Options Indexes FollowSymLinks
DirectoryIndex index.php
AllowOverride Options
</Directory>
then the config.inc.php should be something like
// this points to the installation directory
$CONFIG['INSTALL_ROOT'] = '/usr/local/share/openupload';
// this points to where the config.inc.php and index.php files are
$CONFIG['WEB_ROOT'] = '/usr/local/share/openupload/www';
$CONFIG['WWW_SERVER'] = 'http://your.web.server.com';
$CONFIG['WWW_ROOT'] = '/upload';
And point your browser to:
http://your.web.server.com/upload
I know documentation is lacking, I'll be updating it once the
application is stable enough.
>
> but your php configuration says that the path is /usr/local/share/openupload
> after configuration I am able to login in openupload but http error log say
>
> [Thu Nov 20 12:04:40 2008] [error] [client 61.11.35.191] PHP Notice:
> Undefined index: debug_acl in
> /usr/local/share/openupload/lib/main.inc.php on line 273,
>
This is more a programming issue (php notices, can usually be ignored),
but of course they are bad if the error_reporting is to be viewd in the
browser. It's a small "bug" I'll be removing.
Though this is not an issue which prevents the application from running
properly.
I suppose that basically the application is working, you only wanted
clarification on how to install it properly, right?
Hoping I clarified (and did not add more confusion).
Regards,
Alessandro
|
|
From: cg r. <cg...@ya...> - 2008-11-20 07:23:55
|
Dear Sir,
As per your installation instruction in openupload install file
* Copy all files to somewhere which is accessible from the web (i.e. /var/www/html/openupload)
but your php configuration says that the path is /usr/local/share/openupload
after configuration I am able to login in openupload but http error log say
[Thu Nov 20 12:04:40 2008] [error] [client 61.11.35.191] PHP Notice: Undefined index: debug_acl in /usr/local/share/openupload/lib/main.inc.php on line 273,
kindly give me instruction that how to configure "openupload"
Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ |
|
From: Alessandro B. <ts...@br...> - 2008-11-07 12:44:18
|
Now all major bugs seem to be fixed (I hope) This are the changes Changelog from 0.3a to 0.3b (updated 2008.11.07) * Fixed Bugs #2229204 User administration password change now works #2229163 Users now can change their password #2225762 Group editing now works #2221934 Administrator can now delete files * General Changed the main.css file to better suit IE, major improvements in next release. Now the slashes are normalized so paths result correct in browsers (related bug: #2220935) Enjoy, Alessandro |
|
From: Alessandro B. <ts...@br...> - 2008-11-05 16:05:40
|
yeah, known bug. (it's fixed in svn version) I'll fix a few more things and release a v0.3b shortly. Please be patient but the project is in it's infancy, so more people tests it more stable it gets :) Don't hesitate to send more bug reports. This are open bugs: http://sourceforge.net/tracker/?group_id=242018&atid=1117804 Alessandro Andy Hester ha scritto: > Alessandro, > > I upgraded to .3a and this allowed me to delete an uploaded file from the link in the email, but I have a file that I no longer have the email for so I tried to delete it from the Administration->Files page. > > It seems to reload, but the file is still there and there are no error messages in the interface. There are no errors in syslog either. > > -Andy > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Andy H. <and...@eu...> - 2008-11-05 15:38:53
|
Alessandro, I upgraded to .3a and this allowed me to delete an uploaded file from the link in the email, but I have a file that I no longer have the email for so I tried to delete it from the Administration->Files page. It seems to reload, but the file is still there and there are no error messages in the interface. There are no errors in syslog either. -Andy |
|
From: Andy H. <and...@eu...> - 2008-11-05 14:18:44
|
Alessandro Briosi wrote: > hmm, maybe the problem is not even this. > > If the case is that you have unpacked the whole app in your DocumentRoot > let's say /var/www/openupload > where /var/www is your Apache DocumentRoot > Correct. > you result poiting the browser to something like > http://localhost/openupload/ > Correct > Then the settings of the $CONFIG['WWW_ROOT'] must be: > $CONFIG['WWW_ROOT']='/openupload/www'; > Thanks! This fixed it. (I knew it must be a path problem in config.inc.php) I am evaluating the software functionality for my company. I'll let you know how it goes. Thanks, -Andy T |
|
From: Alessandro B. <ts...@br...> - 2008-11-05 00:15:31
|
hmm, maybe the problem is not even this. If the case is that you have unpacked the whole app in your DocumentRoot let's say /var/www/openupload where /var/www is your Apache DocumentRoot you result poiting the browser to something like http://localhost/openupload/ Then the settings of the $CONFIG['WWW_ROOT'] must be: $CONFIG['WWW_ROOT']='/openupload/www'; 'cause in a production environment only the "www" directory should go under the DocumentRoot (that was the idea at least). Hope this helps. If this is not the case please send me the HTML that you get from your server for the main page, and the first part of the config.inc.php file if possible (where paths are set), that would help me diagnose the problem. Alessandro Andy Hester ha scritto: > Hello, > > This is a great idea and fills a need for many. > > I just installed open upload and so far I can't get any images to show > up on the page. The site is on a server with other sites that display > images and the files are all 755 or 744 owned by www-data.www-data. Any > ideas? > > -Andy > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Alessandro B. <ts...@br...> - 2008-11-04 23:46:10
|
Hi Andy, I think there is some "/" at the end of $CONFIG['WWW_ROOT'] if $CONFIG['WWW_ROOT']='/'; change it to $CONFIG['WWW_ROOT']=''; All in www/config.inc.php Hope this helps. Alessandro Andy Hester ha scritto: > Hello, > > This is a great idea and fills a need for many. > > I just installed open upload and so far I can't get any images to show > up on the page. The site is on a server with other sites that display > images and the files are all 755 or 744 owned by www-data.www-data. Any > ideas? > > -Andy > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Andy H. <and...@eu...> - 2008-11-04 23:20:16
|
Hello, This is a great idea and fills a need for many. I just installed open upload and so far I can't get any images to show up on the page. The site is on a server with other sites that display images and the files are all 755 or 744 owned by www-data.www-data. Any ideas? -Andy |
|
From: Alessandro B. <ts...@br...> - 2008-11-03 12:22:39
|
As there were a couple of annoying bugs in v. 0.3 I released the bug fix
version 0.3a
Changelog from 0.3 to 0.3a (updated 2008.11.03)
* Fixed bugs:
#2216829 : remove link not working
The remove function had an old api call to db->deleteFile
Now it uses the new db api.
#2212187 : User registration not working
As above it used an older api for user auth module
Alessandro
|
|
From: Alessandro B. <ts...@br...> - 2008-10-28 19:04:34
|
There is nobody subscribed to this list yet, but I tought to leave this message for the records. Follows the Changelog. Alessandro ----------------------------------------------------------------------- Changelog for release 0.3 (updated on 2008.10.28). * General - make sub www folders not accessible by default (some index.html files) * Registration - Check for valid login name - Enable registration with e-mail confirmation * Upload - Added main maximum upload file size checks * Administration: mainly done needs a review in near future - User administration - Group administration - File administration - Plugin ACL administration - Rights Administration - Display of actual configuration - Administration of banned IPs * User - Manage profile (password/Name/E-Mail change) * Authentication - LDAP authentication for Openldap and AD support * Database - Review DB module functions - Updated txtdb with basic api - Prepared SQL structures. * Acl - Modules - Plugins * Templates - removed absolute paths from templates, to retrieve default template file if template file is not found * Translations - gettext module - phparray module - initial Italian translation (admin templates need a review) * Download - Changed serve file method to not go over the memory php limit (disable output buffer) - Make download timeout configurable. * Web site - Created index page - Addedd Screen shots - Added mailing lists * SVN repository - up and running :) - added mailing list to track changes |