o implemented -_debugWithString:
o Manage termination in -appendCookieToResponse:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19039 72102866-910b-0410-8b05-ffd578937521
by David Ayers <d.ayers@inode.at>
in _skipQuotedStringWithQuote:index:stopIndex:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19038 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
o added new files
o removed old files
o moved some files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18910 72102866-910b-0410-8b05-ffd578937521
o added includes for new files
o removed includes for removed files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18909 72102866-910b-0410-8b05-ffd578937521
o renamed defintions* to declarations*
o replaced GSWPageDefElement by GSWDeclaration
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18908 72102866-910b-0410-8b05-ffd578937521
o removed GSWPageDef* includes
* GSWeb.framework/GSWTemplateParserANTLR.m:
o renamed defintions* to declarations*
o replaced GSWPageDefElement by GSWDeclaration
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18907 72102866-910b-0410-8b05-ffd578937521
o multiple changes to support RawHTML parser and new
declarations parser
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18906 72102866-910b-0410-8b05-ffd578937521
o fixed bug in -initWithName:attributeAssociations:contentElements:
for associationValue quoting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18904 72102866-910b-0410-8b05-ffd578937521
o renamed GSWComponentDefinition* to GSWComponentDeclarations*
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18901 72102866-910b-0410-8b05-ffd578937521
o added GSWOPTVALUE_DisplayExceptionPages
o changed default template parser to RawHTML
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18897 72102866-910b-0410-8b05-ffd578937521
o added GSWOPT_DisplayExceptionPages
o renamed GSWComponentDefinition* into GSWComponentDeclarations*
o added GSWOPTValue_DefaultTemplateParser_RawHTML
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18896 72102866-910b-0410-8b05-ffd578937521
o added -generateRequestRefusalResponseForRequest:
o added -generateErrorResponseWithException:inContext:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18895 72102866-910b-0410-8b05-ffd578937521
o added -handleActionRequestErrorWithRequest:exception:reason:
requestHanlder:actionClassName:actionName:actionClass:
actionObject:
o added +defaultDisplayExceptionPages
o added +setDefaultDisplayExceptionPages:
o handle GSWDefaultDisplayExceptionPages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18894 72102866-910b-0410-8b05-ffd578937521
o fix in -appendURLToResponse:inContext: when we have key and
filename binding (Stephane Corthesy <stephane@sente.ch>
and Philip Motteli <Philip.Moetteli@tele2.ch>)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18893 72102866-910b-0410-8b05-ffd578937521
o -_handleRequest: partially rewritten for exception handling
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18892 72102866-910b-0410-8b05-ffd578937521
o added (New HTML Template Parser)
* GSWeb.framework/GSWHTMLRawParser.m/.h:
o aded (New HTML Parser)
* GSWeb.framework/GSWDeclaration.h/.m:
o added (Handle a declaration i.e. an entry from .gswd)
* GSWeb.framework/GSWDeclarationParser.h/.m:
o added (.gswd parser)
* GSWeb.framework/GSWBaseParser.h/.m:
o added (base class for parsers)
* GSWeb.framework/GSWTemporaryElement.h/.m:
o added (Temporary element to handle dynamic tags)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18891 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
whose last part is a componentID (i.e. not a number)
o cache nonNumericSet object
o rewritten -isSearchOverForSenderID: to handle number appending to
string element
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18740 72102866-910b-0410-8b05-ffd578937521