Timeline
2008-06-03:
- 15:32 Changeset [305] by
- Don't copy the maven-metadata files.
- 14:53 Changeset [304] by
- * Add archetype for creating new kauri projects * Add tool to easily copy …
- 14:50 Changeset [303] by
- Generate script plugin: cleanup + pass -Dkauri.home parameter in dist …
- 12:32 Ticket #44 (Add option 'exact match' on mounts) created by
- It might be useful to have an option to turn on exact matching on the …
- 12:03 Changeset [302] by
- - use km-protocol to address dbresources in sample - routing module not …
- 11:52 Changeset [301] by
- use in-memory database for sample
- 11:50 Changeset [300] by
- current dbresources implementation doesn't use jaxrs
- 11:49 Changeset [299] by
- make it possible to handle km-requests
- 11:48 Changeset [298] by
- prevent possible nullpointerexception
- 11:25 Ticket #43 (ModuleClientDispatcher should set baseref on km-requests) created by
- I think that the ModuleClientDispatcher should set the baseref of the …
2008-06-02:
- 15:11 Changeset [297] by
- updating svn:ignore
- 15:08 Changeset [296] by
- add sample for database resources
- 12:47 Ticket #42 (Provide decent caching in kauri template module) created by
- Caching now only works when using the standalone template engine (with …
- 12:39 Ticket #41 (Error handling in template engine) created by
- 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
- Filter startdocument/enddocument events when using ktl:insert . Now those …
- 12:29 Ticket #39 (Add mode 'html-body' in insert) created by
- 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
- Whitespace issues can be tricky sometimes. We should make sure all …
- 12:22 Ticket #37 (Namespace declarations on KTL directives are ignored) created by
- The templatebuilder acts on KTL directives, but only handles the expected …
- 12:17 Ticket #36 (Template engine strips significant white space) closed by
- fixed: fixed in r295
- 12:14 Changeset [295] by
- don't strip whitespace in textstep (fix for …
- 11:44 Ticket #36 (Template engine strips significant white space) created by
- sometimes significant white space is stripped e.g. foo <b>bar</b> …
- 10:02 Changeset [294] by
- Remove DynamicRestlet?, which didn't do anything since the removal of the …
- 09:58 Changeset [293] by
- Removing createStaticFileServer, replacing by routing.
- 09:48 Changeset [292] by
- do extra checks (mainly on the entity type) when handling PUT and POST of …
- 09:46 Changeset [291] by
- improve test
- 09:45 Changeset [290] by
- check if methods are allowed before calling them
- 09:05 Changeset [289] by
- Starting to replace usage of 'createStaticFileServer' with routing. First …
- 08:58 Changeset [288] by
- * do forms sample index page using a template, as is the case for the …
- 07:46 Changeset [287] by
- Remove the 'dist' from the package name.
2008-05-30:
- 16:19 Changeset [286] by
- adding svn:ignore's
- 16:14 Changeset [285] by
- improve kauri runtime sample
- 15:57 Changeset [284] by
- Adding index page to routing sample, some cleanup.
- 15:50 Changeset [283] by
- Add ability to override the media type.
- 15:07 Changeset [282] by
- Forgot to add this new file in previous commit.
- 15:07 Changeset [281] by
- Template sample: add an index page, better mime-types for responses.
- 15:06 Changeset [280] by
- km protocol: support URLs with query string or fragment identifier.
- 14:05 Changeset [279] by
- Rework 'basic-runtime-test' to 'kauri-runtime-sample' Added index page for …
- 13:59 Changeset [278] by
- Quick fix for uninformative errors in template engine (NPE when a template …
- 13:58 Changeset [277] by
- Fix obvious NPE.
- 13:26 Changeset [276] by
- Rename kauri-routing-sample-module to kauri-routing-sample Add kauri.xml …
- 13:19 Changeset [275] by
- Moving kauri-routing-sample-module out of basic-runtime-test (still need …
- 12:51 Changeset [274] by
- remove leftover escapes
- 12:27 Changeset [273] by
- Add Kauri binary distribution build.
- 12:12 Changeset [272] by
- Set scriptTitle parameter for genscript plugin.
- 12:11 Changeset [271] by
- Move GenerateScriptMojo? to a directory corresponding to the package name …
- 12:09 Changeset [270] by
- Changes to genscript plugin: - generate always both dev and dist (= …
- 12:05 Changeset [269] by
- Since Groovy classes are used in the API of the template service, groovy …
- 08:12 Changeset [268] by
- runtime scripts: build classpath the same way for dev and release mode, …
2008-05-29:
- 15:12 Changeset [267] by
- allow QBE-style uri's to query database resources
- 12:35 Changeset [266] by
- some code cleanup: javadoc, logging, todos
- 12:34 Changeset [265] by
- - 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
- Currently for JAX-RS classes, only autowiring is supported to get …
2008-05-28:
- 15:39 Changeset [264] by
- - add support for update (put) and create (post) of database resources …
- 15:08 Changeset [263] by
- add support for update (put) and create (post) of database resources from …
- 12:28 Changeset [262] by
- move testcode to test package
- 11:19 Changeset [261] by
- update svn:ignore
- 11:18 Changeset [260] by
- start implementation of Kauri database resources
- 09:39 Ticket #34 (Introduce more convenient way to manage module version attributes in ...) created by
- 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
- 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
- This is something which should be changed in Restlet, and for which there …
- 08:25 Changeset [259] by
- Updating svn:ignore's
- 08:21 Changeset [258] by
- 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
- The problem: how to use JAX-RS in situations where you want to render a …
- 11:59 Changeset [257] by
- - let Crosscheck only run js-file to load other tests - Crosscheck doesn't …
2008-05-26:
- 10:22 Changeset [256] by
- adding tests for dynamic loading in ConstructorRegistry? + cut-paste typo …
2008-05-23:
- 10:50 Changeset [255] by
- - added validator isDecimal
- 09:45 Changeset [254] by
- - added router.groovy to sample so that homepage for sample now actually …
- 09:04 Changeset [253] by
- -update of jQuery testrunner
2008-05-22:
- 16:31 Changeset [252] by
- Add some tests for the routing module, related changes: * split of the …
- 14:59 Changeset [251] by
- refactoring core registry functionality and adding tests for this
- 13:06 Changeset [250] by
- - reverted kauri-forms-framework pom to previous because …
- 13:02 Changeset [249] by
- - added kf_func="handleblock" to collection widget - …
- 12:44 Changeset [248] by
- * KauriRouter? and KauriJaxRsRouter?: improve error handling to avoid that …
- 12:18 Changeset [247] by
- Fix NPE in case first build of routing would fail.
2008-05-21:
- 16:10 Changeset [246] by
- Remove a slash
- 15:34 Ticket #30 (Include directive for router configuration) created by
- 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
- We need to do something around exception handling in Kauri. What Restlet …
- 12:24 Changeset [245] by
- -homepage for sample: every unknown url will be redirected to an index …
- 12:03 Changeset [244] by
- Upgrade to new Restlet snapshot because of a problem with …
- 08:32 Ticket #28 (Ability to dump routing structure) created by
- It would be interesting if Kauri could dump the request-routing structure. …
- 07:44 Changeset [243] by
- * Rename 'Routing' to 'RoutingService?' (consistent with 'TemplateService?') …
2008-05-20:
- 15:57 Changeset [242] by
- Routing: - introduce a 'read' instruction, somewhat inspired by map:read …
- 08:17 Changeset [241] by
- Some 'public' to 'resources' renames in the samples.
- 08:14 Changeset [240] by
- * Split routing implementation into two packages: 'groovybuild' and …
- 07:11 Ticket #27 (DirectoryResource still scans for variants when content negotiation is ...) created by
- In addition to the (fixed) …
2008-05-19:
- 15:39 Changeset [239] by
- Renaming 'webessentials' to 'routing': continued
- 15:37 Ticket #26 (Add namespace filters) created by
- We should provide namespace filters, for the following use cases: 1. …
- 15:22 Changeset [238] by
- use html instead of xhtml in sample because IE7 doesn't support xhtml
- 15:20 Changeset [237] by
- use the mediatype to choose the right output format for the template …
- 15:19 Changeset [236] by
- Starting rename of webessentials module to 'routing'
- 15:18 Changeset [235] by
- - enable setting of output format property - always set output format …
- 14:43 Changeset [234] by
- - updated the KauriJaxRsRouter?: - no more class reloading support, …
- 12:44 Ticket #25 (Support non-core Spring technologies) created by
- Currently the Kauri Runtime launches a pretty standard …
- 08:03 Changeset [233] by
- removed dummy content in script include tags, isn't needed
- 07:13 Changeset [232] by
- Fixed missing validation error messages
2008-05-16:
- 13:35 Ticket #24 (uniform samples) created by
- sample-modules should follow a common strategy that helps them explain …
- 13:31 Ticket #23 (binary release) created by
- Currently we only have a 'source' release of kauri, we should add a binary …
- 09:41 Changeset [231] by
- - removed obsolete namespaced attribute selector functions
- 09:28 Changeset [230] by
- - added missing datepicker files - fixed forms sample for IE
- 09:03 Changeset [229] by
- Remove ReloadingClassLoader?. See mailing list / wiki.
- 07:23 Ticket #22 (The <connectors> section in the kauri config should be optional) created by
- If the <connectors> section is not specified, defaults should be used. If …
2008-05-15:
- 15:10 Changeset [228] by
- Reverting earlier change: don't switch to the context classloader for …
- 11:57 Changeset [227] by
- Adding sample of how to define filters in the routing.
- 11:13 Changeset [226] by
- Extending routing sample
- 07:56 Changeset [225] by
- While building the router using GroovyRestlet?, switch the context …
2008-05-14:
- 15:47 Ticket #21 (Align ModuleContext with ApplicationContext) created by
- Currently we don't use ApplicationContext? anywhere in Kauri. It provides …
- 15:39 Ticket #20 (basic-runtime-test classpath errors) created by
- 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
- 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
- When running a build including test cases, some testcases can fail because …
- 15:28 Changeset [224] by
- - response type changed to text/html for compatibility with IE - jQuery UI …
- 13:40 Changeset [223] by
- While testing some problems related to the reloading classloader, I've …
- 08:48 Changeset [222] by
- Namespacing uritemplate and json libraries
2008-05-13:
- 15:20 Changeset [221] by
- Fixed forms sample
- 13:36 Changeset [220] by
- Continued refactoring forms
- 07:44 Changeset [219] by
- Inclusion of JsDoc? report when building site
2008-05-12:
- 16:13 Changeset [218] by
- using refactored forms
- 16:13 Changeset [217] by
- refactoring forms
2008-05-09:
- 10:14 Changeset [216] by
- Start of namespace-related refactoring
- 09:02 Changeset [215] by
- Pass ApplicationContext? to GroovyRestlet?
- 06:36 Changeset [214] by
- Changed references to the old url for SCM
2008-05-08:
- 14:43 Changeset [213] by
- Separation of data resource and ui handlers. DataResourceHandler? supports …
2008-05-07:
- 08:29 Changeset [212] by
- * upgrade to a patched version of GroovyRestlet? (patches sent to author). …
2008-05-06:
- 15:31 Changeset [211] by
- * 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
- fixed
- 14:49 Changeset [210] by
- 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
- When the ClassloaderMojo? throws an exception like "Template contains …
Note: See TracTimeline
for information about the timeline view.