Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
List editing.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudek committed Jul 31, 2013
1 parent 49d3003 commit 6fbe063
Show file tree
Hide file tree
Showing 20 changed files with 5,513 additions and 332 deletions.
9 changes: 9 additions & 0 deletions bundy.js
Expand Up @@ -14,12 +14,16 @@ bundy.js([
"src/lib/codemirror.addon.matchhighlighter.js",
"src/lib/codemirror.addon.placeholder.js",
"src/lib/jquery.appendix.js",
"src/lib/jquery.csv.js",
"src/lib/jquery.simulate.js",
"src/lib/jquery.ui.js",
"src/lib/jquery.zclip.js",
"src/lib/mousetrap.js",
"src/csdleditor.codemirror.mode.csdl.js",
"src/csdleditor.codemirror.hint.csdl.js",
"src/csdleditor.googlemaps.js",
"src/csdleditor.geoselection.js",
"src/csdleditor.listeditor.js",
"src/csdleditor.templates.js",
"src/csdleditor.js",
"src/csdleditor.loader.post.js"
Expand All @@ -34,10 +38,15 @@ bundy.css([
bundy.copy([
'src/images/csdl-header.png',
'src/images/csdl-help.png',
'src/images/csdl-icons.png',
'src/images/loader.gif',
'src/images/maps-marker.png'
], 'minified/images/');

bundy.copy([
'src/swf/ZeroClipboard.swf'
], 'minified/swf/');

bundy.copy('README.md', 'minified/README.md');

// go!
Expand Down
4 changes: 3 additions & 1 deletion minified/csdleditor.config.js
Expand Up @@ -49,7 +49,9 @@ var CSDLEditorConfig = CSDLEditorConfig || {
'geo_radius',
'geo_polygon',
'pcre',
'contains_phrase'
'contains_phrase',
'all',
'contains_all'
],

logical : [
Expand Down
2 changes: 1 addition & 1 deletion minified/csdleditor.min.css

Large diffs are not rendered by default.

668 changes: 393 additions & 275 deletions minified/csdleditor.min.js

Large diffs are not rendered by default.

Binary file modified minified/images/csdl-header.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minified/images/csdl-icons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minified/swf/ZeroClipboard.swf
Binary file not shown.
4 changes: 3 additions & 1 deletion src/csdleditor.config.js
Expand Up @@ -49,7 +49,9 @@ var CSDLEditorConfig = CSDLEditorConfig || {
'geo_radius',
'geo_polygon',
'pcre',
'contains_phrase'
'contains_phrase',
'all',
'contains_all'
],

logical : [
Expand Down

0 comments on commit 6fbe063

Please sign in to comment.