Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | model registration without field parameter table | Kaarle Ritvanen | 2013-07-03 | 1 | -0/+1 | |
| | ||||||
* | dev-shell: default to port 8000 | Kaarle Ritvanen | 2013-07-03 | 1 | -1/+1 | |
| | ||||||
* | make mmeta function work for with wildcard name | Kaarle Ritvanen | 2013-07-03 | 1 | -1/+3 | |
| | ||||||
* | fix regression in transaction handling | Kaarle Ritvanen | 2013-07-03 | 1 | -1/+3 | |
| | ||||||
* | augeas back-end: correct reading of nodes with identical names | Kaarle Ritvanen | 2013-07-03 | 1 | -1/+1 | |
| | ||||||
* | correct name of delete permission | Kaarle Ritvanen | 2013-06-29 | 1 | -1/+1 | |
| | ||||||
* | set default server port to 8000 | Natanael Copa | 2013-06-28 | 1 | -1/+1 | |
| | | | | We don't want encourage testers to run development versions as root. | |||||
* | prevent deletion of objects referred to by other objects | Kaarle Ritvanen | 2013-06-28 | 4 | -12/+66 | |
| | ||||||
* | new metatable function for TreeNode objects: member | Kaarle Ritvanen | 2013-06-28 | 2 | -26/+22 | |
| | ||||||
* | rename 'search' to 'fetch' | Kaarle Ritvanen | 2013-06-28 | 8 | -19/+19 | |
| | ||||||
* | augeas back-end: order nodes according to model topology | Kaarle Ritvanen | 2013-06-28 | 1 | -6/+25 | |
| | ||||||
* | eliminate data type arguments from transaction and persistence manager intefaces | Kaarle Ritvanen | 2013-06-28 | 13 | -108/+144 | |
| | | | | utilize model topology information instead | |||||
* | allow exploring model topology without open transaction | Kaarle Ritvanen | 2013-06-28 | 5 | -14/+18 | |
| | | | | | optimize topology scan in model registration phase function for mapping path names to back-end addresses | |||||
* | collect topological information on models | Kaarle Ritvanen | 2013-06-28 | 6 | -13/+85 | |
| | ||||||
* | awall module: correct reference scopes in rule objects | Kaarle Ritvanen | 2013-06-28 | 1 | -4/+4 | |
| | | | | filter rules can contain embedded releated rule objects | |||||
* | acf.path: support for wildcards in path names | Kaarle Ritvanen | 2013-06-28 | 2 | -22/+35 | |
| | ||||||
* | acf.util.map: pass original values to the function | Kaarle Ritvanen | 2013-06-28 | 1 | -1/+1 | |
| | ||||||
* | reject strings of form xxxx::xxxx as IPv6 addresses | Kaarle Ritvanen | 2013-06-10 | 1 | -1/+5 | |
| | ||||||
* | web client: do not flush TreeNodes with invalid members | Kaarle Ritvanen | 2013-06-10 | 1 | -1/+2 | |
| | ||||||
* | awall module: fix typo | Kaarle Ritvanen | 2013-05-31 | 1 | -1/+1 | |
| | ||||||
* | web client: refactoring | Kaarle Ritvanen | 2013-05-31 | 1 | -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 lists | Kaarle Ritvanen | 2013-05-31 | 1 | -15/+82 | |
| | ||||||
* | new data type: List | Kaarle Ritvanen | 2013-05-31 | 10 | -67/+104 | |
| | ||||||
* | web client: fix rendering of read-only widgets | Kaarle Ritvanen | 2013-05-31 | 1 | -15/+13 | |
| | ||||||
* | clone TreeNode instance if its path name is assigned to a TreeNode field | Kaarle Ritvanen | 2013-05-31 | 1 | -8/+3 | |
| | ||||||
* | propagate ui_member parameter correctly to Collection instances | Kaarle Ritvanen | 2013-05-31 | 2 | -2/+6 | |
| | ||||||
* | web client: always select the leftmost tab when changing module | Kaarle Ritvanen | 2013-05-21 | 1 | -1/+1 | |
| | ||||||
* | protocol.txt: update collection metadata description | Kaarle Ritvanen | 2013-05-21 | 1 | -2/+4 | |
| | ||||||
* | web client: display user-friendly names rather than path names | Kaarle Ritvanen | 2013-05-21 | 11 | -75/+155 | |
| | ||||||
* | web client: fix a couple of corner cases in validation | Kaarle Ritvanen | 2013-05-21 | 1 | -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 view | Kaarle Ritvanen | 2013-05-21 | 1 | -26/+17 | |
| | ||||||
* | awall module: add support for new features | Kaarle Ritvanen | 2013-05-21 | 1 | -18/+34 | |
| | ||||||
* | web client: combine validation error message setting functions | Kaarle Ritvanen | 2013-05-20 | 1 | -18/+13 | |
| | ||||||
* | web client: highlight status bar when there are uncommitted changes | Kaarle Ritvanen | 2013-05-20 | 3 | -46/+72 | |
| | ||||||
* | web client: stylesheet, highlight changed and invalid parameters | Kaarle Ritvanen | 2013-05-20 | 3 | -66/+119 | |
| | ||||||
* | web client: top and 2nd level menus | Kaarle Ritvanen | 2013-05-20 | 2 | -10/+119 | |
| | ||||||
* | web client: pass correct path name to renderField with map collections | Kaarle Ritvanen | 2013-05-19 | 1 | -14/+17 | |
| | ||||||
* | web client: refactor HTTP request helper functions | Kaarle Ritvanen | 2013-05-19 | 1 | -31/+35 | |
| | ||||||
* | web client: basic editing functionality | Kaarle Ritvanen | 2013-05-17 | 3 | -43/+268 | |
| | ||||||
* | server: return proper status code when attempting PUT on a set member | Kaarle Ritvanen | 2013-05-17 | 1 | -0/+3 | |
| | ||||||
* | install dependencies with a virtual metapackage | Natanael Copa | 2013-05-13 | 1 | -1/+1 | |
| | | | | | | Makes it easy to uninstall them: apk del .acf2-deps | |||||
* | web client: remove unnecessary invocation of _.bind | Kaarle Ritvanen | 2013-05-11 | 1 | -2/+2 | |
| | ||||||
* | simple JavaScript configuration browser | Kaarle Ritvanen | 2013-05-11 | 6 | -4/+125 | |
| | ||||||
* | basic network configuration module | Kaarle Ritvanen | 2013-05-09 | 6 | -112/+240 | |
| | ||||||
* | persistence: Augeas back-end rewritten | Kaarle Ritvanen | 2013-05-09 | 4 | -19/+118 | |
| | | | | | map identically named nodes to collections implement set function | |||||
* | relative addresses in field definitions | Kaarle Ritvanen | 2013-05-08 | 1 | -1/+1 | |
| | ||||||
* | optional automatic removal of empty collections | Kaarle Ritvanen | 2013-05-08 | 2 | -3/+6 | |
| | ||||||
* | awall module: fix IPv4 address validation | Kaarle Ritvanen | 2013-05-08 | 1 | -2/+2 | |
| | ||||||
* | explicit control for automatic creation of TreeNode instances | Kaarle Ritvanen | 2013-05-08 | 7 | -28/+41 | |
| | ||||||
* | persistence: automatically determine data type when not defined by model | Kaarle Ritvanen | 2013-05-08 | 1 | -0/+1 | |
| |