| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-16 | removing /index.html, use res/templates/index.html | LV-426 | |
| 2014-12-08 | add another completer for search; missing | as triggerStart (should use RegExp) | Alon Levy | |
| 2014-12-07 | workaround for disappearing non-fixed-or-absolute-divs on input change for ↵ | Alon Levy | |
| foreign element descendant | |||
| 2014-12-07 | info card - new styling for url field | Ofer Lehr | |
| 2014-12-07 | measure: don't do the crazy computed css copy. use minus height trick. Fixes ↵ | Alon Levy | |
| #194 | |||
| 2014-12-07 | typeselection: now in index.html (removed typeselection td padding) | Alon Levy | |
| 2014-12-07 | fixes some info card styling | Ofer 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-07 | remove node info subtitle | Alon Levy | |
| 2014-12-07 | fix broken edit box - accidentally changed id, broke onsubmit setting | Alon Levy | |
| 2014-12-06 | new info box (now card) styling - Partial | Ofer 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) | |||
| 2014-12-06 | completer: hide unless 1 or more elements; Fixes #185 | Alon Levy | |
| 2014-12-06 | debug off by default, set a fakeuser and enable history in debug mode | Alon Levy | |
| 2014-12-04 | use ForeignObject for editing, not pretty but mostly there | Alon Levy | |
| 2014-12-04 | improved input bar styling and animation | Ofer Lehr | |
| 2014-12-04 | index: drop meaningless form element | Alon Levy | |
| 2014-12-04 | better CSS for alert - moved button img out of the HTML | Ofer Lehr | |
| 2014-12-04 | moved organization logo to css instead of inline HTML | Ofer Lehr | |
| 2014-12-04 | fixed search bar positioning, scroll bug and moved export button to search bar | Ofer Lehr | |
| 2014-12-04 | editlink/node: support escape to cancel | Alon Levy | |
| 2014-12-03 | index.html: input has no closing slash | Alon Levy | |
| 2014-12-03 | fix CRI-logo link | LV-426 | |
| 2014-12-01 | use localStorage to show intro-task only until clicked | Alon Levy | |
| Also fix miscased scss filename. | |||
| 2014-12-01 | make username top right button usable (a bit) | Alon Levy | |
| 2014-12-01 | Removed "powered by" | garbash | |
| 2014-12-01 | fixed sass variable colors and polished top bar css | Ofer Lehr | |
| 2014-11-30 | Made powered by nicer+removed debug interface | garbash | |
| 2014-11-30 | Input bar styling - submit button not working | garbash | |
| 2014-11-30 | Task-alert styling - button not-working | garbash | |
| 2014-11-30 | Styled search-bar | garbash | |
| 2014-11-30 | Added top-bar + removed deprecated elements and classes | garbash | |
| 2014-11-30 | removed meaningless ui class and closing input element | garbash | |
| 2014-11-28 | Implemented stylesheet structure+font change | garbash | |
| 2014-11-28 | Replaced existing fort family to source-sans-pro | garbash | |
| 2014-11-24 | add search ui | Alon Levy | |
| make search+input boxes share a fixed div, use floats for nice(er) responsiveness to width changes. | |||
| 2014-11-16 | add a copy to url button, handle the resulting url | Alon Levy | |
| This allows us to send small graphs (up to maximal length of query string - what is that anyway?). Just press the copy button, ctrl-c, and paste to irc, and other side should click it. The real deal, issue #65, needs to actually go to the server and load the graph, which means the server needs to have a document concept. | |||
| 2014-11-13 | rename scripts/ -> src/ | LV-426 | |
| 2014-11-11 | show edge/link (not consistent) title. Fixes #136 | Alon Levy | |
| 2014-11-11 | bug fix: subtitle text+ghost edge size | garbash | |
| 2014-11-11 | rename load/save file; Fixes #111 | Alon Levy | |
| The browse button still needs to be fixed. Maybe this: http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom | |||
| 2014-11-11 | Add edge_info tab; implements edge deletion | Alon Levy | |
| 2014-11-11 | mv css, font resources to res/font/, res/css/ | LV-426 | |
| 2014-11-11 | mv img resources to res/img/ | LV-426 | |
| 2014-11-11 | rename: external/ -> lib/ | LV-426 | |
| 2014-11-11 | mv all external resources out of scripts/ | LV-426 | |
| 2014-11-02 | add a gitignored local_config for the urlArgs | Alon Levy | |
| .. cache busting feature so it won't be accidentally committed | |||
| 2014-10-28 | history: show last logged action (ui has negative z-index) | Alon Levy | |
| 2014-10-20 | introduce require.js and rewrite tests | Alon Levy | |
| Yes, I'm being lazy. The purpose of require.js is to allow writing modules, i.e. individual smaller then the whole files with clear dependencies. This is achieved by using a new api provided by require.js: define, require, requirejs Read more at [requirejs] (http://requirejs.org) Tests have been rewritten to work correctly with require.js; they still use jsdom. Test output is now stored in the repository, all tests are run via run_tests.js; This is a hack - once a good harness (with assertions, suites - unittest like) presents itself it will be used. Hidden here is also using FileSaver for history saving, so history is saved to history.json instead to a random name. Plus dropping some dead code. | |||
| 2014-10-19 | factor out util.js | Alon Levy | |
| 2014-10-19 | adding proper Save As (with non random filename); MIT licensed | Alon Levy | |
| Actually seems that the proper way to save nowadays is the [download] (https://html.spec.whatwg.org/multipage/semantics.html#attr-hyperlink-download) attribute of a 'a' element, but that's also supported by the added [FileSaver.js] (external/scripts/FileSaver.js) | |||
| 2014-10-13 | #91 Fixed | Anmol Agrawal | |
| It’s fixed except when nodes have “….” in it. That’s issue #79 which I still haven’t figured out. | |||
