summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-01sanitize_input__rzdoc_name(): retrieve max rzdoc name from global rz_configLV-426
2015-04-01test_util__pydev.py: @debug__pydev_pd_arg main function decoratorLV-426
2015-04-01src/server-tests: miscLV-426
2015-04-01buttons.js: btn_rzdoc__open()LV-426
2015-04-01buttons.js: btn_rzdoc__new()LV-426
2015-04-01rz_core.js: initDrawingArea(): call rzdoc__openLV-426
2015-04-01rz_core.js: rzdoc__open_default()LV-426
2015-04-01rz_core.js: rzdoc__current__get_name() - TODO: use RZDoc objectLV-426
2015-04-01rz_core.js: rzdoc__open()LV-426
2015-04-01model/core.js: remove rz_state (previously used for cur_rzdoc tracking)LV-426
2015-04-01rz_api_backend: misc: log with console.dir(), import util moduleLV-426
2015-04-01rz_api_backend: rzdoc_create(), rzdoc_list()LV-426
2015-04-01rz_api_backend: ajax_rs(): use xhr.responseJSON.error as error msgLV-426
2015-04-01rz_api_backend: rz_clone -> rzdoc_cloneLV-426
2015-04-01rz_api_backend: expect ajax errors to be server with non 200 HTTP statusLV-426
2015-04-01test_util: generate_random_RZDoc()LV-426
2015-04-01test_rzdoc.py: rzdoc lifecycle testLV-426
2015-04-01neo4j_cypher: miscLV-426
2015-04-01neo4j_util: generate_random_rzdoc_id()LV-426
2015-04-01neo4j_util: merge validate_label()LV-426
2015-04-01neo4j_util: quote__backtick(), quote__singlequote()LV-426
2015-04-01neo4j_util: reorderLV-426
2015-04-01neo4j_util: rzdoc__ns_label(), rzdoc__meta_ns_label()LV-426
2015-04-01rz_api: map REST path /rz/xxxLV-426
2015-04-01rz_server: hook rzdoc REST calls, reorderLV-426
2015-04-01REST /index endpoint: configure rz_config__rzdoc_cur__name, rz_config__rzdoc_...LV-426
2015-04-01rz_api_common: miscLV-426
2015-04-01rz_api_rest: importsLV-426
2015-04-01rz_api_rest: rzdoc__delete(), rzdoc__list()LV-426
2015-04-01rz_req_handling: miscLV-426
2015-04-01rz_kernel: rzdoc__xx: create, list, delete, lookup_by_nameLV-426
2015-04-01db_op: miscLV-426
2015-04-01db_controller: loggingLV-426
2015-04-01DBO_rzdoc__create: rename from DBO_rzdoc__new, return rzdoc id, nameLV-426
2015-04-01DBO_rzdoc__lookup_by_name: return RZDocLV-426
2015-04-01db_op: DBO_rzdoc__xx: list, deleteLV-426
2015-04-01neo4j_util: deprecate cfmt()LV-426
2015-04-01neo4j_schema: meta label constantsLV-426
2015-04-01misc rename: q_set -> statement_param_pair_setLV-426
2015-04-01rz_api_rest: __context__common:LV-426
2015-04-01rz_api: deprecating, removing __common_exec()LV-426
2015-04-01rz_api: refactoring REST api calls to rz_api_restLV-426
2015-04-01config options, rename: rzdoc__name__max_length, rzdoc_name__welcome_docLV-426
2015-04-01rz_api_common: sanitize_input__rzdoc_name()LV-426
2015-04-01rz_api_common: cache_lookup__rzdoc(): map name<>rzdoc.id's, currently cache c...LV-426
2015-04-01diff_commit__topo, diff_commit__attr: use @common_rest_req_exception_handlerLV-426
2015-04-01rzdoc_clone, rzdoc_create (previously rzdoc_new):LV-426
2015-04-01common_rest_req_exception_handler():LV-426
2015-04-01__common_resp_handle(): avoid calling jsonify(), handle response buildingLV-426
2015-04-01dedicated Req_Context class, avoid dict key accessLV-426