Skip to content

Commit

Permalink
Upgrade CodeMirror to 2.32 to avoid space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhakhar Kaliyamurthy committed Jul 23, 2012
1 parent b8ecff3 commit 5457e13
Show file tree
Hide file tree
Showing 7 changed files with 3,240 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
## JULY 23, 2012

* Upgrade code-mirror to 2.32 to avoid space issue

## July 11, 2012

* Changes to mem-cache-local to queue operations if connections are not available.
Expand Down
4 changes: 2 additions & 2 deletions modules/app/package.json
@@ -1,7 +1,7 @@
{
"author": "ql.io",
"name": "ql.io-app",
"version": "0.7.4",
"version": "0.7.5",
"repository": {
"type": "git",
"url": "https://github.com/ql-io/ql.io"
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"commander": "0.6.0",
"ql.io-console": "0.7.4",
"ql.io-console": "0.7.5",
"ql.io-compiler": "0.7.2",
"winston": "0.5.11",
"express": "2.5.9",
Expand Down
2 changes: 1 addition & 1 deletion modules/console/app.js
Expand Up @@ -158,7 +158,7 @@ var Console = module.exports = function(opts, cb) {
'dataType': 'javascript',
'files': [
'splitter.js',
'codemirror-compressed.js',
'codemirror.js',
'qlio-editor.js',
'jquery.treeview.js',
'jsonview.js',
Expand Down
2 changes: 1 addition & 1 deletion modules/console/package.json
@@ -1,7 +1,7 @@
{
"author": "ql.io",
"name": "ql.io-console",
"version": "0.7.4",
"version": "0.7.5",
"repository": {
"type": "git",
"url": "https://github.com/ql-io/ql.io"
Expand Down
1 change: 1 addition & 0 deletions modules/console/public/css/codemirror.css
Expand Up @@ -62,6 +62,7 @@
text-align: right;
padding: .4em .2em .4em .4em;
white-space: pre !important;
cursor: default;
}
.CodeMirror-lines {
padding: .4em;
Expand Down
1 change: 0 additions & 1 deletion modules/console/public/scripts/codemirror-compressed.js

This file was deleted.

0 comments on commit 5457e13

Please sign in to comment.