summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* installer MakefileKaarle Ritvanen2013-10-042-2/+75
|
* json back-end: follow symlinksKaarle Ritvanen2013-10-041-0/+1
|
* web client: show only modules with read permissionKaarle Ritvanen2013-10-041-2/+7
|
* web client: multi-checkbox widget for reference setsKaarle Ritvanen2013-10-042-49/+158
|
* model: do not automatically dereference set membersKaarle Ritvanen2013-10-043-5/+16
|
* model: correct deletion of references from listsKaarle Ritvanen2013-10-042-4/+6
|
* model: options argument for Field.loadKaarle Ritvanen2013-10-044-11/+14
|
* model: do not crash if password not setKaarle Ritvanen2013-10-041-1/+2
|
* server: use decoded URLKaarle Ritvanen2013-09-271-1/+1
|
* resolve reference choices on client sideKaarle Ritvanen2013-09-272-51/+73
|
* web client: correct setting status for non-editable widgetsKaarle Ritvanen2013-09-271-1/+2
|
* model: accept only strings or TreeNode instances as reference valuesKaarle Ritvanen2013-09-271-0/+1
|
* model: export List and Set classesKaarle Ritvanen2013-09-271-0/+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-193-40/+53
|
* 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
|
* awall module: make mode mandatory attribute in LogClassKaarle Ritvanen2013-09-181-1/+3
|
* 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
|
* hashed passwordsKaarle Ritvanen2013-09-173-4/+36
|
* integration with 'lbu commit'Kaarle Ritvanen2013-09-164-31/+73
| | | | | 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
|
* dev-shell: abort transaction also when latest command has failedKaarle Ritvanen2013-09-161-2/+3
|
* dev-shell: pass transaction ID when starting a nested transactionKaarle Ritvanen2013-09-161-1/+0
|
* protocol: change URL for transaction operations to /transactionKaarle Ritvanen2013-09-164-10/+13
|
* web client: login/logoutKaarle Ritvanen2013-09-113-616/+676
|
* web client: inline widget for nested object viewsKaarle Ritvanen2013-09-113-214/+266
|
* web client: move <tr> rendering to widget implementationKaarle Ritvanen2013-09-111-82/+88
|
* acf.util: add API documentation for ldocNatanael Copa2013-09-111-0/+41
|
* install Lua 5.2 modulesNatanael Copa2013-09-111-1/+2
|
* Lua 5.2 support: explicit assignment of arg variableKaarle Ritvanen2013-09-111-0/+1
|
* 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'.
* eliminate explicit use of string moduleKaarle Ritvanen2013-09-0410-29/+29
|