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

12 years agounit test for system clock.
erik [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 [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 [Sun, 24 Jul 2011 18:58:25 +0000 (18:58 +0000)]
UTILS-14: Add clock abstraction.

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

12 years agono longer depending on hard coded value of schema versions.
erik [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 [Tue, 5 Apr 2011 21:57:55 +0000 (21:57 +0000)]
typo

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

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

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

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

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

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

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

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

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

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

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

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

13 years agoAdded XPath utilities and updated the javadocs.
erik [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 [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 [Tue, 1 Mar 2011 22:51:27 +0000 (22:51 +0000)]
added namespace context class.

13 years agoadded XMLDocument, XMLSchema, and XSLTransformation classes.
erik [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 [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 [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 [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 [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 [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 [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 [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 [Sun, 13 Feb 2011 17:13:54 +0000 (17:13 +0000)]

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

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

13 years agoAddition of tooltip behavior.
erik [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 [Sat, 12 Feb 2011 14:34:33 +0000 (14:34 +0000)]
typo in javadocs.

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

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

13 years agomigration to maven 3
erik [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 [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 [Sun, 29 Aug 2010 21:48:33 +0000 (21:48 +0000)]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

13 years agohttp://wamblee.org/jira/browse/UTILS-5
erik [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 [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 [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 [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 [Sun, 8 Aug 2010 10:45:27 +0000 (10:45 +0000)]
http://wamblee.org/jira/browse/UTILS-5

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

13 years ago(no commit message)
erik [Sun, 8 Aug 2010 10:44:55 +0000 (10:44 +0000)]

13 years ago(no commit message)
erik [Mon, 2 Aug 2010 21:13:59 +0000 (21:13 +0000)]

13 years ago(no commit message)
erik [Sun, 1 Aug 2010 09:37:07 +0000 (09:37 +0000)]

13 years ago[maven-release-plugin] prepare for next development iteration
erik [Sun, 1 Aug 2010 09:17:15 +0000 (09:17 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release wamblee-utils-0.5
erik [Sun, 1 Aug 2010 09:17:13 +0000 (09:17 +0000)]
[maven-release-plugin] prepare release wamblee-utils-0.5

13 years ago(no commit message)
erik [Sat, 31 Jul 2010 23:57:58 +0000 (23:57 +0000)]

13 years ago(no commit message)
erik [Sat, 31 Jul 2010 23:07:56 +0000 (23:07 +0000)]