/[gnustep]/gnustep/dev-libs/gsweb/ChangeLog
ViewVC logotype

Log of /gnustep/dev-libs/gsweb/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Thu Jan 26 20:42:20 2006 UTC (18 years, 2 months ago) by ayers
Branch: MAIN
CVS Tags: HEAD
Changes since 1.234: +9 -1 lines
Diff to previous 1.234
	* GSWeb.framework/GSWAction.m (-[initWithRequest:]): Retain
	context.
	* GSWeb.framework/GSWActionRequestHandler.m
	(-[getActionInstanceOfClass:withRequest:): Autorelease action.


Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 11:36:04 2006 UTC (18 years, 3 months ago) by dwetzel
Branch: MAIN
Changes since 1.233: +5 -0 lines
Diff to previous 1.233
see log


Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 11:05:35 2005 UTC (18 years, 4 months ago) by ayers
Branch: MAIN
Changes since 1.232: +5 -0 lines
Diff to previous 1.232
	* GSWAdaptors/Apache/mod_gsweb.c (GSWeb_Handler): Avoid endless
	loop when users abort transmission with temporary hack.


Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 16:44:58 2005 UTC (18 years, 4 months ago) by ayers
Branch: MAIN
Changes since 1.231: +37 -0 lines
Diff to previous 1.231
	* GSWeb.framework/GSWApplication+Defaults.m
	(GSWeb_InitializeGlobalAppDefaultOptions): Add handling for
	GSW/WOStatusLoggingEndabled-GSWOPT_StatusLoggingEnabled.
	Fix handling of user defaults.
	((UserDefaults/GSWUserDefaults)): Split category in handling
	WO45 defaults and GSWeb specific defaults.
	(+is/setStatusLoggingEnabled): New methods and default to
	control status logging.
	(-set/defaultRequestHandlerClassName): Move to GSWApplication
	class implementation as this is not handled via user defaults.
	* GSWeb.framework/GSWApplication.(h/m)
	((UserDefaults/GSWUserDefaults)): Split category in handling
	WO45 defaults and GSWeb specific defaults.
	(+is/setStatusLoggingEnabled): New methods and default to
	control status logging.
	(+set/defaultRequestHandlerClassName): Move to GSWApplication
	class implementation as this is not handled via user defaults.
	(GSWFPutSL): New local macro to consistently log NSString's to
	a stream.  Updated callers to fputs.
	(+statusDebug...): Guard all calls with +isStatusDebuggingEnabled.
	(+statusLog...): Guard all calls with +isStatusLoggingEnabled.
	* GSWeb.framework/GSWConfig.h: Add GSWOPTVALUE_StatusLoggingEnabled.
	* GSWeb.framework/GSWConstants.h/m: Add GSWOPT_StatusLoggingEnabled.

	* GSWeb.framework/GSWHTMLRawParser.m (dealloc): Implement fixing
	a potentially major memory leak.
	* GSWeb.framework/GSWDefaultAdaptorThread.m (dealloc): Destroy
	pool (which should have been destroyed before, in normal operation).
	(run:) Destroy pool in case the threads is rerun.

	* GSWeb.framework/GSWApplication.(h/m) (-debugAdaptorThreadExited):
	New debug utility extension.
	* GSWeb.framework/GSWDefaultAdaptorThread.m (threadExited): Call new
	debug convenience method.


Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Mon Oct 31 14:33:46 2005 UTC (18 years, 5 months ago) by dwetzel
Branch: MAIN
Changes since 1.230: +6 -0 lines
Diff to previous 1.230
        * GSWeb.framework/GSWSubmitButton.m
          added support for Direct Actions
          removed category


Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Tue Oct 4 10:24:42 2005 UTC (18 years, 6 months ago) by ayers
Branch: MAIN
Changes since 1.229: +11 -4 lines
Diff to previous 1.229
	* GSWeb.framework/GSWRequest.m
	([_getFormValuesFromMultipartFormData]): Always set the default
	character set of the mime parser but be efficient for latin-1
	and utf-8.


Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Sun Oct 2 20:34:56 2005 UTC (18 years, 6 months ago) by ayers
Branch: MAIN
Changes since 1.228: +8 -0 lines
Diff to previous 1.228
	* GSWeb.framework/GSWRequest.m:
	(-[initWithMethod:uri:httpVersion:headers:content:userInfo:]):
	Leave _formValueEncoding undefined.
	(-[formValueEncoding]): Return defaultFormValueEncoding if
	formValueEncoding is undefined.
	(-[_formValueEncodingFromFormData:): Use formValueEncoding until
	we have encoding detection mechanisms.


Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Sun Oct 2 13:04:23 2005 UTC (18 years, 6 months ago) by ayers
Branch: MAIN
Changes since 1.227: +4 -0 lines
Diff to previous 1.227
	* GSWeb.framework/GSWDeclarationParser.m
	(parseQuotedString): Handle escaped quotes.
	(parseDictionaryWithValuesAsAssociations:): Handle key path as key.


Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Sun Oct 2 12:22:35 2005 UTC (18 years, 6 months ago) by ayers
Branch: MAIN
Changes since 1.226: +8 -0 lines
Diff to previous 1.226
	* GSWeb.framework/GSWBaseParser.m
	(-[lineAndColumnIndexesFromIndex:returnsLineIndex:columnIndex:])
	Treat '\r' as a regualar character when counting lines as '\n'
	is the actual line break.


Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Fri Sep 30 15:33:25 2005 UTC (18 years, 6 months ago) by dwetzel
Branch: MAIN
Changes since 1.225: +6 -0 lines
Diff to previous 1.225
2005-09-30  David Wetzel <dave@turbocat.de>
        * GSWeb.framework/GSWDynamicURLString.m
        added dataUsingEncoding: allowLossyConversion:
        * GSWeb.framework/GSWRequest.m
        avoid cString (hint from David Ayers)


Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Mon May 16 11:36:38 2005 UTC (18 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.224: +12 -0 lines
Diff to previous 1.224
        * GSWAdaptors/common/GSWApp.h (GSWApp_New, GSWAppInfo_Init):
        Correct prototype.
        * GSWAdaptors/common/GSWConfig.h (GSWConfig_GetConfig)
        (GSWConfig_CanDumpStatus, GSWConfig_AddTimeHeaders)
        (GSWConfig_IsDebug, GSWConfig_IsReaden)
        (GSWConfig_GetConfigFilePath, GSWConfig_AdaptorBuilt)
        (GSWConfig_ServerStringInfo, g_szGSWeb_AdaptorStringInfo)
        (GSWConfig_ServerURL, g_szGSWeb_AdaptorURL): Ditto.
        * GSWAdaptors/common/GSWString.h (GSWString_New): Ditto.
        * GSWAdaptors/common/GSWUtil.h (GSWTime_now)
        (GSWUtil_ClearHostCache): Ditto.


Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Mon May 16 11:21:27 2005 UTC (18 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.223: +6 -0 lines
Diff to previous 1.223
        * GSWAdaptors/Apache/configure.ac: Only add to CPPFLAGS if
        ac_x_includes is set and only add LDFLAGS if ac_x_libraries
        set.  Refer to variables in consistent form.


Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Mon May 9 12:20:17 2005 UTC (18 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.222: +19 -3 lines
Diff to previous 1.222
        * GSWAdaptors/Apache/mod_gsweb.c: Rename GSWeb_Module to
        gsweb_module for apxs integration.
        * INSTALL: Refer to GSWAdaptors/Apache/INSTALL for Apache
        specific installation instructions.  Move Apache specific
        installation instructions to GSWAdaptors/Apache/INSTALL.
        * GSWAdaptors/Apache/INSTALL: Update to new ./configure
        usage and new install and httpdconfig make targets.
        * GSWAdaptors/Apache/GNUmakefile.in: New file to build
        the adaptor module with apxs and apr-config.
        * GSWAdaptors/Apache/configure[.ac]: New files
        * GSWAdaptors/Apache/config.guess: Ditto.
        * GSWAdaptors/Apache/config.sub: Ditto.
        * GSWAdaptors/Apache/install-sh: Ditto.


Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Wed May 4 10:16:51 2005 UTC (18 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.221: +5 -0 lines
Diff to previous 1.221
        * GSWeb.framework/GSWUtils.h/m (GetTmpName): Remove unused
        function which generates warnings about tempnam usage.


Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Tue May 3 20:20:42 2005 UTC (18 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.220: +6 -0 lines
Diff to previous 1.220
        * GSWAdaptors/common/GSWStats.c (GSWStats_formatStats):
        Use standard strtod instead of the GNU extension strtof
        which is stored in a double anyway.


Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Mon May 2 18:13:17 2005 UTC (18 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.219: +8 -0 lines
Diff to previous 1.219
        * GNUmakefile, Examples/hello/GNUmakefile,
        GSWExtensions.framework/GNUmakefile,
        GSWExtensionsGSW.framework/GNUmakefile,
        Testing/DynamicElements/GNUmakefile: Do not reset
        GNUSTEP_MAKEFILES to an obsolete location.


Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 12:12:16 2005 UTC (19 years ago) by mguesdon
Branch: MAIN
Changes since 1.218: +28 -0 lines
Diff to previous 1.218
Small fixes and optimizations


Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 11:56:45 2005 UTC (19 years ago) by mguesdon
Branch: MAIN
Changes since 1.217: +7 -0 lines
Diff to previous 1.217
Removed GSWHyperlink hrefInContext: and fixed enabled binding


Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Thu Apr 21 12:49:00 2005 UTC (19 years ago) by dwetzel
Branch: MAIN
Changes since 1.216: +6 -0 lines
Diff to previous 1.216
removed some logs in GSWApplication.m GSWDefaultAdaptor.m GSWDefaultAdaptorThread.m GSWElementID.m GSWMessage.m GSWSessionTimeOutManager.m


Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 20:04:03 2005 UTC (19 years ago) by dwetzel
Branch: MAIN
Changes since 1.215: +6 -0 lines
Diff to previous 1.215
* GSWeb.framework/GSWDynamicURLString.m
        o avoid message call if not needed.
* GSWeb.framework/GSWHyperlink.m
        o utf-8 bug workaround in GSWDynamicURLString


Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 15:54:23 2005 UTC (19 years ago) by mguesdon
Branch: MAIN
Changes since 1.214: +33 -0 lines
Diff to previous 1.214
Fixes and optimzations


Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 14:49:55 2005 UTC (19 years ago) by mguesdon
Branch: MAIN
Changes since 1.213: +30 -0 lines
Diff to previous 1.213
Optimizations, fixes and disabling sesson creation/restoration feature


Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 11:54:35 2005 UTC (19 years ago) by mguesdon
Branch: MAIN
Changes since 1.212: +27 -0 lines
Diff to previous 1.212
Small fixes and optimizations


Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Mon Apr 4 15:51:35 2005 UTC (19 years ago) by dwetzel
Branch: MAIN
Changes since 1.211: +5 -0 lines
Diff to previous 1.211
* GSWeb.framework/GSWApplication.m
* GSWeb.framework/GSWRequest.m
Use cStringLength in place of length


Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 18:31:22 2005 UTC (19 years ago) by mguesdon
Branch: MAIN
Changes since 1.210: +7 -0 lines
Diff to previous 1.210
Fixes in GSWUtil.c and GSWAppRequest.c


Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 05:36:26 2005 UTC (19 years ago) by ayers
Branch: MAIN
Changes since 1.209: +11 -1 lines
Diff to previous 1.209
        * GSWAdaptors/common/GSWHTTPResponse.c
        (GSWHTTPResponse_GetResponse): Move variable declarations to
        top of block for older compilers.
        * GSWAdaptors/common/GSWUtil.h (GSWAssert): Ditto.  Remove
        bogus call to GSWLog().
        * GSWAdaptors/common/GSWStats.c (GSWStats_formatStats): Remove
        statement from variable declations for older compilers.


Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Fri Mar 25 16:01:54 2005 UTC (19 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.208: +8 -0 lines
Diff to previous 1.208
        * GSWeb.framework/GSWApplication+Defaults.m (GSWAppClassDummy):
        Added method declarations to help various compiler versions
        identify the correct signaure to use.
        (+[GSWApplication setSessionTimeOutValue:]): Use it.
        (+[GSWApplication sessionTimeOutValue]); Ditto.


Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 09:04:46 2005 UTC (19 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.207: +4 -0 lines
Diff to previous 1.207
* GSWeb.framework/GSWBrowser.m
o fixed double HTML escaping bug (reported by David Ayers)


Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 19:17:18 2005 UTC (19 years, 1 month ago) by CaS
Branch: MAIN
Changes since 1.206: +5 -0 lines
Diff to previous 1.206
Tidy to work with current base library and avoid minor overheads.


Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Fri Mar 18 12:56:33 2005 UTC (19 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.205: +5 -0 lines
Diff to previous 1.205
* GSWeb.framework/NSString+HTML.m
o fixes in GSWMemMove and testStringByConvertingHTML


Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Fri Mar 11 10:30:54 2005 UTC (19 years, 1 month ago) by dwetzel
Branch: MAIN
Changes since 1.204: +4 -0 lines
Diff to previous 1.204
GSWeb.framework/GSWRequest.m
changes to support various encodings in GSMime


Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 16:08:26 2005 UTC (19 years, 1 month ago) by dwetzel
Branch: MAIN
Changes since 1.203: +7 -0 lines
Diff to previous 1.203
 * GSWeb.framework/GSWRequest.m
 * GSWeb.framework/NSString+HTML.?
   o replaced dictionaryQueryString by dictionaryQueryStringWithEncoding:
   o replaced decodeURL by decodeURLEncoding:
     debugging and coding together with David Ayers


Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Wed Jan 19 10:09:51 2005 UTC (19 years, 3 months ago) by dwetzel
Branch: MAIN
Changes since 1.202: +6 -0 lines
Diff to previous 1.202
see ChangeLog


Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 14:33:15 2004 UTC (19 years, 3 months ago) by mguesdon
Branch: MAIN
Changes since 1.201: +202 -0 lines
Diff to previous 1.201
optimizations and small fixes


Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 11:33:11 2004 UTC (19 years, 3 months ago) by dwetzel
Branch: MAIN
Changes since 1.200: +4 -0 lines
Diff to previous 1.200
* GSWeb.framework/GSWElementID.m
  o fixed use of static SEL


Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Mon Dec 27 16:35:17 2004 UTC (19 years, 3 months ago) by mguesdon
Branch: MAIN
Changes since 1.199: +51 -0 lines
Diff to previous 1.199
2004-12-27  Manuel Guesdon <mguesdon@orange-concept.com>
o Bug fixes on GSWAdaptors
o Time statistics addition on GSWAdaptors


Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 00:01:25 2004 UTC (19 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.198: +73 -0 lines
Diff to previous 1.198
Replaced GSWElementIDString by GSWElementID, minor optimizations and
code cleaning


Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 12:54:38 2004 UTC (19 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.197: +126 -0 lines
Diff to previous 1.197
Bug fixes, minor improvments and optimizations


Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 22:10:01 2004 UTC (19 years, 4 months ago) by dwetzel
Branch: MAIN
Changes since 1.196: +5 -0 lines
Diff to previous 1.196
-


Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Wed Dec 1 15:03:02 2004 UTC (19 years, 4 months ago) by dwetzel
Branch: MAIN
Changes since 1.195: +6 -0 lines
Diff to previous 1.195
-


Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Wed Dec 1 09:28:02 2004 UTC (19 years, 4 months ago) by dwetzel
Branch: MAIN
Changes since 1.194: +5 -0 lines
Diff to previous 1.194
GSWBrowser:replaced +NSNumber numberWithXXX with GSWIntToNSString()


Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Tue Nov 30 19:49:15 2004 UTC (19 years, 4 months ago) by dwetzel
Branch: MAIN
Changes since 1.193: +9 -0 lines
Diff to previous 1.193
        * GSWeb.framework/GSWPopUpButton.m
        replaced +NSNumber numberWithXXX with GSWIntToNSString()


Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 09:27:17 2004 UTC (19 years, 4 months ago) by dwetzel
Branch: MAIN
Changes since 1.192: +5 -0 lines
Diff to previous 1.192
2004-11-29  David Wetzel <dave@turbocat.de>
        * GSWeb.framework/GSWMessage.h
        * GSWeb.framework/GSWMessage.m
        uses NSMutableData now. 3.74 % faster than previous version


Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Fri Nov 26 14:01:40 2004 UTC (19 years, 4 months ago) by ayers
Branch: MAIN
Changes since 1.191: +7 -0 lines
Diff to previous 1.191
        * GSWeb.framework/GSWDisplayGroup.m
        (-displayBatchContainingSelectedObject): Test
        _numberOfObjectsPerBatch to be non-zero before dividing.


Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Fri Nov 26 11:08:06 2004 UTC (19 years, 4 months ago) by dwetzel
Branch: MAIN
Changes since 1.190: +4 -0 lines
Diff to previous 1.190
added some speed enhancements


Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 16:54:53 2004 UTC (19 years, 5 months ago) by ayers
Branch: MAIN
Changes since 1.189: +6 -0 lines
Diff to previous 1.189
        * GSWeb.framework/GSWApplication+Defaults.m (TAKEVALUEFORKEY):
        New macro to use new setValue:forKey: instead of takeValue:forKey:
        on Cocoa systems until it is implemented for GNUstep.


Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 13:47:02 2004 UTC (19 years, 5 months ago) by ayers
Branch: MAIN
Changes since 1.188: +53 -0 lines
Diff to previous 1.188
        * 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.


Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 14:15:58 2004 UTC (19 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.187: +21 -0 lines
Diff to previous 1.187
Changes in GSWAdaptor:
o to handle unavailableUntil configuration parameters
o to better handle templates


Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 13:14:11 2004 UTC (19 years, 5 months ago) by ayers
Branch: MAIN
Changes since 1.186: +29 -0 lines
Diff to previous 1.186
        * Examples/WebBookStore1: New example.
        * Examples/WebBookStore1/Application.h,
        * Examples/WebBookStore1/Application.m,
        * Examples/WebBookStore1/DirectAction.h,
        * Examples/WebBookStore1/DirectAction.m,
        * Examples/WebBookStore1/GNUmakefile,
        * Examples/WebBookStore1/Main.h,
        * Examples/WebBookStore1/Main.m,
        * Examples/WebBookStore1/Session.h,
        * Examples/WebBookStore1/Session.m,
        * Examples/WebBookStore1/WebBookStore1_main.m,
        * Examples/WebBookStore1/BookStore.eomodeld/Author.plist,
        * Examples/WebBookStore1/BookStore.eomodeld/Book.plist,
        * Examples/WebBookStore1/BookStore.eomodeld/Customer.plist,
        * Examples/WebBookStore1/BookStore.eomodeld/Order.plist,
        * Examples/WebBookStore1/BookStore.eomodeld/OrderPos.plist,
        * Examples/WebBookStore1/BookStore.eomodeld/index.eomodeld,
        * Examples/WebBookStore1/Main.gswc/Main.gswd,
        * Examples/WebBookStore1/Main.gswc/Main.gswi,
        * Examples/WebBookStore1/Main.gswc/Main.html,
        * Examples/WebBookStore1/WebServerResources/Insert.png,
        * Examples/WebBookStore1/WebServerResources/Save.png,
        * Examples/WebBookStore1/WebServerResources/Delete.png,
        * Examples/WebBookStore1/WebServerResources/CreateTables.png,
        * Examples/WebBookStore1/WebServerResources/DropTables.png:
        New files.


Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 13:19:19 2004 UTC (19 years, 5 months ago) by ayers
Branch: MAIN
Changes since 1.185: +4 -0 lines
Diff to previous 1.185
        * GSWeb.framework/GSWRepetition.h: Only use ASCII characters
        in source files.
        * GSWeb.framework/NSString+HTML.m (initHtmlChars): Ditto


Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 09:25:59 2004 UTC (19 years, 5 months ago) by ayers
Branch: MAIN
Changes since 1.184: +11 -0 lines
Diff to previous 1.184
        * Doc/GNUmakefile: New file.
        * Doc/gsweb.gsdoc: Update DTD reference.  Minor reformatting.
        Add references to subprojects.  Add myself as coauthor.
        * GSWeb.framework/GNUmakefile: Remove duplicate definition of
        GSWeb_AGSDOC_FLAGS.

        * GSWeb.framework/GSWDebug.h (LOGDEEPClassFnStart)
        (LOGDEEPError0, LOGLOCKException0): Insert missing backslash.


Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Thu Sep 2 12:38:45 2004 UTC (19 years, 7 months ago) by ayers
Branch: MAIN
Changes since 1.183: +6 -0 lines
Diff to previous 1.183
        * GSWeb.framework/GSWApplication+Defaults.m
        (cgiAdaptorURL, setCGIAdaptorURL): Fix naming to conform to
        key value coding methods.


Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 21:31:35 2004 UTC (19 years, 7 months ago) by ayers
Branch: MAIN
Changes since 1.182: +5 -0 lines
Diff to previous 1.182
	* GSWeb.framework/GSWApplication+Defaults.m
	(_lockDefaultEditingContext, _setLockDefaultEditingContext)
	(_allowsCacheControlHeader, _setAllowsCacheControlHeader)
	Fix naming to conform to key value coding methods.


Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 17:12:33 2004 UTC (19 years, 7 months ago) by ayers
Branch: MAIN
Changes since 1.181: +6 -0 lines
Diff to previous 1.181
        * GSWeb.framework/GSWDeclarationParser.m:
        (parseDeclarationString:named:inFrameworkNamed:): Use -base's
        version of md5 methods instead of adding gscrypt dependency.


Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 15:12:56 2004 UTC (19 years, 7 months ago) by mguesdon
Branch: MAIN
Changes since 1.180: +56 -1 lines
Diff to previous 1.180
2004-09-01   Manuel Guesdon <mguesdon@orange-concept.com>


Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 16:37:21 2004 UTC (19 years, 7 months ago) by ayers
Branch: MAIN
Changes since 1.179: +16 -1 lines
Diff to previous 1.179
	* GSWeb.framework/GSWApplication+Defaults.m
	(GSWeb_InitializeGlobalAppDefaultOptions): Shorten and make
	more readable via local LOGOPT and LOGOPT_NC macro.
	(NSUSERDEFAULTS, INIT_DFLT_OBJ, INIT_DFLT_BOOL, INIT_DFLT_INT)
	(INIT_DFLT_FLT): New macros.
	(globalAppDefaultOptions): Make static.
	(_userDefaults): New static local.
	(GSWeb_ApplicationDebugSetChange): Remove NDEBUG conditional
	compile.
	(_dflt_*, _dflt_init_*): New static variables to cache default
	values.
	(set/getDefaultValues): Use new macros and static variables.


Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Sat Aug 28 12:00:02 2004 UTC (19 years, 7 months ago) by ayers
Branch: MAIN
Changes since 1.178: +12 -1 lines
Diff to previous 1.178
        * GSWeb.framework/GNUmakefile: Add GSWApplication+Defaults.m.
        * GSWeb.framework/GSWApplication.m:
        (globalAppDefaultOptions, WOStrictFlag)
        (GSWeb_ApplicationDebugSetChange,
        * GSWApplicationSetDebugSetOption)
        (GSWeb_AdjustVolatileNSArgumentDomain)
        (GSWeb_InitializeGlobalAppDefaultOptions)
        (GSWeb_InitializeDebugOptions)
        (GSWeb_DestroyGlobalAppDefaultOptions)
        ((GSWApplicationDefaults), (UserDefaults)): Move from here to...
        * GSWeb.framework/GSWApplication+Defaults.m: ... here.


Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Sat Aug 28 11:17:32 2004 UTC (19 years, 7 months ago) by ayers
Branch: MAIN
Changes since 1.177: +30 -0 lines
Diff to previous 1.177
        * GSWeb.framework/GSWApplication.h
        * GSWeb.framework/GSWApplication.m: Prepare split off of
        GSWApplication+Defaults.m.
        (_initAdaptorsWithUserDefaults:, _argsDictionaryWithUserDefaults:)
        (_initRegistrationDomainDefaults, _initUserDefaultsKeys)
        Move from main method list to GSWApplicationDefaults category.
        (setContextClassName:, contextClassName, setResponseClassName:)
        (responseClassName, setRequestClassName:, requestClassName)
        Move from GSWApplicationE to GSWApplicationDefaults category.
        (GSWApplicationSetDebugSetOption): Move to bottom.
        (GSWeb_ApplicationDebugSetChange): Rename from
        GSWebApplicationDebugSetChange and move to bottom.
        (GSWeb_AdjustVolatileNSArgumentDomain)
        (GSWeb_InitializeGlobalAppDefaultOptions)
        (GSWeb_InitializeDebugOptions)
        (GSWeb_DestroyGlobalAppDefaultOptions): New private functiions
        by extracting old code.
        (GSWApplicationMainReal): Use new extracted functions.  Minor
        reformatting.
        ([+dealloc]): Use new extracted functions.
        ([-createRequestWithMethod:uri:httpVersion:]) Use new name for
        GSWeb_ApplicationDebugSetChange.
        ((UserDefaults)): Move entire Category to the bottom.

        ([-lockedInitComponentBearingFrameworksFromBundleArray]):
	Comment unused variable to avoid warning.


Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Thu Jul 1 11:48:20 2004 UTC (19 years, 9 months ago) by ayers
Branch: MAIN
Changes since 1.176: +8 -11 lines
Diff to previous 1.176
Correct ChangeLog.


Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Wed Jun 16 22:02:51 2004 UTC (19 years, 10 months ago) by dwetzel
Branch: MAIN
Changes since 1.175: +20 -8 lines
Diff to previous 1.175
*** empty log message ***


Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Tue Jun 15 12:01:33 2004 UTC (19 years, 10 months ago) by ayers
Branch: MAIN
Changes since 1.174: +3 -0 lines
Diff to previous 1.174
        * GSWeb.framework/GSWDeclarationParser.m (-[tryParseBoolean]):
        Make more robust and allow upper and lower case variants and
        single letter variants of both YES/NO and true/false.


Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Tue Jun 15 11:07:49 2004 UTC (19 years, 10 months ago) by ayers
Branch: MAIN
Changes since 1.173: +1 -2 lines
Diff to previous 1.173
Fix last ChangeLog cleanup.


Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Tue Jun 15 10:06:41 2004 UTC (19 years, 10 months ago) by ayers
Branch: MAIN
Changes since 1.172: +10 -2 lines
Diff to previous 1.172
        * GSWeb.framework/GSUtils.m (boolValueWithDefaultFor): Do not
        reimplement defaults bool evaluation semantics differently
        from -base / Foundation.


Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Mon Jun 14 00:06:03 2004 UTC (19 years, 10 months ago) by dwetzel
Branch: MAIN
Changes since 1.171: +9 -0 lines
Diff to previous 1.171
mac fixes see file


Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Tue Jun 1 22:56:05 2004 UTC (19 years, 10 months ago) by dwetzel
Branch: MAIN
Changes since 1.170: +6 -0 lines
Diff to previous 1.170
*** empty log message ***


Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Tue May 18 09:48:42 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.169: +3 -0 lines
Diff to previous 1.169
        * GSWeb.framework/GSWStatisticsStore.m
        ([GSWStatisticsStore _memoryUsage]): Remove usage of pidstat
        and pidstatm.


Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Tue May 18 09:45:21 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.168: +3 -0 lines
Diff to previous 1.168
        * GSWeb.framework/GSWUtils.h/m: (struct proc_s, proc_t): Removed.
        (pidstat, pidstatm, pidproccontent): Removed.


Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Tue May 18 09:11:12 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.167: +19 -0 lines
Diff to previous 1.167
        * GSWeb.framework/GSWProcFS.h/m: Make class more portable.
        Replace all system dependent types with standard types.
        Replace usage of NSDebugFLog with NSDebugMLog in methods.
        ([GSWProcFSProcInfo filledProcInfo]): Use -processIdentifier
        instead of getpid.
        ([GSWProcFSProcInfo filledProcInfoWithPID:]): Update
        types. Use standard GC macro.
        ([GSWProcFSProcInfo initFilledWithPID:]): Update types.
        ([GSWProcFSProcInfo description]): Use NSPageSize instead of
        getpagesize.  Remove obsolete casts.
        ([GSWProcFSProcInfo contentOfProcFile:]): Use standard
        NSString API to read the file.
        ([GSWProcFSProcInfo contentOfPIDFile:]): Adapt to new types
        and reformat.
        ([GSWProcFSProcInfo residentMemory]),
        ([GSWProcFSProcInfo sharedMemory]): Adapt to new types.


Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Tue May 18 08:43:07 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.166: +6 -0 lines
Diff to previous 1.166
Add missing ChangeLog entry of hasGSWComponents deactivation.


Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Mon May 17 06:39:30 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.165: +10 -6 lines
Diff to previous 1.165
Give proper credit.


Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Sun May 16 19:24:27 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.164: +6 -0 lines
Diff to previous 1.164
	* config.mak.in: Replace LIBWRAP with AUX_LIBS so that they
	will be included in gsweb.make makefile fragment.
	* configure.ac: Fine tune check to test whether we need
	libnsl.
	* GSWeb.framework/gsweb.gsdoc: Remove obsolete documentation
	of libwrap realted build option.


Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Sun May 16 15:57:09 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.163: +7 -0 lines
Diff to previous 1.163
	* GSWeb.framework/GSWAction.m,
	* GSWeb.framework/GSWApplication.m,
	* GSWeb.framework/GSWDirectAction.m,
	* GSWeb.framework/GSWSession.m,
	* GSWeb.framework/GSWTemplateParser.m: Do not initialize
	va_list	with NULL.


Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Sun May 16 08:24:56 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.162: +4 -0 lines
Diff to previous 1.162
	* GSWeb.framework/GNUmakefile: Make GSWDefines.h a public
	header.


Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Fri May 14 12:14:28 2004 UTC (19 years, 11 months ago) by mguesdon
Branch: MAIN
Changes since 1.161: +42 -0 lines
Diff to previous 1.161
2004-05-14   Manuel Guesdon <mguesdon@orange-concept.com>


Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Thu May 6 14:03:28 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.160: +2 -0 lines
Diff to previous 1.160
        * GSWeb.framework/NSString+HTML.m: Include limits.h.


Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Thu May 6 13:56:55 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.159: +19 -0 lines
Diff to previous 1.159
        * GSWeb.framework/GSWDefines.h: New file.
        * GSWeb.framework/GSWeb.h: Include GSWDefines.h.

        * GSWeb.framework/GSWApplication.h: Use GSW_EXPORT instead of
        export.  Fixed some whitespace issues.
        * GSWeb.framework/GSWBaseParser.h: Ditto.
        * GSWeb.framework/GSWConstants.h: Ditto.
        * GSWeb.framework/GSWDebug.h: Ditto.
        * GSWeb.framework/GSWDefaultAdaptor.h: Ditto.
        * GSWeb.framework/GSWElement.h: Ditto.
        * GSWeb.framework/GSWHTMLAttrLexer.h: Ditto.
        * GSWeb.framework/GSWHTMLAttrParser.h: Ditto.
        * GSWeb.framework/GSWHTMLLexer.h: Ditto.
        * GSWeb.framework/GSWHTMLParser.h: Ditto.
        * GSWeb.framework/GSWPageDefLexer.h: Ditto.
        * GSWeb.framework/GSWPageDefParser.h: Ditto.
        * GSWeb.framework/GSWResourceManager.h: Ditto.
        * GSWeb.framework/GSWUtils.h: Ditto.


Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Thu May 6 13:55:48 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.158: +7 -0 lines
Diff to previous 1.158
        * GSWeb.framework/GSWSession.h/m
        ([GSWSession permanentPageCacheSize], [GSWSession pageCacheSize]):
        Replace uint with unsigned int.


Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Thu May 6 12:53:18 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.157: +1 -0 lines
Diff to previous 1.157
        * GSWeb.framework/GSWDefaultAdaptor.m: Whitespace update.


Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Thu May 6 12:42:19 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.156: +1 -0 lines
Diff to previous 1.156
        * GSWAdaptors/common/common.make: Whitespace update.


Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Thu May 6 12:37:43 2004 UTC (19 years, 11 months ago) by ayers
Branch: MAIN
Changes since 1.155: +4 -0 lines
Diff to previous 1.155
        * INSTALL: Update prerequisites.


Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Thu Apr 22 12:08:29 2004 UTC (20 years ago) by ayers
Branch: MAIN
Changes since 1.154: +29 -0 lines
Diff to previous 1.154
        * GSWExtensions.framework/GSWKeyValueConditional.m
        ([GSWKeyValueConditional condition]): Declare all variables at
        top of block to be able to compile with gcc 2.95.
        * GSWeb.framework/GSWBaseParser.m
        (_ParserDebugLogBuffer):Ditto.
        * GSWeb.framework/GSWDisplayGroup.m
        ([GSWDisplayGroup _deleteObjects]),
        ([GSWDisplayGroup displayBatchContainingSelectedObject]),
        ([GSWDisplayGroup setDefaultStringMatchFormat:]),
        ([GSWDisplayGroup _setUpForNewDataSource]): Ditto.
        * GSWeb.framework/GSWHTMLDynamicElement.m
        ([GSWHTMLDynamicElement
        computeActionStringWithActionClassAssociation:
        directActionNameAssociation:pathQueryDictionaryAssociation:
        otherPathQueryAssociations:inContext:]): Ditto.
        * GSWeb.framework/GSWHTMLRawParser.m
        ([GSWHTMLRawParser
        tagPropertiesForType:betweenIndex:andIndex:]),
        ([GSWHTMLRawParser parseHTML]): Ditto.
        * GSWeb.framework/GSWRequest.m
        ([GSWRequest valuesFromHeaderString:], [GSWRequest initWithString:]),
        ([GSWRequest cookies]): Ditto.
        * GSWeb.framework/GSWStatisticsStore.m
        ([GSWStatisticsStore _sessionTerminating:]): Ditto.
        * GSWeb.framework/GSWTemporaryElement.m
        ([GSWTemporaryElement _elementWithDeclaration:name:properties:
        template:languages:]): Ditto.


Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Tue Apr 20 10:29:08 2004 UTC (20 years ago) by ayers
Branch: MAIN
Changes since 1.153: +6 -0 lines
Diff to previous 1.153
        * GSWeb.framework/GSWDisplayGroup.m:
        ([GSWDisplayGroup init]): Set fetchesOnLoad to YES by default.
        Reported by S.J. Chun <chunsj@embian.com>.


Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Wed Apr 14 17:11:54 2004 UTC (20 years ago) by ayers
Branch: MAIN
Changes since 1.152: +14 -0 lines
Diff to previous 1.152
        * gsweb.make.in: Remove GSANTLR dependency.
        * 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.


Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Tue Apr 6 11:19:30 2004 UTC (20 years ago) by mguesdon
Branch: MAIN
Changes since 1.151: +92 -0 lines
Diff to previous 1.151
2004-04-06   Manuel Guesdon <mguesdon@orange-concept.com>


Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Fri Apr 2 11:06:45 2004 UTC (20 years ago) by ayers
Branch: MAIN
Changes since 1.150: +19 -0 lines
Diff to previous 1.150
        * GSWeb.framework/GSWHTMLRawParser.m
        ([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.


Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Fri Mar 26 15:05:03 2004 UTC (20 years ago) by ayers
Branch: MAIN
Changes since 1.149: +6 -0 lines
Diff to previous 1.149
        * GSWAdaptors/common/GSWTemplates.c (GSWTemplate_GetTemplate):
        Don't call strlen(0) as that may segfault.  Reported by
        Matt Rice <ratmice@yahoo.com>.


Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Fri Mar 26 10:30:25 2004 UTC (20 years ago) by mguesdon
Branch: MAIN
Changes since 1.148: +19 -0 lines
Diff to previous 1.148
2004-03-26   Manuel Guesdon <mguesdon@orange-concept.com>
	     * 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>


Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Thu Mar 25 08:43:05 2004 UTC (20 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.147: +72 -0 lines
Diff to previous 1.147
2004-03-25   Manuel Guesdon <mguesdon@orange-concept.com>


Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 16:51:59 2004 UTC (20 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.146: +6 -0 lines
Diff to previous 1.146
        * GSWeb.framework/GSWUtils.m: Use GNUSTEP in favor of
        NeXT_Foundation_LIBRARY as requested by Marcus Mueller
        <znek@mulle-kybernetik.com>.


Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Wed Mar 10 16:38:36 2004 UTC (20 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.145: +3 -0 lines
Diff to previous 1.145
        * hello/Hello.m, hello/HelloPage.m, hello/Hello_main.m,
        hello/Hello_main.m, hello/Main.m:  Correct include directive.


Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Wed Mar 10 13:05:27 2004 UTC (20 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.144: +9 -0 lines
Diff to previous 1.144
        * GSWeb.framework/GNUmakefile: Make WO_HEADER_FILES real
        public headers.
        * GSWExtensions.framework/GNUmakefile: Ditto.
        * GSWeb.framework/Makefile.postamble: Simplify rules for
        installing WO_HEADER_FILES.
        * GSWExtensions.framework/Makefile.postamble: Ditto.


Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Thu Mar 4 18:36:50 2004 UTC (20 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.143: +15 -0 lines
Diff to previous 1.143
        * config.mak.in: Added EOCONTROL_LIBRARY_NAME,
        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.


Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 08:52:11 2004 UTC (20 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.142: +6 -0 lines
Diff to previous 1.142
* GSWeb.framework/GSWDefaultAdaptorThread.m:
	o fix for autoreleasing runDate inr -run: (from
	  S.J.Chun <chunsj@embian.com>)


Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Mon Mar 1 16:57:59 2004 UTC (20 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.141: +49 -0 lines
Diff to previous 1.141
2004-03-01   Manuel Guesdon <mguesdon@orange-concept.com>


Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 18:27:24 2004 UTC (20 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.140: +1 -0 lines
Diff to previous 1.140
        Also add dependancy on GDL2.


Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 17:56:39 2004 UTC (20 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.139: +9 -0 lines
Diff to previous 1.139
        * GSWExtensions.framework/GSWLongResponsePage.m
        ([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.


Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 17:01:02 2004 UTC (20 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.138: +16 -0 lines
Diff to previous 1.138
        * GSWeb.framework/GSWUtils.h (NSTimeIntervalSleep): Declare.
        * GSWeb.framework/GSWGenericContainer.m
        ([GSWGenericContainer takeValuesFromRequest:inContext:]): Don't
        try to return value in method returning void.
        * GSWeb.framework/GSWHyperlink.m
        ([GSWHyperlink invokeActionForRequest:inContext:]): Add cast
        to silence compiler on OS X.
        * GSWeb.framework/GSWResourceManager.m
        ([GSWResourceManager _applicationGSWBundle]): Remove obsolete
        logging.
        * GSWeb.framework/NSData+Compress.m ([NSData deflate]):
        Remove dependancy on GNUstep extenstions.
        * GSWeb.framework/stacktrace.m: Add test for __MACH__.


Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 16:26:31 2004 UTC (20 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.137: +16 -0 lines
Diff to previous 1.137
        * GSWeb.framework/GSWDefaultAdaptorThread.m
        ([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.


Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Wed Feb 25 14:53:21 2004 UTC (20 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.136: +9 -0 lines
Diff to previous 1.136
        * GSWeb.framework/GSWApplication.h
        * 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.


Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 16:53:36 2004 UTC (20 years, 2 months ago) by ayers
Branch: MAIN
Changes since 1.135: +44 -0 lines
Diff to previous 1.135
        * GSWeb.framework/GSWApplication.m
        (GSWApplicationMainReal): Reformat.  Use GSCurrentThread
        instead of objc_thread_id. Remove \n in NSLog type logs.
        (GSWApplicationMain): Ditto.
        ([GSWApplication init], [GSWApplication lockRequestHandling],
        [GSWApplication unlockRequestHandling], [GSWApplication lock],
        [GSWApplication unlock], [GSWApplication _sessionClass],
        [GSWApplication run],
        [GSWApplication addDynCreateClassName:superClassName:],
        [GSWApplication pageWithName:],
        [GSWApplication dynamicElementWithName:associations:template:]):
        Ditto.
        * GSWeb.framework/GSWComponent.m
        ([GSWComponent appendToResponse:inContext:], [GSWComponent
        templateWithHTMLString:declarationString:languages:]): Ditto.
        * GSWeb.framework/GSWContext.m
        ([GSWContext dealloc], [GSWContext setValidate:]): Ditto.
        * GSWeb.framework/GSWDebug.m
        (GSWLogC_, GSWLogDumpObjectFn): Ditto.
        * GSWeb.framework/GSWDefaultAdaptor.m
        ([GSWDefaultAdaptor registerForEvents],
        [GSWDefaultAdaptor announceNewConnection:],
        [GSWDefaultAdaptor adaptorThreadExited:],
        [GSWDefaultAdaptor tryLock]): Ditto.
        * GSWeb.framework/GSWDefaultAdaptorThread.m
        ([GSWDefaultAdaptorThread setPool:destroyLast:],
        [GSWDefaultAdaptorThread run:],
        [GSWDefaultAdaptorThread threadExited],
        [GSWDefaultAdaptorThread isExpired],
        [GSWDefaultAdaptorThread sendRetryLasterResponseToStream:],
        [GSWDefaultAdaptorThread
        sendConnectionRefusedResponseToStream:withMessage:]): Ditto.
        * GSWeb.framework/GSWDeployedBundle.m
        ([GSWDeployedBundle initWithPath:], [GSWDeployedBundle dealloc],
        [GSWDeployedBundle lock], [GSWDeployedBundle unlock]): Ditto.
        * GSWeb.framework/GSWLifebeatThread.m
        ([GSWLifebeatThread setPool:destroyLast:],
        [GSWLifebeatThread threadExited]): Ditto.
        * GSWeb.framework/GSWSession.m
        ([GSWSession initWithCoder:],
        [GSWSession _releaseAutoreleasePool]): Ditto.


Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Mon Feb 16 14:37:45 2004 UTC (20 years, 2 months ago) by ayers
Branch: MAIN
Changes since 1.134: +90 -0 lines
Diff to previous 1.134
	* GSWeb.framework/GSWUtils.h/m
	(IsStyle,IsNumberStyle, ExceptionRaise, ExceptionRaise0,
	ValidationExceptionRaise, ValidationExceptionRaise0,
	ExceptionByAddingUserInfoObjectFrameInfo,
	ExceptionByAddingUserInfoObjectFrameInfo0,
	ExceptionByAddingUserInfoFunctionFrameInfo,
	ExceptionByAddingUserInfoFunctionFrameInfo0, ): Reformat
	defines.
	(GSW_LOCK_LIMIT): New define.
	(ExceptionRaiseFn, ExceptionRaiseFn0,
	ValidationExceptionRaiseFn,
	ValidationExceptionRaiseFn0): Reformat declaration.
	(TmpLock, TmpTryLockBeforeDate, TmpLockBeforeDate, TmpUnlock):
	Remove.
	([NSLock isLocked]): Remove.
	([NSLock tmplock]): Ditto.
	([NSLock tmplockFromFunction:file:line:]): Ditto.
	([NSLock tmptryLock]): Ditto.
	([NSLock tmptryLockFromFunction:file:line:]): Ditto.
	([NSLock tmptryLockBeforeDate:]): Ditto.
	([NSLock tmptryLockBeforeDate:fromFunction:file:line:]):
	Ditto.
	([NSLock tmpunlock]): Ditto.
	([NSLock tmpunlockFromFunction:file:line:]): Ditto.
	([NSLock description]): Ditto.
	([NSRecursiveLock isLocked]): Ditto.
	([NSRecursiveLock tmplock]): Ditto.
	([NSRecursiveLock tmplockFromFunction:file:line:]): Ditto.
	([NSRecursiveLock tmptryLock]): Ditto.
	([NSRecursiveLock tmptryLockFromFunction:file:line:]): Ditto.
	([NSRecursiveLock tmptryLockBeforeDate:]): Ditto.
	([NSRecursiveLock
	tmptryLockBeforeDate:fromFunction:file:line:]):
	Ditto.
	([NSRecursiveLock tmpunlock]): Ditto.
	([NSRecursiveLock tmpunlockFromFunction:file:line:]): Ditto.
	(NSLockException, MessageForMutexLockError)
	(LoggedLock, LoggedLockBeforeDate, LoggedTryLock,
	LoggedTryLockBeforeDate, LoggedUnlock): New macros.
	(loggedLockBeforeDateFromFunctionInFileInLine,
	loggedUnlockFromFunctionInFileInLine): New logging lock
	functions.
	([NSThread description]): New Category.
	(volatileInternalDescription): New static function.
	(GSW_LOCK_LIMIT): New marco.
	* GSWeb.framework/GSWApplication.m
	([GSWApplication isRequestHandlingLocked]): Test lock instead
	of relying on obsolete lock categories.
	([GSWApplication lockRequestHandling]): Use new locking
	macros.
	([GSWApplication unlockRequestHandling]): Ditto.
	([GSWApplication lock]): Ditto.
	([GSWApplication unlock]): Ditto.
	* GSWeb.framework/GSWAssociation.m
	([GSWAssociation setClasse:forHandler:]): Ditto
	([GSWAssociation addLogHandlerClasse:]): Ditto.
	([GSWAssociation removeLogHandlerClasse:]): Ditto.
	([GSWAssociation logValue:forSet:]): Ditto.
	([GSWAssociation
	logSynchronizeForValue:inComponent:componentToParent:]):
	Ditto.
	* GSWeb.framework/GSWBundle.m
	([GSWBundle unlock]): Ditto.
	([GSWBundle lock]): Ditto.
	* GSWeb.framework/GSWDefaultAdaptor.m
	([GSWDefaultAdaptor tryLock]): Ditto.
	([GSWDefaultAdaptor unlock]): Ditto.
	* GSWeb.framework/GSWDeployedBundle.m
	([GSWDeployedBundle lock]): Ditto.
	([GSWDeployedBundle unlock]): Ditto.
	* GSWeb.framework/GSWResourceManager.m
	([GSWResourceManager unlock]): Ditto.
	([GSWResourceManager lock]): Ditto.
	* GSWeb.framework/GSWSessionStore.m
	([GSWSessionStore unlock]): Ditto.
	([GSWSessionStore tryLock]): Ditto.
	([GSWSessionStore lock]): Ditto.
	* GSWeb.framework/GSWSessionTimeOutManager.m
	([GSWSessionTimeOutManager
	tryLockBeforeTimeIntervalSinceNow:]):
	Ditto.
	([GSWSessionTimeOutManager lockBeforeTimeIntervalSinceNow]):
	Ditto.
	([GSWSessionTimeOutManager unlock]): Ditto.
	* GSWeb.framework/GSWStaticResourceRequestHandler.m
	([GSWStaticResourceRequestHandler handleRequest:]): Ditto.
	* GSWeb.framework/GSWStatisticsStore.m
	([GSWStatisticsStore unlock]): Ditto.
	([GSWStatisticsStore lock]): Ditto.
	* GSWeb.framework/NSObject+IVarAccess+PerformSel.m:
	([NSObject getIVarNamed]): Use GSW_LOCK_LIMIT macro.
	Reformat.
	([NSObject setIVarNamed:withValue:]): Ditto.

	* Makefile.postamble: Remove autom4te.cache on distclean.


Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Wed Feb 4 13:19:19 2004 UTC (20 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.133: +5 -0 lines
Diff to previous 1.133
	* GSWeb.framework/GSWTemplateParserXML.m: fix to avoid html and
		body tag removing for XML (not XMLHTML) parsing.


Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 17:30:58 2004 UTC (20 years, 3 months ago) by ayers
Branch: MAIN
Changes since 1.132: +39 -0 lines
Diff to previous 1.132
Update ChangeLog for previous premature commit of uncleaned changes
and minor cleanups thereof. :-/

	* GSWeb.framework/GSWResourceManager.m
	([GSWResourceManager setURLValuedElementData:]): Test contents
	of data before setting it.

	* GSWeb.framework/GSWApplication.m
	([GSWApplication
	lockedComponentDefinitionWithName:languages:]):
	Add handling for components without wrappers.

	* GSWeb.framework/GSWGenericElement.h: Corrected names of
	instance
	variable and method.
	* GSWeb.framework/GSWGenericElement.m:
	([GSWGenericElement initWithName:associations:template:]):
	Implemented.
	([GSWGenericElement dealloc]): Ditto.
	([GSWGenericElement description]): Ditto.
	([GSWGenericElement appendToResponse:inContext:]): Ditto.
	([GSWGenericElement invokeActionForRequest:inContext:]):
	Ditto.
	([GSWGenericElement takeValuesFromRequest:inContext:]): Ditto.
	([GSWGenericElement _elementNameAppendToResponse:inContext:]):
	Ditto.
	([GSWGenericElement
	_appendTagWithName:toResponse:inContext:]):
	Ditto.
	([GSWGenericElement
	_appendOtherAttributesToResponse:inContext:]):
	Ditto.
	([GSWGenericElement _elementNameInContext:]): Ditto.
	* GSWeb.framework/GSWConstants.h/m: Added Tags for
	GSWGenericElement.

	* GSWeb.framework/GSWTemplateParser.m ([GSWTemplateParser
	templateWithHTMLString:declarationString:languages:]): Added
	preliminary implementation and commented correct implement.


Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 11:17:38 2004 UTC (20 years, 3 months ago) by ayers
Branch: MAIN
Changes since 1.131: +2 -0 lines
Diff to previous 1.131
	* GSWeb.framework/GSWConfig.h: Turn GSW/WOLifebeatEnabled off
          by default.


Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 10:36:04 2004 UTC (20 years, 3 months ago) by ayers
Branch: MAIN
Changes since 1.130: +22 -0 lines
Diff to previous 1.130
	* GSWeb.framework/GSWApplication.h
	([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.


Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Tue Jan 13 15:00:55 2004 UTC (20 years, 3 months ago) by ayers
Branch: MAIN
Changes since 1.129: +9 -1 lines
Diff to previous 1.129
        * GSWeb.framework/GSWApplication.h/m
        (-/+[GSWApplication isDirectConnectEnabled])
        (-/+[GSWApplication setDirectConnectEnabled:]): Make class
        methods.
        ([GSWApplication registerRequestHandlers]): Call class method.
        ([GSWApplication refuseNewSessions:]): Ditto.


Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Tue Jan 13 12:46:48 2004 UTC (20 years, 3 months ago) by ayers
Branch: MAIN
Changes since 1.128: +5 -0 lines
Diff to previous 1.128
        * GSWeb.framework/.cvsignore: New file.
        * GSWExtensions.framework/.cvsignore: Ditto.
        * GSWExtensions.framework/French.lproj/.cvsignore: Ditto.
        * GSWExtensionsGSW.framework/.cvsignore: Ditto.


Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Tue Jan 13 12:27:50 2004 UTC (20 years, 3 months ago) by ayers
Branch: MAIN
Changes since 1.127: +6 -0 lines
Diff to previous 1.127
        * config/pathxml.m4: Whitespace fixes for coding standards.
        * configure.ac: Ditto.
        * configure: Regenerate.


Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 15:32:38 2004 UTC (20 years, 3 months ago) by ayers
Branch: MAIN
Changes since 1.126: +31 -0 lines
Diff to previous 1.126
	* gsweb.make.in: Change 'WO' framework names to WobObjects,
	WOExtensions and WOExtensionsGSW.
	* GSWeb.framework/GNUmakefile: Ditto.
	* GSWeb.framework/Makefile.postamble. Ditto.
	* GSWExtensions.framework/Makefile.preamble: Ditto.
	* GSWExtensionsGSW.framework/Makefile.preamble: Ditto.
	* GSWExtensionsGSW.framework/GNUmakefile: Ditto.
	* GSWExtensions.framework/GNUmakefile: Ditto.  Move top level
	GSWSessionRestorationErrorPage.gswd into
	GSWSessionRestorationErrorPage.gswc.
	* GSWExtensions.framework/GSWSessionRestorationErrorPage.gswd
	* GSWExtensions.framework/GSWSessionRestorationErrorPage.gswc/
	  GSWSessionRestorationErrorPage.gswd
	  Moved contents into component.
	* GSWExtensions.framework/Makefile.postamble: Install
	components for 'WO' names correctly.
	* GSWExtensionsGSW.framework/Makefile.postamble: Ditto.

	* GSWExtensions.framework/French.lproj/
	  GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd:
	Use correct #include syntax.

	* GSWeb.framework/GSWWOCompatibility.h: Add WOExceptionPage.
	* GSWeb.framework/GSWApplication.m
	([GSWApplication handleException:inContext:]): Remove
	temporary hack to load 'GSW' exception page for 'WO' names.
	* GSWExtensions.framework/GSWExceptionPage.m
	([GSWExceptionPage setException:]): Remove excess exception
	log.


Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 11:44:06 2004 UTC (20 years, 3 months ago) by mguesdon
Branch: MAIN
Changes since 1.125: +56 -0 lines
Diff to previous 1.125
2004-01-09   Manuel Guesdon <mguesdon@orange-concept.com>


Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Thu Jan 8 16:23:47 2004 UTC (20 years, 3 months ago) by ayers
Branch: MAIN
Changes since 1.124: +53 -0 lines
Diff to previous 1.124
        * GSWExtensions.framework/Makefile.preamble: Correct
        ADDITIONAL_INCLUDE_DIRS and ADDITIONAL_LIB_DIRS.
        * Testing/DynamicElements/Makefile.preamble: Ditto.
        * GSWExtensionsGSW.framework/Makefile.preamble: Ditto. Also
        remove comments.
        * GSWeb.framework/Makefile.preamble.in:  Ditto. Also correct
        ADDITIONAL_CPPFLAGS

        * Testing/DynamicElements/GNUmakefile: Remove unused
	variables.
        * GSWeb.framework/GNUmakefile: Ditto.

        * GSWExtensions.framework/Makefile.postamble: Removed unused
        targets 'regenerate' and 'copy-dist'.
        * GSWExtensionsGSW.framework/Makefile.postamble: Ditto.
        * Testing/DynamicElements/Makefile.postamble: Ditto.
        * GSWeb.framework/Makefile.postamble: Ditto.  Add rule for
        GNUSTEP_TARGET_DIR dependent 'config.h'.

        * Testing/DynamicElements/Resources/Info-DynamicElements.plist:
        Correct spelling.

        * Testing/DynamicElements/DynamicElements.m: Replace #import
        with #include.
        * Testing/DynamicElements/DynamicElements_main.m: Ditto.
        * Testing/DynamicElements/Main.h: Ditto.
        * Testing/DynamicElements/Main.m: Ditto.
        * Examples/hello/Hello.m: Ditto.
        * Examples/hello/HelloPage.h: Ditto.
        * Examples/hello/HelloPage.m: Ditto.
        * Examples/hello/Hello_main.m: Ditto.
        * Examples/hello/Main.h: Ditto.
        * Examples/hello/Main.m: Ditto.
        * Examples/hello/Resources/Info-Hello.plist: Reformatted.

        * GSWeb.framework/GSWDebug.h/m (GSWLogAssertGoodFn): Adjust
        prototype to use id instead of NSObject * and dereference via
        class_pointer instead of isa.
        ([NSObject isa]): Remove obsolete category.

        * GSWeb.framework/GSWPageDefLexer.h: Use "GSWeb.h" instead of
        <GSWeb/GSWeb.h> for include.
        * GSWeb.framework/GSWPageDefLexer.m: Ditto.
        * GSWeb.framework/GSWPageDefParser.h: Ditto.
        * GSWeb.framework/GSWPageDefParser.m: Ditto.
        * GSWeb.framework/GSWPageDefParserTokenTypes.h: Ditto.
        * GSWeb.framework/PageDef.g: Ditto.
        * GSWeb.framework/html.g: Ditto.
        * GSWeb.framework/htmltag.g: Ditto.

        * GSWeb.framework/GSWWOCompatibility.m: Remove file.


Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 17:43:28 2004 UTC (20 years, 3 months ago) by dwetzel
Branch: MAIN
Changes since 1.123: +4 -0 lines
Diff to previous 1.123
do a stringValue on numbers to avoid an exception later.


Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Fri Dec 26 00:39:51 2003 UTC (20 years, 3 months ago) by uid66623
Branch: MAIN
Changes since 1.122: +6 -0 lines
Diff to previous 1.122
fix for wo names


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 13:38:26 2003 UTC (20 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.121: +13 -1 lines
Diff to previous 1.121
Bug fix


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 17:32:54 2003 UTC (20 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.120: +4 -0 lines
Diff to previous 1.120
* GSWeb.framework/GSWUtils.h:
	o quick fixes for NeXT_Foundation from Philip Moetteli <Philip.Moetteli@tele2.ch>


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 13:22:44 2003 UTC (20 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.119: +16 -0 lines
Diff to previous 1.119
Fixes


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 09:11:51 2003 UTC (20 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.118: +4 -0 lines
Diff to previous 1.118
*** empty log message ***


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 12:31:16 2003 UTC (20 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.117: +294 -0 lines
Diff to previous 1.117
2003-11-24   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Sun Nov 9 18:10:39 2003 UTC (20 years, 5 months ago) by ayers
Branch: MAIN
CVS Tags: BeforeMGCommit200311
Changes since 1.116: +7 -0 lines
Diff to previous 1.116
	* GSWeb.framework/GNUmakefile
	* GSWExtensions.framework/GNUmakefile
	* GSWExtensionsGSW.framework/GNUmakefile: Update for
	GNUSTEP_BUILD_DIR changes in -make.


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 16:22:49 2003 UTC (20 years, 6 months ago) by ayers
Branch: MAIN
Changes since 1.115: +16 -0 lines
Diff to previous 1.115
        * GSWeb.framework/GSWAssociation.m: Include limits.h and
	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


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 11:15:56 2003 UTC (20 years, 6 months ago) by dwetzel
Branch: MAIN
Changes since 1.114: +7 -0 lines
Diff to previous 1.114
Include changes for OS X as suggested by Philip Moetteli


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 20:15:32 2003 UTC (20 years, 8 months ago) by ayers
Branch: MAIN
CVS Tags: gsw2003-10-21
Changes since 1.113: +4 -0 lines
Diff to previous 1.113
	* *.h/m: Updated to new header layout.


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Fri Jul 11 19:16:36 2003 UTC (20 years, 9 months ago) by ayers
Branch: MAIN
CVS Tags: pre-header-reorg-20030731
Changes since 1.112: +10 -0 lines
Diff to previous 1.112
        * INSTALL: Update prerequisits and installation guidelines.
        * 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.


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 15:15:22 2003 UTC (20 years, 9 months ago) by mguesdon
Branch: MAIN
Changes since 1.111: +4 -0 lines
Diff to previous 1.111
2003-06-26   Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb.framework/GSWDisplayGroup.h:
		o include EODeprecated.h instead of EOUndoManager.h


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 16:07:22 2003 UTC (20 years, 10 months ago) by mguesdon
Branch: MAIN
Changes since 1.110: +85 -0 lines
Diff to previous 1.110
2003-06-25   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Sun Jun 1 22:00:18 2003 UTC (20 years, 10 months ago) by ayers
Branch: MAIN
Changes since 1.109: +16 -0 lines
Diff to previous 1.109
	* gsweb.make.in
	* 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.


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Thu May 29 12:09:51 2003 UTC (20 years, 10 months ago) by ayers
Branch: MAIN
Changes since 1.108: +6 -0 lines
Diff to previous 1.108
	* GSWeb.framework/GSWUtils.m ([NSUserDefaults -description]):
	Remove reference to instance variable, that has been removed from
	-base.


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Wed May 14 08:30:22 2003 UTC (20 years, 11 months ago) by mguesdon
Branch: MAIN
Changes since 1.107: +20 -0 lines
Diff to previous 1.107
2003-05-14   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Wed May 14 08:08:57 2003 UTC (20 years, 11 months ago) by mguesdon
Branch: MAIN
Changes since 1.106: +8 -0 lines
Diff to previous 1.106
2003-05-14   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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:


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Sat Apr 19 18:56:43 2003 UTC (21 years ago) by mguesdon
Branch: MAIN
Changes since 1.105: +9 -0 lines
Diff to previous 1.105
*** empty log message ***


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Wed Apr 9 17:12:00 2003 UTC (21 years ago) by mguesdon
Branch: MAIN
Changes since 1.104: +15 -0 lines
Diff to previous 1.104
2003-04-09   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Wed Apr 9 12:03:17 2003 UTC (21 years ago) by mguesdon
Branch: MAIN
Changes since 1.103: +25 -0 lines
Diff to previous 1.103
2003-04-09   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sat Apr 5 15:18:57 2003 UTC (21 years ago) by mguesdon
Branch: MAIN
Changes since 1.102: +20 -0 lines
Diff to previous 1.102
2003-04-05   Manuel Guesdon <mguesdon@orange-concept.com>
        Adaptor updates


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 18:25:27 2003 UTC (21 years ago) by mguesdon
Branch: MAIN
Changes since 1.101: +13 -0 lines
Diff to previous 1.101
2003-04-04   Manuel Guesdon <mguesdon@orange-concept.com> Adaptors update


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 15:43:55 2003 UTC (21 years ago) by dwetzel
Branch: MAIN
Changes since 1.100: +2 -0 lines
Diff to previous 1.100
        * GSWAdaptors/Apache/mod_gsweb.c made it work on apache 1.x again.
          (use ap_psprintf and not apr_psprintf if apache 1 is used)


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 15:22:20 2003 UTC (21 years ago) by dwetzel
Branch: MAIN
Changes since 1.99: +3 -0 lines
Diff to previous 1.99
2003-03-27   David Wetzel <dave@turbocat.de>
        * GSWAdaptors/common/GSWTemplates.c fixed typo. doesn't repond -> doesn't respond


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Mon Mar 24 07:45:51 2003 UTC (21 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.98: +54 -0 lines
Diff to previous 1.98
2003-03-24   Manuel Guesdon <mguesdon@orange-concept.com>

	* 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>)


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sun Mar 23 12:29:39 2003 UTC (21 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.97: +11 -2 lines
Diff to previous 1.97
	* GSWAdaptors/Apache/mod_gsweb.c : Include http_protocol.h
	unconditionally.
	(sendResponse): Removed cast which was only valid for custom
	Apache installations.


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 14:32:54 2003 UTC (21 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.96: +248 -0 lines
Diff to previous 1.96
2003-03-21   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Tue Mar 4 21:43:06 2003 UTC (21 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.95: +5 -0 lines
Diff to previous 1.95
	* GSWeb/NSString+HTML.m ([NSString -decodeURL]): Updated function
	name.


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Tue Mar 4 17:50:45 2003 UTC (21 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.94: +9 -0 lines
Diff to previous 1.94
2003-03-04   Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb/GSWInput.m:
		o logs
	* GSWeb/GSWCheckBox.m:
		o logs
		o fix for disabled check box
	* GSWAdaptors/Apache/mod_gsweb.c
		o typo fix


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Mon Mar 3 08:47:27 2003 UTC (21 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.93: +31 -0 lines
Diff to previous 1.93
2003-03-03   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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.


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Fri Feb 28 18:37:43 2003 UTC (21 years, 1 month ago) by ayers
Branch: MAIN
Changes since 1.92: +31 -0 lines
Diff to previous 1.92
        * GSWAdaptors/Apache/mod_gsweb.c (sendResponse): Add cast.
        * GSWAdaptors/Apache/GNUmakefile-Apache1x: Update copyright and
        correct ADAPTOR variable.
        * GSWAdaptors/Doc/ConfigurationFile.html: Updated formatting.
        * GSWAdaptors/common/GSWAppConnectNSSocket.c (GSWApp_Open,
        GSWAppSendBlock, GSWApp_ReceiveLine, GSWApp_ReceiveBlock): Correct
        usage of GSWLog by addeding requiered parameter.
        * GSWAdaptors/common/GSWApp.[hc]: Updated copyright notice and
        applied some formatting.
        * GSWAdaptors/common/GSWAppConnect.h: Ditto.
        * GSWAdaptors/common/GSWAppConnectNSSocket.c: Ditto.
        * GSWAdaptors/common/GSWAppConnectSocket.c: Ditto.
        * GSWAdaptors/common/GSWAppRequest.[hc]: Ditto.
        * GSWAdaptors/common/GSWAppRequestStruct.h: Ditto.
        * GSWAdaptors/common/GSWConfig.[hc]: Ditto.
        * GSWAdaptors/common/GSWDict.[hc]: Ditto.
        * GSWAdaptors/common/GSWHTTPHeaders.[hc]: Ditto.
        * GSWAdaptors/common/GSWHTTPRequest.[hc]: Ditto.
        * GSWAdaptors/common/GSWHTTPResponse.[hc]: Ditto.
        * GSWAdaptors/common/GSWList.[hc]: Ditto.
        * GSWAdaptors/common/GSWLoadBalancing.[hc]: Ditto.
        * GSWAdaptors/common/GSWPropList.[hc]: Ditto.
        * GSWAdaptors/common/GSWString.[hc]: Ditto.
        * GSWAdaptors/common/GSWTemplates.[hc]: Ditto.
        * GSWAdaptors/common/GSWURLUtils.[hc]: Ditto.
        * GSWAdaptors/common/GSWUtils.[hc]: Ditto.
        * GSWAdaptors/common/common.make: Ditto.
        * GSWAdaptors/common/config.[hc]: Ditto.


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 11:34:11 2003 UTC (21 years, 2 months ago) by mirko
Branch: MAIN
Changes since 1.91: +5 -0 lines
Diff to previous 1.91
* GSWAdaptors/common/GSWUtil.c|.h (strcasestr): removed CONST from
declaration.


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Wed Feb 19 18:44:35 2003 UTC (21 years, 2 months ago) by mirko
Branch: MAIN
Changes since 1.90: +4 -0 lines
Diff to previous 1.90
* GSWeb.framework/GSWDebug.h: fixed #define.


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Sat Feb 1 19:08:11 2003 UTC (21 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.89: +0 -1 lines
Diff to previous 1.89
2003-02-01   Manuel Guesdon <mguesdon@orange-concept.com>


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Sat Feb 1 19:07:24 2003 UTC (21 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.88: +74 -0 lines
Diff to previous 1.88
2003-02-01   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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>)


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Wed Jan 22 14:16:56 2003 UTC (21 years, 3 months ago) by mguesdon
Branch: MAIN
Changes since 1.87: +3 -0 lines
Diff to previous 1.87
2003-01-22   Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb.framework/WebObjects: removed WO*


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Wed Jan 22 12:24:23 2003 UTC (21 years, 3 months ago) by mguesdon
Branch: MAIN
Changes since 1.86: +128 -15 lines
Diff to previous 1.86
2003-01-22   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Sun Jan 19 15:33:06 2003 UTC (21 years, 3 months ago) by mguesdon
Branch: MAIN
Changes since 1.85: +100 -0 lines
Diff to previous 1.85
2003-01-19   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Wed Dec 11 21:57:14 2002 UTC (21 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.84: +18 -0 lines
Diff to previous 1.84
2002-12-11   Manuel Guesdon <mguesdon@orange-concept.com>


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Fri Dec 6 16:10:51 2002 UTC (21 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.83: +5 -0 lines
Diff to previous 1.83
2002-12-06   Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb/GSWApplication.m
		o don't use NSClassFromString to support GSW & WO namespaces
			(David Ayers <d.ayers@inode.at> patch)


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Fri Dec 6 15:58:21 2002 UTC (21 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.82: +13 -0 lines
Diff to previous 1.82
2002-12-06   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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)


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Fri Dec 6 14:28:27 2002 UTC (21 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.81: +56 -0 lines
Diff to previous 1.81
2002-12-06   Manuel Guesdon <mguesdon@orange-concept.com>
	* 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


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Mon Dec 2 22:00:10 2002 UTC (21 years, 4 months ago) by mirko
Branch: MAIN
Changes since 1.80: +3 -0 lines
Diff to previous 1.80
* GSWeb.framework/GSWApplication.m (GSWApplicationDebugSetChange): read
the file only if supplied.


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Dec 2 19:00:36 2002 UTC (21 years, 4 months ago) by mirko
Branch: MAIN
Changes since 1.79: +4 -0 lines
Diff to previous 1.79
* configure.ac: export xml includes in gsweb.make
* gsweb.make.in (AUXILIARY_INCLUDE_DIRS): added.
* Makefile.postamble: moved gsweb.make in Auxiliary/ make dir.


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Mon Dec 2 15:56:52 2002 UTC (21 years, 4 months ago) by mirko
Branch: MAIN
Changes since 1.78: +7 -0 lines
Diff to previous 1.78
* GSWeb.framework/GSWTemplateParser.m ([GSWTemplateParser
-definitions]): compilable with gcc < 3
* GSWeb.framework/GSWHyperlink.m ([GSWHyperlink
-computeQueryDictionaryInContext:]): likewise.


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Wed Nov 27 20:25:22 2002 UTC (21 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.77: +29 -0 lines
Diff to previous 1.77
2002-11-27   Manuel Guesdon <mguesdon@orange-concept.com>

	* 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


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sat Nov 23 11:06:39 2002 UTC (21 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.76: +4 -0 lines
Diff to previous 1.76
2002-11-23   Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWExtensions.framework/GSWLongResponsePage.h:
		o fixed WO* to GSW*


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Mon Nov 18 11:14:54 2002 UTC (21 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.75: +62 -0 lines
Diff to previous 1.75
2002-11-18   Manuel Guesdon <mguesdon@orange-concept.com>
	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


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Mon Oct 28 20:00:04 2002 UTC (21 years, 5 months ago) by dwetzel
Branch: MAIN
Changes since 1.74: +6 -0 lines
Diff to previous 1.74
a start to make statistics work


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sat Oct 12 11:22:25 2002 UTC (21 years, 6 months ago) by mguesdon
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
*** empty log message ***


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sat Oct 12 11:10:50 2002 UTC (21 years, 6 months ago) by mguesdon
Branch: MAIN
Changes since 1.72: +42 -0 lines
Diff to previous 1.72
== See coments http://wiki.gnustep.org/index.php/GNUstepWeb ==


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sun Sep 22 14:27:04 2002 UTC (21 years, 7 months ago) by mirko
Branch: MAIN
Changes since 1.71: +24 -0 lines
Diff to previous 1.71
2002-09-22  Mirko Viviani  <mirko.viviani@rccr.cremona.it>

	* Makefile.postamble: install gsweb.make

	* GSWeb.framework/GSWDefaultAdaptor.m: added config.h

	* GSWeb.framework/Makefile.preamble.in: new file.
	* GSWeb.framework/Makefile.preamble: removed.
	* gsweb.make.in: new file.

	* configure.ac: new file.
	* config/pathxml.m4: new file.
	* gsweb.make.in: new file.
	* config.h.in: new file.

	* GSWeb.framework/GNUmakefile (GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES):
	include gsweb.make

	* GSWeb.framework/GSWTemplateParserXML.h|.m: include libxml includes
	from libxml/ dir.

	* GSWeb.framework/*.m: replaced all occurrencies of stringWithout*: and
	remove*: with the new methods.


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sun Sep 15 17:46:09 2002 UTC (21 years, 7 months ago) by mguesdon
Branch: MAIN
Changes since 1.70: +6 -0 lines
Diff to previous 1.70
Applied David Ayers <d.ayers@inode.at> patch


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue Aug 6 22:18:09 2002 UTC (21 years, 8 months ago) by dwetzel
Branch: MAIN
Changes since 1.69: +7 -0 lines
Diff to previous 1.69
updated docs


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Aug 4 18:00:10 2002 UTC (21 years, 8 months ago) by mguesdon
Branch: MAIN
Changes since 1.68: +73 -0 lines
Diff to previous 1.68
2002-08-04   Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb.framework/GSWEmbeddedObject.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWGenericContainer.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWDirectActionRequestHandler.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWDynamicURLString.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWBindingNameAssociation.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWComponentDefinition.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWComponentRequestHandler.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWConstantValueAssociation.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWDisplayGroup.h/.m
		o ivar names changes to conform to coding standards
	 	o include for TCSimpleDB/
	* GSWeb.framework/GSWKeyValueAssociation.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWParam.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWRequestHandler.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWResourceRequestHandler.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/NSString+Trimming.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWStats.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/NSNonBlockingFileHandle.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/NSString+HTML.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWStatisticsStore.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWHTMLURLValuedElement.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWApplication.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWBundle.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWDeployedBundle.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWTemplateParserXML.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWHTMLParserExt.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWMultiKeyDictionary.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWProjectBundle.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWTemplateParser.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWPageDefElement.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWUtils.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWeb.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWWOCompatibility.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWQuickTime.h
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWTemplateParserANTLR.h/.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWDebug.m
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWComponent.m
		o NSAsserts


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Jul 28 12:52:49 2002 UTC (21 years, 8 months ago) by mguesdon
Branch: MAIN
Changes since 1.67: +8 -0 lines
Diff to previous 1.67
2002-07-28   Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb.framework/WebObjects:
		o added WebObjects headers (suggested by David Wetzel <dave@turbocat.de>)
	* GSWeb.framework/GNUmakefile:
		o added WebObjects headers (suggested by David Wetzel <dave@turbocat.de>)
	* GSWeb.framework/makefile.postamble:
		o added copy of WebObjects headers (suggested by David Wetzel <dave@turbocat.de>)


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sat Jul 27 23:48:46 2002 UTC (21 years, 8 months ago) by mguesdon
Branch: MAIN
Changes since 1.66: +57 -0 lines
Diff to previous 1.66
2002-07-28   Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb.framework/GSWJavaScript.h/.m:
		o implementation
	* GSWeb.framework/GSWClientSideScript.h/.m:
		o implementation
	* GSWeb.framework/GSWVBScript.h/.m:
		o implementation
	* TODO:
		o updated
	* GSWeb.framework/GSWConstants.h/.m:
		o added language__Key
	* GSWeb.framework/GSWRadioButton.m:
		o logs
		o bug fix for checked case
	* GSWeb.framework/GSWDirectAction.m:
		o added -existingSessionWithSessionID:
	* GSWeb.framework/PageDef.g
		o Handle function references (@ in values)
	* GSWeb.framework/GSWPageDefLexer.h/.m:
		o re-generated after PageDef.g change
	* GSWeb.framework/GSWPageDefParserTokenTypes.h
		o re-generated after PageDef.g change
	* GSWeb.framework/GSWPageDefParser.h/.m:
		o re-generated after PageDef.g change
	* GSWeb.framework/GSWPageDefParserTokenTypes.txt
		o re-generated after PageDef.g change
	* GSWeb.framework/GSWContext.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWDirectAction.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWResponse.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWCookie.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWNestedList.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWSessionTimeOut.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWSessionStore.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWServerSessionStore.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWTransactionRecord.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWSession.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWRequest.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWToggle.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWHTMLComment.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWHTMLBareString.m/.h:
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWMailDelivery.m/.h:
		o ivar names changes to conform to coding standards


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 11:01:56 2002 UTC (21 years, 9 months ago) by mguesdon
Branch: MAIN
Changes since 1.65: +40 -0 lines
Diff to previous 1.65
        * GSWeb.framework/GSWDefaultAdaptorThread.m
                o trace request uri
        * GSWeb.framework/GSWTemplateParserXML.m
                o Changed NSDebugMLog to NSDebugMLLog
                o changes to conform to GSXML modifications
        * GSWeb.framework/GSWTemplateParser.m
                o Changed NSDebugMLog to NSDebugMLLog
        * GSWeb.framework/GSWBundle.m
                o Changed NSDebugMLog to NSDebugMLLog
        * GSWeb.framework/GSWComponent.m
                o Changed NSDebugMLog to NSDebugMLLog
        * GSWeb.framework/GSWElement.m
                o Changed NSDebugMLog to NSDebugMLLog
        * GSWeb.framework/GSWHTMLStaticElement.m
                o Changed NSDebugMLog to NSDebugMLLog
        * GSWeb.framework/GSWAssociations.m
                o fixes in !GDL2 variables names (reported by Piter Punk <piterpk@terra.com.br>)
        * GSWeb.framework/GSWRadioButtonList.m
                o fix _name/name in appendToResponse:inContext:
        * GSWeb.framework/GSWSwitchComponent.m:
                o fix ExceptionRaise call
        * GSWeb.framework/GSWDebug.m/.h:
                o fix ifdef and functions defs
        * GSWeb.framework/GSWSessionTimeOutManager.m/.h:
                o add parentheses around assignment used as truth value
                o ivar names changes to conform to coding standards
        * GSWeb.framework/GSWDeployedBundle.m:
                o cast to avoid compiler warning
        * GSWeb.framework/GSWJavaScript.h/.m:
                o ivar names changes to conform to coding standards
        * GSWeb.framework/GSWEmbeddedObject.h/.m:
                o ivar names changes to conform to coding standards
        * GSWeb.framework/GSWClientSideScript.h/.m:
                o ivar names changes to conform to coding standards
        * GSWeb.framework/GSWApplet.h/.m:
                o ivar names changes to conform to coding standards
        * GSWeb.framework/GSWParam.h/.m:
                o ivar names changes to conform to coding standards


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon Jun 3 08:27:15 2002 UTC (21 years, 10 months ago) by mguesdon
Branch: MAIN
Changes since 1.64: +32 -1 lines
Diff to previous 1.64
2002-06-03  Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb.framework/GSWBundle.m:
		o use smartTakeValue:forKey: instead of takeValue:forKey:
	* GSWeb.framework/GSWAssociation.m:
		o use smartTakeValue:forKeyPath: instead of takeValue:forKeyPath:
	* GSWeb.framework/GSWComponent.m:
		o use smartTakeValue:forKey: instead of takeValue:forKey:
	* GSWeb.framework/GSWDisplayGroup.m:
		o changes in -description
		o logs
	* GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.gswd:
		o added "reference"
	* GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.html:
		o added "reference"
	* GSWExtensions.framework/French.lproj/GSWExceptionPage.gswc/GSWExceptionPage.html:
		o added "reference"
	* GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.h/.m:
		o added "reference"
	* GSWExtensionsGSW.framework/GSWFileUploadComponent.h/.m:
		o bug fixes
	* GSWExtensionsGSW.framework/GSWFileUploadComponent.gswc/GSWFileUploadComponent.gswd:
		o added Height & With parameters for images
	* GSWExtensionsGSW.framework/GSWFileUploadComponent.gswc/GSWFileUploadComponent.html:
		o added delete check box title
	* GSWeb.framework/GSWElement.m:
		o logs
	* GSWeb.framework/GSWFileUpload.m:
		o logs
	* GSWeb.framework/GSWRequest.m:
		o bug fix for uploaded files


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Thu May 16 18:01:40 2002 UTC (21 years, 11 months ago) by mguesdon
Branch: MAIN
Changes since 1.63: +107 -1 lines
Diff to previous 1.63
2002-05-16  Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb.framework/GSWTextField.m:
		o added warning in _isFormattedValueInComponent:equalToFormattedValue:
		o added warning in takeValuesFromRequest:inContext:
	* GSWeb.framework/GSWPopUpButton.m
		o added ElementID debugging methods
		o added DocStructure debugging features
	* GSWeb.framework/GSWSwitchComponent.m
		o added ElementID debugging methods
		o added DocStructure debugging features
	* GSWeb.framework/GSWRepetition.m
		o added ElementID debugging methods
		o added DocStructure debugging features
		o param names changes to conform to coding standards
	* GSWeb.framework/GSWComponentContent.m
		o added ElementID debugging methods
		o added DocStructure debugging features
	* GSWeb.framework/GSWComponentReference.m:
		o added ElementID debugging methods
		o added DocStructure debugging features
		o ivar names changes to conform to coding standards
		o logs
	* GSWeb.framework/GSWElement.m:
		o added ElementID debugging methods
		o added DocStructure debugging features
		o logs
	* GSWeb.framework/GSWElement.h
		o added ElementID debugging
	* GSWeb.framework/GSWForm.m:
		o added ElementID debugging
		o added DocStructure debugging features
		o logs
	* GSWeb.framework/GSWHTMLDynamicElement.m:
		o ivar names changes to conform to coding standards
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWConditional.m:
		o added ElementID debugging
		o added DocStructure debugging features
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWConditional.h.
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWRepetition.h.
		o param names changes to conform to coding standards
	* GSWeb.framework/GSWReset.m:
		o ivar names changes to conform to coding standards
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWReset.h.
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWResponse.h/.m:
		o added DocStructure debugging features
	* GSWeb.framework/GSWContext.h/.m:
		o added DocStructure debugging features
	* GSWeb.framework/GSWSession.m:
		o added DocStructure debugging features
	* GSWeb.framework/GSWTemplateParserXML.m
		o logs
	* GSWeb.framework/GSWTemplateParser.m
		o logs
	* GSWeb.framework/GSWDisplayGroup.m:
		o corrected insertion bugs
		o added -insertAfterLastObject
		o added -selectFirst
	* GSWeb.framework/GSWDisplayGroup.h:
		o added -insertAfterLastObject
		o added -selectFirst
	* GSWeb.framework/GSWHTMLStaticElement.m
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWCheckBox.m
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWComponent.m
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWHTMLStaticGroup.m
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWTextField.m
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWString.m
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWSubmitButton.m
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWURLValuedElementData.m/.h:
		o added ElementID debugging
		o added DocStructure debugging features
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWRadioButton.m
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWInput.m
		o added ElementID debugging
		o added DocStructure debugging features
		o logs
	* GSWeb.framework/GSWHyperlink.m
		o added ElementID debugging
		o added DocStructure debugging features
	* GSWeb.framework/GSWFileUpload.m
		o added ElementID debugging
		o added DocStructure debugging features


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue May 14 11:35:22 2002 UTC (21 years, 11 months ago) by mguesdon
Branch: MAIN
Changes since 1.62: +19 -19 lines
Diff to previous 1.62
*** empty log message ***


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Tue May 14 11:28:50 2002 UTC (21 years, 11 months ago) by mguesdon
Branch: MAIN
Changes since 1.61: +64 -0 lines
Diff to previous 1.61
2002-05-14  Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWeb.framework/GSWSubmitButton.m:
		o corrected setActionInvoked into _setActionInvoked
	* GSWeb.framework/GSWGeometricRegion.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWAssociation.h:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWAssociation.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
		o logs
	* GSWForm.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWContext.h:
		o Changed return type of -elementID and -senderID
	* GSWContext.m:
		o Changed return type of -elementID and -senderID
	* GSWDisplayGroup.m:
		o logs
	* GSWeb.framework/GSWPopUpButton.h,.m:
		o added count & index parameters (like GSWRepetition)
	* GSWTextField.m:
		o handling exception in takeValue
	* GSWText.m:
		o handling exception in takeValue
	* GSWInput.m:
		o corrected bug in akeValuesFromRequest:inContext:
	* GSWExtensionsGSW.framework:
		o added GSWFileUploadComponent
	* GSWExtensionsGSW.framework/GNUmakefile
		o added GSWFileUploadComponent
	* GSWComponent.h:
		o added -definitionName
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWComponent.m:
		o added -definitionName
		o added exception handling for debugging purpose
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWKeyValueAssociation.m:
		o logs
	* GSWConstantValueAssociation.m:
		o logs
	* GSWApplication.h:
		o added -saveResponsesPath
	* GSWApplication.m:
		o added -saveResponsesPath
		o added GSWOPT_SaveResponsesPath
		o added exception handling for debugging purpose
	* GSWConstants.h/.m:
		o added GSWOPT_SaveResponsesPath
	* GSWConfig.h:
		o added GSWOPTVALUE_SaveResponsesPath
	* GSWDefaultAdaptorThread.h:
		o add response saving
	* GSWDefaultAdaptorThread.m:
		o add response saving
	* GSWeb.framework/GSWResponse.m
		o added -appendDebugCommentContentString:


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Mon Apr 15 14:33:15 2002 UTC (22 years ago) by mguesdon
Branch: MAIN
Changes since 1.60: +100 -0 lines
Diff to previous 1.60
2002-04-15  Manuel Guesdon <mguesdon@orange-concept.com>
	* GSWDynamicURLString.h:
		o remove NSMutableString protocol
	* GSWUtils.m
		o removed NSString and NSMutableString protocol use
	* GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.gswd:
		o change .png to .mng
	* GSWExtensions.framework/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.gswd:
		o added framework for image
	* GSWeb.framework/GSWDisplayGroup.h:
		o aded -setQueryOperator:
		o added -initWithKeyValueUnarchiver:
	* GSWeb.framework/GSWDisplayGroup.m:
		o added -setQueryOperator:
		o unarchive queryOperator
		o changed hasMultipleBatches implementation
	* GSWeb.framework/GSWBody.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWImage.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWResourceURL.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWFrame.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWElement.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWDynamicElement.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWGenericElement.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWHTMLStaticElement.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWElementIDString.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
		o removed logs
	* GSWeb.framework/GSWActionURL.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
		o removed logs
	* GSWeb.framework/GSWHyperlink.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWHTMLStaticGroup.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWInput.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWText.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWTextField.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWFileUpload.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWBrowser.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWCheckBox.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWCheckBoxList.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWPopUpButton.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWRadioButton.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWRadioButtonList.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWSubmitButton.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWHiddenField.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWPasswordField.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWString.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc
	* GSWeb.framework/GSWImageButton.h,.m:
		o ivar names changes to conform to coding standards
		o headers changed for gsdoc


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 12:47:44 2002 UTC (22 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.59: +19 -0 lines
Diff to previous 1.59
2002-03-25  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWAdaptors/common/GSWConfig.c: changed comments
	* GSWeb.framework/GSWSwitchComponent.h/.m:
		o ivar names changes to conform to coding standards
		o logs
	* GSWeb.framework/GSWComponentContent.h/.m:
		o ivar names changes to conform to coding standards
		o logs
	* GSWAdaptors/common/GSWTemplates.c:
		o change .gif to .png
	* GSWeb.framework/GSWAssociation.m:
		o Added Key/Value association conversion in associationsSetValuesFromObject:inObject:
	* GSWeb.framework/GSWKeyValueAssociation.m:
		o removed validateValue in -setValue:inObject:
		o logs
	* GSWeb.framework/GSWConstantValueAssociation.m
		o logs


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Wed Mar 6 23:13:22 2002 UTC (22 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.58: +70 -0 lines
Diff to previous 1.58
2002-03-07  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWeb.framework/GSWAdaptor.h/.m:
		o added -isMultiThreadEnabled
		o method parameters names changes to conform to coding standards
	* GSWeb.framework/GSWResponse.h:
		o method parameters names changes to conform to coding standards
		o added missing method declarations
	* GSWeb.framework/GSWTemplateParserXML.m:
		o remove some 'error' messages from xml parser
	* GSWExtensions.framework/Makefile.preamble:
		o various changes (debug flags,...)
	* GSWExtensionsGSW.framework/Makefile.preamble:
		o various changes (debug flags,...)
	* GSWeb.framework/Makefile.preamble:
		o various changes (debug flags,libwrap,...)
	* GSWeb.framework/GSWDebug.h:
		o debug flags changes
	* GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.gswd:
		o change .gif to .mng
	* GSWExtensions.framework/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd:
		o change .gif to .mng
	* GSWExtensions.framework/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd:
		o change .gif to .mng
	* GSWeb.framework/GSWConfig.h: added GSWOPTVALUE_AdaptorHost
	* GSWeb.framework/GSWConstants.h/.m: added GSWOPT_AdaptorHost
	* GSWeb.framework/GSWApplication.m: added GSWOPT_AdaptorHost default value
	* GSWeb.framework/GSWDefaultAdaptor.h/.m:
		o adding connection refuse feature
		o added ivar adaptorHost
		o added host and port in "Waiting for connections" message
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWDefaultAdaptorThread.m:
		o adding connection refuse feature
		o ivar names changes to conform to coding standards
	* GSWeb.framework/GSWComponent.m:
		o logs
	* GSWeb.framework/GSWDeployedBundle.m:
		o Search WebServer resources in Resources/WebServer/ instead of WebServerResources
	* GSWeb.framework/GSWProjectBundle.m
		o bug fix for wonames
	* GSWExtensions.framework/GSWDictionaryRepetition.h/m:
		o ivar names changes to conform to coding standards
	* GSWExtensions.framework/GSWCollapsibleComponentContent.h/.m:
		o ivar names changes to conform to coding standards
	* GSWExtensions.framework/GSWExceptionPage.h/.m:
		o ivar names changes to conform to coding standards
	* GSWExtensions.framework/GSWIFrame.m:
		o ivar names changes to conform to coding standards
	* GSWExtensions.framework/GSWMetaRefresh.m:
		o ivar names changes to conform to coding standards
	* GSWExtensions.framework/GSWPageRestorationErrorPage.h/.m:
		o ivar names changes to conform to coding standards
	* GSWExtensions.framework/GSWRedirect.h/.m:
		o ivar names changes to conform to coding standards
	* GSWExtensions.framework/GSWSessionRestorationErrorPage.h/.m:
		o ivar names changes to conform to coding standards
	* GSWExtensions.framework/GSWSessionCreationErrorPage.h/.m:
		o ivar names changes to conform to coding standards
	* GSWExtensions.framework/GSWStatsPage.h/.m:
		o ivar names changes to conform to coding standards
	* GSWExtensionsGSW.framework/GSWFileUploadFormComponent.h/.m:
		o ivar names changes to conform to coding standards
	* GSWExtensionsGSW.framework/GSWSimpleFormComponent.h/.m:
		o ivar names changes to conform to coding standards
	* GSWExtensionsGSW.framework/GSWTabComponent.m:
		o ivar names changes to conform to coding standards
	* GSWExtensionsGSW.framework/GSWValidationFailureComponent.h/.m:
		o ivar names changes to conform to coding standards


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 19:03:52 2002 UTC (22 years, 2 months ago) by fedor
Branch: MAIN
Changes since 1.57: +11 -0 lines
Diff to previous 1.57
Remove gifs


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 18:54:31 2002 UTC (22 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.56: +12 -0 lines
Diff to previous 1.56
2002-02-01  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWeb.framework/GSWApplication.m:
		o in run: [[NSRunLoop currentRunLoop] run] instead of [NSRunLoop run]


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 10:43:22 2002 UTC (22 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.55: +53 -0 lines
Diff to previous 1.55
2002-01-26  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWeb.framework/GSWSwitchComponent.m:
		o logs
		o corected bug: use GSWComponentName__Key[]
	* GSWeb.framework/GSWSession.m:
		o logs
	* GSWExtensions.framework/GSWExtensions.m:
		o added better formatting
	* GSWExtensions.framework/GSWExtensions.gswc/GSWExtensions.HTML:
		o added better formatting
	* GSWExtensions.framework/French.lproj/GSWExtensions.gswc/GSWExtensions.HTML:
		o added better formatting
	* GSWExtensionsGSW.framework/GSWLogin.m:
		o added -login exception cataching to add exception verbosity.
	* GSWeb.framework/GSWDynamicElement.m/.h:
		o logs
		o added ivar _definitionName and associated methods
	* GSWeb.framework/GSWElement.m/.h:
		o added ivar -definitionName
	* GSWeb.framework/GSWTemplateParserANTLR.m:
		o set dynamic element definition name
	* GSWeb.framework/GSWTemplateParserXML.m:
		o set dynamic element definition name
	* GSWeb.framework/GSWConditional.m:
		o logs
	* GSWeb.framework/GSWComponent.m:
		o logs
		o remove GDL2  code in -valueForBinding: and setValue:forBinding:
		    I don't see a reason for this code and it may make a loop
	* GSWeb.framework/GSWAssociation.m:
		o logs
		o Fix in validateValue:forKeyPath: test & call
	* GSWeb.framework/GSWDisplayGroup.m:
		o logs
	* GSWeb.framework/GSWBundle.m:
		o logs
	* GSWeb.framework/GSWImageButton.m:
		o logs (element definition name)
	* GSWeb.framework/GSWForm.m:
		o logs (element definition name)
		o stop invokeActionForRequest:inContext: when the current Id is after senderID
	* GSWeb.framework: GSWElementIDString.m
		o added -compare:options:range:
	* GSWeb.framework: GSWHTMLDynamicElement.m
		o stop invokeActionForRequest:inContext: when the current Id is after senderID
	* GSWeb.framework: GSWHTMLStaticElement.m
		o stop invokeActionForRequest:inContext: when the current Id is after senderID
	* GSWExtensions.framework/WebServerResources:
		o converted .gif to .png
	* GSWeb.framework/GSWUtils.m:
		o removed members in NSUserDefaults description


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 14:34:38 2001 UTC (22 years, 4 months ago) by mguesdon
Branch: MAIN
Changes since 1.54: +9 -0 lines
Diff to previous 1.54
2001-12-11  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWeb.framework/GSWResourceManager.m: logs
	* GSWeb.framework/GSWDefaultAdaptorThread.m: logs
		corrected bug in response writing
	* GSWeb.framework/GSWApplication.m: logs
	* GSWAdaptors/common/GSWHTTPResponse.c: logs
	* added Example/hello 'application'


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Nov 7 14:16:38 2001 UTC (22 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.53: +7 -0 lines
Diff to previous 1.53
2001-11-07  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWExtensions.framework/Makefile.preamble:
		Added -I../GSWeb.framework/derived_src in ADDITIONAL_INCLUDE_DIRS
	* GSWExtensionsGSW.framework/Makefile.preamble:
		Added -I../GSWeb.framework/derived_src in ADDITIONAL_INCLUDE_DIRS


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun Oct 28 10:29:17 2001 UTC (22 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.52: +32 -0 lines
Diff to previous 1.52
2001-10-28  Manuel Guesdon <mguesdon@orange-concept.com>
	Compilation is OK but this version hasn't been tested

        * GSWeb.framework/GSWFileUpload.m: Added Traces
                corrected bug when uploading string type data.
        * GSWExtensionsGSW.framework/GSWFileUploadFormComponent.m:
                handle nil fileInfo retrieving, added isDeleteEnabled
        * GSWExtensionsGSW.framework/GSWFileUploadFormComponent.gswc/GSWFileUploadFormComponent.html/.gswd:
                added isDeleteEnabled condition
        * GSWAdaptors/commun/GSWConfig.c/.h: added adaptorTemplatesPath handle (per application and global)
        * GSWAdaptors/commun/GSWApp.h/.c: added pszAdaptorTemplatesPath
        * GSWAdaptors/commun/GSWHTTPResponse.c added parameter to GSWTemplate_* calls
        * GSWAdaptors/commun/GSWAppRequest.c added parameter to GSWTemplate_* calls
        * GSWAdaptors/commun/GSWTemplates.h/.c: added GSWApp* parameter
                o handle per application Templates
        * GSWeb.framework/GSWResourcesManager.m: traces
        * GSWeb.framework/GSWApplication.m:
                o change trace level from "low" to "application"
                o added filterLanguages: method
        * GSWeb.framework/GSWContext.m: added filterLanguages: call in _languages
        * GSWeb.framework/GSWAssociations.m: traces
        * GSWeb.framework/GSWSession.m: Added Traces
        * GSWeb.framework/GSWUtils.m: Added warning
        * GSWeb.framework/GSWRequest.m: Added Traces
        * GSWeb.framework/GSWWOCompatibility.h/.m: added WOImageButton
        * GSWeb.framework/GSWPopUpButton.m: Added Traces
        * GSWeb.framework/GSWResponse.m: fix stringByEscapingHTMLString:
                o stringByEscapingHTMLAttributeValue:
                o stringByConvertingToHTMLEntities:
                o stringByConvertingToHTML:
        * GSWeb.framework/NSObject+IVarAccess+PerformSel.m: added EOF access type


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 10:27:32 2001 UTC (22 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.51: +21 -0 lines
Diff to previous 1.51
2001-10-27  Manuel Guesdon <mguesdon@orange-concept.com>
	Applied patch from Turbocat (www.turbocat.de): gsw_26_oct_2001.patch
		except
			o GDL2 ifdef in GSWDisplayGroup.h
			o Turbocat additions in GSWTextField.m
	* GSWAdaptors/Apache/GNUmakefile: changes in APXS
	* GSWAdaptors/common/GSWApp.c: in GSWAppInfo_MakeDictKeyName, take care of buffer overflow
	* GSWeb.framework/GSWComponent.m: implement validationFailedWithException:value:keyPath:
	* GSWeb.framework/GSWDeployedBundle.m: commented #include <pthread.h>
	* GSWeb.framework/GSWDisplayGroup.m: select after fetch in -fetch
		various changes
	* GSWeb.framework/GSWKeyValueAssociation.m: traces
	* GSWeb.framework/GSWApplication.m: Traces
	* GSWeb.framework/GSWAssociation: GDL2 changes
		o removed special case for returned value of type GSMutableArray
		o GDL2 value validation
	* GSWeb.framework/GSWImageButton.m: rewrite of invokeActionForRequest:inContext:
	* GSWeb.framework/GSWDefaultAdaptorThread.m: traces
	* GSWeb.framework/GSWTemplateParserXML.m: traces
	* GSWeb.framework/NSString+Trimming.m: Handle EONull/NSNull


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 08:50:51 2001 UTC (22 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.50: +69 -0 lines
Diff to previous 1.50
2001-10-25  Manuel Guesdon <mguesdon@orange-concept.com>
	Applied patch from Turbocat (www.turbocat.de): GSWPatch_04-JUL_2001.diff
		except GSWeb.framework/GSWInput.m/.h one (have to verify coherence of it)

	* GSWAdaptors/common/GSWApp.c/.h: Added GSWAppInfo
	* GSWAdaptors/common/GSWAppConnectNSSocket.c: Changes on includes
	* GSWAdaptors/common/GSWLoadBalancing.h: Added parameter to GSWLoadBalancing_Find*
	* GSWAdaptors/common/GSWLoadBalancing.c: added p_pURLComponents parameter,
		o management of AppInfo
	* GSWAdaptors/common/GSWAppRequest.c: managing refused connections
	* GSWExtensions.framework/GSWStatsPage.gswc/GSWStatsPage.gswd: misspelling correction
	* GSWExtensions.framework/GSWStatsPage.gswc/GSWStatsPage.html: Various Changes
	* GSWExtensions.framework/GSWStatsPage.m: changes in login/password validation
		o -awake added
	* GSWeb.framework/GSWApplication.m/.h: Manage refusing new sessions
	* GSWeb.framework/GSWBundle.m: debug traces commented
	* GSWeb.framework/GSWComponent.m: implementation of ensureAwakeInContext:
	* GSWeb.framework/GSWAssociation.m: special case for returned value of type GSMutableArray (Why ?)
	* GSWeb.framework/GSWComponentRequestHandler.m: comments added
	* GSWeb.framework/GSWDefaultAdaptorThread.m: added debug traces
	* GSWeb.framework/GSWDirectActionRequestHandler.m: replaced GSWDirectAction by DirectAction
	* GSWeb.framework/GSWDisplayGroup.m:  initialize _baseIndex,
		o correct misspelled names,
		o added -description,
		o use delegate in _changedInEditingContext:, _invalidatedAllObjectsInStore:,
		o changes in -deleteObjectAtIndex:,
	* GSWeb.framework/GSWFileUpload.m: different handling of _fileDatasCount,
		handle bug in omniweb-browser
	* GSWeb.framework/GSWHyperlink.m: added ensureAwakeInContext: call
	* GSWeb.framework/GSWImageButton.m: added ensureAwakeInContext: call
	* GSWeb.framework/GSWPopUpButton.m:
		o use [response_ appendContentString:_noSelectionStringValue] instead of
	  		[response_ appendContentHTMLString:_noSelectionStringValue]
		o handle no displayString case
		o use [response_ appendContentString:_displayStringValue] instead of
			  [response_ appendContentHTMLString:_displayStringValue]
	* GSWeb.framework/GSWConfig.h: set GSWOPTVALUE_AutoOpenInBrowser to NO
	* GSWeb.framework/GSWElementIDString.m: comment some debug traces
	* GSWeb.framework/GSWHTMLStaticGroup.m/.h: added support of documentType
	* GSWeb.framework/GSWHTMLURLValuedElement.m: addeded debug trace
	* GSWeb.framework/GSWKeyValueAssociation.m: use  NSStringFromClass([retValue class])
		instead of [retValue class] for log
	* GSWeb.framework/GSWRequest.m/.h: added -(NSDictionary*)headers;
		o added test on _contentType in _contentType
		o autorelease _dict in -uriElements
	* GSWeb.framework/GSWResponse.m/.h: added -setHeaders: and -headers
		o Added GSWResponse (GSWResponseRefused)
		o return self in -generateResponse
	* GSWeb.framework/GSWServerSessionStore.m/.h: added @interface GSWServerSessionStore (GSWServerSessionStoreInfo)
		o added refusing session management
	* GSWeb.framework/GSWSession.m:
		o in -terminate  forces to call removeSessionWithID in GSWServerSessionStore to dealloc it
	* GSWeb.framework/GSWSessionTimeOutManager.m/.h: replace NSMutableOrderedArray* sessionOrderedTimeOuts;
  			by NSMutableArray* sessionOrderedTimeOuts;
		o added traces
		o added  GSWSessionTimeOutManager (GSWSessionRefused)
	* GSWeb.framework/GSWSubmitButton.m: raise exception if no element is returned
	* GSWeb.framework/GSWTemplateParser.m: added doctype management
	* GSWeb.framework/GSWUtils.h: added if defined for __NetBSD__
	* GSWeb.framework/GSWWOCompatibility.m/.h: added WOGenericContainer, WOImageButton, WOHyperlink
	* GSWeb.framework/attach.m: added if defined for __NetBSD__
	* GSWeb.framework/stacktrace.m: added if defined for __NetBSD__
	* GSWeb.framework/GSWTemplateParserXML.m: traces commented
		o test XML node content before adding it
	* GSWeb.framework/NSObject+IVarAccess+PerformSel.m
		o changes in -getIVarNamed: and in setIVarNamed:withValue: (use of sel+imp, tests on parameters)
	* GSWAdaptors/common/GSWHTTPResponse.c: change in GSWHTTPResponse_GetResponse()
		o debug traces removed


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 19:10:31 2001 UTC (22 years, 7 months ago) by fedor
Branch: MAIN
Changes since 1.49: +7 -0 lines
Diff to previous 1.49
Add extra includes


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 21:08:03 2001 UTC (22 years, 8 months ago) by fedor
Branch: MAIN
Changes since 1.48: +9 -0 lines
Diff to previous 1.48
Update to work with antlr 2.7.1


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 22:12:57 2001 UTC (23 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.47: +12 -0 lines
Diff to previous 1.47
2001-03-14  Manuel Guesdon <mguesdon@orange-concept.com>

        * GSWeb.framework/GSWComponent.m: Traces
        * GSWeb.framework/GSWConstants.m/.h: new GSWAssociation special keys: GSLanguage
        * GSWeb.framework/GSWAssociations.m: Handle special keys: GSLanguage, handle EONull
        * GSWeb.framework/GSWBundle.m: traces, fix cached not found path in
                lockedResourceNamed:ofType:withLanguages:usingCache:relativePath:absolutePath:
        * GSWeb.framework/GSWResourceManager.m: traces, fix bugs poblems in ISO/GS Languages (trim spaces and lowercase
        * GSWeb.framework/GSWeb.h: removed #include <Foundation/NSGArray.h> (thanks Sungjin Chun <ninja@linuxone.co.kr>)
        * GSWExtensions.framework: re-added GSWSessionRestorationErrorPage.gswd
        * INSTALL: minor changes (directory name,...)


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Mar 12 12:51:47 2001 UTC (23 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.46: +5 -0 lines
Diff to previous 1.46
*** empty log message ***


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Mar 11 17:15:43 2001 UTC (23 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.45: +72 -0 lines
Diff to previous 1.45
2001-03-11  Manuel Guesdon <mguesdon@orange-concept.com>

        * GSWeb.framework/GSWWOCompatibility.h/.m: added
        * GSWeb.framework/GNUmakefile: added GSWWOCompatibility.h/.m
        * GSWeb.framework/GSWApplication.h/m: added WOApplicationMain, handle WO/GSWeb names
        * GSWeb.framework/GSWContext.m: handle WO/GSWeb names, added traces
        * GSWeb.framework/GSWConstants.h/.m: handle WO/GSWeb names
        * GSWeb.framework/GSWDynamicURLString.m: handle WO/GSWeb names
        * GSWeb.framework/GSWProjectBundle.m/.h: handle WO/GSWeb names, suppress warnings
        * GSWeb.framework/GSWSession.m: handle WO/GSWeb names
        * GSWeb.framework/GSWRequest.m: handle WO/GSWeb names
        * GSWeb.framework/GSWTemplateParser.m: handle WO/GSWeb names,
                added tag counts to help errors hunt
        * GSWeb.framework/GSWBundle.m: handle WO/GSWeb names, added traces
        * GSWeb.framework/GSWResourceManager.m: handle WO/GSWeb names
        * GSWeb.framework/GSWURLValuedElementData.m: handle WO/GSWeb names
        * GSWeb.framework/GSWComponentRequestHandler.m: handle WO/GSWeb names
        * GSWeb.framework/GSWDirectAction.m: handle WO/GSWeb names
        * GSWeb.framework/GSWForm.m/.h: handle WO/GSWeb names
        * GSWeb.framework/GSWHyperlink.m/.h: handle WO/GSWeb names
        * GSWeb.framework/GSWResourceRequestHandler.m: handle WO/GSWeb names
        * GSWeb.framework/GSWDirectActionRequestHandler.m: handle WO/GSWeb names
        * GSWeb.framework/GSWActiveImage.m/.h: handle WO/GSWeb names
        * GSWeb.framework/GSWBindingNameAssociation.h/.m: handle WO/GSWeb names
        * GSWeb.framework/GSWBrowser.h/.m: handle WO/GSWeb names
        * GSWeb.framework/GSWComponent.h/.m: handle WO/GSWeb names
        * GSWeb.framework/GSWHTMLURLValuedElement.h/.m: handle WO/GSWeb names
        * GSWeb.framework/GSWImageButton.h/.m: handle WO/GSWeb names
        * GSWeb.framework/GSWInput.h/.m: handle WO/GSWeb names
        * GSWeb.framework/GSWPopUpButton.h/.m: handle WO/GSWeb names
        * GSWeb.framework/GSWString.h/.m: handle WO/GSWeb names
        * GSWeb.framework/GSWAssociation.m: handle WO/GSWeb names
        * GSWeb.framework/GSWCheckBox.m: handle WO/GSWeb names
        * GSWeb.framework/GSWCheckBoxList.m: handle WO/GSWeb names
        * GSWeb.framework/GSWComponentDefinition.m: handle WO/GSWeb names
        * GSWeb.framework/GSWRadioButton.m: handle WO/GSWeb names
        * GSWeb.framework/GSWRadioButtonList.m: handle WO/GSWeb names
        * GSWeb.framework/GSWText.m: handle WO/GSWeb names
        * GSWeb.framework/GSWTextField.m: handle WO/GSWeb names
        * GSWeb.framework/GSWDeployedBundle.m: warnings
        * GSWeb.framework/GSWeb.h: added include GSWeb/GSWSessionTimeOut.h, GSWWOCompatibility.h
        * GSWeb.framework/GSWAdaptor.m: traces
        * GSWeb.framework/GSWDefaultAdaptor.m: handle WO/GSWeb names, added traces
        * GSWeb.framework/GSWDefaultAdaptorThread.m/.h: handle WO/GSWeb names
        * GSWeb.framework/NSNonBlockingFileHandle.m: added traces
        * GSWeb.framework/GSWTemplateParserANTLR.m: handle WO/GSWeb names
        * GSWeb.framework/GSWTemplateParserXML.m: handle WO/GSWeb names
                added tag count to help errors hunt
                remove "Tag gsweb invalid" message
                handle unicode strings in node content traces
                remove html and body tags if they are not present in the template
        * GSWeb.framework/GSWTemplateParseXML.h: added ivar _isHTMLTag, _isBodyTag
        * GSWeb.framework/GSWSessionTimeOutManager.m: dealloc sessionOrderedTimeOuts instead
                of deallocating 2 times sessionTimeOuts
        * GSWExtensions.framework/French.lproj/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.html:
                tag mismatch, Encode french characters
        * GSWExtensions.framework/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.html:
                tag mismatch
        * GSWHTMLBareString.m: handle unicode strings in description
        * GSWExtensions.framework/French.lproj/GSWExceptionPage.gswc/GSWExceptionPage.html:
                Encode french characters, Tag Mismatch
        * GSWExtensions.framework/French.lproj/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.html:
                Encode french characters
        * GSWExtensions.framework/French.lproj/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.html:
                Encode french characters
        * GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.html:
                Tag Mismatch
        * GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.gswd:
                added convertHTMLEntities for strings
        * GSWeb.framework/GSWRepetition.m: added traces, fix "count" property bug, standardize ivars
        * GSWeb.framework/NSObject+IVarAccess+PerformSel.m: added traces, handle underscored ivars search


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 18:00:52 2001 UTC (23 years, 2 months ago) by mirko
Branch: MAIN
Changes since 1.44: +11 -0 lines
Diff to previous 1.44
* GSWeb.framework/GSWApplication.m ([GSWApplication -dealloc]): reset
GSWApp.
* GSWeb.framework/GSWStatisticsStore.m ([GSWStatisticsStore -init]):
retain startDate.
* GSWAdaptors/common/GSWUtil.c: use vsnprintf to prevent buffer
overflow.
* GSWAdaptors/common/GSWHTTPRequest.c (GSWHTTPRequest_SendRequest):
terminate buffer.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 18:14:56 2001 UTC (23 years, 2 months ago) by mirko
Branch: MAIN
Changes since 1.43: +20 -0 lines
Diff to previous 1.43
* GSWeb.framework/GSWApplication.m (GSWApplicationMain): use NSLog to
print the exception.
* GSWeb.framework/GSWTransactionRecord.m ([GSWTransactionRecord
-initWithCoder:]), ([GSWTransactionRecord -encodeWithCoder:]): NSObject
does not support NSCoding. Fixed.
* GSWeb.framework/GSWPageDefElement.m ([GSWPageDefElement
-initWithCoder:]), ([GSWPageDefElement -encodeWithCoder:]): likewise.
* GSWeb.framework/GSWComponentDefinition.m ([GSWComponentDefinition
-initWithCoder:]), ([GSWComponentDefinition -encodeWithCoder:]):
likewise.
* GSWeb.framework/GSWTemplateParserXML.h|m: fixed libxml includes.

(patches by Sungjin Chun <ninja@linuxone.co.kr>)
* GSWeb.framework/GSWUtils.m: changed implementation of
NSMutableOrderedArray that now inherits from NSMutableArray.
* GSWeb.framework/GSWUtils.h (NSMutableArray): added ivar.
* GSWeb.framework/GSWMultiKeyDictionary.m: fixes.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 11:46:10 2000 UTC (23 years, 4 months ago) by mirko
Branch: MAIN
Changes since 1.42: +9 -0 lines
Diff to previous 1.42
* GSWeb.framework/GSWDisplayGroup.m ([GSWDisplayGroup
-setSelectedObjects:]): implemented.
* GSWeb.framework/GSWCheckBoxList.m ([GSWCheckBoxList
-_slowTakeValuesFromRequest:inContext:]): implemented auto value
attribute. Fixed object selections.
([GSWCheckBoxList -appendToResponse:inContext:]): likewise.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Dec 3 00:00:03 2000 UTC (23 years, 4 months ago) by mirko
Branch: MAIN
Changes since 1.41: +8 -0 lines
Diff to previous 1.41
* GSWeb.framework/GSWComponentRequestHandler.m
([GSWComponentRequestHandler -lockedDispatchWithPreparedSession:
inContext:elements:]): do not 'clear' cookie if not enabled.
* GSWeb.framework/GSWComponent.m ([GSWComponent
-performParentAction:]): implemented.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Nov 28 20:53:59 2000 UTC (23 years, 4 months ago) by mirko
Branch: MAIN
Changes since 1.40: +5 -0 lines
Diff to previous 1.40
* GSWeb.framework/GSWDisplayGroup.m ([GSWDisplayGroup
-insertObjectAtIndex:]): fixed missing method call.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Nov 24 09:32:24 2000 UTC (23 years, 5 months ago) by mirko
Branch: MAIN
Changes since 1.39: +5 -0 lines
Diff to previous 1.39
* GSWeb.framework/GSWDisplayGroup.m ([GSWDisplayGroup
-setCurrentBatchIndex:]): fixed index out of bound.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Nov 4 13:36:57 2000 UTC (23 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.38: +4 -0 lines
Diff to previous 1.38
2000-11-04  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWeb.framework/GSWElementIDString.[hm]: fix bug


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 20:56:14 2000 UTC (23 years, 5 months ago) by mirko
Branch: MAIN
Changes since 1.37: +6 -0 lines
Diff to previous 1.37
* GSWeb.framework/GSWElementIDString.m ([NSMutableString
-parentElementIDString]): create a mutableCopy instead of a copy of the string.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 17:36:40 2000 UTC (23 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.36: +4 -0 lines
Diff to previous 1.36
2000-11-01  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWeb.framework/GSWTemplateParserXML.m: remove setExternalEntityLoader: call


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 14:57:37 2000 UTC (23 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.35: +4 -0 lines
Diff to previous 1.35
2000-11-01  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWeb.framework/GSWTemplateParserXML.m: remove xml-error.h include


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 14:19:46 2000 UTC (23 years, 5 months ago) by mguesdon
Branch: MAIN
Changes since 1.34: +8 -0 lines
Diff to previous 1.34
2000-11-01  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWeb.framework/GSWApplication.m: removed a trace
	* GSWeb.framework/GSWTemplateParserXML.m: fix XML
		properties key case bug
	* GSWeb.framework/GSWElementIDString.[hm]: changed
		implementation to conform to NSString cluster.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 11:58:41 2000 UTC (23 years, 5 months ago) by mirko
Branch: MAIN
Changes since 1.33: +5 -0 lines
Diff to previous 1.33
* GSWeb.framework/GSWApplication.m (GSWApplicationMain): fixed path
for dynamically loading frameworks.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 22:55:55 2000 UTC (23 years, 5 months ago) by mirko
Branch: MAIN
Changes since 1.32: +9 -0 lines
Diff to previous 1.32
* GSWeb.framework/htmltag.g: changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/html.g: likewise.
* GSWeb.framework/PageDef.g: likewise.
* GSWeb.framework/GSWResourceManager.m ([GSWResourceManager
+_applicationGSWBundle]): fix location of MIME.plist and language.plist


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 15:33:32 2000 UTC (23 years, 5 months ago) by mirko
Branch: MAIN
Changes since 1.31: +12 -0 lines
Diff to previous 1.31
* GSWExtensions.framework/GNUmakefile: rewrite using framework.make
* GSWExtensions.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/

* GSWeb.framework/GNUmakefile: rewrite using framework.make
* GSWeb.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/GSWConstants.m: removed the frameworkd suffix.
* GSWeb.framework/GSWUtils.m ([NSBundle +tmpAllFrameworks]): removed.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 10:01:14 2000 UTC (23 years, 5 months ago) by mirko
Branch: MAIN
Changes since 1.30: +5 -0 lines
Diff to previous 1.30
* GSWeb.framework/GSWElementIDString.h: use NSMutableString instead of
the no longer present NSGMutableString.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Oct 4 22:19:39 2000 UTC (23 years, 6 months ago) by mguesdon
Branch: MAIN
Changes since 1.29: +24 -0 lines
Diff to previous 1.29
2000-10-04  Manuel Guesdon <mguesdon@orange-concept.com>

        * GSWExtensions.framework/Makefile.preamble: added GDL2 FLAG
        * GSWExtensions.framework/*/*.html: lowercase tags
        * GSWExtensionsGSW.framework/*/*.html: lowercase tags
        * GSWeb.framework/GNUmakefile : added DTDs, modified Files list
        * GSWeb.framework/GSWApplication.m: commented [GSWHTMLParser printsDiagnostics]
                                            changes for GDL2
        * GSWeb.framework/GSWBrowser.h/.m: implementation
        * GSWeb.framework/GSWBundle.m: Parser call modification, handling of .gswi unarchiving
        * GSWeb.framework/GSWComponentContent.m: Logs
        * GSWeb.framework/GSWConfig.h: Added GSWEB_DEFAULT_HTML_PARSER_CLASS_NAME
        * GSWeb.framework/GSWConstants.h/.m: added keys
        * GSWeb.framework/GSWDisplayGroup.h/.m member variables renamed
                                                implementation of some missing parts
        * GSWeb.framework/GSWRequest.m: remove duplicate languages
        * GSWeb.framework/GSWTemplateParser.h/.m: make it base class for different parsers
        * GSWeb.framework/GSWTemplateParserXML.h/.m: XML parser
        * GSWeb.framework/GSWTemplateParserANTLR.h/.m: ANTLR (old) parser
        * GSWeb.framework/GSWUtils.h/.m: added  SBIsValueIsIn()
        * GSWeb.framework/GSWeb.h: added includes for parsers
        * GSWeb.framework/Makefile.postamble: DTDs install
        * GSWeb.framework/Makefile.preamble:  added GDL2 FLAG


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 16:10:22 2000 UTC (23 years, 7 months ago) by mirko
Branch: MAIN
Changes since 1.28: +6 -0 lines
Diff to previous 1.28
2000-08-26  Mirko Viviani  <mirko.viviani@rccr.cremona.it>

	* GSWMailDelivery.m/.h: rewritten sendEmail: with execlp() to avoid
	  email content manipulation.
	* GSWDisplayGroup.m: fixed a cursor bug.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Aug 25 10:36:14 2000 UTC (23 years, 8 months ago) by mguesdon
Branch: MAIN
Changes since 1.27: +32 -0 lines
Diff to previous 1.27
2000-08-14  Manuel Guesdon <mguesdon@orange-concept.com>

	* GSWeb.framework/GSWApplication.m: added "exit" in terminate
		generate simple response in -handleException:inContext:
		be sure to have a context in -_handleException:inContext:
		generate simple response in  -_handleException:inContext:
		generate simple response in  -handlePageRestorationErrorInContext:
		be sure to have a context in -_handlePageRestorationErrorInContext:
		generate simple response in  -_handlePageRestorationErrorInContext:
		generate simple response in  -handleSessionCreationErrorInContext:
		generate simple response in  -handleSessionRestorationErrorInContext:
		be sure to have a context in -_handleSessionRestorationErrorInContext:
		generate simple response in  -_handleSessionRestorationErrorInContext:
	* GSWeb.framework/GSWComponentRequestHandler.m: added default response when we catch exceptions,...
		handle more exceptions
	* GSWeb.framework/GSWConstants.h/.m: added GSWHTTPHeader_UserAgent
	* GSWeb.framework/GSWDefaultAdaptor.m: terminate application if it is locked
	* GSWeb.framework/GSWDefaultAdaptorThread.m: Added default response to handle exceptions and various errors
		Correct bug in request data reading (request datas were sometimes not complely readen)
	* GSWeb.framework/GSWFileUpload.m: Added Exception handling
	* GSWeb.framework/GSWRequest.m: add exception handling
	* GSWeb.framework/GSWResponse.h/.m: added  GSWResponse (GSWResponseError)
	* GSWAdaptor/Apache/GNUmakefile: added -DEAPI
	* GSWAdaptor/Apache/mod_gsweb.c: added debug traces
	* GSWAdaptor/common/GSWConfig.c/.h: added debug traces, added init parameter
	* Makefile.postamble: added docs generation
	* Doc/GNUstepWeb-HOWTO moved to howto.gsdoc
	* Doc/gsweb.gsdoc: new file
	* GSWeb.framework/Makefile.postamble: added docs generation
	* GSWExtensions.framework/Makefile.postamble: added docs generation
	* GSWExtensionsGSW.framework/Makefile.postamble: added docs generation


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 14:22:02 2000 UTC (23 years, 8 months ago) by mirko
Branch: MAIN
Changes since 1.26: +4 -0 lines
Diff to previous 1.26
2000-08-13  Mirko Viviani  <mirko.viviani@rccr.cremona.it>

	* GSWDisplayGroup.m: fixed display next and previous batch.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Aug 1 10:03:55 2000 UTC (23 years, 8 months ago) by mirko
Branch: MAIN
Changes since 1.25: +11 -0 lines
Diff to previous 1.25
2000-08-01  Mirko Viviani  <mirko.viviani@rccr.cremona.it>

	* GSWDisplayGroup.m/.h: implemented (-setSelectedObject) to support
	  KeyValueCoding mechanism
	  (-selectObject:) now search object into allObjects array
	* GSWPopUpButton.m: removed dashes (--) in the label.
	* GSWActiveImage.m: if image is disabled whitin a FORM it displays its
	  image as a passive element
	* GSWComponent.m: displays start/stop comments if gswcomponents debug
	  is enabled


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Jul 27 21:53:39 2000 UTC (23 years, 8 months ago) by mirko
Branch: MAIN
Changes since 1.24: +16 -0 lines
Diff to previous 1.24
2000-07-27  Mirko Viviani  <mirko.viviani@rccr.cremona.it>

	* GSWInput.m/.h: implemented (-valueInContext:) and (-resetAutoValue) to manage auto value attribute
	* GSWRadioButtonList.m/.h: fix to use the correct variable to set the selection binding.
	  Implemented auto value attribute
	* GSWPopUpButton.m/.h: fix to select object in the selection binding.
	  Implemented auto value attribute
	* GSWMailDelivery.m/.h: use the real sender in the sendmail command line
	  The following are changes made to support GDL2. Compile with -DGDL2
	* GSWSession.m: (-defaultEditingContext) create the default EOEditingContext
	* GSWComponent.m: (-setValue:forBinding:) if the parent doesn't provide the bindingName, attempts to set the value in the current component using takeValue:forKey:
	  (-valueForKeyBinding:) if the parent doesn't provide the bindingName, attempts to get the value from the current component using valueForKey:
	* GSWDisplayGroup.m/.h: implemented
	* NSObject+IVarAccess+PerfomSel.m: implemented (-getIVarNamed:) and (-setIVarNamed:withValue:) using EOKeyValueCoding protocol.
	  Now components have the responsibility to release its bindings.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Jul 8 17:24:44 2000 UTC (23 years, 9 months ago) by mguesdon
Branch: MAIN
Changes since 1.23: +1 -0 lines
Diff to previous 1.23
*** empty log message ***


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Jul 8 17:13:12 2000 UTC (23 years, 9 months ago) by mguesdon
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
*** empty log message ***


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Jul 8 17:12:54 2000 UTC (23 years, 9 months ago) by mguesdon
Branch: MAIN
Changes since 1.21: +3 -0 lines
Diff to previous 1.21
*** empty log message ***


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Jun 22 21:05:06 2000 UTC (23 years, 10 months ago) by karl
Branch: MAIN
Changes since 1.20: +3 -0 lines
Diff to previous 1.20
Added code to support the disabled tag of GSWCheckBoxList


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Jun 22 20:23:38 2000 UTC (23 years, 10 months ago) by karl
Branch: MAIN
Changes since 1.19: +11 -0 lines
Diff to previous 1.19
This is a series of minor bug fixes that I've been meaning to check in for some time.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon May 1 17:19:54 2000 UTC (23 years, 11 months ago) by mirko
Branch: MAIN
Changes since 1.18: +4 -0 lines
Diff to previous 1.18
2000-05-01  Mirko Viviani  <mirko.viviani@rccr.cremona.it>

	* GSWDebug.m: commented code for the new NSThread implementation.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Apr 28 21:27:55 2000 UTC (23 years, 11 months ago) by karl
Branch: MAIN
Changes since 1.17: +3 -0 lines
Diff to previous 1.17
Removed assignments of NULL to va_list, because these don't compile on PPC.  This matches how va_list is used in other parts of GNUstep


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 17:13:15 2000 UTC (24 years ago) by karl
Branch: MAIN
Changes since 1.16: +3 -0 lines
Diff to previous 1.16
Fixed a strcpy into a short malloc buffer in GSWAdaptors/common/GSWHTTPResponse.c


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Apr 6 22:31:24 2000 UTC (24 years ago) by karl
Branch: MAIN
Changes since 1.15: +3 -0 lines
Diff to previous 1.15
Check for non-nill before removing a key from a dictionary (avoids useless warnings)


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Mar 31 17:41:16 2000 UTC (24 years ago) by mguesdon
Branch: MAIN
Changes since 1.14: +8 -0 lines
Diff to previous 1.14
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


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 01:01:42 2000 UTC (24 years, 1 month ago) by mirko
Branch: MAIN
Changes since 1.13: +4 -0 lines
Diff to previous 1.13
2000-03-23  Mirko Viviani  <mirko.viviani@rccr.cremona.it>

	* GSWAdaptor/common/config.h: changed GSWAPP_EXTENSION from wa to woa.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Mar 20 15:50:49 2000 UTC (24 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.12: +45 -0 lines
Diff to previous 1.12
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


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 16:16:48 2000 UTC (24 years, 1 month ago) by mguesdon
Branch: MAIN
Changes since 1.11: +13 -0 lines
Diff to previous 1.11
*** empty log message ***


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Mar 9 18:54:03 2000 UTC (24 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.10: +4 -0 lines
Diff to previous 1.10
Commented out </OPTION> closing tag from GSWPopupButton


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Mar 8 19:03:58 2000 UTC (24 years, 1 month ago) by mirko
Branch: MAIN
Changes since 1.9: +7 -0 lines
Diff to previous 1.9
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"


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Feb 14 10:58:30 2000 UTC (24 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.8: +22 -0 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Feb 12 13:22:31 2000 UTC (24 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.7: +5 -0 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Feb 12 13:10:01 2000 UTC (24 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.6: +8 -0 lines
Diff to previous 1.6
*** empty log message ***


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 16:32:26 2000 UTC (24 years, 2 months ago) by mirko
Branch: MAIN
Changes since 1.5: +7 -1 lines
Diff to previous 1.5
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


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jan 29 15:58:47 2000 UTC (24 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.4: +5 -0 lines
Diff to previous 1.4
2000-01-29  Manuel Guesdon <mguesdon@sbuilders.com>

	* GSWeb/GSWConfig.h: changed GSWOPTVALUE_FrameworksBaseURL to
		@"/GSW/Frameworks"


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jan 27 16:02:00 2000 UTC (24 years, 2 months ago) by mguesdon
Branch: MAIN
Changes since 1.3: +5 -0 lines
Diff to previous 1.3
2000-01-27  Manuel Guesdon <mguesdon@sbuilders.com>

        * GSWeb/GSWApplication.m removed #include <NGReflection/common.h>
        * GSWeb/GSWeb.h: removed #include <gnustep/base/...>


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jan 23 18:41:38 2000 UTC (24 years, 3 months ago) by mguesdon
Branch: MAIN
Changes since 1.2: +12 -0 lines
Diff to previous 1.2
2000-01-23  Manuel Guesdon <mguesdon@sbuilders.com>

        * Added Mirko Viviani's GNUstepWeb-HOWTO


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jan 23 11:33:05 2000 UTC (24 years, 3 months ago) by mguesdon
Branch: MAIN
Changes since 1.1: +5 -0 lines
Diff to previous 1.1
2000-01-23  Manuel Guesdon <mguesdon@sbuilders.com>

        * GSWeb.framework/GSWApplication.m: tests added in GSWApplication _argsDictionaryWithUserDefaults:


Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Sat Jan 22 12:51:22 2000 UTC (24 years, 3 months ago) by mguesdon
Branch: GSWEB
CVS Tags: GSWEB_0
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.235
GNUstepWeb



Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Jan 22 12:51:22 2000 UTC (24 years, 3 months ago) by mguesdon
Branch: MAIN
Branch point for: GSWEB
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26