summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2015-01-13server/feedback: get rid of flask-mail; left todo: filenames for attachmentsAlon Levy
2015-01-13server: return etc defaults to dev favoritesAlon Levy
2015-01-13Style fixed login screengarbash
Font size is larger Password box placeholder text fix
2015-01-13client: rename tab intro textAlon Levy
2015-01-13foot in mouthAlon Levy
2015-01-13incorporate https://github.com/ivoviz/feedbackAlon Levy
allows user to mark an image and send it. sends an email to configured recipient. defaults to using localhost:25 as the SMTP server (no user name, no password, see [1] for configuration parameters of flask-mail). Introduces a config parameter: FEEDBACK_RECIPIENT = feedback@localhost left TODO: 1. customize the 'thank you' text 2. document in user guide (setting MAIL_DEFAULT_SENDER correctly) [1] https://pythonhosted.org/Flask-Mail/#configuring-flask-mail
2015-01-13add feedback - no email yet, just client side plus server parse client postAlon Levy
Notes: * using https://github.com/ivoviz/feedback + commit 337a8146e567a06035fb1f1ffedfce083be2a2d1 * with tiny changes to use require.js: + html2canvas.js & feedback.js (not minified) start+end lines changed to call define + feedback.js changed to not load html2canvas since require.js does that for us (dropping _html2canvas and getScript usage)
2015-01-12login.html: slightly more positive tone on the feedback solicitationLV-426
2015-01-12login.html: feedback email linkLV-426
2015-01-12login.html: rm spaces from forgot-passwordLV-426
2015-01-12login+logout: using ajax, not POST, plus document.window (worst of both worlds)Alon Levy
2015-01-12client/server: login is using POST, so use POST, not XMLHttpRequestAlon Levy
TODO: Logout requires styling plus only to appear if logged in.
2015-01-12moved mail-icon img to cssgarbash
2015-01-12Rhizi login page styling - final v before ofer touch-upsgarbash
Still needs proper applying of font styling. I hacked some font/color in classes, where it should be defined in sass style guide.
2015-01-12server/client: s/res/static/, drop dev_mode__resend_from_staticAlon Levy
2015-01-11wip - login page styling3garbash
2015-01-11wip - login styling2garbash
2015-01-11WIP - Styling of login pagegarbash
2015-01-11added background image to login screengarbash
2015-01-05Update login.htmldor garbash
2015-01-05rm recursive __Parent link on initial commitLV-426
2015-01-05use meta attribute '__' prefix for __HEAD, __Parent, __Commit labelsLV-426
2015-01-04DB init script: spawn 'commit-0' nodeLV-426
2014-12-29socket.io v0.9.10LV-426
2014-12-28Fixes #217 - username initials displayed in upper right corner blue circleAlon Levy
Also fixes name when none set (i.e. development mode).
2014-12-21fix case for url-icon.pngAlon Levy
2014-12-21fix app.js, local_config.js - prefix with '/static'LV-426
2014-12-16client fixes to run with new layoutAlon Levy
directives for src names: any js file should be relative any resource should be absolute i.e. all images are /res/img/bla and all js files are bla.js / view/node_view.js etc
2014-12-16removing /index.html, use res/templates/index.htmlLV-426
2014-12-16moving files around after repository mergerAlon Levy
2014-12-16Merging rhizi-server into rhizi, back to a single repoAlon Levy
Merge remote-tracking branch 'old-server/master' into wip/map-nodes-by-id_minimize-name-use
2014-12-16cleanup edit-node-dialog__XXX element IDsLV-426
2014-12-16sync with client index.html updatesLV-426
2014-12-16Neo4J DB reset script: reset-db__single_link.cypherLV-426
2014-12-16Update login.htmldor garbash
2014-12-14failed attempt at fixing server redirectionLV-426
2014-12-08cursor now changes to pointer on suggestion boxesOfer Lehr
2014-12-08use absolute css link: /res/css/...LV-426
2014-12-08reverting bubble opacity didn't update css, just scssAlon Levy
2014-12-08Revert "Fixes #193 - reduce bubble opacity to 0.5 from 0.9"Alon Levy
This reverts commit b7e6b948b6ae1cc2f3cbf9523a4b6eab6e7993fe. Now that svg is partitioned with selected links above bubble it's opacity can be restored to the previous value.
2014-12-08better looking search suggestionOfer Lehr
- fixes bug that hides the suggestions behind the input bar - suggestion items are now highlighted on hover - better positioning - larger font size for search bar suggestions
2014-12-08Prevent text selection in svg (graph)Alon Levy
Not sure this [1] bug is the problem, but we don't want svg selection, and since editing svg nodes inline is done with an input foreign element, this doesn't affect selecting there! [1] http://stackoverflow.com/questions/18124820/html5-svg-text-selection-bug-in-chrome
2014-12-07task-alert: make sure it is clickable so can't have z-index of -1Alon Levy
2014-12-07info card - new styling for url fieldOfer Lehr
2014-12-07forgot to commit css for opacity (changing bubble position in svg harder, ↵Alon Levy
will try)
2014-12-07Fixes #193 - reduce bubble opacity to 0.5 from 0.9Alon Levy
2014-12-07typeselection: now in index.html (removed typeselection td padding)Alon Levy
2014-12-07fixes some info card stylingOfer Lehr
- the input field now doesn't clip the text before the end of the row - tough i think we will need to change it to a <p> element because of text overflow issues - some styling to the drop down. aparently we will need to implement it in javascript to get full styling control
2014-12-07changes input bubble styleOfer Lehr
text is now readable - but it still isn't pretty
2014-12-06new info box (now card) styling - PartialOfer Lehr
added a class to the info card to style different types in css. also rearranged colors in helpers.js (alon: changed implementation and broke the edit, will fix in the morning)