summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* model registration without field parameter tableKaarle Ritvanen2013-07-031-0/+1
|
* dev-shell: default to port 8000Kaarle Ritvanen2013-07-031-1/+1
|
* make mmeta function work for with wildcard nameKaarle Ritvanen2013-07-031-1/+3
|
* fix regression in transaction handlingKaarle Ritvanen2013-07-031-1/+3
|
* augeas back-end: correct reading of nodes with identical namesKaarle Ritvanen2013-07-031-1/+1
|
* correct name of delete permissionKaarle Ritvanen2013-06-291-1/+1
|
* set default server port to 8000Natanael Copa2013-06-281-1/+1
| | | | We don't want encourage testers to run development versions as root.
* prevent deletion of objects referred to by other objectsKaarle Ritvanen2013-06-284-12/+66
|
* new metatable function for TreeNode objects: memberKaarle Ritvanen2013-06-282-26/+22
|
* rename 'search' to 'fetch'Kaarle Ritvanen2013-06-288-19/+19
|
* augeas back-end: order nodes according to model topologyKaarle Ritvanen2013-06-281-6/+25
|
* eliminate data type arguments from transaction and persistence manager intefacesKaarle Ritvanen2013-06-2813-108/+144
| | | | utilize model topology information instead
* allow exploring model topology without open transactionKaarle Ritvanen2013-06-285-14/+18
| | | | | optimize topology scan in model registration phase function for mapping path names to back-end addresses
* collect topological information on modelsKaarle Ritvanen2013-06-286-13/+85
|
* awall module: correct reference scopes in rule objectsKaarle Ritvanen2013-06-281-4/+4
| | | | filter rules can contain embedded releated rule objects
* acf.path: support for wildcards in path namesKaarle Ritvanen2013-06-282-22/+35
|
* acf.util.map: pass original values to the functionKaarle Ritvanen2013-06-281-1/+1
|
* reject strings of form xxxx::xxxx as IPv6 addressesKaarle Ritvanen2013-06-101-1/+5
|
* web client: do not flush TreeNodes with invalid membersKaarle Ritvanen2013-06-101-1/+2
|
* awall module: fix typoKaarle Ritvanen2013-05-311-1/+1
|
* 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-3110-67/+104
|
* web client: fix rendering of read-only widgetsKaarle Ritvanen2013-05-311-15/+13
|
* clone TreeNode instance if its path name is assigned to a TreeNode fieldKaarle Ritvanen2013-05-311-8/+3
|
* propagate ui_member parameter correctly to Collection instancesKaarle Ritvanen2013-05-312-2/+6
|
* web client: always select the leftmost tab when changing moduleKaarle Ritvanen2013-05-211-1/+1
|
* protocol.txt: update collection metadata descriptionKaarle Ritvanen2013-05-211-2/+4
|
* web client: display user-friendly names rather than path namesKaarle Ritvanen2013-05-2111-75/+155
|
* 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
|
* awall module: add support for new featuresKaarle Ritvanen2013-05-211-18/+34
|
* 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
|
* web client: top and 2nd level menusKaarle Ritvanen2013-05-202-10/+119
|
* web client: pass correct path name to renderField with map collectionsKaarle Ritvanen2013-05-191-14/+17
|
* web client: refactor HTTP request helper functionsKaarle Ritvanen2013-05-191-31/+35
|
* web client: basic editing functionalityKaarle Ritvanen2013-05-173-43/+268
|
* server: return proper status code when attempting PUT on a set memberKaarle Ritvanen2013-05-171-0/+3
|
* install dependencies with a virtual metapackageNatanael Copa2013-05-131-1/+1
| | | | | | Makes it easy to uninstall them: apk del .acf2-deps
* web client: remove unnecessary invocation of _.bindKaarle Ritvanen2013-05-111-2/+2
|
* simple JavaScript configuration browserKaarle Ritvanen2013-05-116-4/+125
|
* basic network configuration moduleKaarle Ritvanen2013-05-096-112/+240
|
* persistence: Augeas back-end rewrittenKaarle Ritvanen2013-05-094-19/+118
| | | | | map identically named nodes to collections implement set function
* relative addresses in field definitionsKaarle Ritvanen2013-05-081-1/+1
|
* optional automatic removal of empty collectionsKaarle Ritvanen2013-05-082-3/+6
|
* awall module: fix IPv4 address validationKaarle Ritvanen2013-05-081-2/+2
|
* explicit control for automatic creation of TreeNode instancesKaarle Ritvanen2013-05-087-28/+41
|
* persistence: automatically determine data type when not defined by modelKaarle Ritvanen2013-05-081-0/+1
|