([GSWDisplayGroup init]): Set fetchesOnLoad to YES by default.
Reported by S.J. Chun <chunsj@embian.com>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19157 72102866-910b-0410-8b05-ffd578937521
* GSWExtensions.framework/Makefile.preamble: Ditto.
* GSWExtensionsGSW.framework/Makefile.preamble: Ditto.
* GSWeb.framework/Makefile.preamble.in: Move AUX_LIBS to the
bottom so that the linker on Darwin can deal with the static
library.
* GSWExtensions.framework/GSWKeyValueConditional.h: Remove
include currently redundant for the include mechanism and
causing warnings to gswnames=wo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19106 72102866-910b-0410-8b05-ffd578937521
([GSWHTMLRawParser _skipQuotedStringWithQuote:index:stopIndex:]):
Use decimal instead of object format specifier. Reformat.
* GSWeb.framework/GSWTemplateParser.m:
([GSWTemplateParser parseDeclarations]): Test
_declarationsFilePath before inserting it into a mutable set.
Reformat.
* GSWeb.framework/GSWDefaultAdaptor.m
([GSWDefaultAdaptor announceNewConnection:]): Fix for
WorkerThreadCount 0.
* GSWeb.framework/GSWResourceManager.m
([GSWResourceManager _applicationGSWBundle]): Use self instead
of NSClassFromString to obtain correct class for WO namespace.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19001 72102866-910b-0410-8b05-ffd578937521
Don't call strlen(0) as that may segfault. Reported by
Matt Rice <ratmice@yahoo.com>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18925 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWAction.m/.h:
o added -isActionNamed:
* GSWeb.framework/GSWDirectAction.m
o in -performActionNamed:, raise exception if method
is not found
*
GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.html:
2004-03-26 Manuel Guesdon <mguesdon@orange-concept.com>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18922 72102866-910b-0410-8b05-ffd578937521
NeXT_Foundation_LIBRARY as requested by Marcus Mueller
<znek@mulle-kybernetik.com>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18857 72102866-910b-0410-8b05-ffd578937521
EOACCESS_LIBRARY_NAME and HAVE_NATIVE_FRAMEWORK_SUPPORT.
* GSWeb.framework/Makefile.preamble.in: Added support for
buildings on OS X and improve support for others.
* GSWExtensions.framework/Makefile.preamble: Ditto.
* GSWExtensionsGSW.framework/Makefile.preamble: Ditto.
* GSWeb.framework/GNUmakefile: Remove GNUSTEP_MAKEFILES.
* GSWeb.framework/GSWMultiKeyDictionary.m
([GSWMultiKeyDictionary initWithNodeSize:capacity:]): Replace
usage of GSObjCZone with -zone for OS X compatibility.
([GSWMultiKeyDictionary dealloc]): Ditto.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18773 72102866-910b-0410-8b05-ffd578937521
([GSWLongResponsePage threadExited:]): Replace NSThreadExiting
with NSThreadWillExitNotification.
([GSWLongResponsePage _perform:]): Ditto.
* GSWeb.framework/GNUmakefile: Depend on GDL2 when applicable.
* GSWeb.framework/Makefile.preamble.in: Add dependency on
GSANTLER and -baseadd when applicable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18698 72102866-910b-0410-8b05-ffd578937521
([GSWDefaultAdaptorThread run:]): Replace NSThreadExiting
with NSThreadWillExitNotification.
([GSWDefaultAdaptorThread threadExited:]): Ditto.
([GSWDefaultAdaptorThread readRequestReturnedRequestLine:
returnedHeaders:returnedData:]): Assign current date to typed
variable to avoid compiler warning on compare:.
* GSWeb.framework/GSWUtils.m
([NSException exceptionWithName:format:]): Adapt variables name
to not clash with instance variable names on Cocoa.
([NSException exceptionByAddingUserInfo:]): Ditto.
([NSException exceptionByAddingToUserInfoKey:format:]): Ditto.
([NSException exceptionByAddingUserInfoKey:format:]): Ditto.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18681 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWDeployedBundle.h: Replace objc_thread_t
with NSThread * for caching the thread in the instance variable.
* GSWeb.framework/Makefile.postamble: Remove config.h during
make distclean.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18666 72102866-910b-0410-8b05-ffd578937521
body tag removing for XML (not XMLHTML) parsing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18539 72102866-910b-0410-8b05-ffd578937521
([GSWApplication _handleException:inContext:]): Remove
obsolete declaration.
* GSWeb.framework/GSWApplication.m: Added GSWAppClassDummy
class declarations to avoid compiler warnings genrerated for
messages sent to 'Class'.
([NSDistantObject setDebug:]): Added declaration to avoid
compiler warning.
([GSWApplication init]): Use GSWAppClassDummy to avoid
compiler warnings.
([GSWApplication _argsDictionaryWithUserDefaults:]): Ditto.
([GSWApplication _monitorApplicationName]): Ditto.
([GSWApplication _connectionDidDie:]): Translated comment to
allow ascii encoding.
([GSWApplication _remoteMonitor]): Test whether
NSDistantObject
responds to setDebug: before dispatching the method. Use
performSelector: to send undeclared targetForProxy method.
([GSWApplication monitoringEnabled]): Forward isMonitorEnabled
to class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18431 72102866-910b-0410-8b05-ffd578937521
o quick fixes for NeXT_Foundation from Philip Moetteli <Philip.Moetteli@tele2.ch>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18205 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWResourceManager.m/.h:
o added -cachedBundleForFrameworkNamed:
o fix in -lockedCachedBundleForFrameworkNamed: to return AppBundle if none is found
o changes in -lockedCachedURLForResourceNamed:inFramework:languages:
to call DeployedBundle -urlForResourceNamed:forLanguages:
o changes in -lockedPathForResourceNamed:inFramework:languages:
to call DeployedBundle -absolutePathResourceNamed:forLanguages:
* GSWeb.framework/GSWDeployedBundle.m/.h:
o added -urlForResourceNamed:forLanguages:
o added ivars: _wrapperName,_projectName, _urlsCache,_absolutePathesCache;
o build _wrapperName in init (will avoid recreation each call of -wrapperName)
o build _projectName in init (will avoid recreation each call of -projectName)
o rename methis ...forLangue.. to ...language to be coherent
* GSWeb.framework/GSWProjectBundle.m/.h:
o removed projectName (now inherit from GSWDeployedBundle)
* GSWeb.framework/GSWTemplateParserXML.m:
o in -createElementsFromNode: don't remove name property for non gsweb tags
* GSWeb.framework/GSWTextField.h/.m:
o fix in -takeValuesFromRequest:inContext: to avoid ecxception where
value is empty and formatter is date formatter
* GSWeb.framework/GSWRequest.h/.m:
o added -stringFormValueForKey
o added -numberFormValueForKey:withFormatter:
o added -dateFormValueForKey:withFormatter:
o inherit from GSWMessage.
* GSWeb.framework/GSWMessage.h/.m:
o added
* GSWeb.framework/GSWRadioButtonList.h/.m:
o handle isDisplayStringBefore binding
* GSWeb.framework/GSWCheckBoxList.h/.m:
o handle isDisplayStringBefore binding
* GSWeb.framework/GSWBundle.m:
o replaced GDL2 #if by HAVE_GDL2 #if
* GSWeb.framework/GSWComponent.m:
o replaced GDL2 #if by HAVE_GDL2 #if
o improved some traces
* GSWeb.framework/NSObject+IVarAccess+PerformSel.m:
o replaced GDL2 #if by HAVE_GDL2 #if
* GSWeb.framework/NSString+Trimming.m:
o replaced GDL2 #if by HAVE_GDL2 #if
* GSWAdaptors/common/GSWApp.h
o added fSwitchToKnownInstance in GSWApp
* GSWAdaptors/common/GSWConfig.c:
o handle switchToKnownInstance parameter
* GSWAdaptors/common/GSWLoadBalancing.c:
o switch to known app instance when requesting unknown instance
* GSWeb.framework/GSWProcFS.m:
o better format byte size data
o ivar names changes to conform to coding standards
* GSWeb.framework/GSWUtils.[hm]:
o fixes in NSLog category
o added NSMutableData -replaceOccurrencesOfData:withData:range:
o added NSData -rangeOfData:range:
o added NSData -base64Representation
o added NSData -initWithBase64Representation:
* GSWeb.framework/GSWSession.h:
o added -validateStatisticsLogin:withPassword:
o added -_allowedToViewEvents
o added -_allowToViewEvents
o added -_setAllowedToViewEvents:
o added -validateEventsLogin:withPassword:
o added -_setBirthDate:
o added -addLanguage:
o added -firstLanguage
* GSWeb.framework/GSWSession.m:
o replaced GDL2 #if by HAVE_GDL2 #if
o modified -setTimeOut: to handle null timeOut (no time out)
o added -_setAllowedToViewStatistics:
o modified setDistributionEnabled: to call GSWContext
-_synchronizeForDistribution
o modified setStoresIDsInCookies: to call GSWContext
-_synchronizeForDistribution
o call -takeValuesFromRequest:inContext: on pageElement
instead of pageComponent in -takeValuesFromRequest:inContext:
o call -invokeActionForRequest:inContext: on pageElement
instead of pageComponent in -invokeActionForRequest:inContext:
o call -appendToResponse:inContext: on pageElement
instead of pageComponent in -appendToResponse:inContext:
o finalized -appendToResponse:inContext: implementation
o implemented -statistics
o implemented -_formattedStatistics
o lock editing context in -awakeInContext:
o unlock editing context in -sleepInContext:
o in set undo limit and lock editingContext in -defaultEditingContext
o lock editing context and disallow setting context when one
already exists in -setDefaultEditingContext:
o added -validateStatisticsLogin:withPassword:
o added -_allowedToViewEvents
o added -_allowToViewEvents
o added -_setAllowedToViewEvents:
o added -validateEventsLogin:withPassword:
o added -addLanguage:
o added -firstLanguage
* GSWeb/GSWApplication.h:
o added +defaultRequestHandlerClassName
o added +defaultRequestHandlerClass
o added _lastAccessDate
* GSWeb/GSWApplication.m:
o replaced GDL2 #if by HAVE_GDL2 #if
o implemented -number
o implemented -_directConnectURL
o implemented -_webserverConnectURL
o improved -_initializeSessionInContext:
o finalized -_discountTerminatedSession implementation
o added new handlers in -registerRequestHandlers
o added +workerThreadCountMin;
o added +setWorkerThreadCountMin:
o added +workerThreadCountMax
o added +setWorkerThreadCountMax:
o added +isLifebeatEnabled
o added +setLifebeatEnabled:flag
o added +lifebeatDestinationPort;
o added +setLifebeatDestinationPort:
o added +lifebeatInterval
o added +setLifebeatInterval:
o added +streamActionRequestHandlerKey;
o added +setStreamActionRequestHandlerKey:
o added +sessionStoreClassName
o added +setSessionStoreClassName:
o added +setDefaultUndoStackLimit:
o added +defaultUndoStackLimit;
o added +_lockDefaultEditingContext;
o added +_setLockDefaultEditingContext:
o added +outputPath
o added +setOutputPath:
o implemented -monitoringEnabled
o implemented -isTerminating
o implemented -terminate
o modified -setTimeOut: to handle null timeOut (no time out)
and call -_scheduleApplicationTimerForTimeInterval:
o implemented -_scheduleApplicationTimerForTimeInterval:
o finalized -appendToResponse:inContext: implementation
o implemented -_terminateFromMonitor
o implemented _newLocationForRequest:
o removed -_handleException:inContext:
o added -_handleErrorWithPageNamed:exception:inContext:
o added +recordingClassName
o added +setRecordingClassName:
o +saveResponsesPath is obsolete; use +recordingPath
o +setSaveResponsesPath is obsolete; use +setRecordingPath
o added +defaultRequestHandlerClassName
o added +defaultRequestHandlerClass
o added _lastAccessDate
* GSWStaticResourceRequestHandler.h/.m:
o added
* GSWeb/GSWResponse.h/.m:
o added @interface GSWResponse (Stream)
o added -setContentStreamFileHandle:bufferSize:length:
o added _contentStreamFileHandle
o added _contentStreamBufferSize;
o added _contentStreamBufferLength;
* GSWeb/GSWDefaultAdaptor.h/.m:
o added -workerThreadCountMin;
o added -setWorkerThreadCountMin:
o added -workerThreadCountMax
o added -setWorkerThreadCountMax:
* GSWeb/GSWStatisticsStore.h/.m:
o changed definition of +formatDescription:forResponse:inContext:
o implemented +formatDescription:forResponse:inContext:
o change types from double to NSTimeInterval
o implemented missing methods
* GSWeb/GSWConstants.h/.m:
o added GSWHTTPHeader_RecordingSessionID,
GSWHTTPHeader_RecordingIDsURL,
GSWHTTPHeader_RecordingIDsCookie,
GSWHTTPHeader_RecordingApplicationNumber
o added GSWOPT_WorkerThreadCountMin,
GSWOPT_WorkerThreadCountMax
o added GSWOPT_OutputPath
o added GSWOPT_LifebeatEnabled
o added GSWOPT_LifebeatDestinationPort
o added GSWOPT_LifebeatInterval
o added GSWOPT_DefaultUndoStackLimit
o added GSWOPT_LockDefaultEditingContext
o added isDisplayStringBefore__Key
* GSWeb/GSWLifebeatThread.h/.m:
o added
* GSWeb/GSWActionRequestHandler.h/.m:
o added
* GSWeb/GSWDirectAction.h/.m
o added GSWAction as superclass of GSWDirectAction
* GSWeb/GSWAction.h/.m:
o added
* GSWeb/GSWDirectActionRequestHandler.h/.m
o added +handlerWithDefaultActionClassName:defaultActionName:displayExceptionPages:
o adedd _displayExceptionPages
o added GSWActionRequestHandler as superclass of GSWDirectActionRequestHandler
o moved some code in GSWActionRequestHandler
* GSWeb/GSWDisplayGroup.m:
o replaced GDL2 #if by HAVE_GDL2 #if
o fix in -objectsAtIndexes:
o added _auxiliaryQueryQualifier
used when qualifying dataSource (added to query qualifiers)
o added _queryNotMatch to enable not clause
* GSWeb/GSWPageDefLexer.h:
o regenerated
* GSWeb/GSWPageDefParserTokenTypes.txt:
o regenerated
* GSWeb/GSWPageDefParserTokenTypes.h:
o regenerated
* GSWeb/GSWPageDefParser.m:
o regenerated
* GSWeb/GSWPageDefParser.h:
o regenerated
* GSWeb/GSWPageDefLexer.m:
o regenerated
* GSWeb/PageDef.g:
o modified to handle quotes in binding names (for GSWGenericContainer)
* GSWeb.framework/GSWRecording.m/.h:
o added
* GSWeb.framework/GSWDefaultAdaptorThread.h/.m:
o remove response saving (now use recording)
* GSWeb.framework/GSWHTMLStaticElement.m:
o appendContentString: instead of appendContentData:
* GSWeb.framework/GSWHTMLStaticGroup.m:
o appendContentString: instead of appendContentData:
* GSWeb.framework/GSWText.m:
o fix in takeValuesFromRequest:inContext:
when control was diasbled, previous value was lost.
* GSWExtensions.framework/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.html:
o added Anchor
* GSWExtensions.framework/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.gswd:
o added Anchor
* GSWExtensions.framework/GSWCollapsibleComponentContent.m:
o added Anchor
* GSWeb.framework/GNUmakefile:
o added GSWLifebeatThread.h/.m
o added GSWStaticResourceRequestHandler.h/.m
* GSWeb.framework/GSWForm.h/.m:
o added _otherPathQueryAssociations
* GSWeb.framework/GSWHyperlink.h/.m:
o added _otherPathQueryAssociations
* GSWeb.framework/GSWPopUpButton.m:
o logs
* GSWeb.framework/Resources/languages.plist:
o added languages
* GSWeb.framework/GSWeb.h:
o added classes and includes
* GSWeb.framework/GSWText.h:
o removed -dealloc
* GSWeb.framework/GSWSessionTimeOutManager.m:
o logs
o exception handlers
* GSWeb.framework/GSWSessionTimeOutManager.h:
o added -tryLockBeforeTimeIntervalSinceNow:
o added -lockBeforeTimeIntervalSinceNow:
* GSWeb.framework/GSWSessionStore.m
o use NSTimeIntervalSleep instead of usleep
* GSWeb.framework/GSWResourceRequestHandler.m
o logs
* GSWeb.framework/GSWHTMLURLValuedElement.m/.h:
o added _otherPathQueryAssociations
* GSWeb.framework/GSWHTMLDynamicElement.m/.h:
o handle otherPathQueryAssociations
* GSWeb.framework/GSWElement.m:
o logs
* GSWeb.framework/GSWDynamicURLString.m:
o coder changes
* GSWeb.framework/GSWDebug.h:
o logs
* GSWeb.framework/GSWContext.h/.m:
o handle isRefusingThisRequest
o handle pathQuery
o fix languages stuff
o fix _synchronizeForDistribution
* GSWeb.framework/GSWConfig.h:
o removed GSWOPTVALUE_SaveResponsesPath
o added GSWOPTVALUE_LifebeatEnabled
o added GSWOPTVALUE_LifebeatDestinationHost
o added GSWOPTVALUE_LifebeatDestinationPort
o added GSWOPTVALUE_LifebeatInterval
o added GSWOPTVALUE_DefaultUndoStackLimit
o added GSWOPTVALUE_LockDefaultEditingContext
o added GSWOPTVALUE_WorkerThreadCountMin
o added GSWOPTVALUE_WorkerThreadCountMax
o added GSWOPTVALUE_AcceptedContentEncoding
* GSWeb.framework/GSWComponentReference.m:
o logs
* GSWeb.framework/GSWBrowser.m:
o logs
* GSWeb.framework/GSWAssociation.m:
o logs
* GSWExtensions.framework/GSWExceptionPage.m:
o logs
* GSWExtensionsGSW.framework/GSWLogin.m:
o removed date stuff
* GSWExtensionsGSW.framework/GSWLogin.gswc/GSWLogin.html:
o removed date stuff
* GSWExtensionsGSW.framework/GSWLogin.gswc/GSWLogin.gswd:
o removed date stuff
* config.mak.in:
o added GSWDEBUG=no
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18189 72102866-910b-0410-8b05-ffd578937521
float.h in favor of deprecated values.h to be more
portable.
* GSWeb.framework/GSWDefaultAdaptor.m: Do not include
GNUstepBase/GSFileHandle.h unnecessarily.
* GSWeb.framework/GSWDirectAction.h: Remove duplicate
declaration of -existingSession.
* GSWeb.framework/GSWProcFS.h: Remove commented
NSTimeIntervalFromTimeVal declaration.
* GSWeb.framework/GSWStatisticsStore.m: Do not include
sys/time.h unnecessarily.
* GSWeb.framework/GSWUtils.h: Include sys/time.h
unconditionally.
* GSWeb.framework/GSWeb.h: Do not include private
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17953 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWApplication.m: Fix compile with debug=no.
* GSWeb.framework/GSWeb.h: Include GNUstep.h if GNUSTEP is not
defined for OS X.
* GSWExtensions.framework/GSWExtWOCompatibility.h: Ditto.
* GSWExtensionsGSW.framework/GSWExtGSWWOCompatibility.h:
* Ditto.
* Examples/hello/*.m: Ditto.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17192 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWDisplayGroup.h:
o include EODeprecated.h instead of EOUndoManager.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17038 72102866-910b-0410-8b05-ffd578937521
* GSWAdaptors/common/GSWHTTPHeaders.h/.m:
o added g_szHeader_GSWeb_ApplicationName
* GSWAdaptors/Apache/mod_gsweb.c:
o added application name header
* GSWeb.framework/GSWUtils.m:
o log every 10 lock tries
* GSWeb.framework/GSWDefaultAdaptorThread.m:
o log remote address
* GSWeb.framework/GSWConstants.h/.m:
o added GSWClassName_DefaultContext
o added GSWOPT_Context
o added GSWHTTPHeader_ApplicationName
* GSWeb.framework/GSWApplication.h/.m:
o added -setContextClassName:
o added -contextClassName;
o added -createContextForRequest:
o information on component search duration in debug mode
* GSWeb.framework/GSWComponentRequestHandler.m:
o call application -createContextForRequest: instead of directGSWContext creation
o use session -_contextIDMatchingIDsInContext
o use matchingContextID to restore already generated page
o fix in -lockedHandleRequest: to pur requestContextID in context
* GSWeb.framework/GSWDirectAction.m:
o call application -createContextForRequest: instead of directGSWContext creation
* GSWeb.framework/GSWContext.m:
o fix in +contextWithRequest: to use [self alloc]
* GSWeb.framework/GSWDeployedBundle.m:
o fix in lockedCachedRelativePathForResourceNamed:inDirectory:forLanguage:
to really use cache
* GSWeb.framework/GSWDisplayGroup.h:
o added flag isCustomDataSourceClass
o added flag isInitialized
* GSWeb.framework/GSWDynamicElement.h:
o removed -definitionName and -setDefinitionName:
* GSWeb.framework/GSWDisplayGroup.m:
o added queryKeyValueQualifierClassName (to specify a specific key value qualifier for a key)
o finished -finishInitialization implementation
o finished -_setUpForNewDataSource implementation
o added -_isCustomDataSourceClass:
o rewritten part of -updateDisplayedObjects
o rewritten part of -setObjectArray:
o rewriten -setSelectedObjects:
o rewritten -setSelectionIndexes:
o rewritten -selectObject:
o rewritten -selectNext
o rewritten -selectPrevious
o rewritten -insertObject:atIndex:
o rewritten -deleteSelection
o rewritten -deleteObjectAtIndex:
o rewritten -_deleteObjectsAtIndexes:
o rewritten -displayedObjects
o rewritten -fetch
o rewritten -displayNextBatch
o rewritten -displayPreviousBatch;
o fixed -setNumberOfObjectsPerBatch:
o implemented -objectsChangedInEditingContext:
o replaced -_changedInEditingContext: by -objectsChangedInEditingContext:
o replaced -_changedInEditingContext: by -objectsInvalidatedInEditingContext:
o implemented -_notifySelectionChanged
o implemented -_notifyRowChanged:
o implemented -_lastObserverNotified:
o implemented -_beginObserverNotification:
o implemented -_selectionIndex
o implemented -_deleteObject:
* GSWeb.framework/GSWSession.m:
o implemented -_contextIDMatchingIDsInContext:
o implemented _rearrangeContextArrayStackForContextID:
o rewritten -_contextArrayForContextID:stackIndex:contextArrayIndex:
o rewritten parts of -_savePage:forChange:
* GSWeb.framework/GSWSessionStore.m/.h:
o partial rewriting of checkin/checkout code
* GSWeb.framework/GSWSessionServerStore.m/.h:
o changes for checkin/checkout code rewriting
* GSWeb.framework/GSWSessionTimeOutManager.m/.h:
o changes for checkin/checkout code rewriting
o set timer interval minimum to 5s instead of 1s
* GSWeb.framework/GSWSessionTimeOut.m/.h:
o changes for checkin/checkout code rewriting
* GSWeb.framework/GSWTransactionRecord.h/.m:
o added +transactionRecordWithResponsePage:context:
o replace signature by contextID,senderID and formValues
* GSWeb.framework/GSWClientSideScript.m:
o removed warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17032 72102866-910b-0410-8b05-ffd578937521
* Examples/hello/GNUmakefile
* Examples/hello/Makefile.preamble
* Testing/DynamicElements/GNUmakefile
* Testing/DynamicElements/Makefile.preamble: Rely on
Auxiliary/gdl2.make and Auxiliary/gsweb.make to set compiler and
linker flags.
* Examples/hello/config.mak: Removed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16852 72102866-910b-0410-8b05-ffd578937521
Remove reference to instance variable, that has been removed from
-base.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16833 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWRequest.h/.m:
o added ivar _browserAcceptedEncodings
o added -browserAcceptedEncodings
o modified browserLanguages to use quality indicator
* GSWeb.framework/GSWConstants.h/.m:
o added GSWHTTPHeader_AcceptEncoding
* GSWeb.framework/GSWResponse.h/.m:
o added ivar _acceptedEncodings
o added -acceptedEncodings
o added -setAcceptedEncodings:
* GSWeb.framework/GSWComponentRequestHandler.m:
o set request browserAcceptedEncodings to response
* GSWeb.framework/GSWComponent.m:
o set request browserAcceptedEncodings to response
* GSWeb.framework/NSData+Compress.h/.m:
o added
* config.h.in
o added HAVE_ZLIB
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16718 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWResourceManager.m:
o added warning in ISOLanguagesFromGSLanguages
o asserts
* GSWeb.framework/GSWApplication.m:
o assert adaptor name length>0 in
-adaptorWithName:arguments: and in -_initAdaptorsWithUserDefaults:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16717 72102866-910b-0410-8b05-ffd578937521