summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* web client: invalidate transaction until required values filled in for new ↵Kaarle Ritvanen2013-08-151-94/+119
| | | | objects
* web client: do not flush TreeNodes with invalid membersKaarle Ritvanen2013-06-101-1/+2
|
* web client: refactoringKaarle Ritvanen2013-05-311-241/+284
| | | | | | transaction state handling separated from UI logic start new transaction on view change if there are no uncommitted changes minor usability improvements
* web client: insertion to collections and listsKaarle Ritvanen2013-05-311-15/+82
|
* new data type: ListKaarle Ritvanen2013-05-311-1/+3
|
* web client: fix rendering of read-only widgetsKaarle Ritvanen2013-05-311-15/+13
|
* web client: always select the leftmost tab when changing moduleKaarle Ritvanen2013-05-211-1/+1
|
* web client: display user-friendly names rather than path namesKaarle Ritvanen2013-05-212-10/+19
|
* web client: fix a couple of corner cases in validationKaarle Ritvanen2013-05-211-56/+89
| | | | | wait until previous request completes for the same value do not issue DELETE request for non-existent values
* web client: fix checkbox highlighting when returning to a modified viewKaarle Ritvanen2013-05-211-26/+17
|
* web client: combine validation error message setting functionsKaarle Ritvanen2013-05-201-18/+13
|
* web client: highlight status bar when there are uncommitted changesKaarle Ritvanen2013-05-203-46/+72
|
* web client: stylesheet, highlight changed and invalid parametersKaarle Ritvanen2013-05-203-66/+119
|