-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a4d2b4
commit 67bb937
Showing
1,341 changed files
with
6,588 additions
and
4,575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# [1.3.0] | ||
# [1.4.1] | ||
|
||
## AddFolderToWorkspace | ||
## Snippets | ||
|
||
### Maintenance | ||
|
||
- Added additional check if vscode.workspace.workspaceFolders exists. | ||
- Saves the new manually entered directory globally. | ||
|
||
### Recursive Workspaces (only first level) | ||
|
||
- Added new setting `znuny.addFolderToWorkspace.recursiveWorkspaces` to use recursive Workspaces (only first level). | ||
- Updated Snippets | ||
- Added Snippets | ||
- `znuny.Module.AgentTicketMarkSeenUnseen.code-snippets` | ||
- `znuny.DBObject.CheckRequiredDatabaseVersion.code-snippets` | ||
- `znuny.SupportDataCollectorObject.DeleteCache.code-snippets` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityGet.code-snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"6.0|6.4|6.5|7.0 - znuny.ActivityObject.ActivityGet": { | ||
"6.0|6.4|6.5|7.0|7.1 - znuny.ActivityObject.ActivityGet": { | ||
"body": [ | ||
"${1:my \\$Activity = \\$ActivityObject->ActivityGet(", | ||
" ActivityEntityID => \\$ActivityEntityID,", | ||
" Interface => ['AgentInterface'], # ['AgentInterface'] or ['CustomerInterface'] or ['AgentInterface', 'CustomerInterface'] or 'all'", | ||
");}", | ||
], | ||
"prefix": "znuny.ActivityObject.ActivityGet", | ||
"description": "6.0|6.4|6.5|7.0", | ||
"description": "6.0|6.4|6.5|7.0|7.1", | ||
"scope": "perl" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
snippets/Functions/ActivityObject/znuny.ActivityObject.ActivityList.code-snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"6.0|6.4|6.5|7.0 - znuny.ActivityObject.ActivityList": { | ||
"6.0|6.4|6.5|7.0|7.1 - znuny.ActivityObject.ActivityList": { | ||
"body": [ | ||
"${1:my \\$Activities = \\$ActivityObject->ActivityList();}", | ||
], | ||
"prefix": "znuny.ActivityObject.ActivityList", | ||
"description": "6.0|6.4|6.5|7.0", | ||
"description": "6.0|6.4|6.5|7.0|7.1", | ||
"scope": "perl" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
snippets/Functions/ActivityObject/znuny.ActivityObject.InitConfig.code-snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"7.0 - znuny.ActivityObject.InitConfig": { | ||
"7.0|7.1 - znuny.ActivityObject.InitConfig": { | ||
"body": [ | ||
"${1:my \\$Success = \\$ActivityObject->InitConfig();}", | ||
], | ||
"prefix": "znuny.ActivityObject.InitConfig", | ||
"description": "7.0", | ||
"description": "7.0|7.1", | ||
"scope": "perl" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...pets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeDelete.code-snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleAccountedTimeDelete": { | ||
"6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleAccountedTimeDelete": { | ||
"body": [ | ||
"${1:my \\$Success = \\$ArticleObject->ArticleAccountedTimeDelete(", | ||
" ArticleID => \\$ArticleID,", | ||
");}", | ||
], | ||
"prefix": "znuny.ArticleObject.ArticleAccountedTimeDelete", | ||
"description": "6.0|6.4|6.5|7.0", | ||
"description": "6.0|6.4|6.5|7.0|7.1", | ||
"scope": "perl" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAccountedTimeGet.code-snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"6.0|6.4|6.5|7.0 - znuny.ArticleObject.ArticleAccountedTimeGet": { | ||
"6.0|6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleAccountedTimeGet": { | ||
"body": [ | ||
"${1:my \\$AccountedTime = \\$ArticleObject->ArticleAccountedTimeGet(", | ||
" ArticleID => \\$ArticleID,", | ||
");}", | ||
], | ||
"prefix": "znuny.ArticleObject.ArticleAccountedTimeGet", | ||
"description": "6.0|6.4|6.5|7.0", | ||
"description": "6.0|6.4|6.5|7.0|7.1", | ||
"scope": "perl" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
snippets/Functions/ArticleObject/znuny.ArticleObject.ArticleAttachmentCount.code-snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"6.4|6.5|7.0 - znuny.ArticleObject.ArticleAttachmentCount": { | ||
"6.4|6.5|7.0|7.1 - znuny.ArticleObject.ArticleAttachmentCount": { | ||
"body": [ | ||
"${1:my \\$Count = \\$ArticleObject->ArticleAttachmentCount(", | ||
" TicketID => \\$TicketID,", | ||
" ArticleID => \\$ArticleID,", | ||
");}", | ||
], | ||
"prefix": "znuny.ArticleObject.ArticleAttachmentCount", | ||
"description": "6.4|6.5|7.0", | ||
"description": "6.4|6.5|7.0|7.1", | ||
"scope": "perl" | ||
} | ||
} |
Oops, something went wrong.