Simple Groupware 0.310 released - October 14, 2007

Simple Groupware 0.310 released - October 14, 2007

LDAP group synchronization was added together with the Swedish translation. The portal module was expanded to refresh portal items after a specified number of seconds. New fields were added to the CSV contacts data handler. A new data handler was implemented for the LDIF file format, allowing to import contacts from Mozilla Thunderbird or LDAP. Usernames and passwords from the current user can now be used directly in mountpoints. The default portal pages for new users and projects have been changed to show all tasks, appointments and files related to the user or project. Textareas in forms can now be resized. A new option was added to redirect to a predefined folder after the login. Page viewing performance was increased by splitting up Javascript files for viewing and editing assets. As an addition to Smarty templates, PHP functions can now be directly used to display content in views. Bugfixes were applied to exporting SyncML contacts and appointments as well as importing big CSV files.

Download:

Simple Groupware 0.310 (tar.gz) (zip) - Simple Groupware Client 0.34 (tgz) (zip)

Manual:

Installation - Installation SyncML Server - Update - SyncML integration


Comments, hints, wishes, appreciations, etc. are welcome:

Please give Feedback.


Changelog:

  • added LDAP group synchronization (thanks to Laurent BARDI for providing the patch)
  • added Swedish translation from Lars Stavholm
  • added the option to refresh portal items after x seconds
  • added new fields for CSV contacts data handler (city, zipcode, state, country, department, birthday)
  • added a new data handler for LDIF contacts (LDAP Data Interchange Format for Thunderbird, Active Directory)
  • added buttons to resize textareas in forms
  • added use of the current username and password in mountpoints (use and in the mountpoint definition)
  • added new syntax to view assets from different folders: index.php?find=assets|table|limit|field=value
  • added the option to redirect to a predefined folder after login (use http://<your-server>/sgs/bin/index.php?folder=<folder-id>&view=display&logout)
  • added the option to use PHP functions directly in views instead of Smarty templates (see http://www.simple-groupware.de/cms/Main/Customization for more)
  • changed the default portal page for new users to show all tasks and appointments related to that user
  • changed the default portal page for new projects to show all tasks and files related to that project
  • splitted up functions.js, created functions_edit.js for edit/new forms
  • fixed SyncML export for contacts and appointments
  • fixed importing for huge CSV files
  • fixed ob_flush error handling in install_unattended.php.txt