2004-09-12 Helge Hess * SkyProject4NewLink.wo: removed deprecated 'singleSelection' binding (v5.1.47) 2004-08-23 Helge Hess * GNUmakefile.preamble: fixed a linking path (v5.1.46) * SkyProject4DocumentViewer.wo: removed forms (v5.1.45) 2004-08-21 Helge Hess * v5.1.44 * SkyProject4DocumentSearch.m: replaced -indexOfString: calls with -rangeOfString: * SkyP4FolderView.m, SkyProject4DocumentRename.m: fixed MacOSX warnings * removed forms (v5.1.43) 2004-07-27 Helge Hess * SkyProject4Desktop.m: uses new OGoFileManagerFactory API to load the bundles (v5.0.42) * various files: replaced deprecated SkyFileManagerFactory class with OGoFileManagerFactory (v5.0.41) 2004-07-26 Helge Hess * v5.0.40 * SkyCompanyAccessEditor.wo: changed to use WOx template * SkyProject4DocumentViewer.m: minor code cleanups * SkyCompanyAccessEditor.m: minor code cleanups 2004-07-18 Helge Hess * v5.0.39 * NGUnixTool.m: fixed a major bug in default lookup which lead to the zip tools not being found * SkyP4FolderView.wo: template cleanups * SkyP4FolderView.m: code cleanups * SkyProject4Viewer.wo/SkyProject4Viewer.wod: minor template cleanups * SkyProject4Module.m: inherit from OGoModuleManager instead of LSWModuleManager (no practical consequences ..) 2004-07-09 Helge Hess * SkyProject4BLOBViewer.m: code cleanups (v5.0.38) 2004-06-03 Helge Hess * v5.0.37 * SkyP4DocumentIcon.m: fixed OGo bug #788 * SkyDocumentAttributeEditor.m, OGoProjectAction.m: minor code cleanups * SkyP4DocumentDownloadLogList.m: code cleanups * NGUnixTool.m: cache userdefaults object 2004-05-21 Helge Hess * SkyProject4DocumentViewer.m: code cleanups, improved error messages (v5.0.36) 2004-05-09 Helge Hess * SkyP4DocumentIcon.m: minor code cleanups (v5.0.35) 2004-05-07 Helge Hess * SkyProject4Viewer.wo: some template cleanups (v5.0.34) 2004-05-05 Helge Hess * v5.0.33 * SkyProject4Desktop.wo: removed unused bindings * SkyP4ProjectTableView.wo: do not bind 'selections' binding, see below * SkyProject4Desktop.wo: do not bind (apparently unused) 'selections' key to SkyTableView (otherwise unused checkboxes are displayed), removed license conditionals (v5.0.32) 2004-04-29 Helge Hess * SkyProject4Desktop.m: various code cleanups (v5.0.31) 2004-04-20 Helge Hess * v5.0.30 * SkyProject4DocumentViewer.wo: removed unused tabClicked action * SkyProject4DocumentViewer.wo: removed some unused .wod declarations * SkyProject4DocumentViewer.m: code cleanups, moved extension/mimetype typing code to a NSString category (not perfect, but better ;-) 2004-04-13 Helge Hess * SkyProject4NewLink.m: reference SkyProjectFileManager by name, not by static reference, fixed a compilation warning on Cocoa (v5.0.29) 2004-04-11 Helge Hess * SkyProject4NewLink.m: some code cleanups, automatically add a path extension for link filenames (fixes OGo bug #23) (v5.0.28) 2004-03-16 Helge Hess * SkyProject4DocumentViewer.m: added structured text documents as "Publisher" documents, so that preview and link checker are available on such (v5.0.27) 2004-03-14 Helge Hess * v5.0.26 * SkyProject4DocumentViewer.m: fixed some compilation warnings with gstep-base * SkyP4ProjectTableView.m: properly include time.h 2004-03-04 Helge Hess * SkyP4DocumentRequestHandler.m: do not use deprecated EOControl API (v5.0.25) 2004-02-12 Helge Hess * v5.0.24 * SkyP4DocumentRequestHandler.m, SkyP4FolderView.m, SkyProject4Desktop.m, SkyProject4DocumentRename.m: replaced -indexOfString: with -rangeOfString: * GNUmakefile: fixed for MacOSX 2003-12-28 Helge Hess * SkyProject4Module.m ([SkyProject -bundleManager:didLoadBundle:]): reduced logging (v5.0.23) 2003-12-22 Helge Hess * fixed CSS 'id' vs 'class' issue (v5.0.22) 2003-12-03 Helge Hess * SkyProject4Viewer: minor cleanups, added link tba (v5.0.21) 2003-12-01 Helge Hess * v5.0.20 * SkyProject4DocumentViewer.m: major cleanups * SkyProject4DocumentUpload.m: minor cleanups * WOComponent+P4Forms.m, OGoProjectAction.m, SkyProject4Desktop, SkyProject4Viewer: fixed warnings Wed Nov 26 18:58:36 2003 Martin Hoerning * SkyP4ProjectTableView.m: uses project-favorite commands now (sx bug 445) (v5.0.19) 2003-11-14 Helge Hess * SkyProject4Desktop.m: minor cleanups (v5.0.18) 2003-11-14 Helge Hess * SkyProject4Desktop.m: code cleanups (v5.0.17) 2003-11-06 Thomas Schild * SkyProject4NewLink.wo: imageButton --> css submitButton (v5.0.16) Tue Nov 4 17:11:50 2003 Jan Reichmann * NGUnixTool.m: improve error checks for creating/removing temporary files, replace remove() with unlink() --> remove() seem to be broken on RedHat 9 (returns an 'File is not a directory' ???) (v5.0.15) Mon Nov 3 18:28:07 2003 Jan Reichmann * FileManagerZipper.m: add ZipDebugEnabled default to improve zip logging (v5.0.14) 2003-10-27 Thomas Schild * SkyP4FolderView.wo, SkyProject4DocumentUpload.wo: imageButton --> css submitButton * SkyProject4DocumentEditor.wo, SkyCompanyAccessEditor.wo, SkyDocumentAttributeEditor.wo, SkyProject4DocumentRename.wo: cancel/deleteButton --> css WOHyperlink button v5.0.13 2003-10-23 Helge Hess * v5.0.12 (requires OGoFoundation v5.0.17) * replaced references to LSWComponent with OGoComponent * moved LSWComponent+FileManagerError to OGoComponent+FileManagerError * SkyP4ProjectTableView: activate new-project panel using direct action, activate clicked projects using "activate" direct action * added OGoDocAction and OGoProjectAction direct action classes * SkyProject4Viewer.m: cleanup activation code * SkyP4DocumentRequestHandler.m: cleanups * SkyProject4DocumentEditor.m: small code cleanups, removed various warnings, added support to trigger Epoz 2003-10-08 Thomas Schild * SkyProject4DocumentSearch.wo: imageButton --> css submitButton 2003-10-06 Thomas Schild * SkyProject4DocumentEditor.wo, SkyCompanyAccessEditor.wo, SkyDocumentAttributeEditor.wo, SkyProject4DocumentRename.wo: imageButton --> css submitButton 2003-10-01 Thomas Schild * SkyProject4Desktop.wo: imageButton --> css submitButton Wed Aug 13 17:20:22 2003 Martin Hoerning * SkyP4FolderView.m: added new error messages for release errors (fixes sx bug 1597) (v5.0.11) Fri Aug 8 16:04:26 2003 Martin Hoerning * SkyP4FolderView.m: fixed label (solves bug 1387) (v5.0.10) Mon Jul 7 19:10:32 2003 Helge Hess * OpenGroupware.org import (v5.0.9) * removed history ChangeLogs Tue Jan 9 13:31:59 2001 Helge Hess * created ChangeLog, moved SkyProject to Skyrix-dev-38