summaryrefslogtreecommitdiff
path: root/res/templates
AgeCommit message (Collapse)Author
2015-02-23pw-reset: htmlLV-426
2015-02-23user_signup.html: removing triple underscoringLV-426
2015-02-17client/server: support optimizing with require.js using node run r.jsAlon Levy
built is controlled by property do-client-optimize which defaults to false. Even if the optimized main is built (single file main-built.js and source map file main-built.js.map) they are not used unless rhizi-config.conf client_optimize is set to True which causes app.js to use main-built.js and not main.js The resulting file is 687 KiloBytes large. Pretty scary, but it still loads faster this way. (from very small tests locally). This is without compression done by the server.
2015-02-17Login: Added forgot password btn and fixed create account buttonOfer Lehr
2015-02-15client/node_info: remove save button, listen to keyup as well, debounce for ↵Alon Levy
half a second. Fixes #43
2015-02-15server: fix broken client host & port rz_config parametersAlon Levy
since 12c63e0ec0be16795402fab6e6af0922179f9029 (two/three commits ago)
2015-02-15client: node_info cleanup: still missing edge cases (edits/deletes while open)Alon Levy
2015-02-15client: add merge button, does nothing, enabled for two or more selected nodesAlon Levy
2015-02-15client: node_edit: add some help text. (?) Fixes #242Alon Levy
2015-02-14error msg in sign up is now readable - fixes #323Ofer Lehr
2015-02-14Improved styling of Sign-Up ScreenOfer Lehr
2015-02-14some Improvements to login stylingOfer Lehr
made css more modular and improved styling of all elements in login page
2015-02-11index.html: doc rz_configLV-426
2015-02-10login.html: miscLV-426
2015-02-10reuse background image style with signup pageLV-426
2015-02-10login page: redesign, add create account buttonLV-426
2015-02-10login.html: fix background image impl using template specific cssLV-426
2015-02-10index.html: fix silent-reload on input bug: avoids from submission on DOM ↵LV-426
input events
2015-02-09rz_config: embed in index, remove as moduleAlon Levy
Still missing: remove host/port, let client use same as url it was served on. remove other flags no longer relevant. better mapping of server config to avoid double work?
2015-02-09forgot to add the templateAlon Levy
2015-02-09index.html: task-desc: use proper English, remove insane span tag useLV-426
2015-02-09base template: fix double html tag, missing closing html tagAlon Levy
2015-02-09rz_user.py: avoid passing html to render_templateLV-426
2015-02-09index.html: split input-container into input-container__graph-input, ↵LV-426
input-container__search
2015-02-09index.html: cleanup top-bar, temporary hide of profile circleLV-426
2015-02-09use <span> tag for doc title, rm paddingLV-426
2015-02-09down with the search-bar, on with the tool-barLV-426
2015-02-09index.html: toolbar div, include export btnLV-426
2015-02-08user_signup.scss: user_signup page basic stylingLV-426
2015-02-08mv CRI logo to "footer"LV-426
2015-02-08only one doc-title, use css idLV-426
2015-02-08remove unintelligible chromeinputbugworkaround div tagLV-426
2015-02-08add CRI institute linkLV-426
2015-02-08mv CRI logo to co-exist by rhizi logo at page bottomLV-426
2015-02-06client/graph_view: filter drop down implementation, really ugly. #306Alon Levy
2015-02-06client: graph_view: slightly nicer location of filterAlon Levy
2015-02-06client: graph_view: filter initial. does not affect layout, only visibilityAlon Levy
2015-02-05login template: correct email input field idLV-426
2015-02-05index.html: use rz_username in welcome messageLV-426
2015-02-05index.html: rm dangling profileinitialsLV-426
2015-02-05index.html: sane doc titleLV-426
2015-02-05index.html: rm dangling logged_username varLV-426
2015-02-04user_signup.html: refactor code into user_signup.jsLV-426
2015-02-04login.html: refactor code into user_login.jsLV-426
2015-02-04login.html: less verbose email solicitationLV-426
2015-02-04user_signup.html: update post request data, submit pwLV-426
2015-02-01login: use base templateLV-426
2015-02-01user_signup template: miscLV-426
2015-02-01index.html: use base templateLV-426
2015-02-01base template meta headerLV-426