OGo bug ids touched by ChangeLog: #1162, #1200 - cleanups and minor fixes in libOGoProject - added some version of the SOGo mailer to ZideStore - started single-rpm spec file - project::delete command properly deletes properties - added versioning methods for project documents to xmlrpcd - fixed duplicate generation of 'keywords' attribute in xmlrpcd (#1162) - automatically add http:// to extended object link attributes - added OGoEmbedExternalLink - removed LSWMasterComponent - do not create notes if no content is provided (#1200) - various code cleanups =========================================================================== r775 compare ../complete/OpenGroupware.org/releases/1.0alpha10-ultra with . changed: DocumentAPI/OGoProject/ 2005-02-24 Helge Hess * SkyProject.m, SkyProjectDataSource.m: some code cleanups, property code bugfixes (v5.1.38) 2005-02-16 Rafel Amer * SkyProject.m, SkyProjectDataSource.m: added automatic access to project properties 2005-02-10 Helge Hess * SkyProjectDataSource.m: minor code cleanups (v5.1.37) changed: DocumentAPI/OGoAccounts/ 2005-01-29 Helge Hess * SkyAccountDataSource.m: minor code cleanups (v5.1.18) changed: ZideStore/UI-X/ 2005-02-10 Helge Hess * added a common.make added: ZideStore/UI-X/SOGoUI added: ZideStore/UI-X/Mailer added: ZideStore/UI-X/common.make changed: ZideStore/ZSFrontend/ 2005-02-10 Helge Hess * v1.3.106 * SxUserFolder.m: mapped "Mail" to OGoMailAccount * SxObject.m: added -initWithName:inContainer: for SOGo compatibility added: ZideStore/SoObjects/Mailer added: ZideStore/SoObjects/Sieve changed: ZideStore/SoObjects/ZSAppointments/ 2005-02-06 Helge Hess * SxAppointmentFolder.m: fixed GroupDAV namespace to current draft (v1.3.94) changed: ZideStore/SoObjects/ZSTasks/ 2005-02-06 Helge Hess * SxTaskFolder.m: fixed GroupDAV namespace to current draft (v1.3.76) changed: ZideStore/SoObjects/ZSContacts/ 2005-02-06 Helge Hess * SxAddressFolder.m: fixed GroupDAV namespace to current draft (v1.3.80) added: maintenance/changes-1.0a10-to-1.0a11.txt added: maintenance/ogosope-singlerpm.spec added: maintenance/ogo-singlerpm.spec added: maintenance/ogofull-singlerpm.spec added: maintenance/rpm_buildenvironment/db_setup_template added: maintenance/deb_buildenvironment/depends_upon changed: Logic/LSProject/ 2005-02-24 Helge Hess * LSDeleteProjectCommand.m: properly delete project properties if a project is deleted (needs testing!), some code cleanups (v5.1.36) 2005-01-28 Helge Hess * LSNewNoteCommand.m: code cleanups (v5.1.35) changed: XmlRpcAPI/ 2005-02-24 Helge Hess * Actions.subproj/DirectAction+Project.m: - allow a non-array argument for project.fileAttributesAtDirectory and project.attr functions (will create a single item array) - improved faults, - added various functions to access versioning information: project.checkoutFileAtPath, project.releaseFileAtPath, project.rejectFileAtPath, project.getVersionsAtPath, project.getLastVersionAtPath - added a method to retrieve the file content as an NSData object: project.getFileContent (also supports versioning) (v5.1.58) 2005-02-09 Helge Hess * XmlRpcCoding.subproj/SkyPersonDocument+XmlRpcCoding.m: avoid duplicate generation of 'keywords' field (should fix OGo bug #1162) (v5.1.57) 2005-01-29 Helge Hess * EOControl+XmlRpcDirectAction.m, Actions.subproj/DirectAction+Account.m: minor code cleanups (v5.1.56) added: XmlRpcAPI/tests/listAccounts.py changed: PDA/OGoPalmWebUI/ 2005-02-23 Helge Hess * SkyPalmAssignMemo.m: various code improvements (v5.1.27) changed: WebUI/Scheduler/LSWScheduler/ 2005-02-28 Helge Hess * LSWSchedulerDateCell.m: minor code cleanups (v5.1.61) changed: WebUI/Templates/ 2005-02-08 Helge Hess * fixed Copyright information changed: WebUI/Templates/AddressUI/ 2005-02-11 Helge Hess * minor template cleanups changed: WebUI/Common/BaseUI/ 2005-02-11 Helge Hess * SkyObjectField.m: if a link value contains no "://", add "http://" as a prefix (v5.1.101) changed: WebUI/Common/OGoUIElements/ 2005-02-11 Helge Hess * added new dynamic element to embed external HTTP content, eg from PHP scripts (OGoEmbedExternalLink) (v5.1.36) 2005-02-11 Helge Hess * SkyExternalLink.m: if the link contains no "://", add "http://" as a prefix (v5.1.35) added: WebUI/Common/OGoUIElements/OGoEmbedExternalLink.m changed: WebUI/OGoFoundation/ 2005-02-16 Helge Hess * v5.1.82 * removed unused LSWMasterComponent file/protocol * OGoContentPage.m: some code cleanups, removed -setErrorCString: removed: WebUI/OGoFoundation/LSWMasterComponent.h changed: WebUI/Project/OGoNote/ 2005-01-28 Helge Hess * v5.1.14 * SkyNoteList.m: do not create a note if the note content is missing (should fix OGo bug #1200) * SkyNoteEditor.m: properly check whether a note content is provided by the user