libs-gsweb/ChangeLog
Manuel Guesdon 2f98838e33 2001-03-14 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWComponent.m: Traces
        * GSWeb.framework/GSWConstants.m/.h: new GSWAssociation special keys: GSLanguage
        * GSWeb.framework/GSWAssociations.m: Handle special keys: GSLanguage, handle EONull
        * GSWeb.framework/GSWBundle.m: traces, fix cached not found path in
                lockedResourceNamed:ofType:withLanguages:usingCache:relativePath:absolutePath:
        * GSWeb.framework/GSWResourceManager.m: traces, fix bugs poblems in ISO/GS Languages (trim spaces and lowercase
        * GSWeb.framework/GSWeb.h: removed #include <Foundation/NSGArray.h> (thanks Sungjin Chun <ninja@linuxone.co.kr>)
        * GSWExtensions.framework: re-added GSWSessionRestorationErrorPage.gswd
        * INSTALL: minor changes (directory name,...)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@9372 72102866-910b-0410-8b05-ffd578937521
2001-03-14 22:12:57 +00:00

477 lines
23 KiB
Text

2001-03-14 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWComponent.m: Traces
* GSWeb.framework/GSWConstants.m/.h: new GSWAssociation special keys: GSLanguage
* GSWeb.framework/GSWAssociations.m: Handle special keys: GSLanguage, handle EONull
* GSWeb.framework/GSWBundle.m: traces, fix cached not found path in
lockedResourceNamed:ofType:withLanguages:usingCache:relativePath:absolutePath:
* GSWeb.framework/GSWResourceManager.m: traces, fix bugs poblems in ISO/GS Languages (trim spaces and lowercase
* GSWeb.framework/GSWeb.h: removed #include <Foundation/NSGArray.h> (thanks Sungjin Chun <ninja@linuxone.co.kr>)
* GSWExtensions.framework: re-added GSWSessionRestorationErrorPage.gswd
* INSTALL: minor changes (directory name,...)
2001-03-12 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWTemplateParserXML.m: fix for autoclose tags
* GSWeb.framework/GSWHTMLStaticElement.m: fix for autoclose tags
2001-03-11 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWWOCompatibility.h/.m: added
* GSWeb.framework/GNUmakefile: added GSWWOCompatibility.h/.m
* GSWeb.framework/GSWApplication.h/m: added WOApplicationMain, handle WO/GSWeb names
* GSWeb.framework/GSWContext.m: handle WO/GSWeb names, added traces
* GSWeb.framework/GSWConstants.h/.m: handle WO/GSWeb names
* GSWeb.framework/GSWDynamicURLString.m: handle WO/GSWeb names
* GSWeb.framework/GSWProjectBundle.m/.h: handle WO/GSWeb names, suppress warnings
* GSWeb.framework/GSWSession.m: handle WO/GSWeb names
* GSWeb.framework/GSWRequest.m: handle WO/GSWeb names
* GSWeb.framework/GSWTemplateParser.m: handle WO/GSWeb names,
added tag counts to help errors hunt
* GSWeb.framework/GSWBundle.m: handle WO/GSWeb names, added traces
* GSWeb.framework/GSWResourceManager.m: handle WO/GSWeb names
* GSWeb.framework/GSWURLValuedElementData.m: handle WO/GSWeb names
* GSWeb.framework/GSWComponentRequestHandler.m: handle WO/GSWeb names
* GSWeb.framework/GSWDirectAction.m: handle WO/GSWeb names
* GSWeb.framework/GSWForm.m/.h: handle WO/GSWeb names
* GSWeb.framework/GSWHyperlink.m/.h: handle WO/GSWeb names
* GSWeb.framework/GSWResourceRequestHandler.m: handle WO/GSWeb names
* GSWeb.framework/GSWDirectActionRequestHandler.m: handle WO/GSWeb names
* GSWeb.framework/GSWActiveImage.m/.h: handle WO/GSWeb names
* GSWeb.framework/GSWBindingNameAssociation.h/.m: handle WO/GSWeb names
* GSWeb.framework/GSWBrowser.h/.m: handle WO/GSWeb names
* GSWeb.framework/GSWComponent.h/.m: handle WO/GSWeb names
* GSWeb.framework/GSWHTMLURLValuedElement.h/.m: handle WO/GSWeb names
* GSWeb.framework/GSWImageButton.h/.m: handle WO/GSWeb names
* GSWeb.framework/GSWInput.h/.m: handle WO/GSWeb names
* GSWeb.framework/GSWPopUpButton.h/.m: handle WO/GSWeb names
* GSWeb.framework/GSWString.h/.m: handle WO/GSWeb names
* GSWeb.framework/GSWAssociation.m: handle WO/GSWeb names
* GSWeb.framework/GSWCheckBox.m: handle WO/GSWeb names
* GSWeb.framework/GSWCheckBoxList.m: handle WO/GSWeb names
* GSWeb.framework/GSWComponentDefinition.m: handle WO/GSWeb names
* GSWeb.framework/GSWRadioButton.m: handle WO/GSWeb names
* GSWeb.framework/GSWRadioButtonList.m: handle WO/GSWeb names
* GSWeb.framework/GSWText.m: handle WO/GSWeb names
* GSWeb.framework/GSWTextField.m: handle WO/GSWeb names
* GSWeb.framework/GSWDeployedBundle.m: warnings
* GSWeb.framework/GSWeb.h: added include GSWeb/GSWSessionTimeOut.h, GSWWOCompatibility.h
* GSWeb.framework/GSWAdaptor.m: traces
* GSWeb.framework/GSWDefaultAdaptor.m: handle WO/GSWeb names, added traces
* GSWeb.framework/GSWDefaultAdaptorThread.m/.h: handle WO/GSWeb names
* GSWeb.framework/NSNonBlockingFileHandle.m: added traces
* GSWeb.framework/GSWTemplateParserANTLR.m: handle WO/GSWeb names
* GSWeb.framework/GSWTemplateParserXML.m: handle WO/GSWeb names
added tag count to help errors hunt
remove "Tag gsweb invalid" message
handle unicode strings in node content traces
remove html and body tags if they are not present in the template
* GSWeb.framework/GSWTemplateParseXML.h: added ivar _isHTMLTag, _isBodyTag
* GSWeb.framework/GSWSessionTimeOutManager.m: dealloc sessionOrderedTimeOuts instead
of deallocating 2 times sessionTimeOuts
* GSWExtensions.framework/French.lproj/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.html:
tag mismatch, Encode french characters
* GSWExtensions.framework/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.html:
tag mismatch
* GSWHTMLBareString.m: handle unicode strings in description
* GSWExtensions.framework/French.lproj/GSWExceptionPage.gswc/GSWExceptionPage.html:
Encode french characters, Tag Mismatch
* GSWExtensions.framework/French.lproj/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.html:
Encode french characters
* GSWExtensions.framework/French.lproj/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.html:
Encode french characters
* GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.html:
Tag Mismatch
* GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.gswd:
added convertHTMLEntities for strings
* GSWeb.framework/GSWRepetition.m: added traces, fix "count" property bug, standardize ivars
* GSWeb.framework/NSObject+IVarAccess+PerformSel.m: added traces, handle underscored ivars search
2001-02-23 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWApplication.m ([GSWApplication -dealloc]): reset
GSWApp.
* GSWeb.framework/GSWStatisticsStore.m ([GSWStatisticsStore -init]):
retain startDate.
* GSWAdaptors/common/GSWUtil.c: use vsnprintf to prevent buffer
overflow.
* GSWAdaptors/common/GSWHTTPRequest.c (GSWHTTPRequest_SendRequest):
terminate buffer.
2001-01-29 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWApplication.m (GSWApplicationMain): use NSLog to
print the exception.
* GSWeb.framework/GSWTransactionRecord.m ([GSWTransactionRecord
-initWithCoder:]), ([GSWTransactionRecord -encodeWithCoder:]): NSObject
does not support NSCoding. Fixed.
* GSWeb.framework/GSWPageDefElement.m ([GSWPageDefElement
-initWithCoder:]), ([GSWPageDefElement -encodeWithCoder:]): likewise.
* GSWeb.framework/GSWComponentDefinition.m ([GSWComponentDefinition
-initWithCoder:]), ([GSWComponentDefinition -encodeWithCoder:]):
likewise.
* GSWeb.framework/GSWTemplateParserXML.h|m: fixed libxml includes.
(patches by Sungjin Chun <ninja@linuxone.co.kr>)
* GSWeb.framework/GSWUtils.m: changed implementation of
NSMutableOrderedArray that now inherits from NSMutableArray.
* GSWeb.framework/GSWUtils.h (NSMutableArray): added ivar.
* GSWeb.framework/GSWMultiKeyDictionary.m: fixes.
2000-12-08 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWDisplayGroup.m ([GSWDisplayGroup
-setSelectedObjects:]): implemented.
* GSWeb.framework/GSWCheckBoxList.m ([GSWCheckBoxList
-_slowTakeValuesFromRequest:inContext:]): implemented auto value
attribute. Fixed object selections.
([GSWCheckBoxList -appendToResponse:inContext:]): likewise.
2000-12-03 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWComponentRequestHandler.m
([GSWComponentRequestHandler -lockedDispatchWithPreparedSession:
inContext:elements:]): do not 'clear' cookie if not enabled.
* GSWeb.framework/GSWComponent.m ([GSWComponent
-performParentAction:]): implemented.
2000-11-28 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWDisplayGroup.m ([GSWDisplayGroup
-insertObjectAtIndex:]): fixed missing method call.
2000-11-24 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWDisplayGroup.m ([GSWDisplayGroup
-setCurrentBatchIndex:]): fixed index out of bound.
2000-11-04 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWElementIDString.[hm]: fix bug
2000-11-01 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWElementIDString.m ([NSMutableString
-parentElementIDString]): create a mutableCopy instead of a copy of
the string.
2000-11-01 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWTemplateParserXML.m: remove setExternalEntityLoader: call
2000-11-01 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWTemplateParserXML.m: remove xml-error.h include
2000-11-01 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWApplication.m: removed a trace
* GSWeb.framework/GSWTemplateParserXML.m: fix XML
properties key case bug
* GSWeb.framework/GSWElementIDString.[hm]: changed
implementation to conform to NSString cluster.
2000-11-01 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWApplication.m (GSWApplicationMain): fixed path
for dynamically loading frameworks.
2000-10-30 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/htmltag.g: changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/html.g: likewise.
* GSWeb.framework/PageDef.g: likewise.
* GSWeb.framework/GSWResourceManager.m ([GSWResourceManager
+_applicationGSWBundle]): fix location of MIME.plist and language.plist
2000-10-30 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWExtensions.framework/GNUmakefile: rewrite using framework.make
* GSWExtensions.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/GNUmakefile: rewrite using framework.make
* GSWeb.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/GSWConstants.m: removed the frameworkd suffix.
* GSWeb.framework/GSWUtils.m ([NSBundle +tmpAllFrameworks]): removed.
2000-10-29 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWElementIDString.h: use NSMutableString instead of
the no longer present NSGMutableString.
2000-10-04 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWExtensions.framework/Makefile.preamble: added GDL2 FLAG
* GSWExtensions.framework/*/*.html: lowercase tags
* GSWExtensionsGSW.framework/*/*.html: lowercase tags
* GSWeb.framework/GNUmakefile : added DTDs, modified Files list
* GSWeb.framework/GSWApplication.m: commented [GSWHTMLParser printsDiagnostics]
changes for GDL2
* GSWeb.framework/GSWBrowser.h/.m: implementation
* GSWeb.framework/GSWBundle.m: Parser call modification, handling of .gswi unarchiving
* GSWeb.framework/GSWComponentContent.m: Logs
* GSWeb.framework/GSWConfig.h: Added GSWEB_DEFAULT_HTML_PARSER_CLASS_NAME
* GSWeb.framework/GSWConstants.h/.m: added keys
* GSWeb.framework/GSWDisplayGroup.h/.m member variables renamed
implementation of some missing parts
* GSWeb.framework/GSWRequest.m: remove duplicate languages
* GSWeb.framework/GSWTemplateParser.h/.m: make it base class for different parsers
* GSWeb.framework/GSWTemplateParserXML.h/.m: XML parser
* GSWeb.framework/GSWTemplateParserANTLR.h/.m: ANTLR (old) parser
* GSWeb.framework/GSWUtils.h/.m: added SBIsValueIsIn()
* GSWeb.framework/GSWeb.h: added includes for parsers
* GSWeb.framework/Makefile.postamble: DTDs install
* GSWeb.framework/Makefile.preamble: added GDL2 FLAG
2000-08-26 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWMailDelivery.m/.h: rewritten sendEmail: with execlp() to avoid
email content manipulation.
* GSWDisplayGroup.m: fixed a cursor bug.
2000-08-14 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWApplication.m: added "exit" in terminate
generate simple response in -handleException:inContext:
be sure to have a context in -_handleException:inContext:
generate simple response in -_handleException:inContext:
generate simple response in -handlePageRestorationErrorInContext:
be sure to have a context in -_handlePageRestorationErrorInContext:
generate simple response in -_handlePageRestorationErrorInContext:
generate simple response in -handleSessionCreationErrorInContext:
generate simple response in -handleSessionRestorationErrorInContext:
be sure to have a context in -_handleSessionRestorationErrorInContext:
generate simple response in -_handleSessionRestorationErrorInContext:
* GSWeb.framework/GSWComponentRequestHandler.m: added default response when we catch exceptions,...
handle more exceptions
* GSWeb.framework/GSWConstants.h/.m: added GSWHTTPHeader_UserAgent
* GSWeb.framework/GSWDefaultAdaptor.m: terminate application if it is locked
* GSWeb.framework/GSWDefaultAdaptorThread.m: Added default response to handle exceptions and various errors
Correct bug in request data reading (request datas were sometimes not complely readen)
* GSWeb.framework/GSWFileUpload.m: Added Exception handling
* GSWeb.framework/GSWRequest.m: add exception handling
* GSWeb.framework/GSWResponse.h/.m: added GSWResponse (GSWResponseError)
* GSWAdaptor/Apache/GNUmakefile: added -DEAPI
* GSWAdaptor/Apache/mod_gsweb.c: added debug traces
* GSWAdaptor/common/GSWConfig.c/.h: added debug traces, added init parameter
* Makefile.postamble: added docs generation
* Doc/GNUstepWeb-HOWTO moved to howto.gsdoc
* Doc/gsweb.gsdoc: new file
* GSWeb.framework/Makefile.postamble: added docs generation
* GSWExtensions.framework/Makefile.postamble: added docs generation
* GSWExtensionsGSW.framework/Makefile.postamble: added docs generation
2000-08-13 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWDisplayGroup.m: fixed display next and previous batch.
2000-08-01 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWDisplayGroup.m/.h: implemented (-setSelectedObject) to support
KeyValueCoding mechanism
(-selectObject:) now search object into allObjects array
* GSWPopUpButton.m: removed dashes (--) in the label.
* GSWActiveImage.m: if image is disabled whitin a FORM it displays its
image as a passive element
* GSWComponent.m: displays start/stop comments if gswcomponents debug
is enabled
2000-07-27 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWInput.m/.h: implemented (-valueInContext:) and (-resetAutoValue) to manage auto value attribute
* GSWRadioButtonList.m/.h: fix to use the correct variable to set the selection binding.
Implemented auto value attribute
* GSWPopUpButton.m/.h: fix to select object in the selection binding.
Implemented auto value attribute
* GSWMailDelivery.m/.h: use the real sender in the sendmail command line
The following are changes made to support GDL2. Compile with -DGDL2
* GSWSession.m: (-defaultEditingContext) create the default EOEditingContext
* GSWComponent.m: (-setValue:forBinding:) if the parent doesn't provide the bindingName, attempts to set the value in the current component using takeValue:forKey:
(-valueForKeyBinding:) if the parent doesn't provide the bindingName, attempts to get the value from the current component using valueForKey:
* GSWDisplayGroup.m/.h: implemented
* NSObject+IVarAccess+PerfomSel.m: implemented (-getIVarNamed:) and (-setIVarNamed:withValue:) using EOKeyValueCoding protocol.
Now components have the responsibility to release its bindings.
2000-07-08 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWAdaptors/Apache/GNUmakefile: added -I/usr/include/apache in APACHEHEADERS
* GSWAdaptors/common/GSWConfig.c: added directive name in GSWConfig_SetConfigFilePath errore message
2000-06-20 Karl Kraft <karl@nfox.com>
* GSWCheckBoxList.m Added support for the disabled key.
2000-06-20 Karl Kraft <karl@nfox.com>
This is a series of minor bug fixes that I've been meaning to check in for some time.
* GSWAssociations.m Added some exception handling when getting an ivar so that when this raises an exception the name of the ivar causing the exception can be recorded and reported. The exception is then re-raised
* GSWPopupButton.m <option> tag should not have a </option> closing tag.
* GSWRepetition.m If a repetition had no list, it would iterate from 0 to INT_MAX.
* GSWUtils.m Added another category method to NSException that would allow you to modify and extend the userInfo key.
* GSWCheckBoxList.m The selectionList would consists of the descriptions of the selected objects. It has been fixed to contain the selected objects as per the spec. Also the TYPE=check in the html has been changed to TYPE=checkbox.
2000-05-01 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWDebug.m: commented code for the new NSThread implementation.
2000-04-20 Karl Kraft <karl@nfox.com>
* Removed assignments to va_list because they don't work on PPC
2000-04-11 Karl Kraft <karl@nfox.com>
* Fixed a strcpy into a short malloc buffer in GSWAdaptors/common/GSWHTTPResponse.c
2000-04-06 Karl Kraft <karl@nfox.com>
* Added two checks for non-nil key before calling removeObjectForKey:
2000-03-31 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWResourceManager.m: Added Debug Error Traces
* GSWConstants.m: change frameworks extensions in debug mode
* GSWeb.framework/GNUmakefile: changed GSWBUNDLE_EXTENSION for debug/non debug
* GSWExtensions.framework/GNUmakefile: changed GSWBUNDLE_EXTENSION for debug/non debug
* GSWExtensionsGSW.framework/GNUmakefile: changed GSWBUNDLE_EXTENSION for debug/non debug
2000-03-23 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWAdaptor/common/config.h: changed GSWAPP_EXTENSION from wa to woa.
2000-03-20 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWDebug.h: remove unused functions
* GSWApplication.h/.m:Added:
GSWDebuggingStatus category
+isStatusDebuggingEnabled
+setStatusDebuggingEnabled:
+debugSetConfigFilePath
+setDebugSetConfigFilePath:
* GSWApplication.h/.m: replaced GSWDebugStdLog by [GSWApp statusDebug...]
replaced executeWithClasses: with executeWithClassArray:
corrections for different warnings
change in GSWApplicationDebugSetChange() to use GSWDebugSetConfigFilePath option
* GSWConfig.h: added GSWOPTVALUE_StatusDebuggingEnabled
* GSWConstants.h/.m: added GSWOPT_StatusDebuggingEnabled
added GSWOPT_DebugSetConfigFilePath
* INSTALL: reflect changes of adaptors,...
* GSWUtil.h/.m: corrections for different warnings
removed MD5HexDigest()
* GSWCheckBoxListm: replaced LOGAssertGood by GSWLogAssertGood
* GSWRadioButtonList.m: replaced LOGAssertGood by GSWLogAssertGood
* GSWDefaultAdaptorThread.m: replaced GSWLogCStdOut by +statusLogWithFormat:
corrections for different warnings
* GSWDefaultAdaptor.m: replaced GSWLogCStdOut by +statusLogWithFormat:
* GSWSessionTimeOutManager.m: replaced GSWLogCStdOut by +statusLogWithFormat:
* GSWKeyValueAssociation.m: replaced LOGAssertGood by GSWLogAssertGood
* GSWHTMLStaticElement.m: corrections for different warnings
* GSWConstantValueAssociation.m: replaced LOGAssertGood by GSWLogAssertGood
* GSWHTMLDynamicElement.m: corrections for different warnings
* GSWStatsPage.m: corrections for different warnings
* GSWExceptionPage.m: removed GSWLogCStdOut calls
* GSWSession.m: replaced GSWLogCStdOut by +statusLogWithFormat:
replaced LOGAssertGood by GSWLogAssertGood
* GSWAssociation.m: replaced LOGAssertGood by GSWLogAssertGood
* GSWComponent.m: replaced LOGAssertGood by GSWLogAssertGood
* GSWContext.m: replaced LOGAssertGood by GSWLogAssertGood
* GSWRequest.m: replaced LOGAssertGood by GSWLogAssertGood
* GSWResponse.m: replaced LOGAssertGood by GSWLogAssertGood
* GSWSessionStore.m: replaced LOGAssertGood by GSWLogAssertGood
* Adator GSWAppRequest.c: test on instance in GSWAppRequest_SendAppRequestToApp
* Adator GSWLoadBalancing.c: added debug messages
* Adaptor GSWHTTPRequest.c: corrected bug in GSWHTTPRequest_SendRequest
* Adaptor: GSWAppConnectSocket.c: added debug messages
* GSWeb.framework/Makefile.preamble: removed -lNGReflection
2000-03-16 Manuel Guesdon <mguesdon@sbuilders.com>
* All Files in GSWAdaptors: Clean code, changes in config file,...
Netscap Adaptor hasn't been re-tested.
2000-03-16 Manuel Guesdon <mguesdon@sbuilders.com>
* PageDef.g: handle escaped characters in strings
* GSWPageDefParser.h: handle escaped characters in strings
* GSWPageDefParser.m: handle escaped characters in strings
* htmltag.g: changes on HEXDIGIT
* html.g: changes on HEXDIGIT
2000-03-09 Karl Kraft <karl@nfox.com>
Change to GSWPopUpButton
* the <option> tag should not have a </option> closing tag.
2000-03-08 Mirko Viviani <mirko.viviani@rccr.cremona.it>
Added patches by Karl Kraft:
* GSWGenericContainer.m/h: implemented
* GSWConstants.m: changed dateFormat__Key to @"dateformat"
and numberFormat__Key to @"numberformat"
2000-02-13 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWStatisticsStore.m: added comment
* GSWSubmitButton.m: added log and assert
* GSWImageButton.m: added log and assert
* GSWHyperlink.m: added log and assert
* GSWHTMLStaticElement.m: added log and assert
* GSWForm.m: added log and assert
* GSWElement.m: added log and assert
* GSWConditional.m: added log and assert
* GSWComponentReference.m: added log and assert
* GSWComponent.m: added log and assert
* GSWElement.m: added log and assert
* GSWElement.h: added debug ivar
* GSWTextField.m: added log and assert
* GSWInput.m: added log and assert
* GSWelementIDString.h/.m: added
-parentElementIDString
-copyWithZone:
-mutableCopyWithZone:
2000-02-12 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWApplication.m: move DESTROY(appAutoreleasePool);
at the end of GSWApplicationMain to avoid bundle release.
2000-02-12 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWForm.m: Added senderId test in -invokeActionForRequest:inContext:
and -takeValuesFromRequest:inContext:
* GSWComponentReference.m: Added senderId test in
-invokeActionForRequest:inContext:
and -takeValuesFromRequest:inContext:
2000-02-05 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb/Application.m: in GSWApplicationMain() created an autorelease pool,
released GSWApp when it exits from the run loop
* Doc/GNUstepWeb-HOWTO: updated
2000-01-29 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWeb/GSWConfig.h: changed GSWOPTVALUE_FrameworksBaseURL to
@"/GSW/Frameworks"
2000-01-27 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWeb/GSWApplication.m removed #include <NGReflection/common.h>
* GSWeb/GSWeb.h: removed #include <gnustep/base/...>
2000-01-23 Manuel Guesdon <mguesdon@sbuilders.com>
* Added Mirko Viviani's GNUstepWeb-HOWTO
2000-01-23 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWeb.framework/html.g: modified Include
* GSWeb.framework/PageDef.g: modified Include
* GSWeb.framework/htmltag.g: modified Include
* GSWeb.framework/html.g: modified TEXT rule for " in PCDATA
* GSWeb.framework/html.g: modified ATTR rule for spaces around =
2000-01-23 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWeb.framework/GSWApplication.m: tests added in GSWApplication _argsDictionaryWithUserDefaults: