diff --git a/js/apps/system/_admin/aardvark/APP/GruntFile.js b/js/apps/system/_admin/aardvark/APP/GruntFile.js index d04b9bc2b7..dee4f9de90 100644 --- a/js/apps/system/_admin/aardvark/APP/GruntFile.js +++ b/js/apps/system/_admin/aardvark/APP/GruntFile.js @@ -84,38 +84,6 @@ "frontend/js/arango/templateEngine.js", "frontend/js/shell/browser.js", "frontend/js/config/dygraphConfig.js" - /* - "frontend/js/modules/underscore.js", - "frontend/js/modules/org/arangodb/aql/explainer.js", - "frontend/js/modules/org/arangodb/aql/functions.js", - "frontend/js/modules/org/arangodb/aql/queries.js", - "frontend/js/modules/org/arangodb/graph/traversal.js", - "frontend/js/modules/org/arangodb/arango-collection-common.js", - "frontend/js/modules/org/arangodb/arango-collection.js", - "frontend/js/modules/org/arangodb/arango-database.js", - "frontend/js/modules/org/arangodb/arango-query-cursor.js", - "frontend/js/modules/org/arangodb/arango-statement-common.js", - "frontend/js/modules/org/arangodb/arango-statement.js", - "frontend/js/modules/org/arangodb/arangosh.js", - "frontend/js/modules/org/arangodb/general-graph.js", - "frontend/js/modules/org/arangodb/graph-blueprint.js", - "frontend/js/modules/org/arangodb/graph-common.js", - "frontend/js/modules/org/arangodb/graph.js", - "frontend/js/modules/org/arangodb/is.js", - "frontend/js/modules/org/arangodb/mimetypes.js", - "frontend/js/modules/org/arangodb/replication.js", - "frontend/js/modules/org/arangodb/simple-query-common.js", - "frontend/js/modules/org/arangodb/simple-query.js", - "frontend/js/modules/org/arangodb/tutorial.js", - "frontend/js/modules/org/arangodb-common.js", - "frontend/js/modules/org/arangodb.js", - "frontend/js/bootstrap/modules/internal.js", // deps: - - "frontend/js/bootstrap/errors.js", // deps: internal - "frontend/js/bootstrap/modules/console.js", // deps: internal - "frontend/js/bootstrap/monkeypatches.js", - "frontend/js/client/bootstrap/modules/internal.js", // deps: internal - "frontend/js/client/client.js" - */ ], js: [ "frontend/js/models/*", diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/modules/org/arangodb/arangosh.js b/js/apps/system/_admin/aardvark/APP/frontend/js/modules/org/arangodb/arangosh.js index 4edef3f74b..08b6c2c693 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/modules/org/arangodb/arangosh.js +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/modules/org/arangodb/arangosh.js @@ -127,19 +127,7 @@ exports.HELP = exports.createHelpHeadline("Help") + ' fm: FoxxManager ' + "\n" + 'Examples: ' + "\n" + ' > db._collections() list all collections ' + "\n" + - ' > db._create() create a new collection ' + "\n" + - ' > db._drop() drop a collection ' + "\n" + - ' > db..toArray() list all documents ' + "\n" + - ' > id = db..save({ ... }) save a document ' + "\n" + - ' > db..remove(<_id>) delete a document ' + "\n" + - ' > db..document(<_id>) retrieve a document ' + "\n" + - ' > db..replace(<_id>, {...}) overwrite a document ' + "\n" + - ' > db..update(<_id>, {...}) partially update a document' + "\n" + - ' > db..exists(<_id>) check if document exists ' + "\n" + ' > db._query().toArray() execute an AQL query ' + "\n" + - ' > db._useDatabase() switch database ' + "\n" + - ' > db._createDatabase() create a new database ' + "\n" + - ' > db._listDatabases() list existing databases ' + "\n" + ' > help show help pages ' + "\n" + ' > exit ' + "\n" + 'Note: collection names and statuses may be cached in arangosh. ' + "\n" +