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:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17023 72102866-910b-0410-8b05-ffd578937521
o added GSWClassName_DefaultContext
o added GSWOPT_Context
o added GSWHTTPHeader_ApplicationName
* GSWeb.framework/GSWContext.m:
o fix in +contextWithRequest: to use [self alloc]
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17022 72102866-910b-0410-8b05-ffd578937521
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
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17021 72102866-910b-0410-8b05-ffd578937521
o added -setContextClassName:
o added -contextClassName;
o added -createContextForRequest:
o information on component search duration in debug mode
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17019 72102866-910b-0410-8b05-ffd578937521
o added g_szHeader_GSWeb_ApplicationName
* GSWAdaptors/Apache/mod_gsweb.c:
o added application name header
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17017 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
* GSWAdaptors/common/GSWUtils.c:
o prefix logs with GSWeb[pid]
* GSWAdaptors/common/GSWAppRequest.c:
o improved logs
* GSWApp.c/.h:
o add instance handled request count and no response count
* GSWConfig.c:
o remove "GSWeb:" prefix in logs
o initialize
* GSWApp.h:
o renamed instance index
* GSWLoadBalancing.c:
o logs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16407 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWSessionTimeOut.m:
o fix in -description
* GSWeb.framework/GSWApplication.m:
o build currentRunLop before calling -run
o log allFrameworks when a component is not found
* GSWeb.framework/GSWHyperlink.m:
o better handling of isSecure (regarding current request secure state)
* GSWExtensions.framework/GSWSessionRestorationErrorPage.gswd:
o use "" pageName so application may choose the main page
* GSWExtensions.framework/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd:
o use "" pageName so application may choose the main page
* GSWeb.framework/GSWConstants.m/.h:
o added GSWHTTPHeader_Protocol, GSWHTTPHeader_ProtocolNum,
GSWHTTPHeader_RequestScheme
* GSWeb.framework/GSWContext.m/.h:
o fix in -_synchronizeForDistribution
o try to avoid complete URL when we can use relative one
* GSWeb.framework/GSWRequest.m:
o fix to retrieve protocol & port from adaptor headers
* GSWeb.framework/GSWSession.m:
o fix in -appendCookieToResponse:
* GSAdaptors/Apache/mod_gsweb.c:
o fix for server port header
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16400 72102866-910b-0410-8b05-ffd578937521
* GSWAdaptors/common/config.h:
o change minor version
* GSWAdaptors/common/GSWUtil.h/.c:
o added FormatAPRTime
* GSWAdaptors/common/GSWHTTPResponse.c:
o added time headers in response (apache2 only)
* GSWAdaptors/common/GSWHTTPRequest.c:
o moved GSWebHeaderForHTTPHeader to GSWHTTPHeaders.c
o add application headers (defined in gsweb.conf)
* GSWAdaptors/common/GSWHTTPHeaders.c:
o moved GSWebHeaderForHTTPHeader from GSWHTTPRequest.c
o sort GSWHeaderTranslationTable
* GSWAdaptors/Apache/mod_gsweb.c:
o comments
o added time headers in response (apache2 only)
o fixed APACHE2/Apache2 ifdef
* GSWAdaptors/common/GSWConfig.c/.h:
o added addTimeHeaders parameter
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16369 72102866-910b-0410-8b05-ffd578937521
* GSWAdaptors/Apache/GNUmakefile-Apache2x:
o fix to find apxs2
* GSWAdaptors/comon/GSWHTTPHeaders.h/.m:
o added g_szHeader_GSWeb_Protocol, g_szHeader_GSWeb_ProtocolNum,
g_szServerInfo_Protocol, g_szServerInfo_ProtocolNum,
g_szServerInfo_RequestScheme, g_szHeader_GSWeb_RequestScheme
* GSWAdaptors/Apache/mod_gsweb:
o added module version with apache2
o 1.x/2.x compatibility macro
o fix header port
o added protocol, protocol num and request scheme information
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16361 72102866-910b-0410-8b05-ffd578937521
(use ap_psprintf and not apr_psprintf if apache 1 is used)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16276 72102866-910b-0410-8b05-ffd578937521
(use ap_psprintf and not apr_psprintf if apache 1 is used)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16275 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWRequest.m:
o fix in -_getFormValuesFromMultipartFormData:
add [parser expectNoHeaders] to force body parsing as
otherwise it fail in some context (navigator/form values)
* GSWExtensions.framework/GSWCollapsibleComponentContent.m:
o use RCS_ID
* GSWExtensions.framework/GSWExceptionPage.m:
o logs
o use RCS_ID
* GSWExtensions.framework/GSWDictionaryRepetition.m:
o use RCS_ID
* GSWExtensions.framework/GSWIFrame.m:
o clean warnings
o use RCS_ID
* GSWExtensions.framework/GSWLongResponsePage.m:
o use RCS_ID
* GSWExtensions.framework/GSWMetaRefresh.m:
o use RCS_ID
* GSWExtensions.framework/GSWPageRestorationErrorPage.m:
o use RCS_ID
* GSWExtensions.framework/GSWRedirect.m:
o use RCS_ID
* GSWExtensions.framework/GSWSessionCreationErrorPage.m:
o use RCS_ID
* GSWExtensions.framework/GSWSessionRestorationErrorPage.m:
o use RCS_ID
* GSWExtensions.framework/GSWStatsPage.m:
o use RCS_ID
* GSWExtensionsGSW.framework/GSWLogin.m:
o use RCS_ID
* GSWExtensionsGSW.framework/GSWSimpleFormComponent.m:
o use RCS_ID
* GSWExtensionsGSW.framework/GSWTabComponent.m:
o use RCS_ID
* GSWExtensionsGSW.framework/GSWValidationFailureComponent.m:
o use RCS_ID
* GSWeb.framework/GSWApplication.m:
o change setIVar... by takeValue:forKey:
* GSWeb.framework/GSWElement.m:
o logs
* GSWeb.framework/GSWeb.h:
o removed NSObject+IVarAccess+PerformSel.h inclusion
* GSWeb.framework/GSWAssociation.m:
o removed commented set/getIVar
* GSWeb.framework/GSWComponent.m:
o removed commented set/getIVar
* GSWeb.framework/GSWSession.m:
o retain/release deleteContextID in -savePageInPermanentCache
(from St�phane Corth�sy <stephane@sente.ch>)
o retain/release deleteContextID in -_savePage:forChange
(from St�phane Corth�sy <stephane@sente.ch>)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16238 72102866-910b-0410-8b05-ffd578937521
unconditionally.
(sendResponse): Removed cast which was only valid for custom
Apache installations.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16231 72102866-910b-0410-8b05-ffd578937521
* GSWeb.framework/GSWGNUmakefile:
o removed NSObject+IVarAccess+PerformSel.*
* GSWeb.framework/GSWConstants.m:
o fix GSWHTTPHeader_Response_HeaderLineEnd: remove space at the begining
o use RCS_ID
* GSWeb.framework/Adaptors/common/GSWHTTPResponse.c:
o fix status in GSWHTTPResponse_New()
* GSWAdaptors/Apache/mod_gsweb.c:
o fixes bad returned status
o traces
* GSWeb.framework/GSWTemplateParserANTLR.m:
o removed logs
o fixes for warnings
o use RCS_ID
* GSWeb.framework/GSWApplication.m:
o use RCS_ID
o added logs
o new method to begin rewrite exception handling
* GSWeb.framework/GSWRequest.m:
o logs
o fix in -_getFormValuesFromMultipartFormData to handle more than one value per name
o use RCS_ID
o -fix bad types in uriElementForKey:
* GSWeb.framework/GSWConditional.m:
o added asserts
o use RCS_ID
* GSWeb.framework/GSWHTMLStaticElement.m:
o added asserts
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWComponentReference.m:
o added asserts
o use RCS_ID
* GSWeb.framework/GSWActiveImage.m:
o added asserts
* GSWeb.framework/GSWComponentContent.m:
o added asserts
o use RCS_ID
* GSWeb.framework/GSWForm.m:
o added asserts
o use RCS_ID
* GSWeb.framework/GSWHTMLDynamicElement.m:
o added asserts
o use RCS_ID
* GSWeb.framework/GSWHTMLURLValuedElement.m:
o use RCS_ID
o added asserts
* GSWeb.framework/GSWRepetition.m:
o added asserts
o use RCS_ID
* GSWeb.framework/GSWExtensions.framework/GNUmakefile:
o added GSWPageRestorationErrorPage.gswc
* GSWeb.framework/GSWFileUploadComponent.m:
o use RCS_ID
* GSWeb.framework/GSWImage.m:
o Don't output nil height/width
o fix: get component before using !
o use RCS_ID
* GSWeb.framework/GSWElementIDString.m:
o in -initWithCoder: retain _string
o use RCS_ID
* GSWeb.framework/GSWElementIDString.h:
o cleaned
* config.h.in:
o define RCS_ID like in GDL2
* GSWeb.framework/GSWDirectActionRequestHandler.[hm]:
o added +additionalRequestPathArrayFromRequest:
o enable directAction with additional path components
o use RCS_ID
* GSWeb.framework/GSWDirectAction.[hm]:
o added -additionalRequestPathArray
o use RCS_ID
* GSWeb.framework/GSWeb.h:
o include GSCategories.h
* GSWeb.framework/GSWDebug.m:
o use RCS_ID
* GSWeb.framework/GSWPageDefParserExt.m:
o use RCS_ID
* GSWeb.framework/GSWPageDefElement.m:
o use RCS_ID
* GSWeb.framework/GSWDeployedBundle.m:
o use RCS_ID
* GSWeb.framework/GSWProjectBundle.m:
o use RCS_ID
* GSWeb.framework/GSWStats.m:
o use RCS_ID
* GSWeb.framework/GSWBundle.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWTemplateParser.m::
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWTemplateParserXML.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWComponent.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWDisplayGroup.m:
o clean warnings
o fix -validateValue:forKey: call
o use RCS_ID
* GSWeb.framework/GSWHTMLParserExt.m:
o use RCS_ID
* GSWeb.framework/GSWAssociation.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWResourceManager.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWSession.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWMultiKeyDictionary.m:
o use RCS_ID
* GSWeb.framework/GSWResponse.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWStatisticsStore.m:
o clean warnings
* GSWeb.framework/GSWAdaptor.m:
o use RCS_ID
* GSWeb.framework/GSWGeometricRegion.[hm]:
o types change
o use RCS_ID
* GSWeb.framework/GSWActiveImage.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWBody.m:
o use RCS_ID
* GSWeb.framework/GSWTextField.m:
o use RCS_ID
* GSWeb.framework/GSWSubmitButton.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWHTMLBareString.m:
o use RCS_ID
* GSWeb.framework/GSWHTMLComment.m:
o use RCS_ID
* GSWeb.framework/GSWApplet.m:
o use RCS_ID
* GSWeb.framework/GSWBrowser.m:
o use RCS_ID
* GSWeb.framework/GSWCheckBoxList.m:
o use RCS_ID
* GSWeb.framework/GSWEmbeddedObject.m:
o use RCS_ID
* GSWeb.framework/GSWFrame.m:
o use RCS_ID
* GSWeb.framework/GSWGenericContainer.m:
o use RCS_ID
* GSWeb.framework/GSWGenericElement.m:
o use RCS_ID
* GSWeb.framework/GSWHyperlink.m:
o use RCS_ID
o clean warnings
* GSWeb.framework/GSWImageButton.m:
o use RCS_ID
o clean warnings
* GSWeb.framework/GSWJavaScript.m:
o use RCS_ID
* GSWeb.framework/GSWNestedList.m:
o use RCS_ID
* GSWeb.framework/GSWParam.m:
o use RCS_ID
* GSWeb.framework/GSWPasswordField.m:
o use RCS_ID
* GSWeb.framework/GSWPopUpButton.m:
o use RCS_ID
* GSWeb.framework/GSWRadioButtonList.m:
o use RCS_ID
* GSWeb.framework/GSWResetButton.m:
o use RCS_ID
* GSWeb.framework/GSWSwitchComponent.m:
o use RCS_ID
* GSWeb.framework/GSWVBScript.m:
o use RCS_ID
* GSWeb.framework/GSWString.m:
o use RCS_ID
* GSWeb.framework/GSWText.m:
o use RCS_ID
* GSWeb.framework/GSWCookie.m:
o use RCS_ID
* GSWeb.framework/GSWRequestHandler.m:
o use RCS_ID
* GSWeb.framework/GSWMailDelivery.m:
o use RCS_ID
* GSWeb.framework/GSWComponentRequestHandler.m:
o use RCS_ID
o clean warnings
* GSWeb.framework/GSWKeyValueAssociation.m:
o use RCS_ID
* GSWeb.framework/GSWHTMLStaticGroup.m:
o use RCS_ID
* GSWeb.framework/GSWConstantValueAssociation.m:
o use RCS_ID
* GSWeb.framework/GSWDynamicURLString.m:
o use RCS_ID
* GSWeb.framework/GSWBindingNameAssociation.m:
o use RCS_ID
* GSWeb.framework/GSWBindingNameAssociation.[hm]
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWURLValuedElementData.m:
o clean warnings
o use RCS_ID
* GSWeb.framework/GSWToggle.m:
o use RCS_ID
* GSWeb.framework/GSWFileUpload.m:
o use RCS_ID
* GSWeb.framework/GSWResourceURL.m:
o use RCS_ID
* GSWeb.framework/GSWProcFS.m:
o use RCS_ID
* GSWeb.framework/GSWActionURL.m:
o use RCS_ID
* GSWeb.framework/GSWContext.m:
o use RCS_ID
* GSWeb.framework/GSWDefaultAdaptorThread.m:
o use RCS_ID
* GSWeb.framework/GSWDynamicElement.m:
o use RCS_ID
* GSWeb.framework/GSWeb.m:
o use RCS_ID
* GSWeb.framework/GSWElement.m:
o use RCS_ID
* GSWeb.framework/GSWResourceRequestHandler.m:
o use RCS_ID
* GSWeb.framework/GSWServerSessionStore.m:
o use RCS_ID
* GSWeb.framework/GSWSessionStore.m:
o use RCS_ID
* GSWeb.framework/GSWSessionTimeOut.m:
o use RCS_ID
* GSWeb.framework/GSWSessionTimeOutManager.m:
o use RCS_ID
* GSWeb.framework/GSWTransactionRecord.m:
o use RCS_ID
* GSWeb.framework/GSWUtils.m:
o use RCS_ID
* GSWeb.framework/GSWWOCompatibility.m:
o use RCS_ID
* GSWeb.framework/NSString+HTML.m:
o use RCS_ID
* GSWeb.framework/NSString+Trimming.m:
o use RCS_ID
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16216 72102866-910b-0410-8b05-ffd578937521
* GSWeb/GSWInput.m:
o logs
* GSWeb/GSWCheckBox.m:
o logs
o fix for disabled check box
* GSWAdaptors/Apache/mod_gsweb.c
o typo fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16128 72102866-910b-0410-8b05-ffd578937521
* GSWeb/GSWSessionTimeOutManager.m:
o Better handling of lock during exceptions
(should improve it)
o logs
* GSWeb/GSWSessionStore.m:
o logs
o raise exception when a direct GSWSessionStore is allocated
* GSWeb/GSWrequest.m:
o fixed typo on contentSubType
* GSWeb/GSWDisplayGroup.hm
o added _queryMinMatch to enable >= clause
o added _queryMaxMatch to enable <= clause
o added -queryMinMatch to enable >= clause
o added -queryMaxMatch to enable <= clause
o declare private methods
* GSWeb/GSWDisplayGroup.m:
o add NSAutoreleasePool use in -fetch
* GSWeb/GSWExtensionsGSW.framework/GSWFileUploadComponent.gswc/GSWFileUploadComponent.gswd
o bug fix in GSWHyperlink binding
* GSWeb/GSWCheckBoxList.m
o settable selections fix
* GSWeb/GSWApplication.m:
o logs
* GSWeb/GSWSessionTimeOut.[hm]
o added -lastAccessTimeDate and -timeOutTimeDate
* GSWeb/GSWDeployedBundle.m:
o add some NSAutoreleasePool use
* GSWeb/GSWHyperlink.m:
o fix to not display links disabled by !enabled when displayDisabled = NO.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16110 72102866-910b-0410-8b05-ffd578937521
* 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>)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15846 72102866-910b-0410-8b05-ffd578937521
* 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
2003-01-20 David Ayers <d.ayers@inode.at>
* Makefile.postamble
o added support for make gswnames=(gsw,wo,all) (corrected
typo)
o reinserted support for $(INSTALL_ROOT_DIR)
* config.h.in
o added HAVE_GDL2
* configure
o added support for --with-gswnames=(gsw,wo,all)
o set LIBWRAP during configure
o added config.mak.in as configurable file
* configure.ac
o (see configure)
* config.mak: removed (replaced by config.mak.in)
* config.mak.in: new file
o added support for make gswnames=(gsw,wo,all)
* gsweb.make.in
o add GSANTLR as auxiliary lib
o add gsweb libs to AUXILIARY_GSW_LIBS
o include correct extensions for GSW/WO-libs
* gsweb_wo.make: new file
* GSWeb/GSWConfig.h
o changed support for GSWEB_WONAMES
o conditionally import file GSWWOCompatiblity
here instead of in GSWeb.h
* GSWeb/GNUMakefile
o added support for make gswnames=(gsw,wo,all)
o ensure each lib gets built with its own object files
o removed deactivated framework extension determination code
o removed reference to unused files:
GSWeb.m, GSWWOCompatibility.m
o added references to new files:
GSWExtenstions.h, GSWExtWOCompatibility.h
o added support to create WO header files
* GSWeb/Makefile.postamble
o changed support to install WO header files according to
make gswnames=(gsw,wo,all)
o remove Makefile.preamble during distclean
* GSWeb/Makefile.preamble.in
o fixed typo
* GSWeb/GSWeb.h
o moved GSW/WO-Name-mapping to GSWWOCompatibility.h
o replaced inclusions of
<GSWeb/file.h> with "file.h"
* GSWeb/GSWeb.m: removed
* GSWeb/GSWWOCompatibility.h
o changed GSWEB_WONAMES handling
o removed hybrid namespace WO subclasses
o moved & reorganized GSW/WO-Name-mapping from GSWeb.h
o inlucluded missing GSW/WO-Name-mappings
* GSWeb/GSWWOCompatibility.m: removed
* GSWeb/*.m
o replaced inclusions of
<GSWeb/file.h> with "file.h"
* GSWeb/GSWApplication.m
o remove special GSW/WO handling of WOApp
* GSWeb/WebObject/WO*: removed
* GSWeb/WebObject/WebObjects
o replaced inclusions of
<GSWeb/file.h> with "file.h"
* GSWExtensions/GNUMakefile
o added support for make gswnames=(gsw,wo,all)
o ensure each lib gets built with its own object files
o removed deactivated framework extension determination code
o added references to new files:
GSWExtenstions.h, GSWExtWOCompatibility.h
o added support to create WO header files
* GSWExtensions/Makefile.preamble
o let gnustep make figure whether to link agains debug libs
o added support for make gswnames=(gsw,wo,all)
* GSWExtensions/Makefile.postamble
o changed support to install WO header files according to
make gswnames=(gsw,wo,all)
* GSWExtensions/*.m
o replaced inclusions of
<GSWeb/GSWeb.h> with "GSWExtWOCompatibility.h"
o replaces inclusions of
<GSWExtensions/file.h> with "file.h"
* GSWExtensions/GSWExtensions.h: new file
* GSWExtensions/WOExtensions.h: new file
* GSWExtensions/GSWExtWOCompatibility.h: new file
* GSWExtensionsGSW/GNUMakefile
o added support for make gswnames=(gsw,wo,all)
o ensure each lib gets built with its own object files
o removed deactivated framework extension determination code
o added references to new file GSWExtGSWWOCompatibility.h
o added support to create WO header files
* GSWExtensionsGSW/Makefile.pramble
o let gnustep make figure whether to link agains debug libs
o added support for make gswnames=(gsw,wo,all)
o removed GSWExtensions from ADDITIONAL_LIB_DIRS
* GSWExtensionsGSW/*.m
o replaced inclusions of
<GSWeb/GSWeb.h> with "GSWExtGSWWOCompatibility.h"
* GSWExtensions/GSWExtGSWWOCompatibility.h: new file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15675 72102866-910b-0410-8b05-ffd578937521
* 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
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15630 72102866-910b-0410-8b05-ffd578937521
* 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
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15282 72102866-910b-0410-8b05-ffd578937521
* GSWeb/GSWApplication.m
o don't use NSClassFromString to support GSW & WO namespaces
(David Ayers <d.ayers@inode.at> patch)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15263 72102866-910b-0410-8b05-ffd578937521
* 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)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15262 72102866-910b-0410-8b05-ffd578937521
* 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
* GSWeb/GSWRadioButton.m:
o logs
o rewritten some part to match specifications
o removed rcsId
o documentation
* GSWeb/GSWTemplateParser.m
o added #include "GSWTemplateParserXML.h"
o removed rcsId
* GSWeb/GSWTemplateParserANTLR.m
o added #include "GSWTemplateParserANTLR.h"
o removed rcsId
* GSWeb/GSWTemplateParserXML.m
o added #include "GSWTemplateParserXML.h"
o removed rcsId
* GSWeb/GSWHTMLAttrParser.m
o added #include "GSWHTMLAttrParser.h"
o removed rcsId
* GSWeb/GSWRepetition.m:
o logs
* Testing/DynamicElements/Makefile.preamble
o removed -lFoundationExt
* Examples/hello/Makefile.preamble
o removed -lFoundationExt
* GSWeb/GSWBundle.m:
o logs
* GSWeb/GSWInput.[hm]gswinput
o added -valueInContext:context
o removed rcsId
* Testing/DynamicElements/CheckBox1Page.*
o added
*Testing/DynamicElements/CheckBox2Page.*
o added
* Testing/DynamicElements/RadioButton1Page.*
o added
* Testing/DynamicElements/RadioButton2Page.*
o added
* TODO:
o updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15261 72102866-910b-0410-8b05-ffd578937521
* gsweb.make.in (AUXILIARY_INCLUDE_DIRS): added.
* Makefile.postamble: moved gsweb.make in Auxiliary/ make dir.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15193 72102866-910b-0410-8b05-ffd578937521
* GSWeb/GSWApplication.m:
o added \n in logs
o added removeVolatileDomainForName: before setting it
o remove rcsId
o changed class creation to avoid libFoundationExt dependency
o reduced compilation warnings
* GSWeb/GSWDisplayGroup.m:
o fixed bug in -initWithKeyValueUnarchiver: for defaultStringMatchFormat
o remove rcsId
* GSWeb/GSWConditional.[hm]
o added _value and _conditionValue (see doc)
o documentation
o remove rcsId
* GSWeb/GSWConstants.[hm]
o added conditionValue
* config.mak
o switched to gdl2
* GSWeb/GSWDeployedBundle.h:
o changed bundleWithPath: return path to avoid warning
* GSWeb/GSWSessionStore.[hm]:
o added containsSessionID: and allSessionIDs;
o implemented +serverSessionStore
o remove rcsId
* GSWeb/GSWComponentDefinition.m:
o logs
o remove rcsId
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15156 72102866-910b-0410-8b05-ffd578937521
* GSWExtensions.framework/GSWLongResponsePage.h:
o fixed WO* to GSW*
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15050 72102866-910b-0410-8b05-ffd578937521
I've rewritten AutoValue handling in GSWBrowser,GSWCheckBoxList,
GSWRadioButtonList, GSWPopUpButton to make it coherent
and working like specifications.
* GSWeb/GSWSwitchComponent.m:
o add more information when componentName is null
* GSWRepetition.h/.m:
o added startIndex, stopIndex
* GSWeb/GSWConstants.h/.m:
o added startIndex__Key,stopIndex__Key
* GSWeb/GSWComponent.h/.m:
o replace _isSynchronized by _isParentToComponentSynchronized and
_isComponentToParentSynchronized;
o added -synchronizesParentToComponentVariablesWithBindings and
-synchronizesComponentToParentVariablesWithBindings
* GSWeb/GSWApplication.m:
o doc/comments
o Exception when no session class found
* GSWeb/GSWComponentDefinition.m
o doc/comments
* GSWeb/GSWComponentRequestHandler.m
o doc/comments
o response message changed when request handling failed
* GSWeb/GSWMailDelivery.m
o implemented composeEmail...component: methods
o change mail sending code
* GSWeb/GSWContext.h/.m:
o replace ASSIGNCOPY by ASSIGN in -copy for _awakePageComponents);
* GSWeb/GSWHyperlink.m:
o replaced otherAssociations by otherQueryAssociations in -computeQueryDictionaryInContext
o hanldle queryDictionary association
o GSWPopUpButton.m:
* GSWExtensionsGSW.framework/GSWValidationFailureComponent.gswc/GSWValidationFailureComponent.html:
o replaced <br> by <br/>
* GSWeb/GSWInput.h
o removed autoValue variable (static var may cause multithread problems and there were different autoValue implementation).
o remove name key to avoid duplicate name in html produced code
o some rewrite for auto value
o doc/comments
* GSWeb/GSWPopUpButton.h/.m:
o use super appendToResponse:inContext: (no more name problem)
o rewriten auto value handling (see Testing/DynamicElements for test)
o doc/comments
* GSWeb/GSWBrowser.h/.m:
o use super appendToResponse:inContext: (no more name problem)
o rewriten auto value handling (see Testing/DynamicElements for test)
o doc/comments
* GSWeb/GSWCheckBoxList.h/.m:
o rewriten auto value handling (see Testing/DynamicElements for test)
o handling disabled binding
o doc/comments
* GSWeb/GSWRadioButtonList.h/.m:
o rewriten auto value handling (see Testing/DynamicElements for test)
o handling disabled binding
o doc/comments
* GSWeb/GSWTextField.h/.m:
o output value in appendValueToResponse:inContext: instead of
appendGSWebObjectsAssociationsToResponse:inContext:
* GSWExtensions.framework/GSWLongResponsePage.h/.m
o added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15008 72102866-910b-0410-8b05-ffd578937521