83854b342e* GSWDatabase/WODisplayGroup.h * GSWDatabase/WODisplayGroup.m * GSWExtensions/GSWCollapsibleComponentContent.h * GSWExtensions/GSWCollapsibleComponentContent.m * GSWExtensions/GSWDictionaryRepetition.m * GSWeb/GSWRequest.m make the methods in the interface match the methods in the implementation
Sebastian Reitenbach
2013-03-03 18:11:52 +0000
3c4e7d11d7* GSWeb/GSWPngImageInfo.m remove useless #warning * GSWeb/GSWApplication.m _globalLock is NSLock, not NSRecursiveLock
buzzdee
2013-03-03 09:56:49 +0000
52b1c12260* GSWeb/GSWPngImageInfo.m remove useless #warning * GSWeb/GSWApplication.m _globalLock is NSLock, not NSRecursiveLock
Sebastian Reitenbach
2013-03-03 09:56:49 +0000
eca1d3bcc2* GSWDatabase/WODisplayGroup.[h|m] * GSWeb/GSWUtils.[h|m] no need for categories to reimplement things already defined in their primary class
buzzdee
2013-03-03 09:08:50 +0000
a2021d67ea* GSWDatabase/WODisplayGroup.[h|m] * GSWeb/GSWUtils.[h|m] no need for categories to reimplement things already defined in their primary class
Sebastian Reitenbach
2013-03-03 09:08:50 +0000
9b43ca74a3* GSWeb/GSWContext.m move @interface before @implementation
buzzdee
2013-03-03 08:38:45 +0000
ba2bc5df95* GSWeb/GSWContext.m move @interface before @implementation
Sebastian Reitenbach
2013-03-03 08:38:45 +0000
cb089e006a* GSWeb/GSWResourceManager.m * GSWeb/GSWHTMLStaticElement.m do not use redundant stringWithString:
buzzdee
2013-03-03 08:23:26 +0000
bf98c56b9b* GSWeb/GSWResourceManager.m * GSWeb/GSWHTMLStaticElement.m do not use redundant stringWithString:
Sebastian Reitenbach
2013-03-03 08:23:26 +0000
d26615691d* added GSWeb/GSWApplication+Defaults.h * GSWeb/GNUmakefile: use -Werror * GSWeb/GSWFileUpload.* added multiple file support * Testing/DynamicElements/FileUpload1Page.wo added multiple file support * GSWeb/* fixed warnings on Mountain Lion
dwetzel
2013-02-27 04:27:07 +0000
2658ffe6b6* added GSWeb/GSWApplication+Defaults.h * GSWeb/GNUmakefile: use -Werror * GSWeb/GSWFileUpload.* added multiple file support * Testing/DynamicElements/FileUpload1Page.wo added multiple file support * GSWeb/* fixed warnings on Mountain Lion
Dave Wetzel
2013-02-27 04:27:07 +0000
f3219cf8dd* GSWAdaptors/Apache2/mod_gsw.c modified find_app_by_name() wen dealing with single instances include image include some css
dwetzel
2011-05-14 02:19:04 +0000
041da71850* GSWAdaptors/Apache2/mod_gsw.c modified find_app_by_name() wen dealing with single instances include image include some css
Dave Wetzel
2011-05-14 02:19:04 +0000
f35aaa0708warn if gnustep-make not found
rfm
2010-09-10 13:57:59 +0000
b375b9899ewarn if gnustep-make not found
Richard Frith-MacDonald
2010-09-10 13:57:59 +0000
b7fabf08ef* GSWeb/GSWResourceManager.m + GSLanguageFromISOLanguage: use 2 steps to find language, first supplied one 'ja-jp' if that fails, use 'ja'
dwetzel
2010-06-26 02:52:00 +0000
ea3fe3f1e4* GSWeb/GSWResourceManager.m + GSLanguageFromISOLanguage: use 2 steps to find language, first supplied one 'ja-jp' if that fails, use 'ja'
Dave Wetzel
2010-06-26 02:52:00 +0000
083d044e10* GSWeb/GSWResourceManager.m reformat statics, add TheStringsTableLock add _cachedStringsTable() add _cachedStringForKey() rewrote -stringForKey:inTableNamed:withDefaultValue:inFramework:languages: use NONESTR, not @"NONE" * Testing/DynamicElements/ImagePage.h * Testing/DynamicElements/Resources/Chinese.lproj/Localizable.strings * Testing/DynamicElements/Resources/Russian.lproj/Localizable.strings * Testing/DynamicElements/Resources/French.lproj/Localizable.strings * Testing/DynamicElements/Resources/English.lproj/Localizable.strings * Testing/DynamicElements/Resources/German.lproj/Localizable.strings * Testing/DynamicElements/ImagePage.m * Testing/DynamicElements/ImagePage.wo add test for GSWResourceManager's -stringForKey:inTableNamed:withDefaultValue:inFramework:languages: * Testing/DynamicElements/DynamicElements.m set UTF8 encoding * Testing/DynamicElements/GNUmakefile add new files
dwetzel
2010-06-24 02:10:11 +0000
029c4d499e* GSWeb/GSWResourceManager.m reformat statics, add TheStringsTableLock add _cachedStringsTable() add _cachedStringForKey() rewrote -stringForKey:inTableNamed:withDefaultValue:inFramework:languages: use NONESTR, not @"NONE" * Testing/DynamicElements/ImagePage.h * Testing/DynamicElements/Resources/Chinese.lproj/Localizable.strings * Testing/DynamicElements/Resources/Russian.lproj/Localizable.strings * Testing/DynamicElements/Resources/French.lproj/Localizable.strings * Testing/DynamicElements/Resources/English.lproj/Localizable.strings * Testing/DynamicElements/Resources/German.lproj/Localizable.strings * Testing/DynamicElements/ImagePage.m * Testing/DynamicElements/ImagePage.wo add test for GSWResourceManager's -stringForKey:inTableNamed:withDefaultValue:inFramework:languages: * Testing/DynamicElements/DynamicElements.m set UTF8 encoding * Testing/DynamicElements/GNUmakefile add new files
Dave Wetzel
2010-06-24 02:10:11 +0000
e2a9fdf385* GSWeb/GSWResponse.m * GSWeb/GSWHTTPIO.m do not add ETag * GSWeb/GSWResourceRequestHandler.h add request: argument to _responseForDataAtPath: * GSWeb/GSWResourceRequestHandler.m add request: argument to _responseForDataAtPath: _responseForDataAtPath:request: generate Last-Modified header generate ETag header use hash of modification date and size (faster than over a large NSData object) check for if-none-match header
dwetzel
2010-06-23 01:11:05 +0000
3fb75c4004* GSWeb/GSWResponse.m * GSWeb/GSWHTTPIO.m do not add ETag * GSWeb/GSWResourceRequestHandler.h add request: argument to _responseForDataAtPath: * GSWeb/GSWResourceRequestHandler.m add request: argument to _responseForDataAtPath: _responseForDataAtPath:request: generate Last-Modified header generate ETag header use hash of modification date and size (faster than over a large NSData object) check for if-none-match header
Dave Wetzel
2010-06-23 01:11:05 +0000
26a0599eb3* GSWeb/GSWResourceManager.m make url prefix dynamic based on [request _applicationURLPrefix]
dwetzel
2010-06-22 21:56:48 +0000
b8b1e1318e* GSWeb/GSWResourceManager.m make url prefix dynamic based on [request _applicationURLPrefix]
Dave Wetzel
2010-06-22 21:56:48 +0000
4a964c44e5* GSWExtensions/Resources/Info-gnustep.plist delete * GSWExtensions/GNUmakefile let makefiles generate Info-gnustep.plist
Dave Wetzel
2010-06-22 18:10:25 +0000
391274d807* GSWExtensions/Resources/Info-gnustep.plist * GSWExtensions/GNUmakefile fix framework name to be able to load files from the right bundle
dwetzel
2010-06-22 17:39:11 +0000
57f1d3c12c* GSWExtensions/Resources/Info-gnustep.plist * GSWExtensions/GNUmakefile fix framework name to be able to load files from the right bundle
Dave Wetzel
2010-06-22 17:39:11 +0000
9ca40ddedcuse resourceName, not path :-)
dwetzel
2010-06-22 16:39:34 +0000
c40c3de8c4use resourceName, not path :-)
Dave Wetzel
2010-06-22 16:39:34 +0000
770550c600* GSWeb/GSWResourceManager.m split names into pathExtension and name before feeding it into NSBundle. This is not needed on OSX, but on current -base
dwetzel
2010-06-22 16:34:38 +0000
5ce84bfb63* GSWeb/GSWResourceManager.m split names into pathExtension and name before feeding it into NSBundle. This is not needed on OSX, but on current -base
Dave Wetzel
2010-06-22 16:34:38 +0000
bf51836d1f* GSWeb/GSWResourceManager.h * GSWeb/GSWComponent.h disable GS_ATTRIB_DEPRECATED until a solution is found
dwetzel
2010-06-22 10:27:16 +0000
1150369626* GSWeb/GSWResourceManager.h * GSWeb/GSWComponent.h disable GS_ATTRIB_DEPRECATED until a solution is found
Dave Wetzel
2010-06-22 10:27:16 +0000
5e0475ee6c* GSWExtensions/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd * GSWExtensions/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd * GSWExtensions/GNUmakefile * GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.gswd * GSWExtensions/GSWExceptionPage.gswc/GSWExceptionPage.gswd use exclamation.png. exclamation.svg is not displayed inline in mozilla due to a bug in mozilla. * GSWExtensions/WebServerResources/exclamation.png * GSWExtensions/WebServerResources/exclamation.svg new file * GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.html * GSWExtensions/GSWExceptionPage.gswc/GSWExceptionPage.html better web design * GSWeb/GSWApplication.m -path get path from _resourceManager _resetCache do not call _clearCache, maybe we should trash the _componentDefinitionCache? _finishInitializingSession: make empty, still seems to work +_applicationClass don not use _applicationGSWBundle * GSWeb/GSWResourceManager.h * GSWeb/GSWResourceManager.m major redesign with WO 4.5 docs in mind. * GSWeb/GSWImageButton.m refactor resourceManager code * GSWeb/GSWeb.h remove GSWBundle class * Testing/DynamicElements added Image test.
dwetzel
2010-06-22 05:02:29 +0000
39c130d0f5* GSWExtensions/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd * GSWExtensions/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd * GSWExtensions/GNUmakefile * GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.gswd * GSWExtensions/GSWExceptionPage.gswc/GSWExceptionPage.gswd use exclamation.png. exclamation.svg is not displayed inline in mozilla due to a bug in mozilla. * GSWExtensions/WebServerResources/exclamation.png * GSWExtensions/WebServerResources/exclamation.svg new file * GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.html * GSWExtensions/GSWExceptionPage.gswc/GSWExceptionPage.html better web design * GSWeb/GSWApplication.m -path get path from _resourceManager _resetCache do not call _clearCache, maybe we should trash the _componentDefinitionCache? _finishInitializingSession: make empty, still seems to work +_applicationClass don not use _applicationGSWBundle * GSWeb/GSWResourceManager.h * GSWeb/GSWResourceManager.m major redesign with WO 4.5 docs in mind. * GSWeb/GSWImageButton.m refactor resourceManager code * GSWeb/GSWeb.h remove GSWBundle class * Testing/DynamicElements added Image test.
Dave Wetzel
2010-06-22 05:02:29 +0000
c5b731b3cause [GSMimeDocument encodingFromCharset:]
Dave Wetzel
2010-06-19 05:56:33 +0000
48aa1cd73b* GSWeb/GSWContext.m - computeQueryDictionaryWithPath:queryDictionary:otherQueryDictionary use boolValue. This fixes ?wosid in links where it not has to be. * GSWeb/GSWMessage.h remove _contentEncodingIMP, GSWMessage_contentEncoding * GSWeb/GSWMessage.m remove contentEncodingSEL, GSWMessage_contentEncoding() * GSWeb/GSWUtils.h remove NSStringEncoding remove + encodingNamed: * GSWeb/GSWUtils.m remove encodingsByName remove + encodingNamed: * GSWeb/GSWResponse.h remove GSWResponse_contentEncoding * GSWeb/GSWBundle.m use [GSMimeDocument encodingFromCharset:encodingObject] not + encodingNamed (which we trashed above)
dwetzel
2010-06-19 05:48:58 +0000
42c4a4c771* GSWeb/GSWContext.m - computeQueryDictionaryWithPath:queryDictionary:otherQueryDictionary use boolValue. This fixes ?wosid in links where it not has to be. * GSWeb/GSWMessage.h remove _contentEncodingIMP, GSWMessage_contentEncoding * GSWeb/GSWMessage.m remove contentEncodingSEL, GSWMessage_contentEncoding() * GSWeb/GSWUtils.h remove NSStringEncoding remove + encodingNamed: * GSWeb/GSWUtils.m remove encodingsByName remove + encodingNamed: * GSWeb/GSWResponse.h remove GSWResponse_contentEncoding * GSWeb/GSWBundle.m use [GSMimeDocument encodingFromCharset:encodingObject] not + encodingNamed (which we trashed above)
Dave Wetzel
2010-06-19 05:48:58 +0000
a4b0f2705bminor cleanups, avoid missing filename message to logs
Dave Wetzel
2010-06-17 10:40:57 +0000
0d5d70cb33* GSWeb/Resources/languages.plist add more languages * GSWeb/GSWHyperlink.m _appendQueryStringToResponse:inContext:requestHandlerPath:htmlEscapeURL: use encodeAsCGIFormValuesEscapeAmpersand: not encodeAsCGIFormValues appendAttributesToResponse:inContext: use _appendQueryStringToResponse:inContext:requestHandlerPath:htmlEscapeURL: not _appendQueryStringToResponse:inContext: * GSWeb/GSWSession.m do not dealloc _autoreleasePool in dealloc This seems to fix * GSWeb/NSDictionary+HTML.h * GSWeb/NSDictionary+HTML.m fix typo in method name encodeAsCGIFormValuesEscapeAmpersand * GSWeb/GSWActionURL.m use _appendQueryStringToResponse:inContext:requestHandlerPath:htmlEscapeURL: not _appendQueryStringToResponse:inContext: * GSWeb/GSWDynamicURLString.m disable NSLog * GSWeb/GSWSessionStore.m _checkInSessionForContext: enable [session _releaseAutoreleasePool] add comment
dwetzel
2010-06-16 09:20:13 +0000
bf698d682f* GSWeb/Resources/languages.plist add more languages * GSWeb/GSWHyperlink.m _appendQueryStringToResponse:inContext:requestHandlerPath:htmlEscapeURL: use encodeAsCGIFormValuesEscapeAmpersand: not encodeAsCGIFormValues appendAttributesToResponse:inContext: use _appendQueryStringToResponse:inContext:requestHandlerPath:htmlEscapeURL: not _appendQueryStringToResponse:inContext: * GSWeb/GSWSession.m do not dealloc _autoreleasePool in dealloc This seems to fix * GSWeb/NSDictionary+HTML.h * GSWeb/NSDictionary+HTML.m fix typo in method name encodeAsCGIFormValuesEscapeAmpersand * GSWeb/GSWActionURL.m use _appendQueryStringToResponse:inContext:requestHandlerPath:htmlEscapeURL: not _appendQueryStringToResponse:inContext: * GSWeb/GSWDynamicURLString.m disable NSLog * GSWeb/GSWSessionStore.m _checkInSessionForContext: enable [session _releaseAutoreleasePool] add comment
Dave Wetzel
2010-06-16 09:20:13 +0000
416e6cad91* GSWeb/GSWDeployedBundle.m remove local NSAutoreleasePool * configure.ac GSWeb.framework -> GSWeb * configure regenerate
Dave Wetzel
2010-06-14 04:39:51 +0000
1d17bec101rename all *.framework top level directories to their basename. * GSWDatabase/WODisplayGroup.m remove local NSAutoreleasePool adjust makefiles
dwetzel
2010-06-14 04:19:25 +0000
bd96878757rename all *.framework top level directories to their basename. * GSWDatabase/WODisplayGroup.m remove local NSAutoreleasePool adjust makefiles
Dave Wetzel
2010-06-14 04:19:25 +0000