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


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15156 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2002-11-27 20:25:22 +00:00
parent 77df93d5d7
commit 641ce56b0f
15 changed files with 183 additions and 80 deletions

View file

@ -39,6 +39,10 @@
@interface GSWConditional: GSWDynamicElement
{
GSWAssociation* _condition;
//GSWeb Additions {
GSWAssociation* _value;
GSWAssociation* _conditionValue;
// }
GSWAssociation* _negate;
GSWHTMLStaticGroup* _childrenGroup;
};