Michael Macias
2781201d3a
Refactor frontend
...
* restructured JavaScript using backbone.js
* replaced highlight.js with CodeMirror for its editor
* added CodeMirror Solarized (dark) theme based on Ethan Schoonover's solarized.vim
* changed `POST /document` to accept real JSON
* cleaned up template and stylesheet
13 years ago
John Crepezzi
13bb094fb3
Revert "Refactor frontend"
...
This reverts commit 1950cc8db0
.
13 years ago
John Crepezzi
b43a55ffda
Merge pull request #25 from zaeleus/backbone
...
Refactor frontend
13 years ago
John Crepezzi
45cbdcce70
Force down connect version
13 years ago
Michael Macias
1950cc8db0
Refactor frontend
...
* restructured JavaScript using backbone.js
* replaced highlight.js with CodeMirror for its editor
* added CodeMirror Solarized (dark) theme based on Ethan Schoonover's solarized.vim
* changed `POST /document` to accept real JSON
* cleaned up template and stylesheet
13 years ago
John Crepezzi
90cfe0ec57
Upgrade jquery to 1.7.1
13 years ago
John Crepezzi
87e28548b9
Explicitly set encoding
...
Closes #24
13 years ago
John Crepezzi
ca9d4c18f7
Added a note on WinHaste to about.md
13 years ago
John Crepezzi
f147c05ff1
Add more detail to README.md
13 years ago
John Crepezzi
7a2851aeeb
Merge branch 'master' of github.com:seejohnrun/haste-server
13 years ago
John Crepezzi
ef96704f2c
Basic coffeescript highlighting
...
From https://github.com/dnagir/highlightjs-coffeescript
Closes #2
13 years ago
John Crepezzi
8b7ac341e7
FileDocumentStore fix
...
Closes #20
14 years ago
John Crepezzi
713914aecd
Merge pull request #18 from tfausak/patch-1
...
Fix typo in about.md ("easist" -> "easiest").
14 years ago
Taylor Fausak
36e7a43c14
Fix typo in about.md ("easist" -> "easiest").
14 years ago
John Crepezzi
047a686248
Open raw in same window
14 years ago
John Crepezzi
347ba57ad3
Merge branch 'raw_icon'
14 years ago
Brian Dawson
d2bd78956b
Merge branch 'master' of github.com:seejohnrun/haste-server
...
Conflicts:
static/function-icons.png
14 years ago
Brian Dawson
1fe81d2447
update function icons
14 years ago
John Crepezzi
f37d1ad401
Clean up some code and move document stores into subfolder
14 years ago
John Crepezzi
483fce891d
Added memcached support
14 years ago
John Crepezzi
6e4c087319
Remove hashlib dependency and switch to mocha for testing
14 years ago
John Crepezzi
844a2efb02
Added support for raw button
14 years ago
John Crepezzi
b251978422
Merge pull request #15 from zaeleus/html_escape
...
Escape document when using the txt extension
14 years ago
John Crepezzi
9fdcd08591
Revert "updated icon set to include "raw/just text""
...
This reverts commit 31a701d491
.
14 years ago
Michael Macias
d87c3b7d61
Escape document when using the txt extension
14 years ago
Brian Dawson
31a701d491
updated icon set to include "raw/just text"
14 years ago
John Crepezzi
cc65e98940
Added support for phonetic key naming
...
Closes #7
14 years ago
John Crepezzi
a958c66249
Merge pull request #14 from grampajoe/cancelling
...
Cancellation should only last as long as the handler
14 years ago
Joe Friedl
8c2add94a2
Cancellation should only last as long as the handler
14 years ago
John Crepezzi
71c791c113
Merge pull request #13 from grampajoe/error-messages
...
Error messages
14 years ago
Joe Friedl
b38d2375ee
Merge branch 'master' into error-messages
14 years ago
Joe Friedl
6145a938e3
Error messages in the UI
14 years ago
John Crepezzi
7a946f4967
Merge pull request #12 from grampajoe/master
...
Fixed error in error message.
14 years ago
Joe Friedl
87c935ac47
Fixed error in error message.
14 years ago
John Crepezzi
14a23388a8
Added non-standard but desirable robots.txt
14 years ago
John Crepezzi
44f7ab3f33
Added the ability to retrieve raw documents
...
Closes #10
14 years ago
John Crepezzi
8add4917d5
Change the line number color
14 years ago
John Crepezzi
3a6b36ebaa
Working line number support - just waiting on a final color from @bridawson
...
[#5 ]
14 years ago
John Crepezzi
49bb449141
Back button fix
14 years ago
John Crepezzi
8e46ee620f
Merge pull request #11 from nshontz/patch-1
...
Including dependencies for osx and linux for installation
14 years ago
nshontz
907a7c0929
Including dependencies for osx and linux for installation, these are a couple things I ran into while getting set up.
14 years ago
John Crepezzi
242d8475cf
Update static/solarized_dark.css
14 years ago
John Crepezzi
8e3bc9826b
Merge pull request #8 from muloka/patch-1
...
Included license information of other included components.
14 years ago
Louis Galipeau
335ae24dc5
Included license information of other included components.
14 years ago
John Crepezzi
2fdcd316f7
Added a favicon
14 years ago
John Crepezzi
da407cfbb6
Update about.md for linux xsel
14 years ago
John Crepezzi
0f02d83d24
remove ^L for saving
14 years ago
John Crepezzi
615fedd6c7
Fix doctype
14 years ago
John Crepezzi
4e20ea078f
Added html5 doctype
14 years ago
John Crepezzi
15bd62836b
Change how twitter link is built
14 years ago