Simple Groupware 0.510 released - April 12, 2009

Simple Groupware 0.510 released - April 12, 2009

A translation for Simplified Chinese was added. Referencing other datasets was made easier by adding quicklinks to all text fields together with shorter URL parameters for finding datasets. The POP3 module was expanded to view HTML mails, including newsletters. jCIFS, Imagemagick and the PmWiki engine were updated to the latest version. Some smaller bugfixes were added.

Download:

Simple Groupware 0.510 (tar.gz) (zip)

Manual:

Installation - Installation SyncML Server - Update - SyncML integration


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

Please use the Forum.


Changelog:

  • added Chinese translation (thanks to Wang Zhanjun)
  • added quicklinks to all texts: [<module>/<id>/<link-name>], e.g. [calendar/11/MyLink]
  • added quicklinks to all texts: [<id>], e.g. [11] (link to the same module)
  • added new URL find syntax: index.php?find=<module>|<id>, index.php?find=<id>
    index.php?find=calendar|11 (calendar item with id=11)
    index.php?find=calendar|subject=Meeting (calendar item with subject equal Meeting)
    index.php?find=calendar|subject~Meeting (calendar item with subject containing Meeting)
  • expanded POP3 module to view HTML mails
  • updated the jCIFS library to version 1.3.8
  • updated PmWiki engine to 2.2.1
  • updated links to RSS feeds
  • updated Imagemagick binary to the latest version
  • applied several smaller bugfixes