utils
12 years agoadded release notes for version 0.7 origin/HEAD origin/master
Erik Brakkee [Thu, 18 Aug 2011 09:08:22 +0000 (11:08 +0200)]
added release notes for version 0.7

12 years agominor changes to the site.
Erik Brakkee [Sat, 13 Aug 2011 15:41:17 +0000 (17:41 +0200)]
minor changes to the site.

12 years agofixed wrong gitweb url.
Erik Brakkee [Sat, 13 Aug 2011 15:06:04 +0000 (17:06 +0200)]
fixed wrong gitweb url.

12 years agoId is now a string.
Erik Brakkee [Sat, 13 Aug 2011 14:47:12 +0000 (16:47 +0200)]
Id is now a string.
Minor change to the site.

12 years agoadded new item for move from svn to git.
Erik Brakkee [Sat, 13 Aug 2011 12:42:37 +0000 (14:42 +0200)]
added new item for move from svn to git.

12 years agoupdated svn to git info.
Erik Brakkee [Sat, 13 Aug 2011 12:16:43 +0000 (14:16 +0200)]
updated svn to git info.

12 years agoadded last step in release procedure.
Erik Brakkee [Sat, 13 Aug 2011 12:02:03 +0000 (14:02 +0200)]
added last step in release procedure.

12 years agoadaptations for git.
Erik Brakkee [Sat, 13 Aug 2011 11:37:30 +0000 (13:37 +0200)]
adaptations for git.

12 years agoUTILS-15: typesafe id.
Erik Brakkee [Sat, 30 Jul 2011 15:53:01 +0000 (15:53 +0000)]
UTILS-15: typesafe id.

12 years agounit test for system clock.
Erik Brakkee [Sat, 30 Jul 2011 15:35:07 +0000 (15:35 +0000)]
unit test for system clock.

12 years agoadded a testcase specifically for the modification time.
Erik Brakkee [Mon, 25 Jul 2011 19:06:33 +0000 (19:06 +0000)]
added a testcase specifically for the modification time.

12 years agoUTILS-14: Add clock abstraction.
Erik Brakkee [Sun, 24 Jul 2011 18:58:25 +0000 (18:58 +0000)]
UTILS-14: Add clock abstraction.

12 years ago(no commit message)
Erik Brakkee [Sun, 24 Jul 2011 11:53:57 +0000 (11:53 +0000)]

12 years agono longer depending on hard coded value of schema versions.
Erik Brakkee [Tue, 5 Jul 2011 16:46:00 +0000 (16:46 +0000)]
no longer depending on hard coded value of schema versions.
Using the schema without a version so it is always resolved from the
jar.

13 years agotypo
Erik Brakkee [Tue, 5 Apr 2011 21:57:55 +0000 (21:57 +0000)]
typo

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:45 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:40 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:34 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:27 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:17 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Wed, 23 Mar 2011 19:49:12 +0000 (19:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 18 Mar 2011 12:04:37 +0000 (12:04 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 23:49:59 +0000 (23:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 22:54:58 +0000 (22:54 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 22:51:59 +0000 (22:51 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 22:49:36 +0000 (22:49 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 4 Mar 2011 22:36:56 +0000 (22:36 +0000)]

13 years agoAdded XPath utilities and updated the javadocs.
Erik Brakkee [Fri, 4 Mar 2011 22:34:04 +0000 (22:34 +0000)]
Added XPath utilities and updated the javadocs.

13 years agoaligned schema API with that of XSL transformation.
Erik Brakkee [Thu, 3 Mar 2011 22:18:56 +0000 (22:18 +0000)]
aligned schema API with that of XSL transformation.

13 years agoadded namespace context class.
Erik Brakkee [Tue, 1 Mar 2011 22:51:27 +0000 (22:51 +0000)]
added namespace context class.

13 years agoadded XMLDocument, XMLSchema, and XSLTransformation classes.
Erik Brakkee [Mon, 28 Feb 2011 22:23:41 +0000 (22:23 +0000)]
added XMLDocument, XMLSchema, and XSLTransformation classes.
XSLTransformer and most of DomUtils have now been removed.

13 years agoClasspathUriResolver is now also an LSInputResolver so it can be used for both XSLT...
Erik Brakkee [Tue, 22 Feb 2011 20:50:32 +0000 (20:50 +0000)]
ClasspathUriResolver is now also an LSInputResolver so it can be used for both XSLT and XML, XSD.

13 years agoadded unit tests for schema validation and a test for not wellformed XML.
Erik Brakkee [Tue, 22 Feb 2011 20:15:17 +0000 (20:15 +0000)]
added unit tests for schema validation and a test for not wellformed XML.

13 years agoNow using the dom level 3 API for parsing. Also extended the test case
Erik Brakkee [Mon, 21 Feb 2011 23:11:28 +0000 (23:11 +0000)]
Now using the dom level 3 API for parsing. Also extended the test case
to verify namespace awareness.

The readAndValidate() method must still be tested.

Removed the dependencies on dom4j and jaxen entirely from the code.
Turned out that conversion from Dom to Dom4j was not namespace aware.

13 years agoadded release notes
Erik Brakkee [Sun, 13 Feb 2011 19:26:56 +0000 (19:26 +0000)]
added release notes

13 years agomoved snapshot version to dependency management so that release plugin
Erik Brakkee [Sun, 13 Feb 2011 18:23:50 +0000 (18:23 +0000)]
moved snapshot version to dependency management so that release plugin
will step the version correctly.

13 years ago[maven-release-plugin] prepare for next development iteration
Erik Brakkee [Sun, 13 Feb 2011 17:54:23 +0000 (17:54 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release wamblee-utils-0.6
Erik Brakkee [Sun, 13 Feb 2011 17:54:21 +0000 (17:54 +0000)]
[maven-release-plugin] prepare release wamblee-utils-0.6

13 years ago(no commit message)
Erik Brakkee [Sun, 13 Feb 2011 17:13:54 +0000 (17:13 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 12 Feb 2011 15:03:58 +0000 (15:03 +0000)]

13 years agoNew server side tooltip behavior added.
Erik Brakkee [Sat, 12 Feb 2011 15:01:10 +0000 (15:01 +0000)]
New server side tooltip behavior added.

13 years agoAddition of tooltip behavior.
Erik Brakkee [Sat, 12 Feb 2011 14:40:13 +0000 (14:40 +0000)]
Addition of tooltip behavior.
Upgrade to jquery 1.5
General improvements.

13 years agotypo in javadocs.
Erik Brakkee [Sat, 12 Feb 2011 14:34:33 +0000 (14:34 +0000)]
typo in javadocs.

13 years agobetter maven 3 support. (no more relativePath).
Erik Brakkee [Sun, 9 Jan 2011 16:39:44 +0000 (16:39 +0000)]
better maven 3 support. (no more relativePath).

13 years agocobertura added again.
Erik Brakkee [Sun, 9 Jan 2011 14:37:24 +0000 (14:37 +0000)]
cobertura added again.

13 years agomigration to maven 3
Erik Brakkee [Sun, 9 Jan 2011 14:19:55 +0000 (14:19 +0000)]
migration to maven 3

13 years agoadded the capability to add an optional configuration
Erik Brakkee [Tue, 7 Sep 2010 20:04:51 +0000 (20:04 +0000)]
added the capability to add an optional configuration
object to the ready function. This allows the implementation of plugins that require configuration.

One example is a tooltip plugin that requires the tooltip text and possibly other options to configure
the tooltip.

13 years ago(no commit message)
Erik Brakkee [Sun, 29 Aug 2010 21:48:33 +0000 (21:48 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 20:16:27 +0000 (20:16 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 20:16:21 +0000 (20:16 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 20:16:17 +0000 (20:16 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:42:52 +0000 (19:42 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:40:42 +0000 (19:40 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:57 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:44 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:34 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:29 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:23 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:33:16 +0000 (19:33 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:20 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:15 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:11 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:07 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:01:02 +0000 (19:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:00:57 +0000 (19:00 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 28 Aug 2010 19:00:52 +0000 (19:00 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:37:36 +0000 (22:37 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:37:30 +0000 (22:37 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:07:16 +0000 (22:07 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:06:14 +0000 (22:06 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:06:02 +0000 (22:06 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:55 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:49 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:33 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:27 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Fri, 27 Aug 2010 22:05:21 +0000 (22:05 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 19:03:17 +0000 (19:03 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:56:23 +0000 (17:56 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:53:21 +0000 (17:53 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:15:52 +0000 (17:15 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:08:56 +0000 (17:08 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:08:48 +0000 (17:08 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:02:04 +0000 (17:02 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:01:57 +0000 (17:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:01:49 +0000 (17:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 17:01:38 +0000 (17:01 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 16:18:02 +0000 (16:18 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 16:17:57 +0000 (16:17 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 16:17:49 +0000 (16:17 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 16:17:44 +0000 (16:17 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 15 Aug 2010 16:17:39 +0000 (16:17 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 14 Aug 2010 18:22:22 +0000 (18:22 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sat, 14 Aug 2010 18:22:14 +0000 (18:22 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 8 Aug 2010 11:07:53 +0000 (11:07 +0000)]

13 years ago(no commit message)
Erik Brakkee [Sun, 8 Aug 2010 11:07:37 +0000 (11:07 +0000)]

13 years agohttp://wamblee.org/jira/browse/UTILS-5
Erik Brakkee [Sun, 8 Aug 2010 10:46:11 +0000 (10:46 +0000)]
http://wamblee.org/jira/browse/UTILS-5

13 years agohttp://wamblee.org/jira/browse/UTILS-5
Erik Brakkee [Sun, 8 Aug 2010 10:45:54 +0000 (10:45 +0000)]
http://wamblee.org/jira/browse/UTILS-5

13 years agohttp://wamblee.org/jira/browse/UTILS-5
Erik Brakkee [Sun, 8 Aug 2010 10:45:42 +0000 (10:45 +0000)]
http://wamblee.org/jira/browse/UTILS-5

13 years agohttp://wamblee.org/jira/browse/UTILS-5
Erik Brakkee [Sun, 8 Aug 2010 10:45:34 +0000 (10:45 +0000)]
http://wamblee.org/jira/browse/UTILS-5

13 years agohttp://wamblee.org/jira/browse/UTILS-5
Erik Brakkee [Sun, 8 Aug 2010 10:45:27 +0000 (10:45 +0000)]
http://wamblee.org/jira/browse/UTILS-5