Timeline


and

2008-09-30:

15:08 Changeset [649] by bruno
kms protocol: path retrieved from reference is encoded, so we need to …
09:53 Ticket #104 (Allow (and resolve) expressions in ktl:insert tag) closed by jgou
fixed: sounds useful, resolved in [648]
09:51 Changeset [648] by jgou
KTL: resolve src-attribute of insert tag see …

2008-09-29:

14:30 Ticket #104 (Allow (and resolve) expressions in ktl:insert tag) created by idbr
It would be handy to be able to insert parts where the name is set …
11:34 Changeset [647] by paul
Documentation for fieldtypes
11:01 Changeset [646] by jgou
some improvements to the ktl:macro's - refactoring: macroRegistry instead …
09:03 Changeset [645] by jgou
- use routing features instead of custom restlet to show index page - add …
09:00 Changeset [644] by jgou
KTL: first implementation of new feature: include

2008-09-26:

13:15 Changeset [643] by paul
Fix for issue #78 the CaseControl? which displays a certain child control …

2008-09-25:

08:21 Changeset [642] by jgou
KTL: first implementation of new feature: macro

2008-09-24:

12:18 Changeset [641] by karel
When the 'basedir' system property is not set, fall back to the current …

2008-09-22:

13:50 Changeset [640] by stevenn
tabs-n-spaces
12:21 Changeset [639] by bruno
Adding some more fields to the contact editor.
09:36 Changeset [638] by bruno
Tupper: update to work with kauri trunk
08:11 Changeset [637] by bruno
Upgrade to newer restlet snapshot.

2008-09-19:

15:23 Changeset [636] by bruno
Some more linking between the contact pages.
15:06 Changeset [635] by stevenn
embettered instructions - problem is unrelated to jdk versions but caused …
14:57 Changeset [634] by bruno
Tupper: contacts: did some work on linking between contacts. Used the …
14:54 Changeset [633] by freya
show task in view mode and edit mode
14:46 Changeset [632] by bruno
Fix potential NPE, don't require expressions to return a string.
13:58 Changeset [631] by stevenn
dumbo instructions
12:28 Changeset [630] by bruno
runtime api: provide easy way to access runtime implementation.
11:35 Changeset [629] by freya
11:34 Changeset [628] by freya
09:43 Changeset [627] by bruno
Tupper: contacts: - provide actual contact data to edit form page, loads …
09:10 Changeset [626] by freya
add Planning module to tupper project
09:08 Changeset [625] by freya
structure for tupper module 'Planning'
08:34 Changeset [624] by paul
Fix the isValid method. This caused problems when trying to submit forms
07:39 Changeset [623] by karel
added KauriModule? arg to GroovyRestlet? constructor (see r619)

2008-09-18:

16:42 Changeset [622] by bruno
Tupper: adding stuff for forms. Doesn't really work yet.
15:59 Changeset [621] by bruno
Tupper: some first contact prototyping. Stumbled across problems, wrote …
07:40 Changeset [620] by bruno
Tupper: adding initial project structure with a contact module and main …

2008-09-17:

16:17 Changeset [619] by karel
Make sure router groovy file has same classloader as module
14:16 Changeset [618] by bruno
add placeholder directory for tupper …

2008-09-12:

16:15 Changeset [617] by paul
Fix for issue #75. Now validation is also done at container level allowing …
16:12 Ticket #103 (Form indexing : jQuery usage or custom traversing) created by paul
When indexing a form (control.js). We currently use jQuery to traverse the …
14:57 Changeset [616] by paul
Make the isEmpty function available accross the kauriforms namespace since …

2008-09-11:

14:51 Changeset [615] by mpo
additional comment about where to insert code for solving #75
14:46 Ticket #102 (radio/checkbox control) created by idbr
Things to keep in mind: 1. type of the value (eg true/false) 1. checkbox …
09:54 Changeset [614] by paul
More date validation : dateRange (between min & max dates), dayOfWeek (the …
08:17 Ticket #101 (Date parsing in the DateControl) created by paul
When parsing a date string the date must conform to the preconfigured date …
08:11 Ticket #100 (Choosing years in the jQuery datepicker widget) created by paul
Choosing years in the jQuery datepicker widget occurs by making use of a …

2008-09-10:

16:07 Changeset [613] by mpo
Fix tests on ie7 + Fix indenting.
09:57 Ticket #88 (Input-widget configurable as password field) closed by mpo
fixed: Fix applied in [612]
09:55 Changeset [612] by mpo
Input-widget configurable as password field. Fix for #88
09:53 Changeset [611] by paul
One control for the date field type should be enough
09:46 Ticket #92 (selection of a form element erases class attribute '(in)valid') closed by mpo
fixed: Fixed in [610]
09:46 Ticket #97 (blur/focus handling to apply css style classes should happen on the base ...) closed by mpo
fixed: Applied patches in [610]. Small deviations: * moved the code into …
09:43 Changeset [610] by mpo
Fixing #92 and #97.
09:29 Changeset [609] by mpo
some formatting and introducing the raw-format for the person-id
09:12 Ticket #87 (Always run form validation upon submit) closed by mpo
fixed: Fixed together with initial-value state for the select-control. See [608]
09:05 Ticket #59 (selection widget) closed by mpo
fixed: Completed in [608]
08:54 Changeset [608] by mpo
Finalizing selection-control (closing #59) important additions are: * …
08:50 Changeset [607] by paul
Add the date control to the samples
08:44 Changeset [606] by paul
Drop the dependency on datejs and replace the dateformatting with the one …
08:41 Changeset [605] by mpo
Introducing a 'rawformat' option for numeric types.
08:37 Changeset [604] by mpo
inOption needs to check on values of parsed data-types. For this the …

2008-09-09:

14:52 Ticket #99 (Improve jparestlet with configuration options) created by jgou
It might be a good idea to add some more functionality to the jparestlet …
14:20 Ticket #46 (Stripping of "root" in JSON representations) closed by jgou
fixed
14:18 Changeset [603] by jgou
we reached closure on issue #46
13:16 Changeset [602] by mpo
applying standard formatter contract: empty strings should yield …

2008-09-08:

08:56 Changeset [601] by jgou
better handling of addresslist
07:38 Changeset [600] by jgou
implementation of ktl:comment instruction, that makes it possible to …

2008-09-05:

15:36 Changeset [599] by mpo
Added feature to skip URI escaping with %HH. With this the templates can …
09:00 Ticket #98 (Maven versus Kauri classloading) created by bruno
(just writing this down without further thought) If a project that uses …
08:34 Changeset [598] by bruno
removing tag of failed release

2008-09-04:

20:36 Changeset [597] by bruno
[maven-release-plugin] prepare for next development iteration
20:36 Changeset [596] by bruno
[maven-release-plugin] copy for tag RELEASE_R594
20:36 Changeset [595] by bruno
[maven-release-plugin] prepare release RELEASE_R594
20:28 Changeset [594] by bruno
Upgrade to restlet version with patched jaxrs ext pom …
15:19 Ticket #97 (blur/focus handling to apply css style classes should happen on the base ...) created by mpo
Currently InputControl? holds in its initElements() method some code that …
14:53 Ticket #96 (inline configuration of control-elements) closed by mpo
fixed: applied the patch in revision [593] (with some minor changes towards …
14:50 Changeset [593] by mpo
applying patch from #90 (with minor modifications)
14:41 Changeset [592] by paul
Use of a default delimiter for the concatPath function. This will save …
14:22 Changeset [591] by paul
Introduce a date control with a number of formatters and validators. This …
14:20 Changeset [590] by paul
Updating a value in a control can cause the errors during parsing. Such an …
14:10 Changeset [589] by paul
Introduce a date parsing and formatting library in javascript this was …
14:01 Changeset [588] by bruno
Deleting failed release tag.
13:27 Changeset [587] by bruno
[maven-release-plugin] prepare for next development iteration
13:27 Changeset [586] by bruno
[maven-release-plugin] copy for tag RELEASE_R584
13:27 Changeset [585] by bruno
[maven-release-plugin] prepare release RELEASE_R584
13:05 Changeset [584] by bruno
dist needs to be there, otherwise release plugin won't update the versions …
13:04 Changeset [583] by bruno
Fix paths
12:41 Changeset [582] by bruno
[maven-release-plugin] prepare for next development iteration
12:40 Changeset [581] by bruno
[maven-release-plugin] copy for tag RELEASE_R579
12:40 Changeset [580] by bruno
[maven-release-plugin] prepare release RELEASE_R579
12:35 Changeset [579] by bruno
09:32 Changeset [578] by bruno
Fix log which refered to other class.
09:31 Changeset [577] by bruno
Fix log which refered to other class.
08:53 Changeset [576] by bruno
First cut at the template language feature to drop prefix-to-namespace …

2008-09-03:

11:49 Ticket #96 (inline configuration of control-elements) created by idbr
As noted in ticket:90, it should be possible to configure a control …
10:59 Changeset [575] by jgou
(temp.) fix for the kauri-dbforms-sample regarding the changes of r574
10:51 Ticket #95 (Content negotiation doesn't always choose best mediatype) created by jgou
The algorithm used in com.noelios.restlet.Engine#getPreferredVariant …

2008-09-02:

15:11 Changeset [574] by mpo
introducing a selection widget for the addresses. this actually breaks the …
14:51 Changeset [573] by mpo
cleanup
14:50 Changeset [572] by mpo
Options should simply be GET (not POST)
13:45 Changeset [571] by mpo
fix syntax
13:24 Ticket #94 (Trouble with styling of a table with collection) created by jgou
One of the most common uses of collections will be the use in tables, in …
13:14 Ticket #16 (introduce some css class registry) closed by mpo
duplicate: this was re-added as #91 later
13:09 Changeset [570] by mpo
adding expectation-count to tests to not ignore silenced exceptions of …
13:08 Changeset [569] by mpo
fix call (wasn't noticed because all actual validators override anyway)
13:07 Changeset [568] by mpo
type should suggest control to use
13:07 Changeset [567] by mpo
fix indents
13:07 Changeset [566] by mpo
Correct transfer of validation to children (currently not used anyway …
13:04 Changeset [565] by mpo
cosmetic change
12:52 Changeset [564] by mpo
fix indents
12:51 Changeset [563] by mpo
Only link refresh event if button is there.
12:50 Ticket #93 (integer with formatting disabled) created by jgou
Sometimes one wants to use an integer without formatting (such as …
12:46 Ticket #92 (selection of a form element erases class attribute '(in)valid') created by jgou
When selecting a form element, the class attribute that marks the element …
11:35 Ticket #71 (Character encoding in dbforms) closed by jgou
fixed: help the involved parties to play nicely in r562
10:59 Changeset [562] by jgou
utf-8 is the default encoding for json files, so help the involved parties …

2008-09-01:

07:59 Changeset [561] by mpo
No longer maintained page. Tests are in src/test. Usage sample and …
07:55 Changeset [560] by mpo
Major rename: 'widget' becomes 'control' Following up on the …
Note: See TracTimeline for information about the timeline view.