libs-gsweb/GSWExtensions.framework
David Ayers c5ee2bd0bf * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal):
Remove assertion for defined GNUSTEP_STRING_ENCODING.
        * GSWeb.framework/GSWDefaultAdaptorThread.m
        ([+sendResponse:toStream:
        withNamingConv:withAdditionalHeaderLines:withRemoteAddress:]):
        Use contentEncoding of response instead of
        NSISOLatin1StringEncoding.
        * GSWeb.framework/GSWHTMLComment.m ([-init]): Use
        +[GSWMessage defaultEncoding] instead of
        NSISOLatin1StringEncoding.
        * GSWeb.framework/GSWHTMLDynamicElement.m
        ([-addURL:forCIDKeyAssociation:CIDStoreAssociation:inContext:]):
        Use NSUnicodeStringEncoding instead NSISOLatin1StringEncoding
        for hash value.
        * GSWeb.framework/GSWMessage.m ([+initialize]): Set
        globalDefaultEncoding to NSISOLatin1StringEncoding only if
        WOStrictFlag default flag is set.  Otherwise default to
        GetDefEncoding().
        * GSWeb.framework/GSWRequest.m
        ([-_formValueEncodingFromFormData:]): Use +[GSWMessage
        defaultEncoding] instead of NSISOLatin1StringEncoding.
        ([-_formData], [-_getFormValuesFromMultipartFormDataOld]):
        Ditto.
        ([-_getFormValuesFromMultipartFormData]): Ditto.
        ([-_decodeMultipartBody:boundary:], -[_parseData:]): Ditto.
        * GSWeb.framework/GSWTemplateParserXML.m
        ([-templateElements]): Ditto.
        * GSWeb.framework/NSString+HTML.m (-[decodeURL]): Ditto.

        * INSTALL: Remove reference to GNUSTEP_STRING_ENCODING.
        * Examples/hello/HelloPage.gswc/HelloPage.gswi,
        * GSWExtensions.framework/French.lproj/
        GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswi,
        GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.gswi
        * GSWExtensions.framework/
        GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.gswi
        GSWDictionaryRepetition.gswc/GSWDictionaryRepetition.gswi,
        GSWIFrame.gswc/GSWIFrame.gswi,
        GSWMetaRefresh.gswc/GSWMetaRefresh.gswi,
        GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswi,
        GSWRedirect.gswc/GSWRedirect.gswi,
        GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswi,
        GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.gswi
        GSWStatsPage.gswc/GSWStatsPage.gswi,
        GSWTable.gswc/GSWTable.gswi,
        GSWTableString.gswc/GSWTableString.gswi,
        Correct encoding declaration.

        * GSWExtensions.framework/
        GSWKeyValueConditional.gswc/GSWKeyValueConditional.gswd,
        GSWKeyValueConditional.gswc/GSWKeyValueConditional.gswi,
        GSWKeyValueConditional.gswc/GSWKeyValueConditional.html:
        Correct encoding declaration and line terminators.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@20347 72102866-910b-0410-8b05-ffd578937521
2004-11-12 13:47:05 +00:00
..
French.lproj * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWCollapsibleComponentContent.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWDictionaryRepetition.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWExceptionPage.gswc Fixed for MacOSX KVC. condition = application.isDebuggingEnabled 2004-06-16 21:37:57 +00:00
GSWIFrame.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWKeyValueConditional.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWMetaRefresh.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWPageRestorationErrorPage.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWRedirect.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWSessionCreationErrorPage.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWSessionRestorationErrorPage.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWStatsPage.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWTable.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
GSWTableString.gswc * GSWeb.framework/GSWApplication.m (GSWApplicationMainReal): 2004-11-12 13:47:05 +00:00
Resources Initial revision 2000-01-22 12:49:49 +00:00
WebServerResources Remove gifs 2002-02-22 19:03:52 +00:00
.cvsignore * GSWeb.framework/GSWApplication.h/m 2004-01-13 15:00:55 +00:00
bundle-info.plist Initial revision 2000-01-22 12:49:49 +00:00
GNUmakefile * GSWeb.framework/GNUmakefile: Make WO_HEADER_FILES real 2004-03-10 13:05:27 +00:00
GSWCollapsibleComponentContent.api Initial revision 2000-01-22 12:49:49 +00:00
GSWCollapsibleComponentContent.h o added Anchor 2003-11-24 10:59:56 +00:00
GSWCollapsibleComponentContent.m o removed unused methods 2004-09-01 13:44:01 +00:00
GSWDictionaryRepetition.api Initial revision 2000-01-22 12:49:49 +00:00
GSWDictionaryRepetition.h 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWDictionaryRepetition.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWExceptionPage.api Initial revision 2000-01-22 12:49:49 +00:00
GSWExceptionPage.h 2002-06-03 Manuel Guesdon <mguesdon@orange-concept.com> 2002-06-03 08:27:15 +00:00
GSWExceptionPage.m * gsweb.make.in: Change 'WO' framework names to WobObjects, 2004-01-12 15:32:39 +00:00
gswextensions.gsdoc 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWExtensions.h 2003-01-22 Manuel Guesdon <mguesdon@orange-concept.com> 2003-01-22 12:24:26 +00:00
GSWExtWOCompatibility.h * *.h/m: Updated to new header layout. 2003-08-25 20:15:32 +00:00
GSWIFrame.api Initial revision 2000-01-22 12:49:49 +00:00
GSWIFrame.h Initial revision 2000-01-22 12:49:49 +00:00
GSWIFrame.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWKeyValueConditional.api o added (come from Dave Lopper) 2003-11-25 13:11:38 +00:00
GSWKeyValueConditional.h * gsweb.make.in: Remove GSANTLR dependency. 2004-04-14 17:11:56 +00:00
GSWKeyValueConditional.m * GSWExtensions.framework/GSWKeyValueConditional.m 2004-04-22 12:08:29 +00:00
GSWLongResponsePage.h 2002-11-23 Manuel Guesdon <mguesdon@orange-concept.com> 2002-11-23 11:06:39 +00:00
GSWLongResponsePage.m * GSWExtensions.framework/GSWLongResponsePage.m 2004-02-27 17:56:39 +00:00
GSWMetaRefresh.api Initial revision 2000-01-22 12:49:49 +00:00
GSWMetaRefresh.h Initial revision 2000-01-22 12:49:49 +00:00
GSWMetaRefresh.m o logs 2004-05-14 12:11:10 +00:00
GSWPageRestorationErrorPage.api Initial revision 2000-01-22 12:49:49 +00:00
GSWPageRestorationErrorPage.h 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWPageRestorationErrorPage.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWRedirect.h 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWRedirect.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWSessionCreationErrorPage.api Initial revision 2000-01-22 12:49:49 +00:00
GSWSessionCreationErrorPage.h 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWSessionCreationErrorPage.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWSessionRestorationErrorPage.api Initial revision 2000-01-22 12:49:49 +00:00
GSWSessionRestorationErrorPage.h 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWSessionRestorationErrorPage.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWStatsPage.api Initial revision 2000-01-22 12:49:49 +00:00
GSWStatsPage.h 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWStatsPage.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWTable.api Initial revision 2000-01-22 12:49:49 +00:00
GSWTableString.api Initial revision 2000-01-22 12:49:49 +00:00
Makefile.postamble * GSWExtensions.framework/Makefile.postamble: Fix Typo. 2004-03-10 13:17:32 +00:00
Makefile.preamble * gsweb.make.in: Remove GSANTLR dependency. 2004-04-14 17:11:56 +00:00
WOExtensions.h 2003-01-22 Manuel Guesdon <mguesdon@orange-concept.com> 2003-01-22 12:24:26 +00:00