Timeline
2008-09-05:
- 15:36 Changeset [599] by
- Added feature to skip URI escaping with %HH. With this the templates can …
- 09:00 Ticket #98 (Maven versus Kauri classloading) created by
- (just writing this down without further thought) If a project that uses …
- 08:34 Changeset [598] by
- removing tag of failed release
2008-09-04:
- 20:36 Changeset [597] by
- [maven-release-plugin] prepare for next development iteration
- 20:36 Changeset [596] by
- [maven-release-plugin] copy for tag RELEASE_R594
- 20:36 Changeset [595] by
- [maven-release-plugin] prepare release RELEASE_R594
- 20:28 Changeset [594] by
- 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
- Currently InputControl? holds in its initElements() method some code that …
- 14:53 Ticket #96 (inline configuration of control-elements) closed by
- fixed: applied the patch in revision [593] (with some minor changes towards …
- 14:50 Changeset [593] by
- applying patch from #90 (with minor modifications)
- 14:41 Changeset [592] by
- Use of a default delimiter for the concatPath function. This will save …
- 14:22 Changeset [591] by
- Introduce a date control with a number of formatters and validators. This …
- 14:20 Changeset [590] by
- Updating a value in a control can cause the errors during parsing. Such an …
- 14:10 Changeset [589] by
- Introduce a date parsing and formatting library in javascript this was …
- 14:01 Changeset [588] by
- Deleting failed release tag.
- 13:27 Changeset [587] by
- [maven-release-plugin] prepare for next development iteration
- 13:27 Changeset [586] by
- [maven-release-plugin] copy for tag RELEASE_R584
- 13:27 Changeset [585] by
- [maven-release-plugin] prepare release RELEASE_R584
- 13:05 Changeset [584] by
- dist needs to be there, otherwise release plugin won't update the versions …
- 13:04 Changeset [583] by
- Fix paths
- 12:41 Changeset [582] by
- [maven-release-plugin] prepare for next development iteration
- 12:40 Changeset [581] by
- [maven-release-plugin] copy for tag RELEASE_R579
- 12:40 Changeset [580] by
- [maven-release-plugin] prepare release RELEASE_R579
- 12:35 Changeset [579] by
- 09:32 Changeset [578] by
- Fix log which refered to other class.
- 09:31 Changeset [577] by
- Fix log which refered to other class.
- 08:53 Changeset [576] by
- 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
- As noted in ticket:90, it should be possible to configure a control …
- 10:59 Changeset [575] by
- (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
- The algorithm used in com.noelios.restlet.Engine#getPreferredVariant …
2008-09-02:
- 15:11 Changeset [574] by
- introducing a selection widget for the addresses. this actually breaks the …
- 14:51 Changeset [573] by
- cleanup
- 14:50 Changeset [572] by
- Options should simply be GET (not POST)
- 13:45 Changeset [571] by
- fix syntax
- 13:24 Ticket #94 (Trouble with styling of a table with collection) created by
- 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
- duplicate: this was re-added as #91 later
- 13:09 Changeset [570] by
- adding expectation-count to tests to not ignore silenced exceptions of …
- 13:08 Changeset [569] by
- fix call (wasn't noticed because all actual validators override anyway)
- 13:07 Changeset [568] by
- type should suggest control to use
- 13:07 Changeset [567] by
- fix indents
- 13:07 Changeset [566] by
- Correct transfer of validation to children (currently not used anyway …
- 13:04 Changeset [565] by
- cosmetic change
- 12:52 Changeset [564] by
- fix indents
- 12:51 Changeset [563] by
- Only link refresh event if button is there.
- 12:50 Ticket #93 (integer with formatting disabled) created by
- 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
- When selecting a form element, the class attribute that marks the element …
- 11:35 Ticket #71 (Character encoding in dbforms) closed by
- fixed: help the involved parties to play nicely in r562
- 10:59 Changeset [562] by
- utf-8 is the default encoding for json files, so help the involved parties …
2008-09-01:
- 07:59 Changeset [561] by
- No longer maintained page. Tests are in src/test. Usage sample and …
- 07:55 Changeset [560] by
- Major rename: 'widget' becomes 'control' Following up on the …
2008-08-29:
- 14:43 Changeset [559] by
- Move 'options' functionality to the widget level so that it becomes …
- 14:42 Changeset [558] by
- let the system automatically switch to the correct version
- 14:41 Changeset [557] by
- Missing static test files for the added tests in [556]
- 13:45 Changeset [556] by
- Additional tests to go with the recent changes in [555]
- 13:44 Changeset [555] by
- Widgets now take control over the options Reason: Sometimes …
- 13:23 Changeset [554] by
- Fix breakage in the basic archetype so that it doesn't need tweaking to …
2008-08-28:
- 20:33 Changeset [553] by
- Don't let the kauri runtime set a property placeholder configurer on the …
- 20:32 Changeset [552] by
- Fix: only last added filter was used.
- 15:17 Changeset [551] by
- Group the 'options' related functionality into a separate object.
- 14:33 Changeset [550] by
- Fix for the kauri-runtime-cli split: the launcher now needs to depend on …
- 13:20 Changeset [549] by
- Making the validation contract more flexible. Validators can now expect a …
2008-08-27:
- 15:21 Changeset [548] by
- Move the runtime CLI to a separate maven project, so that CLI-specific …
- 15:19 Changeset [547] by
- Log the handled errors to a dedicated category.
- 14:34 Ticket #91 (An agreed standard set of css class names should be used by kauri-widgets) created by
- The following classnames are allready in use for the basic widgets: …
- 07:57 Ticket #90 (textarea widget) created by
- Should be pretty straightforward, and much like the current input widget. …
- 07:24 Ticket #89 (runtime to handle transitive dependencies of 'shared' jars in ...) created by
- This was mentioned in a recent commit message (see [543]) but deserves …
2008-08-26:
- 09:19 Ticket #88 (Input-widget configurable as password field) created by
- It should be possible to configure an inputwidget as a password field from …
2008-08-25:
- 14:49 Ticket #87 (Always run form validation upon submit) created by
- It is now configured that on displaying a form, empty fields are not …
- 09:08 Changeset [546] by
- Locale.numericSeparators did not pick the right decimal symbol
- 07:25 Ticket #86 (Basic formatter numeric should converse Uservalue from internationalized ...) created by
- In the kauri-forms sample, when a localized numeric value (e.g. '3,14') is …
2008-08-23:
- 16:49 Changeset [545] by
- Template source validity: somewhat quick-and-dirty patchwork: - Made …
- 16:45 Changeset [544] by
- Cache the lookup of the SAXTransformerFactory, as this is expensive.
- 12:15 Changeset [543] by
- Upgrading to commons-lang 2.4. Not an immediate reason for this from a …
2008-08-22:
- 15:39 Changeset [542] by
- * only send the event AFTER the value was actually changed * only initiate …
- 15:38 Changeset [541] by
- apply should get an array, not an object
- 15:37 Changeset [540] by
- don't forget to publish the updateOptions event
- 15:36 Changeset [539] by
- reverting some automatic formatting
- 15:36 Changeset [538] by
- various fixes for selection-widget - now remembers its value if it is …
- 15:31 Changeset [537] by
- only 'required' should be triggered by empty values + reverting some …
- 13:14 Changeset [536] by
- Temporary fix for using servlet webapp on root context. Fix also submitted …
- 12:03 Ticket #85 (more flexible setting of validators) created by
- Currently the field-config expects validators (or @validators) to be …
2008-08-21:
- 05:59 Changeset [535] by
- uri-template should support the border-case of having no {} sections
2008-08-20:
- 21:29 Changeset [534] by
- <form> root element should be added as a lookup-space, not as an input …
- 21:28 Changeset [533] by
- Proper initialization of the elementIndex on the instance level. (all …
- 21:25 Changeset [532] by
- decided to put these advanced tests in the test-form.js
- 21:24 Changeset [531] by
- reverting automatic formatting
- 09:08 Changeset [530] by
- KTL: first implementation of the 'variable' directive to create a local …
- 08:14 Changeset [529] by
- - addition of some convenience math, text and date functions to the EL - …
2008-08-19:
- 12:47 Changeset [528] by
- Applying standard formatting for all js files
- 12:19 Changeset [527] by
- Partially working selection widget with test. This introduces a number of …
- 11:55 Changeset [526] by
- Listing the runtime dependency to the runtime-servlet.
2008-08-18:
- 14:25 Changeset [525] by
- add support for consoleLoggingLevel = WARN
- 14:23 Ticket #64 (Template language should not complain on use of # symbol) closed by
- fixed: fixed in r523
- 14:21 Changeset [524] by
- escaping no longer needed because of issue …
- 14:20 Changeset [523] by
- don't complain on use of # or $ outside el-expressions : …
- 09:05 Changeset [522] by
- some more changes to make dbforms-sample compatible with changes in forms …
2008-08-15:
- 15:34 Changeset [521] by
- initial work on a new SelectWidget? (to be completed) * introduces …
- 13:45 Changeset [520] by
- make forms-sample compatible with changes in forms framework
2008-08-14:
- 15:18 Changeset [519] by
- add a todo
- 15:15 Changeset [518] by
- Template language: implement a ktl:element instruction to create an output …
- 09:03 Changeset [517] by
- make dbforms-sample compatible with changes in forms framework
2008-08-12:
- 09:45 Changeset [516] by
- Fix for moved class.
- 07:49 Changeset [515] by
- * upgrade restlet version * let the integration tests also honor the …
- 07:48 Changeset [514] by
- representation builder: fix incorrect path to …
2008-08-11:
- 14:53 Changeset [513] by
- removing webapp plugin, this got comitted by accident
- 13:36 Changeset [512] by
- trying to fix issue #74: new kauri.sh script thinks space is part of …
2008-08-08:
- 10:44 Ticket #60 (event wiring system for the widgets) closed by
- fixed: For now there doesn't seem to be a reason to really encode such …
- 10:35 Changeset [511] by
- Adding event-wiring method to be called after form-initialization …
2008-08-07:
- 15:17 Changeset [510] by
- Aligning better with the jQuery event-handling + getting our …
- 14:50 Changeset [509] by
- Adding essential version-numbers in dependency-management. Fixes broken …
- 12:34 Changeset [508] by
- Make "input" the default relation for getting HTML elements associated to …
- 11:44 Ticket #76 (track if widget-values have changed or not) closed by
- fixed: Functionally added in revision [507]
- 11:41 Changeset [507] by
- Adding tracking of value-change. This closed issue #76
- 11:38 Changeset [506] by
- correcting HTML attribute value for checkbox
- 11:36 Changeset [505] by
- Adding some essential parts of the binary distribution.
2008-08-06:
- 15:31 Ticket #84 (provide an easy way to mix-in additional form and widget-config from the ...) created by
- Before building the form-widget-types the configuration shoulde be …
- 15:10 Ticket #83 (fix dynamic loading of widget (and other) definitions) created by
- Currently the 'registry.js' system has a mechanism for loading dynamically …
- 09:51 Ticket #82 (widget labels) created by
- We need support for adding labels to widgets. These labels should be …
- 09:47 Ticket #81 (i18n messages lookup) created by
- We need a solid way to retrieve and use translation sets to be used in the …
- 09:42 Ticket #80 (Allow non-ajax submit on forms) created by
- While all this ajax trickery is kinda neat, it would also be nice to allow …
- 09:38 Ticket #79 (additional widget state: 'enabled') created by
- We need a way to indicate that certain form elements at a certain point …
- 09:34 Ticket #78 (extra container widget needed: 'choice') created by
- It looks like we need an extra type of container widget next to …
- 08:57 Ticket #77 (additional standard representation-builder-features) created by
- Representation builder already has a catch-all 'custom' directive to …
- 08:41 Ticket #76 (track if widget-values have changed or not) created by
- We currently do not track if a widget's value has been updated by any …
- 08:41 Ticket #75 (container level validation) created by
- Currently widget-containers (collection and composite) don't have own …
- 08:25 Ticket #55 (form validation optimization) closed by
- fixed: Finally handled in revisions [502] and [504].
- 08:24 Changeset [504] by
- Adding 'isValid' checking (see ticket:55 and changeset:502) And moving the …
- 08:20 Changeset [503] by
- adding minor note on ajax-queue for later reference
- 08:19 Changeset [502] by
- form submit no longer triggers a new validation, just checks the current …
- 08:16 Changeset [501] by
- remote validation has to assure sending proper json strings
- 08:15 Changeset [500] by
- formatter-parsing should survive non-string input since some widgets have …
- 06:55 Ticket #74 (new kauri.sh script thinks space is part of filename) created by
- When leaving a space between the -s and the actual filename I get this …
Note: See TracTimeline
for information about the timeline view.