opengroupware-users Mailing List for OpenGroupware
Brought to you by:
buzzzzdeeee,
whitemice
You can subscribe to this list here.
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Sebastian R. <seb...@l0...> - 2013-02-06 17:55:04
|
Hello, the OpenGroupware team is proud to announce the release of the second release candidate of OpenGroupware 5.5. This OpenGroupware is a continuation of the development of OpenGroupware.org 1.1 from Skyrix. The project is now moved to SourceForge: http://sourceforge.net/projects/opengroupware/ You will also find information about OpenGroupware on http://www.opengroupware.us/ It has undergone a long way and major changes to switch from depending on the old gnustep-make v1/libFoundation to gnustep-make v2 and gnustep-base. Further OpenGroupware now depends on the SOPE fork maintained by the SOGo developers at Inverse. A lot of changes went into OpenGroupware, and also SOPE to resolve compatibility and stability issues. What is OpenGroupware ==================== OpenGroupware is a web based groupware system: * LDAP or database authentication * manage contacts/companies * manage tasks * E-Mail Web Mail (IMAP client) * project and document management * GroupDAV interface * scripting Interface via zOGI * and more... What's new compared to OpenGroupware 1.1 ===================================== * replaced dependency of gnustep-make V1.X with gnustep-make V2.X * replaced dependency of libFoundation with gnustep-base * now based on SOPE from SOGo team * Experimental new features: * CTI with Asterisk * allows you to trigger calls via the Web Interface * Integration with location based services * geocoding of addresses using the Google Geocoding API * show list of contacts on a MAP * links to location based services on the Web for addresses * SNSD5 support dropped * this happened due to changes in SOPE * we are working on how to get OGo multiple instances support back Changes since the rc1 ================== * many bugs still found in rc1 are now fixed * compatibility fixes with libobjc2 * a non exhaustive list of bug fixes and enhancements can be found in the bug tracker: * http://sourceforge.net/apps/mantisbt/opengroupware/roadmap_page.php * fixes to SOPE affecting OpenGroupware (you should install SOPE-2.0.4 or newer) * Documentation is now in the OpenGroupware WIKI * http://sourceforge.net/p/opengroupware/wiki/Home/ Where to get it ============ You can download the tarball here: http://sourceforge.net/projects/opengroupware/files/ For installation instructions, needed dependencies, consult the INSTALL file in the tarball. Where to get help ============== Best way is to ask for help on one of the mailing lists here: http://sourceforge.net/mail/?group_id=308294 cheers, Sebastian |
|
From: Sebastian R. <seb...@l0...> - 2012-02-02 09:55:30
|
Hello, the OpenGroupware team is proud to annouce the release of the first release candidate of OpenGroupware 5.5. This OpenGroupware is a fork of OpenGroupware.org 1.1 from Skyrix. The source is now hosted on SourceForge: http://sourceforge.net/projects/opengroupware/ You will also find information about OpenGroupware on http://www.opengroupware.us/ It has undergone a long way and major changes to switch from old gnustep-make 1/libFoundation to gnustep-make 2 and gnustep-base. Further OpenGroupware now depends on the SOPE fork maintained by the SOGo developers at Inverse. A lot of changes went into OpenGroupware, and also SOPE to resolve compatibility and stability issues. What is OpenGroupware ==================== OpenGroupware is a web based groupware system: * LDAP or database authentication * manage contacts/companies * manage tasks * E-Mail Web Mail (IMAP client) * project and document management * GroupDAV interface * scripting Interface via zOGI * and more... What's new ========= * replaced dependency of gnustep-make V1.X with gnustep-make V2.X * replaced dependency of libFoundation with gnustep-base * now based on SOPE from SOGo team * Experimental new features: * CTI with Asterisk * allows you to trigger calls via the Web Interface * Integration with location based services * geocoding of addresses using the Google Geocoding API * show list of contacts on a MAP * links to location based services on the Web for addresses * SNSD5 support dropped * this happened due to changes in SOPE * we are working on how to get OGo multiple instances support back Where to get it ============ You can download the tarball here: http://sourceforge.net/projects/opengroupware/files/ For installation instructions, needed dependencies, consult the INSTALL file in the tarball. Where to get help ============== Best way is to ask for help on one of the mailing lists here: http://sourceforge.net/mail/?group_id=308294 Meet OpenGroupware developer at the FOSDEM: www.fosdem.org. There will be a talk about the new OGo release: http://www.fosdem.org/2012/schedule/event/opengroupware regards, Sebastian |
|
From: Adam T. W. <awi...@wh...> - 2011-04-27 09:45:10
|
On Wed, 2011-04-27 at 10:19 +0200, =?UTF-8?Q? Bj=C3=B6rn_T. ?= wrote: > Hi > maybe some one can give me a hint on opengroupware read/write configuration. > There is a opengroupware installation with some hundret users. To work on a > migration I want that noone has write acces for a period of days but still > can login an view the appointments already in the database. > What would be the right way to do this? And how can I achieve that? To my knowledge there is no quiescent / read-only mode [although that is a good idea; I'll make it a feature request for OpenGroupware Coils]. Probably the best thing you can accomplish is the lock down database permissions; attempts to modify the data will fail with ugly errors but the app should continue to function. Just revoke INSERT, UPDATE, and DELETE on all tables except "log" and "session_log" to the account the OpenGroupware daemons' connect as. The daemons needs write privileges to "log" and "session_log" in order to run. |
|
From: Björn T. <bj...@we...> - 2011-04-27 08:19:50
|
Hi maybe some one can give me a hint on opengroupware read/write configuration. There is a opengroupware installation with some hundret users. To work on a migration I want that noone has write acces for a period of days but still can login an view the appointments already in the database. What would be the right way to do this? And how can I achieve that? Thanx for your help Cheers Björn |