Timeline


and

2008-06-03:

15:32 Changeset [305] by bruno
Don't copy the maven-metadata files.
14:53 Changeset [304] by bruno
* Add archetype for creating new kauri projects * Add tool to easily copy …
14:50 Changeset [303] by bruno
Generate script plugin: cleanup + pass -Dkauri.home parameter in dist …
12:32 Ticket #44 (Add option 'exact match' on mounts) created by jgou
It might be useful to have an option to turn on exact matching on the …
12:03 Changeset [302] by jgou
- use km-protocol to address dbresources in sample - routing module not …
11:52 Changeset [301] by jgou
use in-memory database for sample
11:50 Changeset [300] by jgou
current dbresources implementation doesn't use jaxrs
11:49 Changeset [299] by jgou
make it possible to handle km-requests
11:48 Changeset [298] by jgou
prevent possible nullpointerexception
11:25 Ticket #43 (ModuleClientDispatcher should set baseref on km-requests) created by jgou
I think that the ModuleClientDispatcher should set the baseref of the …

2008-06-02:

15:11 Changeset [297] by jgou
updating svn:ignore
15:08 Changeset [296] by jgou
add sample for database resources
12:47 Ticket #42 (Provide decent caching in kauri template module) created by jgou
Caching now only works when using the standalone template engine (with …
12:39 Ticket #41 (Error handling in template engine) created by jgou
So far little effort has been put in error handling in the kauri template …
12:36 Ticket #40 (Filter start- & enddocument events in insert) created by jgou
Filter startdocument/enddocument events when using ktl:insert . Now those …
12:29 Ticket #39 (Add mode 'html-body' in insert) created by jgou
For now only xml and txt are supported, we certainly should have a mode …
12:24 Ticket #38 (Check if all whitespace is handled correctly in template engine) created by jgou
Whitespace issues can be tricky sometimes. We should make sure all …
12:22 Ticket #37 (Namespace declarations on KTL directives are ignored) created by jgou
The templatebuilder acts on KTL directives, but only handles the expected …
12:17 Ticket #36 (Template engine strips significant white space) closed by jgou
fixed: fixed in r295
12:14 Changeset [295] by jgou
don't strip whitespace in textstep (fix for …
11:44 Ticket #36 (Template engine strips significant white space) created by jgou
sometimes significant white space is stripped e.g. foo <b>bar</b> …
10:02 Changeset [294] by bruno
Remove DynamicRestlet?, which didn't do anything since the removal of the …
09:58 Changeset [293] by bruno
Removing createStaticFileServer, replacing by routing.
09:48 Changeset [292] by jgou
do extra checks (mainly on the entity type) when handling PUT and POST of …
09:46 Changeset [291] by jgou
improve test
09:45 Changeset [290] by jgou
check if methods are allowed before calling them
09:05 Changeset [289] by bruno
Starting to replace usage of 'createStaticFileServer' with routing. First …
08:58 Changeset [288] by bruno
* do forms sample index page using a template, as is the case for the …
07:46 Changeset [287] by bruno
Remove the 'dist' from the package name.

2008-05-30:

16:19 Changeset [286] by bruno
adding svn:ignore's
16:14 Changeset [285] by bruno
improve kauri runtime sample
15:57 Changeset [284] by bruno
Adding index page to routing sample, some cleanup.
15:50 Changeset [283] by bruno
Add ability to override the media type.
15:07 Changeset [282] by bruno
Forgot to add this new file in previous commit.
15:07 Changeset [281] by bruno
Template sample: add an index page, better mime-types for responses.
15:06 Changeset [280] by bruno
km protocol: support URLs with query string or fragment identifier.
14:05 Changeset [279] by bruno
Rework 'basic-runtime-test' to 'kauri-runtime-sample' Added index page for …
13:59 Changeset [278] by bruno
Quick fix for uninformative errors in template engine (NPE when a template …
13:58 Changeset [277] by bruno
Fix obvious NPE.
13:26 Changeset [276] by bruno
Rename kauri-routing-sample-module to kauri-routing-sample Add kauri.xml …
13:19 Changeset [275] by bruno
Moving kauri-routing-sample-module out of basic-runtime-test (still need …
12:51 Changeset [274] by bruno
remove leftover escapes
12:27 Changeset [273] by bruno
Add Kauri binary distribution build.
12:12 Changeset [272] by bruno
Set scriptTitle parameter for genscript plugin.
12:11 Changeset [271] by bruno
Move GenerateScriptMojo? to a directory corresponding to the package name …
12:09 Changeset [270] by bruno
Changes to genscript plugin: - generate always both dev and dist (= …
12:05 Changeset [269] by bruno
Since Groovy classes are used in the API of the template service, groovy …
08:12 Changeset [268] by bruno
runtime scripts: build classpath the same way for dev and release mode, …

2008-05-29:

15:12 Changeset [267] by jgou
allow QBE-style uri's to query database resources
12:35 Changeset [266] by jgou
some code cleanup: javadoc, logging, todos
12:34 Changeset [265] by jgou
- add support for update (put) and create (post) of database resources …
07:44 Ticket #35 (JAX-RS: allow to use classes defined in Spring as resource/provider ...) created by bruno
Currently for JAX-RS classes, only autowiring is supported to get …

2008-05-28:

15:39 Changeset [264] by jgou
- add support for update (put) and create (post) of database resources …
15:08 Changeset [263] by jgou
add support for update (put) and create (post) of database resources from …
12:28 Changeset [262] by jgou
move testcode to test package
11:19 Changeset [261] by jgou
update svn:ignore
11:18 Changeset [260] by jgou
start implementation of Kauri database resources
09:39 Ticket #34 (Introduce more convenient way to manage module version attributes in ...) created by bruno
Currently if you want to make use of a module, you have to write something …
09:16 Ticket #33 (Assume 'kauri.xml' as default file name for Kauri Runtime deployment ...) created by bruno
Since people will likely use the name 'kauri.xml' for the Kauri runtime …
08:46 Ticket #32 (Restlet Router should route on URI path, not the 'remaining part' of the ...) created by bruno
This is something which should be changed in Restlet, and for which there …
08:25 Changeset [259] by bruno
Updating svn:ignore's
08:21 Changeset [258] by bruno
Adding todo around threadlocal request/response usage.

2008-05-27:

15:14 Ticket #31 (Some mechanism for using templates to render JAX-RS responses) created by bruno
The problem: how to use JAX-RS in situations where you want to render a …
11:59 Changeset [257] by idbr
- let Crosscheck only run js-file to load other tests - Crosscheck doesn't …

2008-05-26:

10:22 Changeset [256] by mpo
adding tests for dynamic loading in ConstructorRegistry? + cut-paste typo …

2008-05-23:

10:50 Changeset [255] by idbr
- added validator isDecimal
09:45 Changeset [254] by idbr
- added router.groovy to sample so that homepage for sample now actually …
09:04 Changeset [253] by idbr
-update of jQuery testrunner

2008-05-22:

16:31 Changeset [252] by bruno
Add some tests for the routing module, related changes: * split of the …
14:59 Changeset [251] by mpo
refactoring core registry functionality and adding tests for this
13:06 Changeset [250] by idbr
- reverted kauri-forms-framework pom to previous because …
13:02 Changeset [249] by idbr
- added kf_func="handleblock" to collection widget - …
12:44 Changeset [248] by bruno
* KauriRouter? and KauriJaxRsRouter?: improve error handling to avoid that …
12:18 Changeset [247] by bruno
Fix NPE in case first build of routing would fail.

2008-05-21:

16:10 Changeset [246] by bruno
Remove a slash
15:34 Ticket #30 (Include directive for router configuration) created by bruno
In case of large routing descriptions, it would be nice to be able to …
15:03 Ticket #29 (Exception / error handling in Kauri) created by bruno
We need to do something around exception handling in Kauri. What Restlet …
12:24 Changeset [245] by idbr
-homepage for sample: every unknown url will be redirected to an index …
12:03 Changeset [244] by bruno
Upgrade to new Restlet snapshot because of a problem with …
08:32 Ticket #28 (Ability to dump routing structure) created by bruno
It would be interesting if Kauri could dump the request-routing structure. …
07:44 Changeset [243] by bruno
* Rename 'Routing' to 'RoutingService?' (consistent with 'TemplateService?') …

2008-05-20:

15:57 Changeset [242] by bruno
Routing: - introduce a 'read' instruction, somewhat inspired by map:read …
08:17 Changeset [241] by bruno
Some 'public' to 'resources' renames in the samples.
08:14 Changeset [240] by bruno
* Split routing implementation into two packages: 'groovybuild' and …
07:11 Ticket #27 (DirectoryResource still scans for variants when content negotiation is ...) created by jgou
In addition to the (fixed) …

2008-05-19:

15:39 Changeset [239] by bruno
Renaming 'webessentials' to 'routing': continued
15:37 Ticket #26 (Add namespace filters) created by jgou
We should provide namespace filters, for the following use cases: 1. …
15:22 Changeset [238] by jgou
use html instead of xhtml in sample because IE7 doesn't support xhtml
15:20 Changeset [237] by jgou
use the mediatype to choose the right output format for the template …
15:19 Changeset [236] by bruno
Starting rename of webessentials module to 'routing'
15:18 Changeset [235] by jgou
- enable setting of output format property - always set output format …
14:43 Changeset [234] by bruno
- updated the KauriJaxRsRouter?: - no more class reloading support, …
12:44 Ticket #25 (Support non-core Spring technologies) created by bruno
Currently the Kauri Runtime launches a pretty standard …
08:03 Changeset [233] by idbr
removed dummy content in script include tags, isn't needed
07:13 Changeset [232] by idbr
Fixed missing validation error messages

2008-05-16:

13:35 Ticket #24 (uniform samples) created by mpo
sample-modules should follow a common strategy that helps them explain …
13:31 Ticket #23 (binary release) created by mpo
Currently we only have a 'source' release of kauri, we should add a binary …
09:41 Changeset [231] by idbr
- removed obsolete namespaced attribute selector functions
09:28 Changeset [230] by idbr
- added missing datepicker files - fixed forms sample for IE
09:03 Changeset [229] by bruno
Remove ReloadingClassLoader?. See mailing list / wiki.
07:23 Ticket #22 (The <connectors> section in the kauri config should be optional) created by bruno
If the <connectors> section is not specified, defaults should be used. If …

2008-05-15:

15:10 Changeset [228] by bruno
Reverting earlier change: don't switch to the context classloader for …
11:57 Changeset [227] by bruno
Adding sample of how to define filters in the routing.
11:13 Changeset [226] by bruno
Extending routing sample
07:56 Changeset [225] by bruno
While building the router using GroovyRestlet?, switch the context …

2008-05-14:

15:47 Ticket #21 (Align ModuleContext with ApplicationContext) created by bruno
Currently we don't use ApplicationContext? anywhere in Kauri. It provides …
15:39 Ticket #20 (basic-runtime-test classpath errors) created by bruno
Running the basic-runtime-test with the "-z" option reveals several …
15:37 Ticket #19 (The kms protocol should not allow access to files outside of the module ...) created by bruno
From a user's point of view, it is expected that the kms protocol can only …
15:36 Ticket #18 (the Runtime launched in testcases should use another port than 8888) created by bruno
When running a build including test cases, some testcases can fail because …
15:28 Changeset [224] by idbr
- response type changed to text/html for compatibility with IE - jQuery UI …
13:40 Changeset [223] by bruno
While testing some problems related to the reloading classloader, I've …
08:48 Changeset [222] by idbr
Namespacing uritemplate and json libraries

2008-05-13:

15:20 Changeset [221] by idbr
Fixed forms sample
13:36 Changeset [220] by idbr
Continued refactoring forms
07:44 Changeset [219] by idbr
Inclusion of JsDoc? report when building site

2008-05-12:

16:13 Changeset [218] by mpo
using refactored forms
16:13 Changeset [217] by mpo
refactoring forms

2008-05-09:

10:14 Changeset [216] by idbr
Start of namespace-related refactoring
09:02 Changeset [215] by bruno
Pass ApplicationContext? to GroovyRestlet?
06:36 Changeset [214] by idbr
Changed references to the old url for SCM

2008-05-08:

14:43 Changeset [213] by idbr
Separation of data resource and ui handlers. DataResourceHandler? supports …

2008-05-07:

08:29 Changeset [212] by bruno
* upgrade to a patched version of GroovyRestlet? (patches sent to author). …

2008-05-06:

15:31 Changeset [211] by bruno
* first take at GroovyRestlet? integration as routing configuration …
14:49 Ticket #17 (classloader.xml generator mojo (maven plugin): build doesn't fail on error) closed by jgou
fixed
14:49 Changeset [210] by jgou
build should fail when an error occurs trying to generate the …
13:54 Ticket #17 (classloader.xml generator mojo (maven plugin): build doesn't fail on error) created by bruno
When the ClassloaderMojo? throws an exception like "Template contains …
Note: See TracTimeline for information about the timeline view.