summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* web client: set the height of the module menuKaarle Ritvanen2013-09-181-0/+1
|
* web client: focus username field on login pageKaarle Ritvanen2013-09-181-0/+2
|
* integration with 'lbu commit'Kaarle Ritvanen2013-09-161-4/+14
| | | | | client must specifically request saving files if server's root file system is tmpfs web client does this automatically on commit
* web client: redirect to parent if object does not existKaarle Ritvanen2013-09-161-5/+24
| | | | current object may disappear when reverting the transaction
* web client: helper functions for deferred objects in transaction set, delete ↵Kaarle Ritvanen2013-09-161-9/+8
| | | | methods
* web client: mark originally empty field valid when erroneous value clearedKaarle Ritvanen2013-09-161-22/+21
|
* protocol: change URL for transaction operations to /transactionKaarle Ritvanen2013-09-161-3/+5
|
* web client: login/logoutKaarle Ritvanen2013-09-113-616/+676
|
* web client: inline widget for nested object viewsKaarle Ritvanen2013-09-111-211/+261
|
* web client: move <tr> rendering to widget implementationKaarle Ritvanen2013-09-111-82/+88
|
* web client: updated cssNatanael Copa2013-09-041-12/+78
| | | | | | - make the tabs look like tabs - make status bar color change only on left - made a colored dot in modules menu as status indicator
* web client: set the status/current class on the <li> elementNatanael Copa2013-09-041-5/+4
| | | | | | So we get tabs that looks like tabs. Also, append the 'current' class so we get both changed/invalid classes and the 'current'.
* web client: deletion of collection membersKaarle Ritvanen2013-09-041-26/+123
|
* web client: correct obscure off-by-one error for collection array indexKaarle Ritvanen2013-08-151-3/+4
|
* web client: eliminate race condition in validationKaarle Ritvanen2013-08-151-23/+22
|