summaryrefslogtreecommitdiff
path: root/src/main.js
AgeCommit message (Expand)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-12-08add another completer for search; missing | as triggerStart (should use RegExp)Alon Levy
2014-12-07ctrl-Z handler, does nothing (sort of a reminder)Alon Levy
2014-12-06debug off by default, set a fakeuser and enable history in debug modeAlon Levy
2014-12-04Fixes #112: /?debug=1 gives you back debugging helpersAlon Levy
2014-12-04Related to #68 - space as orAlon Levy
2014-12-04Fixes #174: case insensitive searchAlon Levy
2014-12-04search: chrome throws exceptions on malformed regular expressionsAlon Levy
2014-12-04Fixes #176: remove trailing space from searchAlon Levy
2014-12-04search: prevent default enter eventAlon Levy
2014-12-03src/main: remove search debug printAlon Levy
2014-12-01use localStorage to show intro-task only until clickedAlon Levy
2014-11-29use Bacon instead of signalAlon Levy
2014-11-29move getParmeterByName to utilAlon Levy
2014-11-24add searchAlon Levy
2014-11-24String.charCodeAt is firefox specificAlon Levy
2014-11-24add alt-ctrl-o and alt-ctrl-i keyboard shortcutsAlon Levy
2014-11-24fix removed textanalysis autoSuggestNameAlon Levy
2014-11-19add rz_config, provide id generation scheme control: hash/seq, defaulting to seqLV-426
2014-11-16add a copy to url button, handle the resulting urlAlon Levy
2014-11-13rename scripts/ -> src/LV-426