2005-05-12  Helge Hess  <helge.hess@skyrix.com>

	* v5.1.53

	* LSWPersons.m: added direct action to jump to advanced search
	  (LSWPersons/showAdvancedSearch)

	* LSWPersonAdvancedSearch.m: included @interface in .m file, deleted .h
	  file

2005-03-05  Helge Hess  <helge.hess@opengroupware.org>

	* LSWPersons.m, EOQualifier+PersonUI.m: fixed a warning on MacOSX
	  (v5.1.52)

2004-12-22  Helge Hess  <helge.hess@opengroupware.org>

	* v5.1.51
	
	* EOQualifier+PersonUI.m: added ability to create OR qualifier for
	  search strings which contain spaces (related to OGo enh #1034)

	* LSWPersons.m: trim spaces in search string, moved qualifier creation
	  to EOQualifier category in an own file
	
2004-11-24  Helge Hess  <helge.hess@opengroupware.org>

	* code cleanups (v5.1.50)

2004-11-13  Helge Hess  <helge.hess@opengroupware.org>

	* LSWPersons.m: minor code cleanup (v5.1.49)

2004-09-12  Helge Hess  <helge.hess@opengroupware.org>

	* v5.1.48

	* LSWPersonAdvancedSearch.wo/LSWPersonAdvancedSearch.wod: major 
	  template cleanups

	* LSWPersonAdvancedSearch.wo, SkyPersonSelectPopUp.wo: removed
	  deprecated 'singleSelection' binding

2004-08-21  Helge Hess  <helge.hess@opengroupware.org>

	* v5.1.47

	* SkyPersonViewer.m: fixed a warning

	* LSWPersonAdvancedSearch.m: fixed a MacOSX warning

2004-08-19  Helge Hess  <helge.hess@opengroupware.org>

	* SkyPersonViewer.m: minor code cleanups (v5.0.46)

2004-08-10  Helge Hess  <helge.hess@opengroupware.org>

	* SkyPersonEnterpriseSetViewer.wo, SkyWizardPersonViewer.wo: template
	  cleanups, fixed some XHTML issues (v5.0.45)

2004-06-22  Helge Hess  <helge.hess@skyrix.com>

	* LSWPersonAdvancedSearch.m, SkyPersonWizard.m, LSWPersons.m,
	  SkyWizardPersonViewer.m: minor code cleanups, fixed some gcc 3.4
	  warnings (v5.0.44)

2004-05-09  Helge Hess  <helge.hess@opengroupware.org>

	* GNUmakefile.preamble: updated for current MacOSX compiler (v5.0.43)

2004-05-06  Helge Hess  <helge.hess@skyrix.com>

	* GNUmakefile: added postamble which validates WOx files prior building
	  (v5.0.42)

2004-05-05  Helge Hess  <helge.hess@skyrix.com>

	* OGoPersonLinkEditor.m: post change notification if a link was 
	  created, so that the link list can properly refresh (v5.0.41)

2004-05-05  Helge Hess  <helge.hess@opengroupware.org>

	* v5.0.40
	
	* SkyPersonEditor.m: code cleanups
	
	* SkyPersonEditor.wo: minor template cleanups

	* started OGoPersonLinkEditor for creating related links to person
	  contacts

2004-05-04  Helge Hess  <helge.hess@skyrix.com>

	* v5.0.39

	* SkyPersonSearchPanel.m: code cleanups

	* SkyPersonSearchPanel.wo: changed to WOx template

2004-04-29  Helge Hess  <helge.hess@opengroupware.org>

	* v5.0.38
	
	* SkyPersonAttributesEditor: template cleanups, code cleanups
	
	* SkyPersonEditor: use new SkyCollapsibleContent binding for defaults,
	  some other template cleanups

2004-04-21  Helge Hess  <helge.hess@skyrix.com>

	* LSWPersons: major code and template cleanups (v5.0.37)

2004-04-19  Helge Hess  <helge.hess@skyrix.com>

	* v5.0.36

	* started to work on .wox based templates

	* SkyPersonProjectList.wo/SkyPersonProjectList.wod: added proper
	  ordering binding (avoids a warning)

	* SkyPersonViewer: added -isPersonNotRoot method and use that in the
	  template instead of a complex conditional, removed unused 
	  accessTabClicked binding in .wod file

	* LSWPersonMailPage.m: minor code cleanups (v5.0.35)

2004-03-27  Helge Hess  <helge.hess@opengroupware.org>

	* SkyPersonViewer.wo/SkyPersonViewer.wod (IsInEnterpriseCond): fixed
	  bug introduced in v5.0.33 (missing IsInEnterpriseCond) (v5.0.34)

2004-03-24  Helge Hess  <helge.hess@skyrix.com>

	* SkyPersonViewer.wo/SkyPersonViewer.wod: removed some unused bindings
	  (v5.0.33)

2004-03-15  Helge Hess  <helge.hess@skyrix.com>

	* LSWPersons.m: various code cleanups, use new 'qualifier' binding in
	  LSWFullSearch, removed LSWPersons.h (v5.0.32)
	
2004-03-10  Helge Hess  <helge.hess@opengroupware.org>

	* v5.0.31

	* SkyPersonEnterpriseSetViewer.m, SkyPersonList.m: fixed minor
	  compilation warnings with gstep-base

	* SkyPersonViewer.m: properly pass command context to datasource

2004-01-29  Helge Hess  <helge.hess@opengroupware.org>

	* SkyPersonViewer.m: minor cleanups (v5.0.30)

2004-01-19  Helge Hess  <helge.hess@opengroupware.org>

	* LSWPersonAdvancedSearch.m: replaced -indexOfString: with 
	  -rangeOfString: (v5.0.29)

2004-01-14  Helge Hess  <helge.hess@opengroupware.org>

	* various cleanups (v5.0.28)

2004-01-10  Helge Hess  <helge.hess@opengroupware.org>

	* SkyPersonList.wo: minor cleanups in template (v5.0.27)

2003-12-28  Helge Hess  <helge.hess@opengroupware.org>

	* v5.0.26

	* LSWPersons: minor cleanups, moved SkyPersonWizard to separate file,
	  do not use -enterPage: but rather return page as result in action
	  methods, made LSMaxSearchCount an application wide default

	* SkyPersonSearchPanel.wo/SkyPersonSearchPanel.html: minor cleanups

2003-12-03  Helge Hess  <helge.hess@skyrix.com>

	* v5.0.25
	
	* LSWPersonHtmlMailPage.wo: minor template cleanups, now uses the
	  "activate" direct-action instead of viewPerson

	* SkyPersonViewer.m: added default "OGoPersonLinksEnabled", use
	  activate direct action for URLs, moved the apt-attributes to be
	  fetched for the tableview into a default

2003-12-02  Helge Hess  <helge.hess@opengroupware.org>

	* SkyPersonViewer.wo/SkyPersonViewer.wod: added link tab, removed 
	  "license" bindings ... (v5.0.24)
	
Fri Nov 28 19:12:00 2003  Martin Hoerning  <mh@skyrix.com>

	* LSWPersonAdvancedSearch.m: fixed use of '%' wildcard (ogo bug 118)
	  (v5.0.23)

2003-11-27  Thomas Schild  <ts@skyrix.com>

	* GNUmakefile: removed DERIVED_RESOURCES
	* PersonsDerived.make: removed
	* SkyPersonViewer.wo, SkyPersonEditor.wo,
	  SkyPersonList.wo: removed *.lproj
	  (v5.0.22)

Tue Nov 18 17:50:04 2003  Martin Hoerning  <mh@skyrix.com>

	* LSWPersons.m, SkyPersonList.m: fixed removing of favorites.
	  moved favorites tab to the left (solves ogo bug 176) (v5.0.21)

Fri Nov  7 18:59:29 2003  Martin Hoerning  <mh@skyrix.com>

	* SkyPersonViewer.m (prepareForActivationCommand): 
	  fetch comment (if not already fetched) if activated with an 
	  eo-record (which is the case when 
	  LSWViewAction/viewPerson?companyId=...)
	  is used (v5.0.20) (sx bug 1915)

2003-10-30  Helge Hess  <helge.hess@opengroupware.org>

	* remove the derived resources from CVS (SkyPersonViewer) (v5.0.19)

Mon Oct 27 16:51:52 2003  Jan Reichmann  <jr@skyrix.com>

	* SkyPersonViewer: add referred person support (v5.0.18)

2003-10-21  Helge Hess  <helge.hess@skyrix.com>

	* SkyPersonViewer.m: smaller cleanups, requires OGoFoundation
	  v5.0.17 (v5.0.17)

2003-09-30  Thomas Schild  <ts@skyrix.com>

	* LSWPersons.wo, LSWPersonAdvancedSearch.wo, SkyPersonSearchPanel.wo:
	  imageButton --> css submitButton
	
	* GNUmakefile: some clean ups in PersonDerived.make

Tue Aug 12 17:52:45 2003  Martin Hoerning  <mh@skyrix.com>

	* LSWPersons.m: added customTabLabel, new default: 
	  contacts_maxTabTitleLength (fixes sx bug 1794) (v5.0.16)
	 
Mon Aug 11 16:58:17 2003  Martin Hoerning  <mh@skyrix.com>

	* LSWPersonAdvancedSearch.m: sort saved searches popup
	  (fixed sx bug 1732) (v5.0.15)	

Fri Aug  8 17:27:55 2003  Martin Hoerning  <mh@skyrix.com>

	* SkyPersonEditor.wo/SkyPersonEditor.wod: fixed save/cancel labels
	  (solves bug 1448) (v5.0.14)

2003-08-06  Helge Hess  <helge.hess@skyrix.com>
	
	* SkyPersonViewer.m: fixed access editor bug as reported by schnello
	  (v5.0.13)

Thu Jul 31 11:04:44 2003  Martin Hoerning  <mh@skyrix.com>

	* LSWPersonAdvancedSearch.m: fixed keywords query (for new 
	  LSExtendedSearchPersonCommand (LSPerson v5.0.6))
	  (fixes bug 671) (v5.0.12)

Wed Jul 23 18:08:53 2003  Martin Hoerning  <mh@skyrix.com>

	* SkyPersonEditor.m: fixed autorelease bug (bug 1812) (v5.0.11)

Mon Jul 21 14:37:53 2003  Jan Reichmann  <jr@skyrix.com>

	* bundle-info.plist: add OGoProject as required bundle (needed for 
	  SkyAccessEditor) (v5.0.10)

Mon Jul  7 17:38:09 2003  Helge Hess  <helge.hess@skyrix.com>

	* OpenGroupware.org import (v5.0.9)

	* removed historic ChangeLogs

Wed May 24 11:55:11 2000  Helge Hess  <helge.hess@mdlink.de>

	* created ChangeLog
