summaryrefslogtreecommitdiff
path: root/src/client/model/types.js
AgeCommit message (Collapse)Author
2015-07-06client/model/types: assert only that all used attriutes have a defined titlegarbash
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-12domain_types.js: depend on requirejs path configLV-426
2015-05-04client: domain_types: add misc.direction, takes valid css direction values, ↵Alon Levy
affects item_info only
2015-05-04client: show node titles, not internal node types. fix #537Alon Levy
2015-05-04client/model/types: order of attributes determines appearance order. make ↵Alon Levy
name+type first
2015-04-10client: domain type_attributes are now a list for orderingAlon Levy
First type is default, and order is for shift-up/down selection, filter menu and type drop down in properties menu (so, basically everywhere).
2015-04-06client: types: split types.js to form domain_types.js, containing ↵today-is-not-the-dayAlon Levy
declarative json
2015-04-06wip: per-domain type systemLV-426
2015-04-06client: property tab cleanup; resolve #396Alon Levy
2015-03-07client: add missing club type from model/typesAlon Levy
2015-03-07client/model/types: store titles for types and attributesAlon Levy
2015-03-07client: move nodetypes from consts to model/typesAlon Levy
2015-03-06client: introduce model/types, cleanup node_info (not quite enough)Alon Levy