Commit graph

  • beb53407d2 * GSWAdaptors/Apache/mod_gsweb.c (sendResponse): Add cast. * GSWAdaptors/Apache/GNUmakefile-Apache1x: Update copyright and correct ADAPTOR variable. * GSWAdaptors/Doc/ConfigurationFile.html: Updated formatting. * GSWAdaptors/common/GSWAppConnectNSSocket.c (GSWApp_Open, GSWAppSendBlock, GSWApp_ReceiveLine, GSWApp_ReceiveBlock): Correct usage of GSWLog by addeding requiered parameter. * GSWAdaptors/common/GSWApp.[hc]: Updated copyright notice and applied some formatting. * GSWAdaptors/common/GSWAppConnect.h: Ditto. * GSWAdaptors/common/GSWAppConnectNSSocket.c: Ditto. * GSWAdaptors/common/GSWAppConnectSocket.c: Ditto. * GSWAdaptors/common/GSWAppRequest.[hc]: Ditto. * GSWAdaptors/common/GSWAppRequestStruct.h: Ditto. * GSWAdaptors/common/GSWConfig.[hc]: Ditto. * GSWAdaptors/common/GSWDict.[hc]: Ditto. * GSWAdaptors/common/GSWHTTPHeaders.[hc]: Ditto. * GSWAdaptors/common/GSWHTTPRequest.[hc]: Ditto. * GSWAdaptors/common/GSWHTTPResponse.[hc]: Ditto. * GSWAdaptors/common/GSWList.[hc]: Ditto. * GSWAdaptors/common/GSWLoadBalancing.[hc]: Ditto. * GSWAdaptors/common/GSWPropList.[hc]: Ditto. * GSWAdaptors/common/GSWString.[hc]: Ditto. * GSWAdaptors/common/GSWTemplates.[hc]: Ditto. * GSWAdaptors/common/GSWURLUtils.[hc]: Ditto. * GSWAdaptors/common/GSWUtils.[hc]: Ditto. * GSWAdaptors/common/common.make: Ditto. * GSWAdaptors/common/config.[hc]: Ditto. David Ayers 2003-02-28 18:37:43 +0000
  • ef9aeb9211 * GSWAdaptors/common/GSWUtil.c|.h (strcasestr): removed CONST from declaration. mirko 2003-02-20 11:34:20 +0000
  • 696cc4ae31 * GSWAdaptors/common/GSWUtil.c|.h (strcasestr): removed CONST from declaration. Mirko Viviani 2003-02-20 11:34:20 +0000
  • 8970152eff * GSWeb.framework/GSWDebug.h: fixed #define. mirko 2003-02-19 18:44:42 +0000
  • a5911c4f5a * GSWeb.framework/GSWDebug.h: fixed #define. Mirko Viviani 2003-02-19 18:44:42 +0000
  • 13f054fe51 2003-02-01 Manuel Guesdon <mguesdon@orange-concept.com> mguesdon 2003-02-01 19:08:11 +0000
  • ddb973b437 2003-02-01 Manuel Guesdon <mguesdon@orange-concept.com> Manuel Guesdon 2003-02-01 19:08:11 +0000
  • 2d515b34a6 2003-02-01 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/NSString+Trimming.m: o Replaced DataToHexString with -[NSData hexadecimalRepresentation]. (David Ayers <d.ayers@inode.at>) * GSWeb/GSWHTMLURLValuesElement.m: o Replaced GSMD5 class with md5Digest of NSData category. (David Ayers <d.ayers@inode.at>) o Replaced DataToHexString with -[NSData hexadecimalRepresentation]. (David Ayers <d.ayers@inode.at>) * Examples/hello/GNUmakefile: o Use gsweb.make. * gsweb.make.in: o Change AUXILIARY_INCLUDE_LIBS to AUXILIARY_TOOL_LIB. (David Ayers <d.ayers@inode.at>) o Handle GDL2 with ADDITIONAL_OBJCFLAGS. (David Ayers <d.ayers@inode.at>) * configure.ac: o Check for GDL2 to set config.h correctly. * configure: o Regenerated. (David Ayers <d.ayers@inode.at>) * config.mak.in: o Set GDL2 as determined by configure. (David Ayers <d.ayers@inode.at>) * GSWeb.framework/GSWComponent.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly o added -_appendPageToResponse:inContext: * GSWeb.framework/GSWApplication.[hm]: o added -createResponseInContext: o added -createRequestWithMethod:uri:httpVersion:headers:content:userInfo: o added -createResourceManager o used createResourceManager instead of creating it directly o added NSAutoreleasePool debug traces o exception log changed * GSWeb.framework/GSWDefaultAdaptorThread.m: o use application -createRequestWithMethod:uri:httpVersion:headers:content:userInfo: instead of directly creating GSWRequest instance directly o added NSAutoreleasePool debug traces o add thread_id trace in log * GSWeb.framework/GSWDefaultAdaptor.m: o added NSAutoreleasePool debug traces * GSWeb.framework/GSWComponentRequestHandler.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly * GSWeb.framework/GSWResourceRequestHandler.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly * GSWeb.framework/GSWDirectActionRequestHandler.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly * GSWeb.framework/GSWResponse.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly * GSWeb.framework/GSWTemplateParserXML.m: o added exception handling o added NSAutoreleasePool debug traces * GSWeb.framework/GSWTemplateParser.m: o added NSAutoreleasePool debug traces * GSWeb.framework/GSWSession.m o added NSAutoreleasePool debug traces o Fix in rand() use o NSString+Trimming o Fix in rand() use o add thread_id trace in log o Replaced GSMD5 class with md5Digest of NSData category. (David Ayers <d.ayers@inode.at>) o Replaced DataToHexString with -[NSData hexadecimalRepresentation]. (David Ayers <d.ayers@inode.at>) * GSWeb.framework/GSWContext.m o add thread_id trace in log * GSWeb/GSWUtils.[hm]: o Removed DataToHexString() and HexStringToData(). (David Ayers <d.ayers@inode.at>) mguesdon 2003-02-01 19:07:25 +0000
  • f14b5bf8da 2003-02-01 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/NSString+Trimming.m: o Replaced DataToHexString with -[NSData hexadecimalRepresentation]. (David Ayers <d.ayers@inode.at>) * GSWeb/GSWHTMLURLValuesElement.m: o Replaced GSMD5 class with md5Digest of NSData category. (David Ayers <d.ayers@inode.at>) o Replaced DataToHexString with -[NSData hexadecimalRepresentation]. (David Ayers <d.ayers@inode.at>) * Examples/hello/GNUmakefile: o Use gsweb.make. * gsweb.make.in: o Change AUXILIARY_INCLUDE_LIBS to AUXILIARY_TOOL_LIB. (David Ayers <d.ayers@inode.at>) o Handle GDL2 with ADDITIONAL_OBJCFLAGS. (David Ayers <d.ayers@inode.at>) * configure.ac: o Check for GDL2 to set config.h correctly. * configure: o Regenerated. (David Ayers <d.ayers@inode.at>) * config.mak.in: o Set GDL2 as determined by configure. (David Ayers <d.ayers@inode.at>) * GSWeb.framework/GSWComponent.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly o added -_appendPageToResponse:inContext: * GSWeb.framework/GSWApplication.[hm]: o added -createResponseInContext: o added -createRequestWithMethod:uri:httpVersion:headers:content:userInfo: o added -createResourceManager o used createResourceManager instead of creating it directly o added NSAutoreleasePool debug traces o exception log changed * GSWeb.framework/GSWDefaultAdaptorThread.m: o use application -createRequestWithMethod:uri:httpVersion:headers:content:userInfo: instead of directly creating GSWRequest instance directly o added NSAutoreleasePool debug traces o add thread_id trace in log * GSWeb.framework/GSWDefaultAdaptor.m: o added NSAutoreleasePool debug traces * GSWeb.framework/GSWComponentRequestHandler.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly * GSWeb.framework/GSWResourceRequestHandler.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly * GSWeb.framework/GSWDirectActionRequestHandler.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly * GSWeb.framework/GSWResponse.m: o use GSWApp -createResponseInContext: instead of creating GSWResponse instance directly * GSWeb.framework/GSWTemplateParserXML.m: o added exception handling o added NSAutoreleasePool debug traces * GSWeb.framework/GSWTemplateParser.m: o added NSAutoreleasePool debug traces * GSWeb.framework/GSWSession.m o added NSAutoreleasePool debug traces o Fix in rand() use o NSString+Trimming o Fix in rand() use o add thread_id trace in log o Replaced GSMD5 class with md5Digest of NSData category. (David Ayers <d.ayers@inode.at>) o Replaced DataToHexString with -[NSData hexadecimalRepresentation]. (David Ayers <d.ayers@inode.at>) * GSWeb.framework/GSWContext.m o add thread_id trace in log * GSWeb/GSWUtils.[hm]: o Removed DataToHexString() and HexStringToData(). (David Ayers <d.ayers@inode.at>) Manuel Guesdon 2003-02-01 19:07:25 +0000
  • bae8729e60 2003-01-22 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb.framework/WebObjects: removed WO* mguesdon 2003-01-22 14:16:56 +0000
  • 27fa568860 2003-01-22 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb.framework/WebObjects: removed WO* Manuel Guesdon 2003-01-22 14:16:56 +0000
  • 81e6793323 2003-01-22 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb.framework/Makefile.postamble: o use $(LN_S) -f in install-WO-headers o added $(MKDIRS) $(GNUSTEP_HEADERS)/$(GSWExtensions_wo_HEADER_FILES_INSTALL_DIR); * GSWExtensionsGSW.framework/Makefile.postamble: use $(LN_S) -f in install-WO-headers mguesdon 2003-01-22 12:24:26 +0000
  • 2283c65a13 2003-01-22 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb.framework/Makefile.postamble: o use $(LN_S) -f in install-WO-headers o added $(MKDIRS) $(GNUSTEP_HEADERS)/$(GSWExtensions_wo_HEADER_FILES_INSTALL_DIR); * GSWExtensionsGSW.framework/Makefile.postamble: use $(LN_S) -f in install-WO-headers Manuel Guesdon 2003-01-22 12:24:26 +0000
  • 0746bae903 2003-01-19 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/GSWApplication.m o removed unused +initialize * GSWeb/GSWDefaultAdaptorThread.m: o more information on "bad request first line" exception * GSWeb/GSWHTMLDynamicElement.m o in -initWithName:attributeAssociations:contentElements: add "" to association values because XML parser romove them. o added -computeActionStringWithActionClassAssociation: directActionNameAssociation:inContext: o added -computeQueryDictionaryWithActionClassAssociation: directActionNameAssociation:queryDictionaryAssociation: otherQueryAssociations:inContext: * GSWeb/GSWResponse.m: o don't append debugcomment if !GSDebugSet(@"debugComments") o fixed bug in appendContentString: in NSAssert3 params o adedd -_appendTagAttribute:value:escapingHTMLAttributeValue: o added GSWResponse (GSWResponseRedirected) * GSWeb/GSWResponse.h: o added -forceFinalizeInContext o added GSWResponse (GSWResponseRedirected) * GSWeb/GSWTemplateParserXML.m: o only include comments if [GSWApplication includeCommentsInResponses] * GSWExtensions.framework/GSWLongResponsePage.m: o in -cancel call cancelPageForStatus: instead of cancelPage o declare private interface * GSWeb/GSWComponent.m: o don't output end of component commend if !DEBUG && !GSDebugSet(@"gswcomponents") o fixes in _generateResponseInContext: * GSWeb/GSWContext.[hm]: o added _userInfo to enable developper context specific temporary information storage o added -userInfo o added -_generateRelativeURLs o make -_generateCompleteURLs returning previous state. o added -directActionURLForActionNamed:queryDictionary:isSecure: o added -_directActionURLForActionNamed:queryDictionary:isSecure:url: o added -componentActionURLIsSecure: o modified -session o modified -_takeAwakeComponent: to not add already added component o implemented _takeAwakeComponentsFromArray; o fixed -_incrementContextID o added _session o fixes in -copyWithZone to keep mutable objects mutables. o added _requestContextID o added -_setRequestContextID: and -_requestContextID; * GSWeb/GSWHyperlink.[hm]: o added _secure o added binding validation tests o fixes in -appendToResponse:inContext: o handle correctly otherQueryAssociations (bindings starting with '?') * GSWeb/GSWConstants.[hm]: o added cidStore__Key for GSWHTMLURLValuedElement o added cidKey__Key for GSWHTMLURLValuedElement * GSWeb/GSWImage.[hm]: o added _width, _height * GSWeb/GSWHTMLURLValuedElement.[hm] o implemented -_appendCGIActionURLToResponse:inContext: o implemented -computeActionStringInContext: o implemented -computeQueryDictionaryInContext: o handle otherQueryAssociations (bindings starting with '?') o handle cidStore and cidKey * GSWeb/GSWRequest.[hm]: o added _context o changes for compilation warnings o added -sessionIDFromValuesOrCookieByLookingForCookieFirst: o added +_lookForIDsInCookiesFirst o rewrite form/uri/cookie values retrieving (for sessionID,...) o new use GSMimeParser for formData parsing * Doc/antlr.txt added * GSWeb/GSWPageDefParser.[hm] regenerated to handle (bindings starting with '?') * GSWeb/GSWPageDefParserTokenTypes.txt regenerated to handle (bindings starting with '?') * GSWeb/GSWPageDefParserTokenTypes.h regenerated to handle (bindings starting with '?') * GSWeb/GSWPageDefLexer.[hm] regenerated to handle (bindings starting with '?') * GSWeb/GSWUtils.[hm]: o added -extractObjectsForKeysWithPrefix:removePrefix: o fixed bug in HexStringToData o fixed bug in NSDictionary +dictionaryWithArray:onSelector:withObject: * GSWeb/GSWForm.[hm] o handle otherQueryAssociations (bindings starting with '?') o implemented -computeQueryDictionaryInContext: o implemented/fixed -_appendHiddenFieldsToResponse:inContext: o implemented -_appendCGIActionToResponse:inContext: o fix -appendGSWebObjectsAssociationsToResponse:inContext: for directAction o added -computeActionStringInContext: o fixed -invokeActionForRequest:inContext: to invoke action when to element is invoked * GSWeb/GSWDirectAction.m: o fixed -_initializeRequestSessionIDInContext: o added -sessionIDForRequest: * GSWeb/NSString+HTML.[hm]: o added -dictionaryWithSep1:withSep2:withOptionUnescape:forceArray: * GSWeb/NSString+Trimming.m: o fix in +stringUniqueIdWithLength: initialize random generator * GSWeb/GSWSession.[hm]: o added createSessionID which create better sessionID (uniq in time and larger to give better security) o fixes in _saveCurrentPage * GSWeb/GSWBundle.m: o fix compiler warning mguesdon 2003-01-19 15:33:07 +0000
  • e016ce3909 2003-01-19 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/GSWApplication.m o removed unused +initialize * GSWeb/GSWDefaultAdaptorThread.m: o more information on "bad request first line" exception * GSWeb/GSWHTMLDynamicElement.m o in -initWithName:attributeAssociations:contentElements: add "" to association values because XML parser romove them. o added -computeActionStringWithActionClassAssociation: directActionNameAssociation:inContext: o added -computeQueryDictionaryWithActionClassAssociation: directActionNameAssociation:queryDictionaryAssociation: otherQueryAssociations:inContext: * GSWeb/GSWResponse.m: o don't append debugcomment if !GSDebugSet(@"debugComments") o fixed bug in appendContentString: in NSAssert3 params o adedd -_appendTagAttribute:value:escapingHTMLAttributeValue: o added GSWResponse (GSWResponseRedirected) * GSWeb/GSWResponse.h: o added -forceFinalizeInContext o added GSWResponse (GSWResponseRedirected) * GSWeb/GSWTemplateParserXML.m: o only include comments if [GSWApplication includeCommentsInResponses] * GSWExtensions.framework/GSWLongResponsePage.m: o in -cancel call cancelPageForStatus: instead of cancelPage o declare private interface * GSWeb/GSWComponent.m: o don't output end of component commend if !DEBUG && !GSDebugSet(@"gswcomponents") o fixes in _generateResponseInContext: * GSWeb/GSWContext.[hm]: o added _userInfo to enable developper context specific temporary information storage o added -userInfo o added -_generateRelativeURLs o make -_generateCompleteURLs returning previous state. o added -directActionURLForActionNamed:queryDictionary:isSecure: o added -_directActionURLForActionNamed:queryDictionary:isSecure:url: o added -componentActionURLIsSecure: o modified -session o modified -_takeAwakeComponent: to not add already added component o implemented _takeAwakeComponentsFromArray; o fixed -_incrementContextID o added _session o fixes in -copyWithZone to keep mutable objects mutables. o added _requestContextID o added -_setRequestContextID: and -_requestContextID; * GSWeb/GSWHyperlink.[hm]: o added _secure o added binding validation tests o fixes in -appendToResponse:inContext: o handle correctly otherQueryAssociations (bindings starting with '?') * GSWeb/GSWConstants.[hm]: o added cidStore__Key for GSWHTMLURLValuedElement o added cidKey__Key for GSWHTMLURLValuedElement * GSWeb/GSWImage.[hm]: o added _width, _height * GSWeb/GSWHTMLURLValuedElement.[hm] o implemented -_appendCGIActionURLToResponse:inContext: o implemented -computeActionStringInContext: o implemented -computeQueryDictionaryInContext: o handle otherQueryAssociations (bindings starting with '?') o handle cidStore and cidKey * GSWeb/GSWRequest.[hm]: o added _context o changes for compilation warnings o added -sessionIDFromValuesOrCookieByLookingForCookieFirst: o added +_lookForIDsInCookiesFirst o rewrite form/uri/cookie values retrieving (for sessionID,...) o new use GSMimeParser for formData parsing * Doc/antlr.txt added * GSWeb/GSWPageDefParser.[hm] regenerated to handle (bindings starting with '?') * GSWeb/GSWPageDefParserTokenTypes.txt regenerated to handle (bindings starting with '?') * GSWeb/GSWPageDefParserTokenTypes.h regenerated to handle (bindings starting with '?') * GSWeb/GSWPageDefLexer.[hm] regenerated to handle (bindings starting with '?') * GSWeb/GSWUtils.[hm]: o added -extractObjectsForKeysWithPrefix:removePrefix: o fixed bug in HexStringToData o fixed bug in NSDictionary +dictionaryWithArray:onSelector:withObject: * GSWeb/GSWForm.[hm] o handle otherQueryAssociations (bindings starting with '?') o implemented -computeQueryDictionaryInContext: o implemented/fixed -_appendHiddenFieldsToResponse:inContext: o implemented -_appendCGIActionToResponse:inContext: o fix -appendGSWebObjectsAssociationsToResponse:inContext: for directAction o added -computeActionStringInContext: o fixed -invokeActionForRequest:inContext: to invoke action when to element is invoked * GSWeb/GSWDirectAction.m: o fixed -_initializeRequestSessionIDInContext: o added -sessionIDForRequest: * GSWeb/NSString+HTML.[hm]: o added -dictionaryWithSep1:withSep2:withOptionUnescape:forceArray: * GSWeb/NSString+Trimming.m: o fix in +stringUniqueIdWithLength: initialize random generator * GSWeb/GSWSession.[hm]: o added createSessionID which create better sessionID (uniq in time and larger to give better security) o fixes in _saveCurrentPage * GSWeb/GSWBundle.m: o fix compiler warning Manuel Guesdon 2003-01-19 15:33:07 +0000
  • 378e9aaf92 2002-12-11 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/GSWAdaptors/common/GSWUtil.h o changes to handle Apache 2.x * GSWeb/GSWAdaptors/common/config.h o changes to handle Apache 2.x * GSWeb/GSWAdaptors/common/GSWConfig.h o changes to handle Apache 2.x * GSWeb/GSWAdaptors/common/GSWUtil.c o changes to handle Apache 2.x * GSWeb/GSWAdaptors/Apache/GNUmakefile-Apache1x o new name of Apache 1.x GNUmakfile * GSWeb/GSWAdaptors/Apache/GNUmakefile-Apache2x o New Apache 2.x makefile * GSWeb/GSWAdaptors/Apache/INSTALL o changes to handle Apache 2.x * GSWeb/GSWAdaptors/Apache/mod_gsweb.c o changes to handle Apache 2.x mguesdon 2002-12-11 21:58:13 +0000
  • fd97c0fd04 2002-12-11 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/GSWAdaptors/common/GSWUtil.h o changes to handle Apache 2.x * GSWeb/GSWAdaptors/common/config.h o changes to handle Apache 2.x * GSWeb/GSWAdaptors/common/GSWConfig.h o changes to handle Apache 2.x * GSWeb/GSWAdaptors/common/GSWUtil.c o changes to handle Apache 2.x * GSWeb/GSWAdaptors/Apache/GNUmakefile-Apache1x o new name of Apache 1.x GNUmakfile * GSWeb/GSWAdaptors/Apache/GNUmakefile-Apache2x o New Apache 2.x makefile * GSWeb/GSWAdaptors/Apache/INSTALL o changes to handle Apache 2.x * GSWeb/GSWAdaptors/Apache/mod_gsweb.c o changes to handle Apache 2.x Manuel Guesdon 2002-12-11 21:58:13 +0000
  • 89834dcdc5 2002-12-11 Manuel Guesdon <mguesdon@orange-concept.com> mguesdon 2002-12-11 21:57:14 +0000
  • b7bbc9dcf6 2002-12-11 Manuel Guesdon <mguesdon@orange-concept.com> Manuel Guesdon 2002-12-11 21:57:14 +0000
  • 239a7b28dc 2002-12-06 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/GSWApplication.m o don't use NSClassFromString to support GSW & WO namespaces (David Ayers <d.ayers@inode.at> patch) mguesdon 2002-12-06 16:10:52 +0000
  • 78d5aeb9b3 2002-12-06 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/GSWApplication.m o don't use NSClassFromString to support GSW & WO namespaces (David Ayers <d.ayers@inode.at> patch) Manuel Guesdon 2002-12-06 16:10:52 +0000
  • e8b5b25f35 2002-12-06 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/GSWTemplateParserXML.[mh] o move references to libxml into .m file (David Ayers <d.ayers@inode.at> patch) o change parser error message to output lines before columns (David Ayers <d.ayers@inode.at> patch) * GSWeb.framework/Makefile.preamble.in: o let gnustep-make figure out whether to link against debug libs or not. (David Ayers <d.ayers@inode.at> patch) * Makefile.preamble: o remove usage of INSTALL_ROOT_DIR as this isn't used consistently (David Ayers <d.ayers@inode.at> patch) mguesdon 2002-12-06 15:58:22 +0000
  • c8cb92d6fa 2002-12-06 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb/GSWTemplateParserXML.[mh] o move references to libxml into .m file (David Ayers <d.ayers@inode.at> patch) o change parser error message to output lines before columns (David Ayers <d.ayers@inode.at> patch) * GSWeb.framework/Makefile.preamble.in: o let gnustep-make figure out whether to link against debug libs or not. (David Ayers <d.ayers@inode.at> patch) * Makefile.preamble: o remove usage of INSTALL_ROOT_DIR as this isn't used consistently (David Ayers <d.ayers@inode.at> patch) Manuel Guesdon 2002-12-06 15:58:22 +0000
  • 1806a001f5 2002-12-06 Manuel Guesdon <mguesdon@orange-concept.com> * GSWExtensions.framework/Makefile.preamble: o added -I/usr/include/libxml2 in ADDITIONAL_INCLUDE_DIRS * GSWExtensionsGSW.framework/Makefile.preamble: o added -I/usr/include/libxml2 in ADDITIONAL_INCLUDE_DIRS * GSWeb/GSWeb.h: o removed #include <GSWeb/GSWTemplateParserXML.h> * GSWCheckBox.m: o logs o rewritten some part to match specifications o removed rcsId o documentation mguesdon 2002-12-06 14:28:27 +0000
  • 8d00c1ef20 2002-12-06 Manuel Guesdon <mguesdon@orange-concept.com> * GSWExtensions.framework/Makefile.preamble: o added -I/usr/include/libxml2 in ADDITIONAL_INCLUDE_DIRS * GSWExtensionsGSW.framework/Makefile.preamble: o added -I/usr/include/libxml2 in ADDITIONAL_INCLUDE_DIRS * GSWeb/GSWeb.h: o removed #include <GSWeb/GSWTemplateParserXML.h> * GSWCheckBox.m: o logs o rewritten some part to match specifications o removed rcsId o documentation Manuel Guesdon 2002-12-06 14:28:27 +0000
  • 4cc05074d1 * GSWeb.framework/GSWApplication.m (GSWApplicationDebugSetChange): read the file only if supplied. mirko 2002-12-02 22:00:20 +0000
  • 257c22899a * GSWeb.framework/GSWApplication.m (GSWApplicationDebugSetChange): read the file only if supplied. Mirko Viviani 2002-12-02 22:00:20 +0000
  • 29668b39df Included gsweb.make in GSWExtensions and GSWExtensionsGSW frameworks. mirko 2002-12-02 20:32:52 +0000
  • 1ffbb0db84 Included gsweb.make in GSWExtensions and GSWExtensionsGSW frameworks. Mirko Viviani 2002-12-02 20:32:52 +0000
  • b23eca1aaa * configure.ac: export xml includes in gsweb.make * gsweb.make.in (AUXILIARY_INCLUDE_DIRS): added. * Makefile.postamble: moved gsweb.make in Auxiliary/ make dir. mirko 2002-12-02 19:00:36 +0000
  • 16a614503c * configure.ac: export xml includes in gsweb.make * gsweb.make.in (AUXILIARY_INCLUDE_DIRS): added. * Makefile.postamble: moved gsweb.make in Auxiliary/ make dir. Mirko Viviani 2002-12-02 19:00:36 +0000
  • 42b9ffc001 * GSWeb.framework/GSWTemplateParser.m ([GSWTemplateParser -definitions]): compilable with gcc < 3 * GSWeb.framework/GSWHyperlink.m ([GSWHyperlink -computeQueryDictionaryInContext:]): likewise. mirko 2002-12-02 15:56:59 +0000
  • 41de9e8610 * GSWeb.framework/GSWTemplateParser.m ([GSWTemplateParser -definitions]): compilable with gcc < 3 * GSWeb.framework/GSWHyperlink.m ([GSWHyperlink -computeQueryDictionaryInContext:]): likewise. Mirko Viviani 2002-12-02 15:56:59 +0000
  • 641ce56b0f 2002-11-27 Manuel Guesdon <mguesdon@orange-concept.com> mguesdon 2002-11-27 20:25:22 +0000
  • 9419cbccdc 2002-11-27 Manuel Guesdon <mguesdon@orange-concept.com> Manuel Guesdon 2002-11-27 20:25:22 +0000
  • 77df93d5d7 2002-11-23 Manuel Guesdon <mguesdon@orange-concept.com> * GSWExtensions.framework/GSWLongResponsePage.h: o fixed WO* to GSW* mguesdon 2002-11-23 11:06:39 +0000
  • 42c90edafc 2002-11-23 Manuel Guesdon <mguesdon@orange-concept.com> * GSWExtensions.framework/GSWLongResponsePage.h: o fixed WO* to GSW* Manuel Guesdon 2002-11-23 11:06:39 +0000
  • c5edf863de 2002-11-18 Manuel Guesdon <mguesdon@orange-concept.com> I've rewritten AutoValue handling in GSWBrowser,GSWCheckBoxList, GSWRadioButtonList, GSWPopUpButton to make it coherent and working like specifications. mguesdon 2002-11-18 11:14:55 +0000
  • 6549dee6e7 2002-11-18 Manuel Guesdon <mguesdon@orange-concept.com> I've rewritten AutoValue handling in GSWBrowser,GSWCheckBoxList, GSWRadioButtonList, GSWPopUpButton to make it coherent and working like specifications. Manuel Guesdon 2002-11-18 11:14:55 +0000
  • 3cde2f785b fixed a bug dwetzel 2002-10-29 21:38:21 +0000
  • 82aa4c6717 fixed a bug Dave Wetzel 2002-10-29 21:38:21 +0000
  • f69eaa298f a start to make statistics work dwetzel 2002-10-28 20:00:04 +0000
  • c75e8166a2 a start to make statistics work Dave Wetzel 2002-10-28 20:00:04 +0000
  • 783d404d07 o a start to make statistics work dwetzel 2002-10-28 19:57:10 +0000
  • 4967bea220 o a start to make statistics work Dave Wetzel 2002-10-28 19:57:10 +0000
  • 8c729f6eb8 applied patch from David Ayers dwetzel 2002-10-16 15:38:34 +0000
  • 658cf05e64 applied patch from David Ayers Dave Wetzel 2002-10-16 15:38:34 +0000
  • e2ec77245b cleanup dwetzel 2002-10-15 09:26:15 +0000
  • 098628f8de cleanup Dave Wetzel 2002-10-15 09:26:15 +0000
  • b3a7b6fa62 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o replaced <br> by <br/> mguesdon 2002-10-12 11:41:17 +0000
  • 7352a1b541 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o replaced <br> by <br/> Manuel Guesdon 2002-10-12 11:41:17 +0000
  • 99fedee738 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o replaced <br> by <br/> mguesdon 2002-10-12 11:39:07 +0000
  • 16c4a5eb9d 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o replaced <br> by <br/> Manuel Guesdon 2002-10-12 11:39:07 +0000
  • 28b863fac2 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o handle new options GSWApplicationMainReal() o added +defaultTemplateParser o added +setDefaultTemplateParser: mguesdon 2002-10-12 11:37:42 +0000
  • 2412b5e398 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o handle new options GSWApplicationMainReal() o added +defaultTemplateParser o added +setDefaultTemplateParser: Manuel Guesdon 2002-10-12 11:37:42 +0000
  • 70ea06ed11 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o include templateparser before bundle mguesdon 2002-10-12 11:31:51 +0000
  • b073d6b878 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o include templateparser before bundle Manuel Guesdon 2002-10-12 11:31:51 +0000
  • 70ebe35f4b 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o removed GSWEB_DEFAULT_HTML_PARSER_CLASS_NAME o added GSWOPTVALUE_DefaultTemplateParser mguesdon 2002-10-12 11:28:49 +0000
  • 2b663f727f 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o removed GSWEB_DEFAULT_HTML_PARSER_CLASS_NAME o added GSWOPTVALUE_DefaultTemplateParser Manuel Guesdon 2002-10-12 11:28:49 +0000
  • 852ab233fd 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o added GSWTemplateParserType o removed GSWTemplateParser_DefaultParserClass o removed +setDefaultParserClassName: o changed +templateNamed:... o +templateParserTypeFromString: o added +defaultTemplateParserType mguesdon 2002-10-12 11:27:50 +0000
  • a29abf6f12 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o added GSWTemplateParserType o removed GSWTemplateParser_DefaultParserClass o removed +setDefaultParserClassName: o changed +templateNamed:... o +templateParserTypeFromString: o added +defaultTemplateParserType Manuel Guesdon 2002-10-12 11:27:50 +0000
  • 36c25c5091 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o added GSWOPT_DefaultTemplateParser, GSWOPTValue_DefaultTemplateParser_XMLHTML, GSWOPTValue_DefaultTemplateParser_XMLHTML_NOOMITTEDTAGS, GSWOPTValue_DefaultTemplateParser_XML, GSWOPTValue_DefaultTemplateParser_ANTLR mguesdon 2002-10-12 11:26:28 +0000
  • d039bf9dae 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o added GSWOPT_DefaultTemplateParser, GSWOPTValue_DefaultTemplateParser_XMLHTML, GSWOPTValue_DefaultTemplateParser_XMLHTML_NOOMITTEDTAGS, GSWOPTValue_DefaultTemplateParser_XML, GSWOPTValue_DefaultTemplateParser_ANTLR Manuel Guesdon 2002-10-12 11:26:28 +0000
  • c1140975d3 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o added -templateParserTypeForResourcesNamed: o added ivar _templateParserTypeCache o change +templateNamed:... call mguesdon 2002-10-12 11:25:06 +0000
  • d11da395ee 2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o added -templateParserTypeForResourcesNamed: o added ivar _templateParserTypeCache o change +templateNamed:... call Manuel Guesdon 2002-10-12 11:25:06 +0000
  • e06918be1b *** empty log message *** mguesdon 2002-10-12 11:22:25 +0000
  • 25cec67d33 *** empty log message *** Manuel Guesdon 2002-10-12 11:22:25 +0000
  • 70849830e8 2002-09-12 Manuel Guesdon <mguesdon@orange-concept.com> o added -setNoOmittedTags: o changes in xml parsing calls o allow null name gsweb/webobjects tags mguesdon 2002-10-12 11:21:34 +0000
  • e2dcd26d17 2002-09-12 Manuel Guesdon <mguesdon@orange-concept.com> o added -setNoOmittedTags: o changes in xml parsing calls o allow null name gsweb/webobjects tags Manuel Guesdon 2002-10-12 11:21:34 +0000
  • 077a5b5251 2002-09-12 Manuel Guesdon <mguesdon@orange-concept.com> o added -setNoOmittedTags: o changes in xml parsing calls o allow null name gsweb/webobjects tags mguesdon 2002-10-12 11:14:58 +0000
  • 9d00150ed4 2002-09-12 Manuel Guesdon <mguesdon@orange-concept.com> o added -setNoOmittedTags: o changes in xml parsing calls o allow null name gsweb/webobjects tags Manuel Guesdon 2002-10-12 11:14:58 +0000
  • 59a97584d6 == See coments http://wiki.gnustep.org/index.php/GNUstepWeb == mguesdon 2002-10-12 11:10:50 +0000
  • a28d05339f == See coments http://wiki.gnustep.org/index.php/GNUstepWeb == Manuel Guesdon 2002-10-12 11:10:50 +0000
  • 626cdc3b0c o added WOApp. Patch from David Ayers dwetzel 2002-09-23 15:55:16 +0000
  • c5c6b8e6c3 o added WOApp. Patch from David Ayers Dave Wetzel 2002-09-23 15:55:16 +0000
  • e01089f969 Removed unused code. mirko 2002-09-23 13:54:03 +0000
  • 4116fd7397 Removed unused code. Mirko Viviani 2002-09-23 13:54:03 +0000
  • 77e6d54874 2002-09-22 Mirko Viviani <mirko.viviani@rccr.cremona.it> mirko 2002-09-22 14:27:04 +0000
  • f975683fc8 2002-09-22 Mirko Viviani <mirko.viviani@rccr.cremona.it> Mirko Viviani 2002-09-22 14:27:04 +0000
  • 47b2b6b16a more bugfixes and support for TCSDB dwetzel 2002-09-16 23:58:26 +0000
  • 9dee3aa072 more bugfixes and support for TCSDB Dave Wetzel 2002-09-16 23:58:26 +0000
  • c6af3a1920 generates HTML that matches the code in WO dwetzel 2002-09-16 23:56:28 +0000
  • c7019ce5f3 generates HTML that matches the code in WO Dave Wetzel 2002-09-16 23:56:28 +0000
  • e1105af397 search bundles too dwetzel 2002-09-16 23:50:55 +0000
  • fbb4ae45ba search bundles too Dave Wetzel 2002-09-16 23:50:55 +0000
  • 2cf97deea2 search Bundles too dwetzel 2002-09-16 23:49:06 +0000
  • 1faebcfe9f search Bundles too Dave Wetzel 2002-09-16 23:49:06 +0000
  • db664c3cf7 Applied David Ayers <d.ayers@inode.at> patch mguesdon 2002-09-15 17:47:59 +0000
  • 052c76da7c Applied David Ayers <d.ayers@inode.at> patch Manuel Guesdon 2002-09-15 17:47:59 +0000
  • ca2cad9f43 should work even with multiple now. dwetzel 2002-08-20 22:04:21 +0000
  • 71fbc33a56 should work even with multiple now. Dave Wetzel 2002-08-20 22:04:21 +0000
  • 65316321de massive fix for TCSDB and validation. dwetzel 2002-08-20 22:00:48 +0000
  • 1ce50e8116 massive fix for TCSDB and validation. Dave Wetzel 2002-08-20 22:00:48 +0000
  • eed883713e fixed problem in MultipartFormData forms. may be not the optimal fix but works now. dwetzel 2002-08-20 21:58:48 +0000
  • 999cdddf94 fixed problem in MultipartFormData forms. may be not the optimal fix but works now. Dave Wetzel 2002-08-20 21:58:48 +0000
  • 578ce755fc fixed a typo (_) dwetzel 2002-08-20 21:56:02 +0000
  • c11e77b467 fixed a typo (_) Dave Wetzel 2002-08-20 21:56:02 +0000
  • 42e0c33557 disabled old Turbocat "optimising" code because it breaks validation dwetzel 2002-08-20 21:55:16 +0000
  • 50f960e6ff disabled old Turbocat "optimising" code because it breaks validation Dave Wetzel 2002-08-20 21:55:16 +0000
  • 8609eb4888 updated docs dwetzel 2002-08-06 22:18:09 +0000