openupload-devel Mailing List for Open Upload (Page 20)
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: Weir, J. <jas...@nh...> - 2009-08-31 20:35:04
|
No problem - I knew I could do it that way but didn't want to break anything.. -J -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Monday, August 31, 2009 4:33 PM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] Logs hmm, good point. There is now way right now beside a Sql query ... delete from `activitylog` where date < '2009-01-01' sorry. Weir, Jason ha scritto: > How do I clear logs? _____________________________________________________________________________________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |
|
From: Alessandro B. <ts...@br...> - 2009-08-31 20:33:16
|
hmm, good point. There is now way right now beside a Sql query ... delete from `activitylog` where date < '2009-01-01' sorry. Weir, Jason ha scritto: > How do I clear logs? > > > _____________________________________________________________________________________________ > > Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Weir, J. <jas...@nh...> - 2009-08-31 20:22:52
|
How do I clear logs? _____________________________________________________________________________________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |
|
From: Weir, J. <jas...@nh...> - 2009-08-31 20:20:27
|
I have a few differences $CONFIG['ldap']['user'] is set to the username and does not include the @domain Here are some other differences. $CONFIG['ldap']['uid']='samaccountname'; $CONFIG['ldap']['userfields'] = array ( 'cn' => 'login', 'name' => 'name', 'memberof' => 'group_id', 'mail' => 'email'); $CONFIG['ldap']['groupdn'] = 'dc=nhrs,dc=org'; $CONFIG['ldap']['groupclass']='group'; $CONFIG['ldap']['gid']='distinguishedname'; $CONFIG['ldap']['groupfields'] = array ( 'cn' => 'name', 'name' => 'description' ) -J -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Monday, August 31, 2009 4:03 PM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] OpenUpload v0.4.1 released Yes, acl are in the db, just some guess. But the Administration menu should depend on the ACL. I also introduced a change which should fix the difference between ad and ldap group search. (It works for me as I tested it) Is this what you are using? /* Active Directory */ $CONFIG['ldap']['host'] = '<host>'; $CONFIG['ldap']['type'] = 'AD'; $CONFIG['ldap']['user'] = '<user>@<ad domain>'; $CONFIG['ldap']['password'] = '<password>'; $CONFIG['ldap']['domain'] = '<ad domain>'; $CONFIG['ldap']['basedn'] = 'dc=<ad domain 1>,dc=<ad domain 2>'; $CONFIG['ldap']['userdn'] = 'dc=<ad domain 1>,dc=<ad domain 2>'; $CONFIG['ldap']['userclass']='user'; $CONFIG['ldap']['uid']='sAMAccountName'; $CONFIG['ldap']['userfields'] = array ( 'samaccountname' => 'login','name' => 'name', 'mail' => 'email', 'distinguishedname' => 'uid'); $CONFIG['ldap']['groupdn'] = 'dc=<ad domain 1>,dc=<ad domain 2>'; $CONFIG['ldap']['groupclass']='group'; $CONFIG['ldap']['gid']='member'; $CONFIG['ldap']['groupfields'] = array ( 'samaccountname' => 'name', 'name' => 'description' ); where <ad domain> is something like mydomain.local (and ad domain 1 = mydomain and ad domain2 = local) Just to be sure I haven't lost some configuration... Alessandro Weir, Jason ha scritto: > Did something change in the LDAP routines from 0.4.0? Isn't ACL data > stored in the DB? > > > > -----Original Message----- > From: Alessandro Briosi [mailto:ts...@br...] > Sent: Monday, August 31, 2009 2:42 PM > To: OpenUpload Delvel and General talk > Subject: Re: [openupload-devel] OpenUpload v0.4.1 released > > > hmm, seems to be an acl problem. Maybe LDAP not finding the right groups > (?) > > Alessandro > > Weir, Jason ha scritto: >> After the upgrade I no longer had the "Administration" button at the >> top of the page.. I restored the old files and it's back.. >> >> -J >> >> -----Original Message----- >> From: Alessandro Briosi [mailto:ts...@br...] >> Sent: Monday, August 31, 2009 11:03 AM >> To: OpenUpload Delvel and General talk >> Subject: Re: [openupload-devel] OpenUpload v0.4.1 released >> >> >> This is from 0.4 >> >> 1. Backup database and direcories. >> 2. keep the config.inc.php and the data directory (and eventually the >> template modifications you have made) (rename the folders) >> 3. replace all files (beside the data) >> 4. put back the config.inc.php and other modified files (templates) 5. >> check directory permissions (templates_c must be writable) 6. Go to > the >> administration and check that the ACLs are as expected. 7. Check that >> everything is working fine. >> >> Alessandro >> >> P.S. No updates to the database where made. >> >> Weir, Jason ha scritto: >>> What's the recommended upgrade procedure? >>> >>> -J >>> >>> -----Original Message----- >>> From: Alessandro Briosi [mailto:ts...@br...] >>> Sent: Friday, August 28, 2009 11:01 AM >>> To: OpenUpload Delvel and General talk >>> Subject: [openupload-devel] OpenUpload v0.4.1 released >>> >>> >>> I'm pleased to announce that I just released version 0.4.1 of Open >>> Upload. >>> >>> It's mainly a bug fix release, but introduces some new feature. You >>> are encouraged to upgrade (DO A BACKUP BEFORE!) >>> >>> As always report bugs. >>> >>> Ejnoy, >>> Alessandro >>> >>> Changelog from release 0.4 to 0.4.1 >>> >>> * Database >>> - MSSQL support. by Leonardo F. Cardoso (leocardoso) >>> >>> * Translations >>> - Added Brazilian Portuguese. by Leonardo F. Cardoso (leocardoso) >>> >>> * Mime types >>> - Now mime types try to be handled on the server (see bugs) >>> >>> * Plugins >>> - Add multiple recipients option to email plugin (; separated >>> list) >>> >>> * Bugs fixed >>> - Mime handling is now done on the server if supported. >>> - Handle strange AD behavier with blank passwords >>> - Handle magic_quotes_gpc if enabled, which caused problems with >> strong passwords >>> - New mysql versions don't allow an empty string for date/time >>> - Missing activity_log structure from sql files >>> - Report a message if php fails moving around the files. >>> - A few other minor fixes. > > > ________________________________________________________________________ _____________________ > > Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. > ------------------------------------------------------------------------ ------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel ------------------------------------------------------------------------ ------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Openupload-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openupload-devel ________________________________________________________________________ _____________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. _____________________________________________________________________________________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |
|
From: Alessandro B. <ts...@br...> - 2009-08-31 20:03:56
|
Yes, acl are in the db, just some guess. But the Administration menu should depend on the ACL. I also introduced a change which should fix the difference between ad and ldap group search. (It works for me as I tested it) Is this what you are using? /* Active Directory */ $CONFIG['ldap']['host'] = '<host>'; /* specify that it is an Active directory */ $CONFIG['ldap']['type'] = 'AD'; $CONFIG['ldap']['user'] = '<user>@<ad domain>'; $CONFIG['ldap']['password'] = '<password>'; /* DOMAIN for user login */ $CONFIG['ldap']['domain'] = '<ad domain>'; $CONFIG['ldap']['basedn'] = 'dc=<ad domain 1>,dc=<ad domain 2>'; $CONFIG['ldap']['userdn'] = 'dc=<ad domain 1>,dc=<ad domain 2>'; $CONFIG['ldap']['userclass']='user'; $CONFIG['ldap']['uid']='sAMAccountName'; $CONFIG['ldap']['userfields'] = array ( 'samaccountname' => 'login', 'name' => 'name', 'mail' => 'email', 'distinguishedname' => 'uid'); $CONFIG['ldap']['groupdn'] = 'dc=<ad domain 1>,dc=<ad domain 2>'; $CONFIG['ldap']['groupclass']='group'; $CONFIG['ldap']['gid']='member'; $CONFIG['ldap']['groupfields'] = array ( 'samaccountname' => 'name', 'name' => 'description' ); where <ad domain> is something like mydomain.local (and ad domain 1 = mydomain and ad domain2 = local) Just to be sure I haven't lost some configuration... Alessandro Weir, Jason ha scritto: > Did something change in the LDAP routines from 0.4.0? Isn't ACL data > stored in the DB? > > > > -----Original Message----- > From: Alessandro Briosi [mailto:ts...@br...] > Sent: Monday, August 31, 2009 2:42 PM > To: OpenUpload Delvel and General talk > Subject: Re: [openupload-devel] OpenUpload v0.4.1 released > > > hmm, seems to be an acl problem. Maybe LDAP not finding the right groups > (?) > > Alessandro > > Weir, Jason ha scritto: >> After the upgrade I no longer had the "Administration" button at the >> top of the page.. I restored the old files and it's back.. >> >> -J >> >> -----Original Message----- >> From: Alessandro Briosi [mailto:ts...@br...] >> Sent: Monday, August 31, 2009 11:03 AM >> To: OpenUpload Delvel and General talk >> Subject: Re: [openupload-devel] OpenUpload v0.4.1 released >> >> >> This is from 0.4 >> >> 1. Backup database and direcories. >> 2. keep the config.inc.php and the data directory (and eventually the >> template modifications you have made) (rename the folders) >> 3. replace all files (beside the data) >> 4. put back the config.inc.php and other modified files (templates) 5. >> check directory permissions (templates_c must be writable) 6. Go to > the >> administration and check that the ACLs are as expected. 7. Check that >> everything is working fine. >> >> Alessandro >> >> P.S. No updates to the database where made. >> >> Weir, Jason ha scritto: >>> What's the recommended upgrade procedure? >>> >>> -J >>> >>> -----Original Message----- >>> From: Alessandro Briosi [mailto:ts...@br...] >>> Sent: Friday, August 28, 2009 11:01 AM >>> To: OpenUpload Delvel and General talk >>> Subject: [openupload-devel] OpenUpload v0.4.1 released >>> >>> >>> I'm pleased to announce that I just released version 0.4.1 of Open >>> Upload. >>> >>> It's mainly a bug fix release, but introduces some new feature. You >>> are encouraged to upgrade (DO A BACKUP BEFORE!) >>> >>> As always report bugs. >>> >>> Ejnoy, >>> Alessandro >>> >>> Changelog from release 0.4 to 0.4.1 >>> >>> * Database >>> - MSSQL support. by Leonardo F. Cardoso (leocardoso) >>> >>> * Translations >>> - Added Brazilian Portuguese. by Leonardo F. Cardoso (leocardoso) >>> >>> * Mime types >>> - Now mime types try to be handled on the server (see bugs) >>> >>> * Plugins >>> - Add multiple recipients option to email plugin (; separated >>> list) >>> >>> * Bugs fixed >>> - Mime handling is now done on the server if supported. >>> - Handle strange AD behavier with blank passwords >>> - Handle magic_quotes_gpc if enabled, which caused problems with >> strong passwords >>> - New mysql versions don't allow an empty string for date/time >>> - Missing activity_log structure from sql files >>> - Report a message if php fails moving around the files. >>> - A few other minor fixes. > > > _____________________________________________________________________________________________ > > Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Weir, J. <jas...@nh...> - 2009-08-31 18:51:12
|
Did something change in the LDAP routines from 0.4.0? Isn't ACL data stored in the DB? -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Monday, August 31, 2009 2:42 PM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] OpenUpload v0.4.1 released hmm, seems to be an acl problem. Maybe LDAP not finding the right groups (?) Alessandro Weir, Jason ha scritto: > After the upgrade I no longer had the "Administration" button at the > top of the page.. I restored the old files and it's back.. > > -J > > -----Original Message----- > From: Alessandro Briosi [mailto:ts...@br...] > Sent: Monday, August 31, 2009 11:03 AM > To: OpenUpload Delvel and General talk > Subject: Re: [openupload-devel] OpenUpload v0.4.1 released > > > This is from 0.4 > > 1. Backup database and direcories. > 2. keep the config.inc.php and the data directory (and eventually the > template modifications you have made) (rename the folders) > 3. replace all files (beside the data) > 4. put back the config.inc.php and other modified files (templates) 5. > check directory permissions (templates_c must be writable) 6. Go to the > administration and check that the ACLs are as expected. 7. Check that > everything is working fine. > > Alessandro > > P.S. No updates to the database where made. > > Weir, Jason ha scritto: >> What's the recommended upgrade procedure? >> >> -J >> >> -----Original Message----- >> From: Alessandro Briosi [mailto:ts...@br...] >> Sent: Friday, August 28, 2009 11:01 AM >> To: OpenUpload Delvel and General talk >> Subject: [openupload-devel] OpenUpload v0.4.1 released >> >> >> I'm pleased to announce that I just released version 0.4.1 of Open >> Upload. >> >> It's mainly a bug fix release, but introduces some new feature. You >> are encouraged to upgrade (DO A BACKUP BEFORE!) >> >> As always report bugs. >> >> Ejnoy, >> Alessandro >> >> Changelog from release 0.4 to 0.4.1 >> >> * Database >> - MSSQL support. by Leonardo F. Cardoso (leocardoso) >> >> * Translations >> - Added Brazilian Portuguese. by Leonardo F. Cardoso (leocardoso) >> >> * Mime types >> - Now mime types try to be handled on the server (see bugs) >> >> * Plugins >> - Add multiple recipients option to email plugin (; separated >> list) >> >> * Bugs fixed >> - Mime handling is now done on the server if supported. >> - Handle strange AD behavier with blank passwords >> - Handle magic_quotes_gpc if enabled, which caused problems with > strong passwords >> - New mysql versions don't allow an empty string for date/time >> - Missing activity_log structure from sql files >> - Report a message if php fails moving around the files. >> - A few other minor fixes. _____________________________________________________________________________________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |
|
From: Alessandro B. <ts...@br...> - 2009-08-31 18:42:21
|
hmm, seems to be an acl problem. Maybe LDAP not finding the right groups (?) Alessandro Weir, Jason ha scritto: > After the upgrade I no longer had the "Administration" button at the top > of the page.. I restored the old files and it's back.. > > -J > > -----Original Message----- > From: Alessandro Briosi [mailto:ts...@br...] > Sent: Monday, August 31, 2009 11:03 AM > To: OpenUpload Delvel and General talk > Subject: Re: [openupload-devel] OpenUpload v0.4.1 released > > > This is from 0.4 > > 1. Backup database and direcories. > 2. keep the config.inc.php and the data directory (and eventually the > template modifications you have made) (rename the folders) > 3. replace all files (beside the data) > 4. put back the config.inc.php and other modified files (templates) 5. > check directory permissions (templates_c must be writable) 6. Go to the > administration and check that the ACLs are as expected. 7. Check that > everything is working fine. > > Alessandro > > P.S. No updates to the database where made. > > Weir, Jason ha scritto: >> What's the recommended upgrade procedure? >> >> -J >> >> -----Original Message----- >> From: Alessandro Briosi [mailto:ts...@br...] >> Sent: Friday, August 28, 2009 11:01 AM >> To: OpenUpload Delvel and General talk >> Subject: [openupload-devel] OpenUpload v0.4.1 released >> >> >> I'm pleased to announce that I just released version 0.4.1 of Open >> Upload. >> >> It's mainly a bug fix release, but introduces some new feature. You >> are encouraged to upgrade (DO A BACKUP BEFORE!) >> >> As always report bugs. >> >> Ejnoy, >> Alessandro >> >> Changelog from release 0.4 to 0.4.1 >> >> * Database >> - MSSQL support. by Leonardo F. Cardoso (leocardoso) >> >> * Translations >> - Added Brazilian Portuguese. by Leonardo F. Cardoso (leocardoso) >> >> * Mime types >> - Now mime types try to be handled on the server (see bugs) >> >> * Plugins >> - Add multiple recipients option to email plugin (; separated list) >> >> * Bugs fixed >> - Mime handling is now done on the server if supported. >> - Handle strange AD behavier with blank passwords >> - Handle magic_quotes_gpc if enabled, which caused problems with > strong passwords >> - New mysql versions don't allow an empty string for date/time >> - Missing activity_log structure from sql files >> - Report a message if php fails moving around the files. >> - A few other minor fixes. > > > _____________________________________________________________________________________________ > > Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Weir, J. <jas...@nh...> - 2009-08-31 16:53:47
|
Another feature request would be some kind of anti-virus plug-in to scan uploaded files. Something like this might be simple to implement http://www.howtoforge.org/scan_viruses_with_php_clamavlib -J _____________________________________________________________________________________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |
|
From: Weir, J. <jas...@nh...> - 2009-08-31 16:25:14
|
After the upgrade I no longer had the "Administration" button at the top of the page.. I restored the old files and it's back.. -J -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Monday, August 31, 2009 11:03 AM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] OpenUpload v0.4.1 released This is from 0.4 1. Backup database and direcories. 2. keep the config.inc.php and the data directory (and eventually the template modifications you have made) (rename the folders) 3. replace all files (beside the data) 4. put back the config.inc.php and other modified files (templates) 5. check directory permissions (templates_c must be writable) 6. Go to the administration and check that the ACLs are as expected. 7. Check that everything is working fine. Alessandro P.S. No updates to the database where made. Weir, Jason ha scritto: > What's the recommended upgrade procedure? > > -J > > -----Original Message----- > From: Alessandro Briosi [mailto:ts...@br...] > Sent: Friday, August 28, 2009 11:01 AM > To: OpenUpload Delvel and General talk > Subject: [openupload-devel] OpenUpload v0.4.1 released > > > I'm pleased to announce that I just released version 0.4.1 of Open > Upload. > > It's mainly a bug fix release, but introduces some new feature. You > are encouraged to upgrade (DO A BACKUP BEFORE!) > > As always report bugs. > > Ejnoy, > Alessandro > > Changelog from release 0.4 to 0.4.1 > > * Database > - MSSQL support. by Leonardo F. Cardoso (leocardoso) > > * Translations > - Added Brazilian Portuguese. by Leonardo F. Cardoso (leocardoso) > > * Mime types > - Now mime types try to be handled on the server (see bugs) > > * Plugins > - Add multiple recipients option to email plugin (; separated list) > > * Bugs fixed > - Mime handling is now done on the server if supported. > - Handle strange AD behavier with blank passwords > - Handle magic_quotes_gpc if enabled, which caused problems with strong passwords > - New mysql versions don't allow an empty string for date/time > - Missing activity_log structure from sql files > - Report a message if php fails moving around the files. > - A few other minor fixes. _____________________________________________________________________________________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |
|
From: Alessandro B. <ts...@br...> - 2009-08-31 15:02:54
|
This is from 0.4 1. Backup database and direcories. 2. keep the config.inc.php and the data directory (and eventually the template modifications you have made) (rename the folders) 3. replace all files (beside the data) 4. put back the config.inc.php and other modified files (templates) 5. check directory permissions (templates_c must be writable) 6. Go to the administration and check that the ACLs are as expected. 7. Check that everything is working fine. Alessandro P.S. No updates to the database where made. Weir, Jason ha scritto: > What's the recommended upgrade procedure? > > -J > > -----Original Message----- > From: Alessandro Briosi [mailto:ts...@br...] > Sent: Friday, August 28, 2009 11:01 AM > To: OpenUpload Delvel and General talk > Subject: [openupload-devel] OpenUpload v0.4.1 released > > > I'm pleased to announce that I just released version 0.4.1 of Open > Upload. > > It's mainly a bug fix release, but introduces some new feature. You are > encouraged to upgrade (DO A BACKUP BEFORE!) > > As always report bugs. > > Ejnoy, > Alessandro > > Changelog from release 0.4 to 0.4.1 > > * Database > - MSSQL support. by Leonardo F. Cardoso (leocardoso) > > * Translations > - Added Brazilian Portuguese. by Leonardo F. Cardoso (leocardoso) > > * Mime types > - Now mime types try to be handled on the server (see bugs) > > * Plugins > - Add multiple recipients option to email plugin (; separated list) > > * Bugs fixed > - Mime handling is now done on the server if supported. > - Handle strange AD behavier with blank passwords > - Handle magic_quotes_gpc if enabled, which caused problems with > strong passwords > - New mysql versions don't allow an empty string for date/time > - Missing activity_log structure from sql files > - Report a message if php fails moving around the files. > - A few other minor fixes. > > > _____________________________________________________________________________________________ > > Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Weir, J. <jas...@nh...> - 2009-08-31 13:52:05
|
What's the recommended upgrade procedure? -J -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Friday, August 28, 2009 11:01 AM To: OpenUpload Delvel and General talk Subject: [openupload-devel] OpenUpload v0.4.1 released I'm pleased to announce that I just released version 0.4.1 of Open Upload. It's mainly a bug fix release, but introduces some new feature. You are encouraged to upgrade (DO A BACKUP BEFORE!) As always report bugs. Ejnoy, Alessandro Changelog from release 0.4 to 0.4.1 * Database - MSSQL support. by Leonardo F. Cardoso (leocardoso) * Translations - Added Brazilian Portuguese. by Leonardo F. Cardoso (leocardoso) * Mime types - Now mime types try to be handled on the server (see bugs) * Plugins - Add multiple recipients option to email plugin (; separated list) * Bugs fixed - Mime handling is now done on the server if supported. - Handle strange AD behavier with blank passwords - Handle magic_quotes_gpc if enabled, which caused problems with strong passwords - New mysql versions don't allow an empty string for date/time - Missing activity_log structure from sql files - Report a message if php fails moving around the files. - A few other minor fixes. _____________________________________________________________________________________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |
|
From: Leonardo F. C. <leo...@gm...> - 2009-08-28 15:39:37
|
Great!! ----------------------------------------- Leonardo F. Cardoso leonardo.f.cardoso "at" gmail.com leofcar "at" ig.com.br (Alternativo) MSN: lfc...@ho... ----------------------------------------- On Fri, Aug 28, 2009 at 12:00, Alessandro Briosi <ts...@br...> wrote: > I'm pleased to announce that I just released version 0.4.1 of Open Upload. > > It's mainly a bug fix release, but introduces some new feature. > You are encouraged to upgrade (DO A BACKUP BEFORE!) > > As always report bugs. > > Ejnoy, > Alessandro > > Changelog from release 0.4 to 0.4.1 > > * Database > - MSSQL support. by Leonardo F. Cardoso (leocardoso) > > * Translations > - Added Brazilian Portuguese. by Leonardo F. Cardoso (leocardoso) > > * Mime types > - Now mime types try to be handled on the server (see bugs) > > * Plugins > - Add multiple recipients option to email plugin (; separated list) > > * Bugs fixed > - Mime handling is now done on the server if supported. > - Handle strange AD behavier with blank passwords > - Handle magic_quotes_gpc if enabled, which caused problems with > strong passwords > - New mysql versions don't allow an empty string for date/time > - Missing activity_log structure from sql files > - Report a message if php fails moving around the files. > - A few other minor fixes. > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > |
|
From: Alessandro B. <ts...@br...> - 2009-08-28 15:00:54
|
I'm pleased to announce that I just released version 0.4.1 of Open Upload. It's mainly a bug fix release, but introduces some new feature. You are encouraged to upgrade (DO A BACKUP BEFORE!) As always report bugs. Ejnoy, Alessandro Changelog from release 0.4 to 0.4.1 * Database - MSSQL support. by Leonardo F. Cardoso (leocardoso) * Translations - Added Brazilian Portuguese. by Leonardo F. Cardoso (leocardoso) * Mime types - Now mime types try to be handled on the server (see bugs) * Plugins - Add multiple recipients option to email plugin (; separated list) * Bugs fixed - Mime handling is now done on the server if supported. - Handle strange AD behavier with blank passwords - Handle magic_quotes_gpc if enabled, which caused problems with strong passwords - New mysql versions don't allow an empty string for date/time - Missing activity_log structure from sql files - Report a message if php fails moving around the files. - A few other minor fixes. |
|
From: Alessandro B. <ts...@br...> - 2009-08-28 14:56:10
|
Hi Chuck, please subscribe to the list :) Chuck Welch ha scritto: > 1) Can you enter multiple email addresses and if so what delimiter > should be used. > Not with v0.4 With v0.4.1 (which I'm just releasing), this can be enabled in the email plugin options, on a per group basis. The separation field is ; > > > 2) Right now I have registration enabled, how would I make it private so > that I have to enter new accounts. > You need to disable the register action in the acl for the * (all) group. Alessandro |
|
From: Alessandro B. <ts...@br...> - 2009-08-28 07:09:07
|
Ho for v0.4.1 will be available soon, which should fix this bugs and some other. Alessandro Leonardo F. Cardoso ha scritto: > Hi Alessandro, > > no, just interested in the correction of the bugs mentioned in this list. > > For the Java dudes, OpenUpload work very well with Quercus PHP (except > LDAP features - Quercus doesn't support). > > Nice job, Alessandro. > > Sds > Leonardo > > ----------------------------------------- > Leonardo F. Cardoso > leonardo.f.cardoso "at" gmail.com <http://gmail.com> > leofcar "at" ig.com.br <http://ig.com.br> (Alternativo) > MSN: lfc...@ho... <mailto:lfc...@ho...> > ----------------------------------------- > > > On Thu, Aug 27, 2009 at 17:08, Alessandro Briosi <ts...@br... > <mailto:ts...@br...>> wrote: > > Hi, not yet. > > I want to do a few things before. Hope to release an alpha within > september. > > Any special features you need? > > Alessandro > > Leonardo F. Cardoso ha scritto: > > Hi all, > > > > is there any date to 0.5 (or maybe 1.0) release? > > > > Sds > > Leonardo > > > > ----------------------------------------- > > Leonardo F. Cardoso > > leonardo.f.cardoso "at" gmail.com <http://gmail.com> > <http://gmail.com> > > leofcar "at" ig.com.br <http://ig.com.br> <http://ig.com.br> > (Alternativo) > > MSN: lfc...@ho... <mailto:lfc...@ho...> > <mailto:lfc...@ho... <mailto:lfc...@ho...>> > > ----------------------------------------- > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports > 2008 30-Day > > trial. Simplify your report design, integration and deployment - > and focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Openupload-devel mailing list > > Ope...@li... > <mailto:Ope...@li...> > > https://lists.sourceforge.net/lists/listinfo/openupload-devel > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > <mailto:Ope...@li...> > https://lists.sourceforge.net/lists/listinfo/openupload-devel > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Leonardo F. C. <leo...@gm...> - 2009-08-28 00:29:22
|
Hi Alessandro, no, just interested in the correction of the bugs mentioned in this list. For the Java dudes, OpenUpload work very well with Quercus PHP (except LDAP features - Quercus doesn't support). Nice job, Alessandro. Sds Leonardo ----------------------------------------- Leonardo F. Cardoso leonardo.f.cardoso "at" gmail.com leofcar "at" ig.com.br (Alternativo) MSN: lfc...@ho... ----------------------------------------- On Thu, Aug 27, 2009 at 17:08, Alessandro Briosi <ts...@br...> wrote: > Hi, not yet. > > I want to do a few things before. Hope to release an alpha within > september. > > Any special features you need? > > Alessandro > > Leonardo F. Cardoso ha scritto: > > Hi all, > > > > is there any date to 0.5 (or maybe 1.0) release? > > > > Sds > > Leonardo > > > > ----------------------------------------- > > Leonardo F. Cardoso > > leonardo.f.cardoso "at" gmail.com <http://gmail.com> > > leofcar "at" ig.com.br <http://ig.com.br> (Alternativo) > > MSN: lfc...@ho... <mailto:lfc...@ho...> > > ----------------------------------------- > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > > trial. Simplify your report design, integration and deployment - and > focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Openupload-devel mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/openupload-devel > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel > |
|
From: Alessandro B. <ts...@br...> - 2009-08-27 21:26:29
|
Hi Chuck, please subscribe to the devel list, it's a member only mailing list or open a Support Ticket (with an account if you want to be notified) Is the DNS working? You should look at the validate email function in lib/general.inc.php Alessandro Chuck Welch ha scritto: > I rebooted the server and now every email address is listed as invalid > address. Any ideas where i should start looking. > > > > */Chuck Welch/* > > /Technical Support/ > > *cid:image001.gif@01C7C91A.6DAF82E0Thompson Engineering, Inc.* > > 2970 Cottage Hill Road, Suite 190 > > Mobile, AL 36606 > > Phone: 251-666-2443 > > Direct: 251-706-6511 > > Mobile: 251-656-1423 > > Fax: 251-666-6422 > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Alessandro B. <ts...@br...> - 2009-08-27 20:09:10
|
Hi, not yet. I want to do a few things before. Hope to release an alpha within september. Any special features you need? Alessandro Leonardo F. Cardoso ha scritto: > Hi all, > > is there any date to 0.5 (or maybe 1.0) release? > > Sds > Leonardo > > ----------------------------------------- > Leonardo F. Cardoso > leonardo.f.cardoso "at" gmail.com <http://gmail.com> > leofcar "at" ig.com.br <http://ig.com.br> (Alternativo) > MSN: lfc...@ho... <mailto:lfc...@ho...> > ----------------------------------------- > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Leonardo F. C. <leo...@gm...> - 2009-08-27 19:56:58
|
Hi all, is there any date to 0.5 (or maybe 1.0) release? Sds Leonardo ----------------------------------------- Leonardo F. Cardoso leonardo.f.cardoso "at" gmail.com leofcar "at" ig.com.br (Alternativo) MSN: lfc...@ho... ----------------------------------------- |
|
From: Alessandro B. <ts...@br...> - 2009-08-27 17:04:42
|
hmm, that's still pretty odd.
Alessandro
Weir, Jason ha scritto:
> Found the problem...
>
> In /usr/share/openupload/lib/modules/default/files.inc.php
>
> I had changed line 401 per your 8/25 email as follows
>
> // header('Content-Type: '.$finfo[$num]['mime']);
> header('Content-Type: application/octet-stream');
>
> When I switched it back - problem gone..
>
> -J
>
> -----Original Message-----
> From: Alessandro Briosi [mailto:ts...@br...]
> Sent: Thursday, August 27, 2009 12:01 PM
> To: OpenUpload Delvel and General talk
> Subject: Re: [openupload-devel] Not my day - download problem
>
>
> could it be that php is somehow failing in the file move? what comes to
> my mind is different partitions for temporary files and definitive data.
>
> Maybe you could simply get the v0.4 and replace your installation (only
> php files under lib/ ), and apply latest authenticate function to
> ldap.inc.php
>
> or better untar the v0.4 somewhere and check what are the differences in
>
> the lib directory something like:
>
> diff -Naur <where original v0.4 is>/lib /usr/share/openupload/lib
>
> and see if you have touched something else during the testings.
>
> Alessandro.
>
> Weir, Jason ha scritto:
>> Just as I suspected - I broke something...
>>
>> -J
>>
>> -----Original Message-----
>> From: Andy Hester [mailto:and...@eu...]
>> Sent: Thursday, August 27, 2009 11:48 AM
>> To: OpenUpload Delvel and General talk
>> Subject: Re: [openupload-devel] Not my day - download problem
>>
>>
>> Weir, Jason wrote:
>>> Ok - seem to have a download problem all of the sudden.
>>>
>>> I click on the download link - enter the captcha, then click the
>>> download button
>>>
>>> All I get is a blank screen - download does not start
>>>
>> My install is still working re downloads....
>>
>> -Andy
>
>
> _____________________________________________________________________________________________
>
> Please visit www.nhrs.org to subscribe to NHRS email announcements and updates.
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Openupload-devel mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openupload-devel
|
|
From: Weir, J. <jas...@nh...> - 2009-08-27 16:53:18
|
Found the problem...
In /usr/share/openupload/lib/modules/default/files.inc.php
I had changed line 401 per your 8/25 email as follows
// header('Content-Type: '.$finfo[$num]['mime']);
header('Content-Type: application/octet-stream');
When I switched it back - problem gone..
-J
-----Original Message-----
From: Alessandro Briosi [mailto:ts...@br...]
Sent: Thursday, August 27, 2009 12:01 PM
To: OpenUpload Delvel and General talk
Subject: Re: [openupload-devel] Not my day - download problem
could it be that php is somehow failing in the file move? what comes to
my mind is different partitions for temporary files and definitive data.
Maybe you could simply get the v0.4 and replace your installation (only
php files under lib/ ), and apply latest authenticate function to
ldap.inc.php
or better untar the v0.4 somewhere and check what are the differences in
the lib directory something like:
diff -Naur <where original v0.4 is>/lib /usr/share/openupload/lib
and see if you have touched something else during the testings.
Alessandro.
Weir, Jason ha scritto:
> Just as I suspected - I broke something...
>
> -J
>
> -----Original Message-----
> From: Andy Hester [mailto:and...@eu...]
> Sent: Thursday, August 27, 2009 11:48 AM
> To: OpenUpload Delvel and General talk
> Subject: Re: [openupload-devel] Not my day - download problem
>
>
> Weir, Jason wrote:
>> Ok - seem to have a download problem all of the sudden.
>>
>> I click on the download link - enter the captcha, then click the
>> download button
>>
>> All I get is a blank screen - download does not start
>>
> My install is still working re downloads....
>
> -Andy
_____________________________________________________________________________________________
Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |
|
From: Alessandro B. <ts...@br...> - 2009-08-27 16:00:55
|
could it be that php is somehow failing in the file move? what comes to my mind is different partitions for temporary files and definitive data. Maybe you could simply get the v0.4 and replace your installation (only php files under lib/ ), and apply latest authenticate function to ldap.inc.php or better untar the v0.4 somewhere and check what are the differences in the lib directory something like: diff -Naur <where original v0.4 is>/lib /usr/share/openupload/lib and see if you have touched something else during the testings. Alessandro. Weir, Jason ha scritto: > Just as I suspected - I broke something... > > -J > > -----Original Message----- > From: Andy Hester [mailto:and...@eu...] > Sent: Thursday, August 27, 2009 11:48 AM > To: OpenUpload Delvel and General talk > Subject: Re: [openupload-devel] Not my day - download problem > > > Weir, Jason wrote: >> Ok - seem to have a download problem all of the sudden. >> >> I click on the download link - enter the captcha, then click the >> download button >> >> All I get is a blank screen - download does not start >> > My install is still working re downloads.... > > -Andy > > > _____________________________________________________________________________________________ > > Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Alessandro B. <ts...@br...> - 2009-08-27 15:56:57
|
yeah, mine too. So it must be something else. Alessandro Andy Hester ha scritto: > Weir, Jason wrote: >> Ok - seem to have a download problem all of the sudden. >> >> I click on the download link - enter the captcha, then click the >> download button >> >> All I get is a blank screen - download does not start >> > My install is still working re downloads.... > > -Andy > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Weir, J. <jas...@nh...> - 2009-08-27 15:50:26
|
Just as I suspected - I broke something... -J -----Original Message----- From: Andy Hester [mailto:and...@eu...] Sent: Thursday, August 27, 2009 11:48 AM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] Not my day - download problem Weir, Jason wrote: > Ok - seem to have a download problem all of the sudden. > > I click on the download link - enter the captcha, then click the > download button > > All I get is a blank screen - download does not start > My install is still working re downloads.... -Andy _____________________________________________________________________________________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |
|
From: Andy H. <and...@eu...> - 2009-08-27 15:47:51
|
Weir, Jason wrote: > Ok - seem to have a download problem all of the sudden. > > I click on the download link - enter the captcha, then click the > download button > > All I get is a blank screen - download does not start > My install is still working re downloads.... -Andy |