Skip to content

Commit

Permalink
changed docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 18, 2014
1 parent fbafaf4 commit 51d1ec3
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 17 deletions.
32 changes: 16 additions & 16 deletions app/translations/en-US/hint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"login.importDb": "Import a public database",
"login.deleteDb": "Drop the selected database",
"login.connectDb": "Connect to the selected database",
"login.help": "To login, enter the credentials for any database user. By default, <b>reader/reader</b> can read records from the database, <b>writer/writer</b> can read, create, update and delete records. <b>admin/admin</b> has full administrative rights. To learn more about security, read the docs <a href='{{link}}'>here</a>",
"login.help": "To login, enter the credentials for any database user. By default, <b>reader/reader</b> can read records from the database, <b>writer/writer</b> can read, create, update and delete records. <b>admin/admin</b> has full administrative rights. To learn more about security, read the docs <a href='{{link}}' target='_blank'>here</a>",
"browse.help": "Query help",
"browse.clearHistory": "Clear history",
"browse.searchHistory": "Search in history",
"browse.run": "Run query",
"browse.config": "Query help",
"browse.addBookmark": "Add bookmark",
"browse.showBookmark": "Toggle bookmarks",
"schema.clusterSelection": "<ul class='clusterSelection'><li><strong>default</strong>, always uses the Class's <code>defaultClusterId</code> property. This was the default before version 1.7</li><li><strong>round-robin</strong>, puts the Class's configured clusters in a ring and returns a different cluster every time restarting at the first when the ring is completed</li><li><strong>balanced</strong>, checks the records in all the clusters and returns the smaller cluster. This allows the cluster to have all the underlying clusters balanced on size.</li></ul> For more details, visit the <a href='{{linkClusterSelection}}'>docs</a>",
"schema.clusters": "A cluster is a place where a group of records are stored. Perhaps the best equivalent in the relational world would be a Table. By default, OrientDB will create one cluster per class. All the records of a class are stored in the same cluster which has the same name as the class. For more details, visit the <a href='{{linkClusters}}'>docs</a>",
"schema.class": "A Class is a concept taken from the Object Oriented paradigm. In OrientDB defines a type of record. It's the closest concept to a Relational DBMS Table. Class can be schema-less, schema-full or mixed. For more details about classes visit the <a href='{{linkClasses}}'>docs</a>",
"schema.superClass": "OrientDB supports inheritance between classes. For more details about inheritance, visit the <a href='{{linkInheritance}}'>docs</a>",
"structure.conflictStrategy": "Used to handle conflicts when OrientDB's Multi Version Concurrency Control (MVCC) finds an update or delete operation executed against an old record. For more details about conflict strategy, visit the <a href='{{linkConflictStrategy}}'>docs</a>",
"configuration.conflictStrategy": "Used to handle conflicts when OrientDB's Multi Version Concurrency Control (MVCC) finds an update or delete operation executed against an old record. For more details about conflict strategy, visit the <a href='{{conflictStrategy}}'>docs</a>",
"configuration.clusterSelection": "Sets the default strategy used when selecting the cluster where new records are created. This setting is read on class creation. After creation, each class has it's own modifiable strategy. For more details about cluster selection, visit the <a href='{{clusterSelection}}'>docs</a>",
"schema.clusterSelection": "<ul class='clusterSelection'><li><strong>default</strong>, always uses the Class's <code>defaultClusterId</code> property. This was the default before version 1.7</li><li><strong>round-robin</strong>, puts the Class's configured clusters in a ring and returns a different cluster every time restarting at the first when the ring is completed</li><li><strong>balanced</strong>, checks the records in all the clusters and returns the smaller cluster. This allows the cluster to have all the underlying clusters balanced on size.</li></ul> For more details, visit the <a href='{{linkClusterSelection}}' target='_blank'>docs</a>",
"schema.clusters": "A cluster is a place where a group of records are stored. Perhaps the best equivalent in the relational world would be a Table. By default, OrientDB will create one cluster per class. All the records of a class are stored in the same cluster which has the same name as the class. For more details, visit the <a href='{{linkClusters}}' target='_blank'>docs</a>",
"schema.class": "A Class is a concept taken from the Object Oriented paradigm. In OrientDB defines a type of record. It's the closest concept to a Relational DBMS Table. Class can be schema-less, schema-full or mixed. For more details about classes visit the <a href='{{linkClasses}}' target='_blank'>docs</a>",
"schema.superClass": "OrientDB supports inheritance between classes. For more details about inheritance, visit the <a href='{{linkInheritance}}' target='_blank'>docs</a>",
"structure.conflictStrategy": "Used to handle conflicts when OrientDB's Multi Version Concurrency Control (MVCC) finds an update or delete operation executed against an old record. For more details about conflict strategy, visit the <a href='{{linkConflictStrategy}}' target='_blank'>docs</a>",
"configuration.conflictStrategy": "Used to handle conflicts when OrientDB's Multi Version Concurrency Control (MVCC) finds an update or delete operation executed against an old record. For more details about conflict strategy, visit the <a href='{{conflictStrategy}}' target='_blank'>docs</a>",
"configuration.clusterSelection": "Sets the default strategy used when selecting the cluster where new records are created. This setting is read on class creation. After creation, each class has it's own modifiable strategy. For more details about cluster selection, visit the <a href='{{clusterSelection}}' target='_blank'>docs</a>",
"configuration.minimumClusters": "Sets the minimum number of clusters to create automatically when a new class is created. The default is 1, but for multi CPU/core configurations having multiple clusters/files, putting the core number here improves read/write performance",
"configuration.useLightweightEdges": "Starting from OrientDB v1.4.x, edges are managed as lightweight edges by default: they don't have their own identities stored as a record, but are physically stored as links inside vertices. OrientDB automatically uses Lightweight edges only when edges have no properties, otherwise regular edges are used. For more details about lightweight edges, visit the <a href='{{useLightweightEdges}}'>docs</a>",
"class.property": "Properties are the class fields. For more details about properties and supported types, visit the <a href='{{properties}}'>docs</a>",
"class.indexes": "Indexes are used to speed up searches. For more details about indexes and supported types, visit the <a href='{{indexes}}'>docs</a>",
"security.permissions": "Resources are strings bound to OrientDB concepts. Note: resources are case sensitive. For more details about resource permissions, visit the <a href='{{resources}}'>docs</a>",
"security.roles": "A role specifies the assigned permissions (ie. whether or not the user is allowed to execute an operation against a resource). These permissions depend on the working mode (i.e 'allow all, except' or 'deny all, except') and the rules. Rules work differently, but are based on the working mode. For more details about roles, visit the <a href='{{roles}}'>docs</a>",
"security.users": "A user interacts with the database. To access a database, you need to specify the username and password for the user. Each user has it's own credentials and permissions. For more details about users, visit the <a href='{{users}}'>docs</a>",
"index.type": "Supported type are : <br> <ul class='indexType'><li><strong>UNIQUE</strong></li><li><strong>NOTUNIQUE</strong></li><li><strong>FULLTEXT</strong></li><li><strong>DICTIONARY</strong></li><li><strong>UNIQUE_HASH_INDEX</strong></li><li><strong>NOTUNIQUE_HASH_INDEX</strong></li><li><strong>NOTUNIQUE_HASH_INDEX</strong></li><li><strong>DICTIONARY_HASH_INDEX</strong></li></ul> For more details about index types, visit the <a href='{{type}}'>docs</a>",
"index.engine": "Supported engines are : <br> <ul class='indexType'><li><strong>SBTREE</strong></li><li><strong>HASHINDEX</strong></li><li><strong>LUCENE</strong></li></ul> For more details about supported engines, visit the <a href='{{engine}}'>docs</a>"
"configuration.useLightweightEdges": "Starting from OrientDB v1.4.x, edges are managed as lightweight edges by default: they don't have their own identities stored as a record, but are physically stored as links inside vertices. OrientDB automatically uses Lightweight edges only when edges have no properties, otherwise regular edges are used. For more details about lightweight edges, visit the <a href='{{useLightweightEdges}}' target='_blank'>docs</a>",
"class.property": "Properties are the class fields. For more details about properties and supported types, visit the <a href='{{properties}}' target='_blank'>docs</a>",
"class.indexes": "Indexes are used to speed up searches. For more details about indexes and supported types, visit the <a href='{{indexes}}' target='_blank'>docs</a>",
"security.permissions": "Resources are strings bound to OrientDB concepts. Note: resources are case sensitive. For more details about resource permissions, visit the <a href='{{resources}}' target='_blank'>docs</a>",
"security.roles": "A role specifies the assigned permissions (ie. whether or not the user is allowed to execute an operation against a resource). These permissions depend on the working mode (i.e 'allow all, except' or 'deny all, except') and the rules. Rules work differently, but are based on the working mode. For more details about roles, visit the <a href='{{roles}}' target='_blank'>docs</a>",
"security.users": "A user interacts with the database. To access a database, you need to specify the username and password for the user. Each user has it's own credentials and permissions. For more details about users, visit the <a href='{{users}}' target='_blank'>docs</a>",
"index.type": "Supported type are : <br> <ul class='indexType'><li><strong>UNIQUE</strong></li><li><strong>NOTUNIQUE</strong></li><li><strong>FULLTEXT</strong></li><li><strong>DICTIONARY</strong></li><li><strong>UNIQUE_HASH_INDEX</strong></li><li><strong>NOTUNIQUE_HASH_INDEX</strong></li><li><strong>NOTUNIQUE_HASH_INDEX</strong></li><li><strong>DICTIONARY_HASH_INDEX</strong></li></ul> For more details about index types, visit the <a href='{{type}}' target='_blank'>docs</a>",
"index.engine": "Supported engines are : <br> <ul class='indexType'><li><strong>SBTREE</strong></li><li><strong>HASHINDEX</strong></li><li><strong>LUCENE</strong></li></ul> For more details about supported engines, visit the <a href='{{engine}} target='_blank''>docs</a>"

}
4 changes: 3 additions & 1 deletion app/views/database/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

<div class="btn-toolbar pull-right">
<div class="btn-group">
<a href="{{ database.getWiki() }}" class="btn btn-sm btn-trasparent"
<a href="{{ database.getWiki() }}"
target="_blank"
class="btn btn-sm btn-trasparent"
data-placement="left"
data-title="{{'browse.help' | translate}}"
data-trigger="hover"
Expand Down
1 change: 1 addition & 0 deletions app/views/database/config/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ <h3>Custom Properties</h3>
<a ng-show="links[val.name]" href="javascript:void(0)" tabindex="1"
data-trigger="focus" data-placement="right"
data-container="body"

data-content="{{ 'configuration.' + val.name | translate:links }}" bs-popover>
<i class="fa fa-question-circle"></i>
</a>
Expand Down
1 change: 1 addition & 0 deletions app/views/database/config/structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<a href="javascript:void(0)" tabindex="1"
data-trigger="focus" data-placement="bottom"
data-container="body"
target="_blank"
data-content="{{ 'structure.conflictStrategy' | translate:links }}" bs-popover>
<i class="fa fa-question-circle"></i>
</a>
Expand Down
1 change: 1 addition & 0 deletions app/views/database/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
data-placement="right"
data-title="Help"
data-trigger="hover"
target="_blank"
data-animation="am-flip-x"
bs-tooltip>
<i class="fa fa-question fa-lg"></i>
Expand Down
1 change: 1 addition & 0 deletions app/views/database/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
data-placement="right"
data-title="Help"
data-trigger="hover"
target="_blank"
data-animation="am-flip-x"
bs-tooltip>
<i class="fa fa-question fa-lg"></i>
Expand Down
1 change: 1 addition & 0 deletions app/views/database/graph/graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
data-placement="right"
data-title="Help"
data-trigger="hover"
target="_blank"
data-animation="am-flip-x"
bs-tooltip>
<i class="fa fa-question fa-lg"></i>
Expand Down
1 change: 1 addition & 0 deletions app/views/database/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<a href="{{ database.getWiki() }}" class="btn btn-trasparent btn-help"
data-placement="right"
data-title="Help"
target="_blank"
data-trigger="hover"
data-animation="am-flip-x"
bs-tooltip>
Expand Down
1 change: 1 addition & 0 deletions app/views/database/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Security Manager
<a href="{{ database.getWiki() }}" class="btn btn-trasparent btn-help"
data-placement="right"
target="_blank"
data-title="Help"
data-trigger="hover"
data-animation="am-flip-x"
Expand Down
2 changes: 2 additions & 0 deletions app/views/database/security/roles.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h3>Permissions
<a href="javascript:void(0)" tabindex="1"
data-trigger="focus" data-placement="right"
data-container="body"
target="_blank"
data-content="{{ 'security.permissions' | translate:links }}" bs-popover>
<i class="fa fa-question-circle"></i>
</a>
Expand All @@ -45,6 +46,7 @@ <h3>Permissions
<a href="javascript:void(0)" tabindex="1"
data-trigger="focus" data-placement="right"
data-container="body"
target="_blank"
data-content="{{ 'security.roles' | translate:links }}" bs-popover>
<i class="fa fa-question-circle"></i>
</a>
Expand Down
1 change: 1 addition & 0 deletions app/views/database/security/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<a href="javascript:void(0)" tabindex="1"
data-trigger="focus" data-placement="right"
data-container="body"
target="_blank"
data-content="{{ 'security.users' | translate:links }}" bs-popover>
<i class="fa fa-question-circle"></i>
</a>
Expand Down

0 comments on commit 51d1ec3

Please sign in to comment.