Changeset - b4d77d1c710c
[Not reviewed]
default
! ! !
Mads Kiilerich - 11 years ago 2014-09-24 14:24:40
madski@unity3d.com
codemirror: move everything to separate codemirror folder - splitting it up in css and js serves no purpose

- but it should perhaps not show up directly in /codemirror ...
173 files changed with 23 insertions and 22 deletions:
0 comments (0 inline, 0 general)
LICENSE.md
Show inline comments
 
@@ -49,13 +49,13 @@ Copyright © 2013 by Marijn Haverbek
 

	
 
and licensed under the MIT-permissive license, which is
 
[included in this distribution](MIT-Permissive-License.txt).
 

	
 
Additional files from upstream Codemirror are copyrighted by various authors
 
and licensed under other permissive licenses.  The sub-directories under
 
[.../public/js/mode/](kallithea/public/js/mode) include the copyright and
 
[.../public/codemirror](kallithea/public/codemirror) include the copyright and
 
license notice and information as they appeared in Codemirror's upstream
 
release.
 

	
 

	
 

	
 
jQuery
kallithea/public/codemirror/lib/codemirror.css
Show inline comments
 
file renamed from kallithea/public/css/codemirror.css to kallithea/public/codemirror/lib/codemirror.css
kallithea/public/codemirror/lib/codemirror.js
Show inline comments
 
file renamed from kallithea/public/js/codemirror.js to kallithea/public/codemirror/lib/codemirror.js
kallithea/public/codemirror/mode/apl/apl.js
Show inline comments
 
file renamed from kallithea/public/js/mode/apl/apl.js to kallithea/public/codemirror/mode/apl/apl.js
kallithea/public/codemirror/mode/apl/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/apl/index.html to kallithea/public/codemirror/mode/apl/index.html
kallithea/public/codemirror/mode/asterisk/asterisk.js
Show inline comments
 
file renamed from kallithea/public/js/mode/asterisk/asterisk.js to kallithea/public/codemirror/mode/asterisk/asterisk.js
kallithea/public/codemirror/mode/asterisk/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/asterisk/index.html to kallithea/public/codemirror/mode/asterisk/index.html
kallithea/public/codemirror/mode/clike/clike.js
Show inline comments
 
file renamed from kallithea/public/js/mode/clike/clike.js to kallithea/public/codemirror/mode/clike/clike.js
kallithea/public/codemirror/mode/clike/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/clike/index.html to kallithea/public/codemirror/mode/clike/index.html
kallithea/public/codemirror/mode/clike/scala.html
Show inline comments
 
file renamed from kallithea/public/js/mode/clike/scala.html to kallithea/public/codemirror/mode/clike/scala.html
kallithea/public/codemirror/mode/clojure/clojure.js
Show inline comments
 
file renamed from kallithea/public/js/mode/clojure/clojure.js to kallithea/public/codemirror/mode/clojure/clojure.js
kallithea/public/codemirror/mode/clojure/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/clojure/index.html to kallithea/public/codemirror/mode/clojure/index.html
kallithea/public/codemirror/mode/cobol/cobol.js
Show inline comments
 
file renamed from kallithea/public/js/mode/cobol/cobol.js to kallithea/public/codemirror/mode/cobol/cobol.js
kallithea/public/codemirror/mode/cobol/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/cobol/index.html to kallithea/public/codemirror/mode/cobol/index.html
kallithea/public/codemirror/mode/coffeescript/LICENSE
Show inline comments
 
file renamed from kallithea/public/js/mode/coffeescript/LICENSE to kallithea/public/codemirror/mode/coffeescript/LICENSE
kallithea/public/codemirror/mode/coffeescript/coffeescript.js
Show inline comments
 
file renamed from kallithea/public/js/mode/coffeescript/coffeescript.js to kallithea/public/codemirror/mode/coffeescript/coffeescript.js
kallithea/public/codemirror/mode/coffeescript/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/coffeescript/index.html to kallithea/public/codemirror/mode/coffeescript/index.html
kallithea/public/codemirror/mode/commonlisp/commonlisp.js
Show inline comments
 
file renamed from kallithea/public/js/mode/commonlisp/commonlisp.js to kallithea/public/codemirror/mode/commonlisp/commonlisp.js
kallithea/public/codemirror/mode/commonlisp/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/commonlisp/index.html to kallithea/public/codemirror/mode/commonlisp/index.html
kallithea/public/codemirror/mode/css/css.js
Show inline comments
 
file renamed from kallithea/public/js/mode/css/css.js to kallithea/public/codemirror/mode/css/css.js
kallithea/public/codemirror/mode/css/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/css/index.html to kallithea/public/codemirror/mode/css/index.html
kallithea/public/codemirror/mode/css/scss.html
Show inline comments
 
file renamed from kallithea/public/js/mode/css/scss.html to kallithea/public/codemirror/mode/css/scss.html
kallithea/public/codemirror/mode/css/scss_test.js
Show inline comments
 
file renamed from kallithea/public/js/mode/css/scss_test.js to kallithea/public/codemirror/mode/css/scss_test.js
kallithea/public/codemirror/mode/css/test.js
Show inline comments
 
file renamed from kallithea/public/js/mode/css/test.js to kallithea/public/codemirror/mode/css/test.js
kallithea/public/codemirror/mode/d/d.js
Show inline comments
 
file renamed from kallithea/public/js/mode/d/d.js to kallithea/public/codemirror/mode/d/d.js
kallithea/public/codemirror/mode/d/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/d/index.html to kallithea/public/codemirror/mode/d/index.html
kallithea/public/codemirror/mode/diff/diff.js
Show inline comments
 
file renamed from kallithea/public/js/mode/diff/diff.js to kallithea/public/codemirror/mode/diff/diff.js
kallithea/public/codemirror/mode/diff/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/diff/index.html to kallithea/public/codemirror/mode/diff/index.html
kallithea/public/codemirror/mode/ecl/ecl.js
Show inline comments
 
file renamed from kallithea/public/js/mode/ecl/ecl.js to kallithea/public/codemirror/mode/ecl/ecl.js
kallithea/public/codemirror/mode/ecl/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/ecl/index.html to kallithea/public/codemirror/mode/ecl/index.html
kallithea/public/codemirror/mode/erlang/erlang.js
Show inline comments
 
file renamed from kallithea/public/js/mode/erlang/erlang.js to kallithea/public/codemirror/mode/erlang/erlang.js
kallithea/public/codemirror/mode/erlang/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/erlang/index.html to kallithea/public/codemirror/mode/erlang/index.html
kallithea/public/codemirror/mode/gas/gas.js
Show inline comments
 
file renamed from kallithea/public/js/mode/gas/gas.js to kallithea/public/codemirror/mode/gas/gas.js
kallithea/public/codemirror/mode/gas/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/gas/index.html to kallithea/public/codemirror/mode/gas/index.html
kallithea/public/codemirror/mode/gfm/gfm.js
Show inline comments
 
file renamed from kallithea/public/js/mode/gfm/gfm.js to kallithea/public/codemirror/mode/gfm/gfm.js
kallithea/public/codemirror/mode/gfm/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/gfm/index.html to kallithea/public/codemirror/mode/gfm/index.html
kallithea/public/codemirror/mode/gfm/test.js
Show inline comments
 
file renamed from kallithea/public/js/mode/gfm/test.js to kallithea/public/codemirror/mode/gfm/test.js
kallithea/public/codemirror/mode/go/go.js
Show inline comments
 
file renamed from kallithea/public/js/mode/go/go.js to kallithea/public/codemirror/mode/go/go.js
kallithea/public/codemirror/mode/go/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/go/index.html to kallithea/public/codemirror/mode/go/index.html
kallithea/public/codemirror/mode/groovy/groovy.js
Show inline comments
 
file renamed from kallithea/public/js/mode/groovy/groovy.js to kallithea/public/codemirror/mode/groovy/groovy.js
kallithea/public/codemirror/mode/groovy/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/groovy/index.html to kallithea/public/codemirror/mode/groovy/index.html
kallithea/public/codemirror/mode/haml/haml.js
Show inline comments
 
file renamed from kallithea/public/js/mode/haml/haml.js to kallithea/public/codemirror/mode/haml/haml.js
kallithea/public/codemirror/mode/haml/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/haml/index.html to kallithea/public/codemirror/mode/haml/index.html
kallithea/public/codemirror/mode/haml/test.js
Show inline comments
 
file renamed from kallithea/public/js/mode/haml/test.js to kallithea/public/codemirror/mode/haml/test.js
kallithea/public/codemirror/mode/haskell/haskell.js
Show inline comments
 
file renamed from kallithea/public/js/mode/haskell/haskell.js to kallithea/public/codemirror/mode/haskell/haskell.js
kallithea/public/codemirror/mode/haskell/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/haskell/index.html to kallithea/public/codemirror/mode/haskell/index.html
kallithea/public/codemirror/mode/haxe/haxe.js
Show inline comments
 
file renamed from kallithea/public/js/mode/haxe/haxe.js to kallithea/public/codemirror/mode/haxe/haxe.js
kallithea/public/codemirror/mode/haxe/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/haxe/index.html to kallithea/public/codemirror/mode/haxe/index.html
kallithea/public/codemirror/mode/htmlembedded/htmlembedded.js
Show inline comments
 
file renamed from kallithea/public/js/mode/htmlembedded/htmlembedded.js to kallithea/public/codemirror/mode/htmlembedded/htmlembedded.js
kallithea/public/codemirror/mode/htmlembedded/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/htmlembedded/index.html to kallithea/public/codemirror/mode/htmlembedded/index.html
kallithea/public/codemirror/mode/htmlmixed/htmlmixed.js
Show inline comments
 
file renamed from kallithea/public/js/mode/htmlmixed/htmlmixed.js to kallithea/public/codemirror/mode/htmlmixed/htmlmixed.js
kallithea/public/codemirror/mode/htmlmixed/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/htmlmixed/index.html to kallithea/public/codemirror/mode/htmlmixed/index.html
kallithea/public/codemirror/mode/http/http.js
Show inline comments
 
file renamed from kallithea/public/js/mode/http/http.js to kallithea/public/codemirror/mode/http/http.js
kallithea/public/codemirror/mode/http/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/http/index.html to kallithea/public/codemirror/mode/http/index.html
kallithea/public/codemirror/mode/jade/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/jade/index.html to kallithea/public/codemirror/mode/jade/index.html
kallithea/public/codemirror/mode/jade/jade.js
Show inline comments
 
file renamed from kallithea/public/js/mode/jade/jade.js to kallithea/public/codemirror/mode/jade/jade.js
kallithea/public/codemirror/mode/javascript/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/javascript/index.html to kallithea/public/codemirror/mode/javascript/index.html
kallithea/public/codemirror/mode/javascript/javascript.js
Show inline comments
 
file renamed from kallithea/public/js/mode/javascript/javascript.js to kallithea/public/codemirror/mode/javascript/javascript.js
kallithea/public/codemirror/mode/javascript/test.js
Show inline comments
 
file renamed from kallithea/public/js/mode/javascript/test.js to kallithea/public/codemirror/mode/javascript/test.js
kallithea/public/codemirror/mode/javascript/typescript.html
Show inline comments
 
file renamed from kallithea/public/js/mode/javascript/typescript.html to kallithea/public/codemirror/mode/javascript/typescript.html
kallithea/public/codemirror/mode/jinja2/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/jinja2/index.html to kallithea/public/codemirror/mode/jinja2/index.html
kallithea/public/codemirror/mode/jinja2/jinja2.js
Show inline comments
 
file renamed from kallithea/public/js/mode/jinja2/jinja2.js to kallithea/public/codemirror/mode/jinja2/jinja2.js
kallithea/public/codemirror/mode/less/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/less/index.html to kallithea/public/codemirror/mode/less/index.html
kallithea/public/codemirror/mode/less/less.js
Show inline comments
 
file renamed from kallithea/public/js/mode/less/less.js to kallithea/public/codemirror/mode/less/less.js
kallithea/public/codemirror/mode/livescript/LICENSE
Show inline comments
 
file renamed from kallithea/public/js/mode/livescript/LICENSE to kallithea/public/codemirror/mode/livescript/LICENSE
kallithea/public/codemirror/mode/livescript/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/livescript/index.html to kallithea/public/codemirror/mode/livescript/index.html
kallithea/public/codemirror/mode/livescript/livescript.js
Show inline comments
 
file renamed from kallithea/public/js/mode/livescript/livescript.js to kallithea/public/codemirror/mode/livescript/livescript.js
kallithea/public/codemirror/mode/livescript/livescript.ls
Show inline comments
 
file renamed from kallithea/public/js/mode/livescript/livescript.ls to kallithea/public/codemirror/mode/livescript/livescript.ls
kallithea/public/codemirror/mode/lua/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/lua/index.html to kallithea/public/codemirror/mode/lua/index.html
kallithea/public/codemirror/mode/lua/lua.js
Show inline comments
 
file renamed from kallithea/public/js/mode/lua/lua.js to kallithea/public/codemirror/mode/lua/lua.js
kallithea/public/codemirror/mode/markdown/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/markdown/index.html to kallithea/public/codemirror/mode/markdown/index.html
kallithea/public/codemirror/mode/markdown/markdown.js
Show inline comments
 
file renamed from kallithea/public/js/mode/markdown/markdown.js to kallithea/public/codemirror/mode/markdown/markdown.js
kallithea/public/codemirror/mode/markdown/test.js
Show inline comments
 
file renamed from kallithea/public/js/mode/markdown/test.js to kallithea/public/codemirror/mode/markdown/test.js
kallithea/public/codemirror/mode/meta.js
Show inline comments
 
file renamed from kallithea/public/js/mode/meta.js to kallithea/public/codemirror/mode/meta.js
kallithea/public/codemirror/mode/mirc/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/mirc/index.html to kallithea/public/codemirror/mode/mirc/index.html
kallithea/public/codemirror/mode/mirc/mirc.js
Show inline comments
 
file renamed from kallithea/public/js/mode/mirc/mirc.js to kallithea/public/codemirror/mode/mirc/mirc.js
kallithea/public/codemirror/mode/nginx/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/nginx/index.html to kallithea/public/codemirror/mode/nginx/index.html
kallithea/public/codemirror/mode/nginx/nginx.js
Show inline comments
 
file renamed from kallithea/public/js/mode/nginx/nginx.js to kallithea/public/codemirror/mode/nginx/nginx.js
kallithea/public/codemirror/mode/ntriples/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/ntriples/index.html to kallithea/public/codemirror/mode/ntriples/index.html
kallithea/public/codemirror/mode/ntriples/ntriples.js
Show inline comments
 
file renamed from kallithea/public/js/mode/ntriples/ntriples.js to kallithea/public/codemirror/mode/ntriples/ntriples.js
kallithea/public/codemirror/mode/ocaml/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/ocaml/index.html to kallithea/public/codemirror/mode/ocaml/index.html
kallithea/public/codemirror/mode/ocaml/ocaml.js
Show inline comments
 
file renamed from kallithea/public/js/mode/ocaml/ocaml.js to kallithea/public/codemirror/mode/ocaml/ocaml.js
kallithea/public/codemirror/mode/pascal/LICENSE
Show inline comments
 
file renamed from kallithea/public/js/mode/pascal/LICENSE to kallithea/public/codemirror/mode/pascal/LICENSE
kallithea/public/codemirror/mode/pascal/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/pascal/index.html to kallithea/public/codemirror/mode/pascal/index.html
kallithea/public/codemirror/mode/pascal/pascal.js
Show inline comments
 
file renamed from kallithea/public/js/mode/pascal/pascal.js to kallithea/public/codemirror/mode/pascal/pascal.js
kallithea/public/codemirror/mode/perl/LICENSE
Show inline comments
 
file renamed from kallithea/public/js/mode/perl/LICENSE to kallithea/public/codemirror/mode/perl/LICENSE
kallithea/public/codemirror/mode/perl/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/perl/index.html to kallithea/public/codemirror/mode/perl/index.html
kallithea/public/codemirror/mode/perl/perl.js
Show inline comments
 
file renamed from kallithea/public/js/mode/perl/perl.js to kallithea/public/codemirror/mode/perl/perl.js
kallithea/public/codemirror/mode/php/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/php/index.html to kallithea/public/codemirror/mode/php/index.html
kallithea/public/codemirror/mode/php/php.js
Show inline comments
 
file renamed from kallithea/public/js/mode/php/php.js to kallithea/public/codemirror/mode/php/php.js
kallithea/public/codemirror/mode/pig/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/pig/index.html to kallithea/public/codemirror/mode/pig/index.html
kallithea/public/codemirror/mode/pig/pig.js
Show inline comments
 
file renamed from kallithea/public/js/mode/pig/pig.js to kallithea/public/codemirror/mode/pig/pig.js
kallithea/public/codemirror/mode/properties/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/properties/index.html to kallithea/public/codemirror/mode/properties/index.html
kallithea/public/codemirror/mode/properties/properties.js
Show inline comments
 
file renamed from kallithea/public/js/mode/properties/properties.js to kallithea/public/codemirror/mode/properties/properties.js
kallithea/public/codemirror/mode/python/LICENSE.txt
Show inline comments
 
file renamed from kallithea/public/js/mode/python/LICENSE.txt to kallithea/public/codemirror/mode/python/LICENSE.txt
kallithea/public/codemirror/mode/python/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/python/index.html to kallithea/public/codemirror/mode/python/index.html
kallithea/public/codemirror/mode/python/python.js
Show inline comments
 
file renamed from kallithea/public/js/mode/python/python.js to kallithea/public/codemirror/mode/python/python.js
kallithea/public/codemirror/mode/q/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/q/index.html to kallithea/public/codemirror/mode/q/index.html
kallithea/public/codemirror/mode/q/q.js
Show inline comments
 
file renamed from kallithea/public/js/mode/q/q.js to kallithea/public/codemirror/mode/q/q.js
kallithea/public/codemirror/mode/r/LICENSE
Show inline comments
 
file renamed from kallithea/public/js/mode/r/LICENSE to kallithea/public/codemirror/mode/r/LICENSE
kallithea/public/codemirror/mode/r/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/r/index.html to kallithea/public/codemirror/mode/r/index.html
kallithea/public/codemirror/mode/r/r.js
Show inline comments
 
file renamed from kallithea/public/js/mode/r/r.js to kallithea/public/codemirror/mode/r/r.js
kallithea/public/codemirror/mode/rpm/changes/changes.js
Show inline comments
 
file renamed from kallithea/public/js/mode/rpm/changes/changes.js to kallithea/public/codemirror/mode/rpm/changes/changes.js
kallithea/public/codemirror/mode/rpm/changes/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/rpm/changes/index.html to kallithea/public/codemirror/mode/rpm/changes/index.html
kallithea/public/codemirror/mode/rpm/spec/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/rpm/spec/index.html to kallithea/public/codemirror/mode/rpm/spec/index.html
kallithea/public/codemirror/mode/rpm/spec/spec.css
Show inline comments
 
file renamed from kallithea/public/js/mode/rpm/spec/spec.css to kallithea/public/codemirror/mode/rpm/spec/spec.css
kallithea/public/codemirror/mode/rpm/spec/spec.js
Show inline comments
 
file renamed from kallithea/public/js/mode/rpm/spec/spec.js to kallithea/public/codemirror/mode/rpm/spec/spec.js
kallithea/public/codemirror/mode/rst/LICENSE.txt
Show inline comments
 
file renamed from kallithea/public/js/mode/rst/LICENSE.txt to kallithea/public/codemirror/mode/rst/LICENSE.txt
kallithea/public/codemirror/mode/rst/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/rst/index.html to kallithea/public/codemirror/mode/rst/index.html
kallithea/public/codemirror/mode/rst/rst.js
Show inline comments
 
file renamed from kallithea/public/js/mode/rst/rst.js to kallithea/public/codemirror/mode/rst/rst.js
kallithea/public/codemirror/mode/ruby/LICENSE
Show inline comments
 
file renamed from kallithea/public/js/mode/ruby/LICENSE to kallithea/public/codemirror/mode/ruby/LICENSE
kallithea/public/codemirror/mode/ruby/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/ruby/index.html to kallithea/public/codemirror/mode/ruby/index.html
kallithea/public/codemirror/mode/ruby/ruby.js
Show inline comments
 
file renamed from kallithea/public/js/mode/ruby/ruby.js to kallithea/public/codemirror/mode/ruby/ruby.js
kallithea/public/codemirror/mode/rust/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/rust/index.html to kallithea/public/codemirror/mode/rust/index.html
kallithea/public/codemirror/mode/rust/rust.js
Show inline comments
 
file renamed from kallithea/public/js/mode/rust/rust.js to kallithea/public/codemirror/mode/rust/rust.js
kallithea/public/codemirror/mode/sass/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/sass/index.html to kallithea/public/codemirror/mode/sass/index.html
kallithea/public/codemirror/mode/sass/sass.js
Show inline comments
 
file renamed from kallithea/public/js/mode/sass/sass.js to kallithea/public/codemirror/mode/sass/sass.js
kallithea/public/codemirror/mode/scheme/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/scheme/index.html to kallithea/public/codemirror/mode/scheme/index.html
kallithea/public/codemirror/mode/scheme/scheme.js
Show inline comments
 
file renamed from kallithea/public/js/mode/scheme/scheme.js to kallithea/public/codemirror/mode/scheme/scheme.js
kallithea/public/codemirror/mode/shell/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/shell/index.html to kallithea/public/codemirror/mode/shell/index.html
kallithea/public/codemirror/mode/shell/shell.js
Show inline comments
 
file renamed from kallithea/public/js/mode/shell/shell.js to kallithea/public/codemirror/mode/shell/shell.js
kallithea/public/codemirror/mode/sieve/LICENSE
Show inline comments
 
file renamed from kallithea/public/js/mode/sieve/LICENSE to kallithea/public/codemirror/mode/sieve/LICENSE
kallithea/public/codemirror/mode/sieve/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/sieve/index.html to kallithea/public/codemirror/mode/sieve/index.html
kallithea/public/codemirror/mode/sieve/sieve.js
Show inline comments
 
file renamed from kallithea/public/js/mode/sieve/sieve.js to kallithea/public/codemirror/mode/sieve/sieve.js
kallithea/public/codemirror/mode/smalltalk/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/smalltalk/index.html to kallithea/public/codemirror/mode/smalltalk/index.html
kallithea/public/codemirror/mode/smalltalk/smalltalk.js
Show inline comments
 
file renamed from kallithea/public/js/mode/smalltalk/smalltalk.js to kallithea/public/codemirror/mode/smalltalk/smalltalk.js
kallithea/public/codemirror/mode/smarty/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/smarty/index.html to kallithea/public/codemirror/mode/smarty/index.html
kallithea/public/codemirror/mode/smarty/smarty.js
Show inline comments
 
file renamed from kallithea/public/js/mode/smarty/smarty.js to kallithea/public/codemirror/mode/smarty/smarty.js
kallithea/public/codemirror/mode/smartymixed/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/smartymixed/index.html to kallithea/public/codemirror/mode/smartymixed/index.html
kallithea/public/codemirror/mode/smartymixed/smartymixed.js
Show inline comments
 
file renamed from kallithea/public/js/mode/smartymixed/smartymixed.js to kallithea/public/codemirror/mode/smartymixed/smartymixed.js
kallithea/public/codemirror/mode/sparql/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/sparql/index.html to kallithea/public/codemirror/mode/sparql/index.html
kallithea/public/codemirror/mode/sparql/sparql.js
Show inline comments
 
file renamed from kallithea/public/js/mode/sparql/sparql.js to kallithea/public/codemirror/mode/sparql/sparql.js
kallithea/public/codemirror/mode/sql/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/sql/index.html to kallithea/public/codemirror/mode/sql/index.html
kallithea/public/codemirror/mode/sql/sql.js
Show inline comments
 
file renamed from kallithea/public/js/mode/sql/sql.js to kallithea/public/codemirror/mode/sql/sql.js
kallithea/public/codemirror/mode/stex/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/stex/index.html to kallithea/public/codemirror/mode/stex/index.html
kallithea/public/codemirror/mode/stex/stex.js
Show inline comments
 
file renamed from kallithea/public/js/mode/stex/stex.js to kallithea/public/codemirror/mode/stex/stex.js
kallithea/public/codemirror/mode/stex/test.js
Show inline comments
 
file renamed from kallithea/public/js/mode/stex/test.js to kallithea/public/codemirror/mode/stex/test.js
kallithea/public/codemirror/mode/tcl/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/tcl/index.html to kallithea/public/codemirror/mode/tcl/index.html
kallithea/public/codemirror/mode/tcl/tcl.js
Show inline comments
 
file renamed from kallithea/public/js/mode/tcl/tcl.js to kallithea/public/codemirror/mode/tcl/tcl.js
kallithea/public/codemirror/mode/tiddlywiki/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/tiddlywiki/index.html to kallithea/public/codemirror/mode/tiddlywiki/index.html
kallithea/public/codemirror/mode/tiddlywiki/tiddlywiki.css
Show inline comments
 
file renamed from kallithea/public/js/mode/tiddlywiki/tiddlywiki.css to kallithea/public/codemirror/mode/tiddlywiki/tiddlywiki.css
kallithea/public/codemirror/mode/tiddlywiki/tiddlywiki.js
Show inline comments
 
file renamed from kallithea/public/js/mode/tiddlywiki/tiddlywiki.js to kallithea/public/codemirror/mode/tiddlywiki/tiddlywiki.js
kallithea/public/codemirror/mode/tiki/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/tiki/index.html to kallithea/public/codemirror/mode/tiki/index.html
kallithea/public/codemirror/mode/tiki/tiki.css
Show inline comments
 
file renamed from kallithea/public/js/mode/tiki/tiki.css to kallithea/public/codemirror/mode/tiki/tiki.css
kallithea/public/codemirror/mode/tiki/tiki.js
Show inline comments
 
file renamed from kallithea/public/js/mode/tiki/tiki.js to kallithea/public/codemirror/mode/tiki/tiki.js
kallithea/public/codemirror/mode/turtle/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/turtle/index.html to kallithea/public/codemirror/mode/turtle/index.html
kallithea/public/codemirror/mode/turtle/turtle.js
Show inline comments
 
file renamed from kallithea/public/js/mode/turtle/turtle.js to kallithea/public/codemirror/mode/turtle/turtle.js
kallithea/public/codemirror/mode/vb/LICENSE.txt
Show inline comments
 
file renamed from kallithea/public/js/mode/vb/LICENSE.txt to kallithea/public/codemirror/mode/vb/LICENSE.txt
kallithea/public/codemirror/mode/vb/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/vb/index.html to kallithea/public/codemirror/mode/vb/index.html
kallithea/public/codemirror/mode/vb/vb.js
Show inline comments
 
file renamed from kallithea/public/js/mode/vb/vb.js to kallithea/public/codemirror/mode/vb/vb.js
kallithea/public/codemirror/mode/vbscript/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/vbscript/index.html to kallithea/public/codemirror/mode/vbscript/index.html
kallithea/public/codemirror/mode/vbscript/vbscript.js
Show inline comments
 
file renamed from kallithea/public/js/mode/vbscript/vbscript.js to kallithea/public/codemirror/mode/vbscript/vbscript.js
kallithea/public/codemirror/mode/velocity/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/velocity/index.html to kallithea/public/codemirror/mode/velocity/index.html
kallithea/public/codemirror/mode/velocity/velocity.js
Show inline comments
 
file renamed from kallithea/public/js/mode/velocity/velocity.js to kallithea/public/codemirror/mode/velocity/velocity.js
kallithea/public/codemirror/mode/verilog/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/verilog/index.html to kallithea/public/codemirror/mode/verilog/index.html
kallithea/public/codemirror/mode/verilog/verilog.js
Show inline comments
 
file renamed from kallithea/public/js/mode/verilog/verilog.js to kallithea/public/codemirror/mode/verilog/verilog.js
kallithea/public/codemirror/mode/xml/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/xml/index.html to kallithea/public/codemirror/mode/xml/index.html
kallithea/public/codemirror/mode/xml/xml.js
Show inline comments
 
file renamed from kallithea/public/js/mode/xml/xml.js to kallithea/public/codemirror/mode/xml/xml.js
kallithea/public/codemirror/mode/xquery/LICENSE
Show inline comments
 
file renamed from kallithea/public/js/mode/xquery/LICENSE to kallithea/public/codemirror/mode/xquery/LICENSE
kallithea/public/codemirror/mode/xquery/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/xquery/index.html to kallithea/public/codemirror/mode/xquery/index.html
kallithea/public/codemirror/mode/xquery/test.js
Show inline comments
 
file renamed from kallithea/public/js/mode/xquery/test.js to kallithea/public/codemirror/mode/xquery/test.js
kallithea/public/codemirror/mode/xquery/xquery.js
Show inline comments
 
file renamed from kallithea/public/js/mode/xquery/xquery.js to kallithea/public/codemirror/mode/xquery/xquery.js
kallithea/public/codemirror/mode/yaml/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/yaml/index.html to kallithea/public/codemirror/mode/yaml/index.html
kallithea/public/codemirror/mode/yaml/yaml.js
Show inline comments
 
file renamed from kallithea/public/js/mode/yaml/yaml.js to kallithea/public/codemirror/mode/yaml/yaml.js
kallithea/public/codemirror/mode/z80/index.html
Show inline comments
 
file renamed from kallithea/public/js/mode/z80/index.html to kallithea/public/codemirror/mode/z80/index.html
kallithea/public/codemirror/mode/z80/z80.js
Show inline comments
 
file renamed from kallithea/public/js/mode/z80/z80.js to kallithea/public/codemirror/mode/z80/z80.js
kallithea/public/js/codemirror_loadmode.js
Show inline comments
 
(function() {
 
  // FIXME: if this default value ever is used, it will probably be wrong
 
  if (!CodeMirror.modeURL) CodeMirror.modeURL = "../mode/%N/%N.js";
 

	
 
  var loading = {};
 
  function splitCallback(cont, n) {
 
    var countDown = n;
 
    return function() { if (--countDown == 0) cont(); };
kallithea/templates/admin/gists/edit.html
Show inline comments
 
@@ -6,19 +6,19 @@
 
    %if c.site_name:
 
        · ${c.site_name}
 
    %endif
 
</%def>
 

	
 
<%def name="js_extra()">
 
<script type="text/javascript" src="${h.url('/js/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/lib/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/codemirror_loadmode.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/meta_ext.js')}"></script>
 
</%def>
 
<%def name="css_extra()">
 
<link rel="stylesheet" type="text/css" href="${h.url('/css/codemirror.css')}"/>
 
<link rel="stylesheet" type="text/css" href="${h.url('/codemirror/lib/codemirror.css')}"/>
 
</%def>
 

	
 
<%def name="breadcrumbs_links()">
 
    ${_('Edit Gist')} &middot; ${c.gist.gist_access_id}
 
</%def>
 

	
 
@@ -86,13 +86,13 @@
 
                    </div>
 
                </div>
 

	
 
                ## dynamic edit box.
 
                <script type="text/javascript">
 
                var myCodeMirror = initCodeMirror("editor_${h.FID('f',file.path)}", '');
 
                CodeMirror.modeURL = "${h.url('/js/mode/%N/%N.js')}";
 
                CodeMirror.modeURL = "${h.url('/codemirror/mode/%N/%N.js')}";
 

	
 
                //inject new modes
 
                var $modes_select = $('#mimetype_${h.FID('f',file.path)}');
 
                $modes_select.each(function(){
 
                    var modes_select = this;
 
                    for(var i=0;i<CodeMirror.modeInfo.length;i++) {
kallithea/templates/admin/gists/new.html
Show inline comments
 
@@ -6,19 +6,19 @@
 
    %if c.site_name:
 
        &middot; ${c.site_name}
 
    %endif
 
</%def>
 

	
 
<%def name="js_extra()">
 
<script type="text/javascript" src="${h.url('/js/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/lib/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/codemirror_loadmode.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/meta_ext.js')}"></script>
 
</%def>
 
<%def name="css_extra()">
 
<link rel="stylesheet" type="text/css" href="${h.url('/css/codemirror.css')}"/>
 
<link rel="stylesheet" type="text/css" href="${h.url('/codemirror/lib/codemirror.css')}"/>
 
</%def>
 

	
 
<%def name="breadcrumbs_links()">
 
    ${_('New Gist')}
 
</%def>
 

	
 
@@ -61,13 +61,13 @@
 
            ${h.submit('public',_('Create Public Gist'),class_="btn btn-mini")}
 
            ${h.reset('reset',_('Reset'),class_="btn btn-mini")}
 
            </div>
 
            ${h.end_form()}
 
            <script type="text/javascript">
 
            var myCodeMirror = initCodeMirror('editor', '');
 
            CodeMirror.modeURL = "${h.url('/js/mode/%N/%N.js')}";
 
            CodeMirror.modeURL = "${h.url('/codemirror/mode/%N/%N.js')}";
 

	
 
            //inject new modes
 
            var $modes_select = $('#mimetype');
 
            $modes_select.each(function(){
 
                var modes_select = this;
 
                for(var i=0;i<CodeMirror.modeInfo.length;i++) {
kallithea/templates/files/diff_2way.html
Show inline comments
 
## -*- coding: utf-8 -*-
 

	
 
<%inherit file="/base/base.html"/>
 

	
 
<%def name="js_extra()">
 
<script type="text/javascript" src="${h.url('/js/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/lib/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/mergely.js')}"></script>
 
</%def>
 
<%def name="css_extra()">
 
<link rel="stylesheet" type="text/css" href="${h.url('/css/codemirror.css')}"/>
 
<link rel="stylesheet" type="text/css" href="${h.url('/codemirror/lib/codemirror.css')}"/>
 
<link rel="stylesheet" type="text/css" href="${h.url('/css/mergely.css')}"/>
 
</%def>
 

	
 
<%def name="title()">
 
    ${_('%s File side-by-side diff') % c.repo_name}
 
    %if c.site_name:
kallithea/templates/files/files_add.html
Show inline comments
 
@@ -5,19 +5,19 @@
 
    %if c.site_name:
 
        &middot; ${c.site_name}
 
    %endif
 
</%def>
 

	
 
<%def name="js_extra()">
 
<script type="text/javascript" src="${h.url('/js/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/lib/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/codemirror_loadmode.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/meta_ext.js')}"></script>
 
</%def>
 
<%def name="css_extra()">
 
<link rel="stylesheet" type="text/css" href="${h.url('/css/codemirror.css')}"/>
 
<link rel="stylesheet" type="text/css" href="${h.url('/codemirror/lib/codemirror.css')}"/>
 
</%def>
 

	
 
<%def name="page_nav()">
 
    ${self.menu('repositories')}
 
</%def>
 

	
 
@@ -69,13 +69,13 @@ ${self.repo_context_bar('files')}
 
            ${h.reset('reset',_('Reset'),class_="btn btn-small")}
 
            </div>
 
            ${h.end_form()}
 
            <script type="text/javascript">
 
            var reset_url = "${h.url('files_home',repo_name=c.repo_name,revision=c.cs.raw_id,f_path=c.f_path)}";
 
            var myCodeMirror = initCodeMirror('editor',reset_url);
 
            CodeMirror.modeURL = "${h.url('/js/mode/%N/%N.js')}";
 
            CodeMirror.modeURL = "${h.url('/codemirror/mode/%N/%N.js')}";
 

	
 
            //inject new modes, based on codeMirrors modeInfo object
 
            $('#set_mode').each(function(){
 
                var modes_select = this;
 
                for(var i=0;i<CodeMirror.modeInfo.length;i++){
 
                    var m = CodeMirror.modeInfo[i];
kallithea/templates/files/files_delete.html
Show inline comments
 
@@ -5,19 +5,19 @@
 
    %if c.site_name:
 
        &middot; ${c.site_name}
 
    %endif
 
</%def>
 

	
 
<%def name="js_extra()">
 
<script type="text/javascript" src="${h.url('/js/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/lib/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/codemirror_loadmode.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/meta_ext.js')}"></script>
 
</%def>
 
<%def name="css_extra()">
 
<link rel="stylesheet" type="text/css" href="${h.url('/css/codemirror.css')}"/>
 
<link rel="stylesheet" type="text/css" href="${h.url('/codemirror/lib/codemirror.css')}"/>
 
</%def>
 

	
 
<%def name="page_nav()">
 
    ${self.menu('repositories')}
 
</%def>
 

	
kallithea/templates/files/files_edit.html
Show inline comments
 
@@ -5,19 +5,19 @@
 
    %if c.site_name:
 
        &middot; ${c.site_name}
 
    %endif
 
</%def>
 

	
 
<%def name="js_extra()">
 
<script type="text/javascript" src="${h.url('/js/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/lib/codemirror.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/codemirror_loadmode.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/codemirror/mode/meta.js')}"></script>
 
<script type="text/javascript" src="${h.url('/js/meta_ext.js')}"></script>
 
</%def>
 
<%def name="css_extra()">
 
<link rel="stylesheet" type="text/css" href="${h.url('/css/codemirror.css')}"/>
 
<link rel="stylesheet" type="text/css" href="${h.url('/codemirror/lib/codemirror.css')}"/>
 
</%def>
 

	
 
<%def name="page_nav()">
 
    ${self.menu('repositories')}
 
</%def>
 

	
 
@@ -77,13 +77,13 @@ ${self.repo_context_bar('files')}
 
</div>
 

	
 
<script type="text/javascript">
 
$(document).ready(function(){
 
    var reset_url = "${h.url('files_home',repo_name=c.repo_name,revision=c.cs.raw_id,f_path=c.file.path)}";
 
    var myCodeMirror = initCodeMirror('editor',reset_url);
 
    CodeMirror.modeURL = "${h.url('/js/mode/%N/%N.js')}";
 
    CodeMirror.modeURL = "${h.url('/codemirror/mode/%N/%N.js')}";
 

	
 
   //inject new modes, based on codeMirrors modeInfo object
 
    var modes_select = $('#set_mode');
 
    for(var i=0;i<CodeMirror.modeInfo.length;i++){
 
        var m = CodeMirror.modeInfo[i];
 
        var opt = $('<option></option>').val(m.mode).text(m.name)
0 comments (0 inline, 0 general)