Timeline


and

2008-07-10:

14:33 Changeset [454] by bruno
Setting a few svn:ignore's.
13:59 Changeset [453] by bruno
Forgot this class in previous commit.
13:59 Changeset [452] by bruno
Representation stuff: in-flight commit. This replaces the previous …
12:45 Ticket #50 (template language should leave matches for /\$[^{]*}/) closed by mpo
duplicate: Same/similar problem with '#' sign reported under #62.
12:43 Ticket #65 (Review error handling in template system) created by bruno
This ticket is mostly a reminder to myself. I just fixed malicious …
12:38 Changeset [451] by bruno
Exceptions should be thrown, not logged (IMHO). Need to have a closer look …
12:36 Ticket #64 (Template language should not complain on use of # symbol) created by bruno
Right now, if you have somewhere the symbol # in the template language (as …

2008-07-09:

13:16 Changeset [450] by mpo
making 'message' non-eclusive to validation

2008-07-07:

15:54 Changeset [449] by bruno
Setting up basic structure for representation module.
15:54 Changeset [448] by bruno
rename webessentials-beans.xml -> routing-beans.xml
15:34 Changeset [447] by mpo
making the validation messaging line up with the formatters plus …

2008-07-04:

08:31 Changeset [446] by bruno
Adding sites for branched docs.

2008-07-03:

08:16 Changeset [445] by mpo
Introducing some new concepts. * Formatters for converting string …

2008-07-02:

07:15 Changeset [444] by bruno
Add missing import.

2008-07-01:

14:36 Changeset [443] by bruno
routing: - fork groovy restlet code in own codebase. Makes it easier to …
08:21 Changeset [442] by bruno
Introduce a ModuleSourceManager?, responsible for creation of …

2008-06-30:

15:43 Changeset [441] by mpo
updating samples to reflect changed syntax for composites
15:40 Changeset [440] by bruno
Introduce Java service wiring, and hence the ability to have multiple …

2008-06-27:

14:36 Ticket #49 (we need support for registration of extended 'collection' and 'composite' ...) closed by mpo
fixed: fix committed in [439] (and some needed refactoring in the commits leading …
14:29 Changeset [439] by mpo
fix for issue #49: support for registered extensions of collection and …
11:55 Changeset [438] by bruno
Rename KauriJaxRsRouter? to JaxRsRestlet? to follow rename in restlet …
09:47 Ticket #63 (Improve logging when shared artifact version conflicts occur) created by karel
In case of version conflicts in shareable artifact versions, the error …
08:26 Changeset [437] by bruno
Upgrade to newer restlet snapshot. JaxRsRouter? is renamed to JaxRsRestlet?
06:45 Changeset [436] by mpo
relocating the responsibility for extending objects... * out-off the …

2008-06-26:

14:19 Ticket #56 (fieldtypes should get a default-widget-type associated) closed by mpo
fixed: fixed in revision [435]
14:17 Changeset [435] by mpo
fix for #56 fieldtypes can now declare in property 'widget' a default …
12:51 Changeset [434] by mpo
enhanced use of the builder (more stuff centralized)
09:16 Changeset [433] by mpo
Introducing the 'builder' to combine the various registries and their …
09:14 Changeset [432] by mpo
marking some unfinished business

2008-06-25:

11:00 Changeset [431] by mpo
kauri.xml doesn't need explicit version numbers for artifacts in own group
09:22 Changeset [430] by mpo
kauri.xml doesn't need explicit version numbers for artifacts in own group

2008-06-24:

14:44 Ticket #62 (update uritemplates) created by mpo
the uritemplate-spec (in progress) has seen some changes since the initial …
13:14 Ticket #61 (generic form handling) created by mpo
previous attempt to do this was removed with the kauri-forms-handler …
12:42 Ticket #60 (event wiring system for the widgets) created by mpo
widgets need to be able to express which events they publish and from …
12:40 Ticket #59 (selection widget) created by mpo
we need a select-box widget obviously. Things to consider * events * …
12:26 Ticket #58 (kauri forms model should be injected from an external file) created by mpo
possible strategies: [1] use <script></script> tag Note however that …
12:03 Milestone 0.2 completed
=== "prototype" release === General idea: enable a system in which early …
11:52 Ticket #10 (Separation of data/ui handling restlets) closed by mpo
fixed: This is done in the current samples. 0.3 should however introduce a …
11:48 Ticket #12 (Forms not working in IE7) closed by mpo
fixed

2008-06-23:

22:37 Changeset [429] by mpo
[maven-release-plugin] prepare for next development iteration
22:36 Changeset [428] by mpo
[maven-release-plugin] copy for tag RELEASE_0_2
22:36 Changeset [427] by mpo
[maven-release-plugin] prepare release RELEASE_0_2
21:54 Changeset [426] by mpo
removing dependency on restservice providiung the form-util resources
21:50 Changeset [425] by mpo
another reference to the util module
21:37 Changeset [424] by mpo
removing lingering reference to kauri-forms-util module
20:29 Changeset [423] by mpo
ignoring log files (namely template.log) frim the svn since release …
15:25 Changeset [422] by mpo
updated simple forms sample * removal of obsolete modules forms-util and …
15:11 Changeset [421] by mpo
add a default redirector path to link latests packed version of jquery
11:43 Changeset [420] by mpo
form/@method can only be GET or POST
10:12 Changeset [419] by mpo
regex validation should work case-insensitive

2008-06-22:

19:18 Changeset [418] by jgou
some minor improvements to support browsers adding a question mark on a …

2008-06-20:

15:21 Changeset [417] by jgou
update information reflecting the recommended way to use the dbresources
15:01 Changeset [416] by jgou
add missing dependencies
14:55 Changeset [415] by jgou
since issue http://kauriproject.org/issues/ticket/25 is fixed, it is no …
14:30 Changeset [414] by bruno
Forgot to commit this.
14:29 Ticket #57 (Disable module-use of database resources) created by jgou
After some refactoring, it is now possible (and much better to do so !) to …
14:25 Changeset [413] by bruno
Runtime CLI: make -r argument optional, defaulting to the local maven …
14:22 Changeset [412] by jgou
add kauri-debresources-impl to list of dependencies in root pom for …
14:21 Changeset [411] by bruno
Extend generate script plugin to also generate a -dev-debug-suspend …
14:18 Changeset [410] by jgou
refactoring of dbresources: add this library as a dependency to the …
12:43 Ticket #33 (Assume 'kauri.xml' as default file name for Kauri Runtime deployment ...) closed by bruno
fixed: Implemented in rev409
12:42 Changeset [409] by bruno
Runtime CLI: when -c is not specified, assume kauri.xml as config file. …
12:30 Ticket #25 (Support non-core Spring technologies) closed by bruno
fixed: After some investigation, it seems we're already doing most things good: …
12:26 Changeset [408] by bruno
Remove dependencies on the 'spring all' jar, since this would require the …
12:09 Changeset [407] by bruno
remove a back slash which soedent bie dir
10:16 Ticket #56 (fieldtypes should get a default-widget-type associated) created by mpo
This would lower the verbosity of the form-config-json.
10:15 Ticket #55 (form validation optimization) created by mpo
Currently we over-evaluate the validation. * upon filed-change * again …
10:13 Ticket #54 (form submit convention) created by mpo
We need to think up a proper strategy for handling form submits. Some …
10:10 Ticket #53 (forms handling should be able to adopt to new versus update) created by mpo
The same form should be useable for both save-update or new-create …
10:01 Changeset [406] by jgou
little addition to text on index page
09:58 Changeset [405] by jgou
add dbforms sample to list of modules in root pom
09:51 Changeset [404] by jgou
use in-memory db for sample
09:45 Changeset [403] by jgou
- add possibility to delete records - code cleanup
08:19 Changeset [402] by jgou
- change to entity Person: removed birthdate, added email - allow update …
07:56 Changeset [401] by bruno
Fix potential NPE.

2008-06-19:

13:57 Changeset [400] by jgou
rename request parameter to 'method', which is automatically recognized by …
13:45 Ticket #52 (groovy directory listing bogus when hooking up km:/injection) closed by bruno
fixed: Fixed in rev399.
13:43 Changeset [399] by bruno
Fix issue #52: directory browsing a km-URI backed by a file URI does not …
13:33 Changeset [398] by jgou
fix form submit issues
13:04 Changeset [397] by mpo
now that there is a clear distinction between container (lookup-space) and …
12:51 Changeset [396] by mpo
first stab at submit-handling
12:42 Changeset [395] by jgou
update: add composite types on person form
12:26 Changeset [394] by mpo
consistent way for widgets to find the element to work upon within their …
11:35 Changeset [393] by jgou
start bugfix
09:26 Changeset [392] by jgou
improve forms
09:22 Changeset [391] by mpo
survive setting values on composites that have no matching member
08:14 Changeset [390] by jgou
updating svn:ignore
08:10 Changeset [389] by jgou
start new sample kauri-dbforms, a sample that shows integration between …
08:07 Changeset [388] by jgou
add java-object-representation to database resources
08:06 Changeset [387] by jgou
add dependency to dependency list in root pom

2008-06-18:

15:35 Ticket #52 (groovy directory listing bogus when hooking up km:/injection) created by mpo
Given a kauri.xml that will […] together with a router.groovy that …
14:45 Ticket #51 (Support difference between 'empty string' and 'undefined' in input widgets) created by jgou
Input widgets are not aware of the difference between 'no input' and …
14:08 Changeset [386] by mpo
extra tests to remove the ambiguity between "" and undefined in the …
13:19 Changeset [385] by mpo
completing r383 allow overriding validation messages in customizations of …
13:14 Changeset [384] by mpo
completing r383 allow overriding validation messages in customizations of …
12:48 Changeset [383] by jgou
addition by r382: allow overriding validation messages in customizations
11:55 Changeset [382] by mpo
refactoring validation base to allow overriding messages in customizations
11:28 Changeset [381] by mpo
explicit checking for undefined avoids false test-skipping if the …
10:56 Changeset [380] by mpo
setting sensible default for 'min' boundary of 'length' validation avoids …

2008-06-17:

14:38 Changeset [379] by jgou
bugfix (+ addition to test to notice bug): prevent overwriting of …
13:48 Changeset [378] by bruno
Install JDK-to-SLF4J logger in the Kauri Runtime Cli (this is CLI only -- …
11:24 Changeset [377] by jgou
use constants rather than new instances, so easy compare is possible
10:59 Changeset [376] by bruno
Fix npe: was using module when it was not yet defined.
09:41 Ticket #50 (template language should leave matches for /\$[^{]*}/) created by mpo
The template parsing currently replaces occurance of anything that starts …
09:31 Changeset [375] by bruno
Introduce a Restlet Application per Kauri Module. Restservice requests …
09:17 Changeset [374] by bruno
Runtime sample index page: only match on / exactly.
09:15 Changeset [373] by bruno
Forgot to include this in previous commit
09:15 Changeset [372] by jgou
when a resource is created, set the Location header in the response to …
09:15 Changeset [371] by bruno
Generate script plugin: - Generate kauri-dev-debug script variants, these …
08:08 Changeset [370] by jgou
- put template directives in an enum file - rename 'foreach' to 'forEach'
07:08 Changeset [369] by jgou
- support begin/end also when looping over collection - some code cleanup

2008-06-16:

14:25 Changeset [368] by jgou
add feature: foreach over collection
13:54 Ticket #24 (uniform samples) closed by mpo
fixed: All current samples have complied to the sensible response on '/' Further …
13:52 Ticket #15 (javascript coding guide) closed by mpo
fixed: Reuired document introduced: …
13:27 Ticket #49 (we need support for registration of extended 'collection' and 'composite' ...) created by mpo
The kauri-forms-runtime (javascript) lacks the ability to register new …
13:17 Changeset [367] by mpo
refactoring forms.js to come in sync with the new approach + introducing …
11:45 Changeset [366] by bruno
Exclude target folders from samples.
10:09 Changeset [365] by bruno
Un-comment-out various things which now load, but comment out actual …
10:06 Changeset [364] by bruno
Avoid use of innerHTML, there was no reason to use it except for …
10:03 Changeset [363] by bruno
Fix failing tests: always declare variables with var. Also moved the …
10:02 Changeset [362] by bruno
fixed an unintended equals test
09:43 Changeset [361] by jgou
improved error handling : be aware of possible transaction errors
07:41 Changeset [360] by jgou
Rename misleadingly named RestletDaoHelper? to ResourceDaoSupport?, since it …

2008-06-13:

13:02 Changeset [359] by jgou
refactoring of database resources: - make more use of spring-jpa features …

2008-06-12:

15:14 Changeset [358] by jgou
organize imports
15:09 Changeset [357] by jgou
linking TODO's with trac issues
11:31 Ticket #48 (Implement missing template features) created by jgou
there are still a lot of features not (fully) implemented, see: …
09:50 Ticket #47 (tool for module management) created by mpo
The first incarnation of the maven artefact for kauri-projects will create …
09:49 Changeset [356] by jgou
make automatic stripping of root object in JSON strings possible: see …

2008-06-11:

09:31 Ticket #46 (Stripping of "root" in JSON representations) created by jgou
While XML has the requirement of using a single root tag, this is not at …
09:06 Ticket #20 (basic-runtime-test classpath errors) closed by bruno
fixed: Resolved by using allowed as default sharing mode, instead of prohibited.
09:05 Ticket #18 (the Runtime launched in testcases should use another port than 8888) closed by bruno
fixed
09:05 Changeset [355] by bruno
Use port different from 8888 for testing (see issue #18)
09:00 Ticket #6 (enhanced dynamic classloading for classes in target/classes when running ...) closed by bruno
wontfix: The "dynamic restlet" is currently removed, as is all the reloading …
08:58 Ticket #23 (binary release) closed by bruno
fixed
08:22 Changeset [354] by bruno
Fix wrong file extension.
08:15 Changeset [353] by bruno
Adding Kauri site sources to subversion.
08:12 Changeset [352] by bruno
remove test file

2008-06-10:

21:20 Changeset [351] by mpo
moving over code from util module plus adding a load of tests (and fixes …
15:47 Changeset [350] by jgou
- refresh right after persisting an entity, so the 'fully fetched' entity …
15:38 Changeset [349] by jgou
proper logging of XStream errors that may occur during (de)serialization
12:03 Changeset [348] by bruno
src/main/resources/KAURI-INF to src/main/kauri transition for the …
12:03 Changeset [347] by bruno
Use a more anonymous person name in the samples.
11:34 Changeset [346] by jgou
change because of a previous commit: Re-arrange KAURI-INF resources to …
Note: See TracTimeline for information about the timeline view.