libs-gsweb/ChangeLog

156 lines
6.2 KiB
Text
Raw Normal View History

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 GSWDebugSetConfigFi lePath 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 +statusLogWithForma t: * 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_SendAppRequestT oApp * 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 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6345 72102866-910b-0410-8b05-ffd578937521
2000-03-20 15:50:51 +00:00
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: