* 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)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15262 72102866-910b-0410-8b05-ffd578937521
* 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
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15261 72102866-910b-0410-8b05-ffd578937521
o added -setNoOmittedTags:
o changes in xml parsing calls
o allow null name gsweb/webobjects tags
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14733 72102866-910b-0410-8b05-ffd578937521
* 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.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14509 72102866-910b-0410-8b05-ffd578937521
* 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
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14234 72102866-910b-0410-8b05-ffd578937521