summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
...
* web client: disable deletion for non-removable collection membersKaarle Ritvanen2013-12-171-1/+2
|
* read-only collectionsKaarle Ritvanen2013-12-171-4/+9
|
* web client: pass meta argument correctly to render method of top-level widgetKaarle Ritvanen2013-12-171-15/+13
|
* web client: display label correctly for read-only Link and Reference widgetsKaarle Ritvanen2013-12-171-2/+2
|
* web client: show user-friendly value in read-only ComboBox widgetsKaarle Ritvanen2013-12-171-8/+17
|
* web client: refresh filtered reference choices on field updatesKaarle Ritvanen2013-12-111-6/+34
|
* web client: postpone validation until request completesKaarle Ritvanen2013-12-111-22/+29
|
* web client: cleaner syntax for widget inheritanceKaarle Ritvanen2013-12-111-479/+533
|
* web client: refactor widget interfaceKaarle Ritvanen2013-12-111-83/+90
| | | | | use jQuery events for inter-widget communication avoid invocation of other inherited methods other than those of the direct ancestor
* web client: ensure required collections have at least 1 memberKaarle Ritvanen2013-12-061-36/+88
|
* web client: deletion: do not crash when no validation task existsKaarle Ritvanen2013-12-061-2/+3
|
* web client: do dependent field condition checking as part of validationKaarle Ritvanen2013-12-061-57/+57
|
* web client: properly handle required conditional fieldsKaarle Ritvanen2013-12-051-11/+22
|
* reference choice filters, disable choices for clientKaarle Ritvanen2013-12-031-7/+7
|
* present choices in relative forms for reference setsKaarle Ritvanen2013-12-031-2/+2
|
* resolve reference choices on server sideKaarle Ritvanen2013-11-251-41/+13
|
* convert field choices to objects to allow additional parametersKaarle Ritvanen2013-11-251-2/+6
|
* web client: do not fail when trying to validate non-editable fieldKaarle Ritvanen2013-11-251-4/+4
|
* web client: revert to parent view also when module does not use tabsKaarle Ritvanen2013-11-141-10/+9
|
* web client: do not invalidate conditionally required fieldsKaarle Ritvanen2013-11-141-0/+1
|
* field conditions: multiple alternative valuesKaarle Ritvanen2013-11-141-8/+10
|
* web client: handle conditional read-only fields correctlyKaarle Ritvanen2013-11-141-5/+11
|
* web client: allow conditional inline widgetsKaarle Ritvanen2013-11-141-17/+26
|
* combine choice and ui_choice properties of fieldsKaarle Ritvanen2013-11-141-4/+3
|
* model: conditional model fieldsKaarle Ritvanen2013-10-311-43/+91
|
* read-only fieldsKaarle Ritvanen2013-10-151-6/+6
|
* web client: action buttonsKaarle Ritvanen2013-10-151-2/+19
|
* web client: highlight checkboxes properlyKaarle Ritvanen2013-10-141-1/+3
|
* switch to cjson from json4Kaarle Ritvanen2013-10-041-3/+9
|
* web client: show only modules with read permissionKaarle Ritvanen2013-10-041-2/+7
|
* web client: multi-checkbox widget for reference setsKaarle Ritvanen2013-10-041-47/+150
|
* resolve reference choices on client sideKaarle Ritvanen2013-09-271-41/+72
|
* web client: correct setting status for non-editable widgetsKaarle Ritvanen2013-09-271-1/+2
|
* web client: fix background color of edited current moduleKaarle Ritvanen2013-09-191-2/+4
|
* web client: tabular layout for collectionsKaarle Ritvanen2013-09-191-2/+71
|
* web client: split Inline widget into two partsKaarle Ritvanen2013-09-191-66/+82
|
* web client: eliminate level parameter from several widget methodsKaarle Ritvanen2013-09-191-11/+19
|
* web client: alternative collection layoutsKaarle Ritvanen2013-09-191-40/+51
|
* web client: move field labeling to Inline widgetKaarle Ritvanen2013-09-191-32/+32
|
* web client: object rendering moved to new widget (Form)Kaarle Ritvanen2013-09-191-71/+133
|
* web client: move field rendering to Widget, Field objectsKaarle Ritvanen2013-09-191-94/+89
|
* web client: remove unnecessary value arguments from rendering functionsKaarle Ritvanen2013-09-181-14/+6
|
* web client: split Field widget into two objectsKaarle Ritvanen2013-09-181-39/+45
|
* web client: combine format, init methods of widgetsKaarle Ritvanen2013-09-181-31/+26
|
* web client: use Link.staticRender for rendering menu itemsKaarle Ritvanen2013-09-181-1/+1
|
* web client: use ComboBox as prototype for ReferenceKaarle Ritvanen2013-09-181-10/+19
|
* web client: validation completion handler for status bar objectKaarle Ritvanen2013-09-181-14/+13
|
* web client: do not wait for completion of transaction abort requestKaarle Ritvanen2013-09-181-3/+3
|
* web client: fix a couple of bugs in detecting changed valuesKaarle Ritvanen2013-09-181-13/+13
|
* web client: highlight transaction control buttonsKaarle Ritvanen2013-09-181-10/+18
|