13f054fe512003-02-01 Manuel Guesdon <mguesdon@orange-concept.com>
mguesdon
2003-02-01 19:08:11 +0000
ddb973b4372003-02-01 Manuel Guesdon <mguesdon@orange-concept.com>
Manuel Guesdon
2003-02-01 19:08:11 +0000
2d515b34a62003-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
f14b5bf8da2003-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
27fa5688602003-01-22 Manuel Guesdon <mguesdon@orange-concept.com> * GSWeb.framework/WebObjects: removed WO*
Manuel Guesdon
2003-01-22 14:16:56 +0000
81e67933232003-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
2283c65a132003-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
0746bae9032003-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
e016ce39092003-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
378e9aaf922002-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
fd97c0fd042002-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
89834dcdc52002-12-11 Manuel Guesdon <mguesdon@orange-concept.com>
mguesdon
2002-12-11 21:57:14 +0000
b7bbc9dcf62002-12-11 Manuel Guesdon <mguesdon@orange-concept.com>
Manuel Guesdon
2002-12-11 21:57:14 +0000
239a7b28dc2002-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
78d5aeb9b32002-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
e8b5b25f352002-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
c8cb92d6fa2002-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
1806a001f52002-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
8d00c1ef202002-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
29668b39dfIncluded gsweb.make in GSWExtensions and GSWExtensionsGSW frameworks.
mirko
2002-12-02 20:32:52 +0000
1ffbb0db84Included 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
641ce56b0f2002-11-27 Manuel Guesdon <mguesdon@orange-concept.com>
mguesdon
2002-11-27 20:25:22 +0000
9419cbccdc2002-11-27 Manuel Guesdon <mguesdon@orange-concept.com>
Manuel Guesdon
2002-11-27 20:25:22 +0000
77df93d5d72002-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
42c90edafc2002-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
c5edf863de2002-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
6549dee6e72002-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
3cde2f785bfixed a bug
dwetzel
2002-10-29 21:38:21 +0000
82aa4c6717fixed a bug
Dave Wetzel
2002-10-29 21:38:21 +0000
f69eaa298fa start to make statistics work
dwetzel
2002-10-28 20:00:04 +0000
c75e8166a2a start to make statistics work
Dave Wetzel
2002-10-28 20:00:04 +0000
783d404d07o a start to make statistics work
dwetzel
2002-10-28 19:57:10 +0000
4967bea220o a start to make statistics work
Dave Wetzel
2002-10-28 19:57:10 +0000
8c729f6eb8applied patch from David Ayers
dwetzel
2002-10-16 15:38:34 +0000
658cf05e64applied patch from David Ayers
Dave Wetzel
2002-10-16 15:38:34 +0000
098628f8decleanup
Dave Wetzel
2002-10-15 09:26:15 +0000
b3a7b6fa622002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o replaced <br> by <br/>
mguesdon
2002-10-12 11:41:17 +0000
7352a1b5412002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o replaced <br> by <br/>
Manuel Guesdon
2002-10-12 11:41:17 +0000
99fedee7382002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o replaced <br> by <br/>
mguesdon
2002-10-12 11:39:07 +0000
16c4a5eb9d2002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o replaced <br> by <br/>
Manuel Guesdon
2002-10-12 11:39:07 +0000
28b863fac22002-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
2412b5e3982002-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
70ea06ed112002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o include templateparser before bundle
mguesdon
2002-10-12 11:31:51 +0000
b073d6b8782002-10-12 Manuel Guesdon <mguesdon@orange-concept.com> o include templateparser before bundle
Manuel Guesdon
2002-10-12 11:31:51 +0000
70ebe35f4b2002-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
2b663f727f2002-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
852ab233fd2002-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
a29abf6f122002-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
36c25c50912002-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
d039bf9dae2002-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
c1140975d32002-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
d11da395ee2002-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
25cec67d33*** empty log message ***
Manuel Guesdon
2002-10-12 11:22:25 +0000
70849830e82002-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
e2dcd26d172002-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
077a5b52512002-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
9d00150ed42002-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