- increased length of appointment 'type' field (recurrences) - added pg-fill-objinfo script to maintain the obj_info table - added 2006 German holidays - fixed a few issues in ZideStore project access - fixed a few "minor" crashers - added more default timezones (OGo #1612) - improved error logging in sendmail code - mapped php, ics and vcf extensions - removed duplicate encoding of middlename in XML-RPC daemon (OGo #1598) =========================================================================== r1765 compare ../complete/OpenGroupware.org/releases/1.0beta.2-rock with . added: config.make changed: Database/OGoModel/ 2005-12-01 Helge Hess * OGoModel.py (Date): bumped length of type field to 255 (v5.2.17) changed: Database/SQLite/ 2005-12-01 Helge Hess * build-schema.sqlite: bumped length of appointment type field to 255 changed: Database/PostgreSQL/ 2005-12-01 Helge Hess * pg-build-schema.psql: bumped length of date_x 'type' field to 255 chars (recurrence pattern) 2005-11-10 Helge Hess * added pg-fill-objinfo.psql script from trunk added: Database/PostgreSQL/pg-fill-objinfo.psql changed: DocumentAPI/OGoScheduler/ 2005-11-08 Norbert Schulze * Holidays.plist: added German holidays 2006 (v5.2.34) changed: ZideStore/ZSFrontend/ 2005-11-18 Helge Hess * SxFolder.m: do not log an error if an object could not be found and do not return 404 on failed lookups (just return nil, the 404 will be generated by the request handler) (v1.4.114) changed: ZideStore/SoObjects/ZSProjects/ 2005-11-11 Helge Hess * SxDocumentFolder.m: fixed a bug in file lookup (v1.4.97) changed: WebUI/JobUI/ 2006-07-04 Helge Hess * LSWJobEditor.m: fixed a weirdness in hasJobAttributes (v5.2.52) changed: WebUI/Contact/AddressUI/ 2006-03-10 Helge Hess * SkyBusinessCardGathering.m: fixed a crasher in a debug log (v5.2.51) changed: WebUI/Scheduler/OGoSchedulerViews/ 2006-01-29 Helge Hess * SkyInlineAptDataSourceView.m: fixed a crasher in a command call (v5.2.46) changed: Logic/LSFoundation/ 2005-11-10 Helge Hess * OGoContextManager.m: added more default timezones (OGo bug #1612) (v5.2.104) changed: Logic/LSMail/ 2006-03-17 Helge Hess * LSMailDeliverCommand.m: improved error logging if popen call to sendmail fails (v5.2.15) changed: Logic/LSBase/ 2005-12-19 Helge Hess * Defaults.plist: added extension => MIME type mappings for PHP, map 'ics' extension to 'text/calendar' MIME type and 'vcf' to 'text/x-vcard' (v5.2.24) changed: XmlRpcAPI/ 2005-10-18 Helge Hess * XmlRpcCoding.subproj/SkyPersonDocument+XmlRpcCoding.m: do not encode middlename twice (OGo bug #1598) (v5.2.65)