Timeline


and

2010-11-10:

13:11 Ticket #394 (Support for hierarchical option lists) created by mpo
We already have option-lists and dependent-select boxes, but this approach …
11:42 Ticket #393 (provide generic event dependencyChanged) created by mpo
currently controls can already be 'dependent' on others, when those change …
09:46 Ticket #48 (Implement missing template features) closed by jgou
fixed: remaining issues are tracked in various separate issues

2010-11-08:

10:40 Ticket #392 (Add XPath support in templates) created by jgou
It should be useful to have some XPath support in our templates. Note that …
10:34 Ticket #391 (Add support for namespaced elements in templates) created by jgou
The template feature t:element for creating output elements should also …

2010-11-04:

09:51 Ticket #243 (Retrieving URI parameters separated by semicolons) closed by karel
wontfix: The response on the Restlet mailing list is that you can't match colons in …

2010-11-03:

16:36 Ticket #257 (upload-control and upload-service documentation) closed by karel
worksforme: This was fixed under #284
16:09 Changeset [1783] by karel
Added FileUploadStore? implementation
15:53 Changeset [1782] by karel
Extracted java service and exported it in services.xml
14:43 Changeset [1781] by karel
You can't use base: "string" before registering it. (fixes js tests)
14:32 Changeset [1780] by karel
Added <site> to distribution managemet to make mvn site-deploy work

2010-10-29:

16:41 Changeset [1779] by mpo
some extra comments
16:39 Changeset [1778] by mpo
some minor refactoring
13:52 Ticket #390 (Allow linking to api docs from the kauriproject documentation site) created by karel
* Hudson should deploy maven-site after building * documentation site …
12:38 Changeset [1777] by karel
The restlet resource classes are not thread-safe, so we should use ofClass …
12:38 Changeset [1776] by karel
Replace the copy-pasted "Formatter.fail" message type
11:24 Ticket #364 (Forms reference needs completion) closed by karel
fixed
10:44 Ticket #269 (Collection-control: giving focus to new element(s)) reopened by svr
As this fixes the issue of the first input gaining focus as a child …
09:47 Changeset [1775] by karel
Various fixes - implemented Control.getParent() - update jsdoc of …

2010-10-28:

15:02 Changeset [1774] by karel
Added prime validator
13:53 Ticket #389 (Double-select sample with integers should keep options sorted numerically) created by karel
Currently the options are sorted alphabetically. (I dont' know if the lack …
13:50 Ticket #388 (Allow successful validation to set a message) created by karel
Currently, only notifyFail() accepts messages. It makes perfect sense to …
13:46 Ticket #387 (basic forms sample: yearRange on birthday inputs doesn't appear to do ...) created by karel
13:39 Ticket #14 (Update trunk/NOTICE.txt) closed by karel
fixed: Added javascript libaries to notice.txt in r1773.
13:38 Changeset [1773] by karel
Added js libraries
13:31 Ticket #385 (Validation of composite ignores validation of child elements) closed by karel
fixed: Fixed in r1772 To be noted: Before r1772, the form state and …
13:28 Changeset [1772] by karel
Various improvements - added email and url to basic-fields (makes sense …
09:30 Changeset [1771] by idbr
Added parameters limit and scrollHeight to autocomplete (patch from svr) …

2010-10-27:

14:48 Changeset [1770] by karel
Added list of used projects and licenses
13:53 Changeset [1769] by karel
Fix date range validator automatic ordering + added daterangeorder …
12:50 Ticket #3 (maven archetype for kauri-module) closed by karel
fixed: All the above suggestions have been applied. Adding 'test the archetype' …
12:29 Changeset [1768] by karel
Added -q to make maven suppress a number of warnings
08:55 Ticket #384 (no reset on dblselect when it depends on other control) closed by karel
wontfix
08:07 Changeset [1767] by karel
Oops, accidentally checked in testing code in sample
08:04 Ticket #386 (Collection.reset() does not set the initial value) closed by karel
fixed: (In [1766]) Fix collection control - removeChildById -> removeChild - …
08:04 Changeset [1766] by karel
Fix collection control - removeChildById -> removeChild - changed …

2010-10-26:

14:23 Ticket #314 ((Default) validation of field type 'date-range') closed by karel
fixed: (In [1765]) Date range control: finishing touches - allow automatic …
14:23 Changeset [1765] by karel
Date range control: finishing touches - allow automatic ordering …
13:06 Ticket #378 (Form reset doesn't clear validation classes of empty fields) closed by karel
fixed: (In [1764]) Always remove validation messages/classes when validation is …
13:06 Changeset [1764] by karel
Always remove validation messages/classes when validation is disabled …
09:57 Ticket #321 (empty controls show up after setwirevalue in collection-performance (forms ...) reopened by karel
[1757] removed the 'removeChildById' method, but it is still used in the …
09:55 Ticket #386 (Collection.reset() does not set the initial value) created by karel

2010-10-25:

14:09 Changeset [1763] by karel
Added missing enum (see r1760)
14:03 Changeset [1762] by karel
Add support for implicit case control configuration. See #174 This is …
11:03 Ticket #245 (Invalid form submission -> "This is not a valid form") closed by idbr
fixed: (In [1761]) Invalid form warning in element with kauri-role messages, …
11:02 Changeset [1761] by idbr
Invalid form warning in element with kauri-role messages, instead of …
08:09 Ticket #385 (Validation of composite ignores validation of child elements) created by idbr
See e.g. Basic Kauri form variant 3. If you fill in an invalid e-mail …
08:06 Ticket #89 (runtime to handle transitive dependencies of 'shared' jars in ...) closed by karel
fixed: (In [1760]) Changed classloader sharing conflict configuration & added …
08:06 Changeset [1760] by karel
Changed classloader sharing conflict configuration & added sample config …
07:28 Ticket #363 (Validation classes not added to autogenerated autocomplete-control) closed by idbr
fixed: (In [1759]) Kauri-role changed from acinput to input. Fixes #363
07:28 Changeset [1759] by idbr
Kauri-role changed from acinput to input. Fixes #363

2010-10-22:

13:22 Changeset [1758] by karel
A simple counter is more reliable than Math.random() to generate unique …
12:58 Ticket #321 (empty controls show up after setwirevalue in collection-performance (forms ...) closed by karel
fixed: (In [1757]) Properly clean up element index when removing fixes #321
12:58 Changeset [1757] by karel
Properly clean up element index when removing fixes #321
06:54 Ticket #384 (no reset on dblselect when it depends on other control) created by bc
Using the following fconf […] 1. Select the first option in the …
06:41 Ticket #372 (Initial empty value of case-control overrides case members' initial value) closed by karel
fixed: (In [1756]) Provide an initial value via case control children fixes #372
06:41 Changeset [1756] by karel
Provide an initial value via case control children fixes #372

2010-10-21:

10:23 Changeset [1755] by karel
Dont give [index out of bounds] when trying to format the 0'th element of …
10:23 Changeset [1754] by karel
Transform null values into empty characters element
10:23 Changeset [1753] by karel
Added debug profile This makes it easier to debug unit tests without …
07:08 Changeset [1752] by karel
Date range: keep start <= end

2010-10-20:

14:45 Ticket #383 (setLabel methode maken voor form-elementen) created by dd
Methode die het label van een kauri-object kan veranderen, na het aanmaken …
08:48 Ticket #326 (Event for selection-control when options are loaded) closed by karel
fixed: Nice to hear. I like the idea btw.

2010-10-18:

15:26 Changeset [1751] by karel
Fixed the create/update operations in the dbforms sample
13:31 Changeset [1750] by mpo
refactoring so that normaliseValue is automatically called in the context …
10:41 Changeset [1749] by bruno
New feature: allow to specify a 'suggested port' on a connector. This port …
09:42 Changeset [1748] by bruno
locationRef translation should work anytime the locationref is set, e.g. …

2010-10-17:

15:54 Changeset [1747] by bruno
Runtime CLI logging setup: if the user's own log configuration would be …
15:54 Changeset [1746] by bruno
Basic archetype router: add missing passThrough option.
12:21 Changeset [1745] by bruno
Fix log4j.properties loading. My previous change related to this (r1702) …

2010-10-15:

18:28 Changeset [1744] by mpo
various minor cleanup stuff avoiding some repitive code and applying some …
14:52 Ticket #379 (t:variable should support @mode="text|json|xml|html") closed by mpo
fixed: (In [1743]) fixes #379 Adding the requested @mode for the t:variant In a …
14:52 Changeset [1743] by mpo
fixes #379 Adding the requested @mode for the t:variant In a way that it …
10:58 Ticket #314 ((Default) validation of field type 'date-range') reopened by karel
Reopened: rather than adding a validation, we should also provide the more …
07:42 Ticket #382 (Allow overriding fconf for implicit member controls) created by karel
e.g. date-range controls have implicit members 'start' and 'end'. At this …
07:38 Ticket #314 ((Default) validation of field type 'date-range') closed by karel
fixed: (In [1742]) Added dateRangeOrder validator fixes #314 It should be noted …
07:38 Changeset [1742] by karel
Added dateRangeOrder validator fixes #314 It should be noted that this …

2010-10-14:

19:08 Changeset [1741] by mpo
refactoring of the handling stuff of the @mode support we already have in …
14:25 Ticket #381 (Fix the tutorial) created by karel
See [1731] and [1741] Don't forget to uncomment the tutorial in …
14:23 Ticket #274 (Running samples from a binary release in source mode) closed by karel
fixed: Fixed by [1739]. Still one remark though: You can never run in source …
14:11 Changeset [1740] by karel
Bringing the tutorial closer to a working state close, but still no cigar
14:11 Changeset [1739] by karel
Improvements wrt running the samples Split up source-module-locations …
09:04 Ticket #367 (Reminder: follow up on API change 'guard' to ''challenge-authenticator") closed by karel
fixed: (In [1738]) Use 'challenge' rather than 'challenge-authenticator' for …
09:04 Changeset [1738] by karel
Use 'challenge' rather than 'challenge-authenticator' for building …

2010-10-13:

07:07 Ticket #380 (support for json reading from pre to support newlines and whatnot inside ...) closed by jgou
worksforme
Note: See TracTimeline for information about the timeline view.