case 3754
This commit is contained in:
@@ -46,9 +46,7 @@ namespace AyaNova.PlugIn.AyaScript
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "AyaNova AyaScript plugin\r\n" +
|
return "AyaNova AyaScript plugin";
|
||||||
"Built " + AyaNova.PlugIn.AyaScript.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,9 +40,7 @@ namespace AyaNova.PlugIn.ImportExportCSV
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "AyaNova Import Export CSV plugin\r\n" +
|
return "AyaNova Import Export CSV plugin";
|
||||||
"Built " + AyaNova.PlugIn.ImportExportCSV.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,9 +26,7 @@ namespace AyaNova.PlugIn.Merger
|
|||||||
|
|
||||||
public string About
|
public string About
|
||||||
{
|
{
|
||||||
get { return "AyaNova Merger\r\n"+
|
get { return "AyaNova Merger"; }
|
||||||
"Built " + AyaNova.PlugIn.Merger.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc."; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Guid PluginID
|
public Guid PluginID
|
||||||
|
|||||||
@@ -37,9 +37,7 @@ namespace AyaNova.PlugIn.ClientRemover
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "AyaNova ClientRemover plugin\r\n" +
|
return "AyaNova ClientRemover plugin";
|
||||||
"Built " + AyaNova.PlugIn.ClientRemover.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2020 Ground Zero Tech-Works Inc.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -44,9 +44,7 @@ namespace AyaNova.Plugin.ExportToExcel
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "AyaNova ExportToXls plugin\r\n" +
|
return "AyaNova ExportToXls plugin";
|
||||||
"Built " + AyaNova.PlugIn.ExportToExcel.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -46,9 +46,7 @@ namespace AyaNova.Plugin.OutlookSchedule
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
|
||||||
return "AyaNova OutlookSchedule plugin\r\n" +
|
return "AyaNova OutlookSchedule plugin";
|
||||||
"Built " + AyaNova.PlugIn.OutlookSchedule.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -59,9 +59,7 @@ namespace AyaNova.PlugIn.PTI
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"AyaNova PTI plugin\r\n" +
|
"AyaNova PTI plugin";
|
||||||
"Built " + AyaNova.PlugIn.PTI.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2007-2020 Ground Zero Tech-Works Inc.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -60,9 +60,7 @@ namespace AyaNova.PlugIn.QBI
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"AyaNova QBI plugin\r\n" +
|
"AyaNova QBI plugin";
|
||||||
"Built " + AyaNova.PlugIn.QBI.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2000-2020 Ground Zero Tech-Works Inc.";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,9 +67,7 @@ namespace AyaNova.PlugIn.QBOI
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"AyaNova QBOI plugin\r\n" +
|
"AyaNova QBOI plugin";
|
||||||
"Built " + AyaNova.PlugIn.QBOI.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2017-2020 Ground Zero Tech-Works Inc.";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,9 +40,7 @@ namespace AyaNova.Plugin.QuickNotification
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "AyaNova QuickNotification plugin\r\n" +
|
return "AyaNova QuickNotification plugin";
|
||||||
"Built " + AyaNova.PlugIn.QuickNotification.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -35,16 +35,14 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
public string PluginVersion
|
public string PluginVersion
|
||||||
{
|
{
|
||||||
get { return "7.6"; }
|
get { return "7.6 (Alpha)"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string About
|
public string About
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "AyaNova V8 export plugin\r\n" +
|
return "AyaNova V8 export plugin";
|
||||||
"Built " + AyaNova.PlugIn.V8.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2020 Ground Zero Tech-Works Inc.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -225,22 +223,10 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
TODO:
|
TODO:
|
||||||
Add dupe check for v7 id as there should be none, but seeing dupes in some db's
|
|
||||||
still determining if real dupe or different records
|
|
||||||
|
|
||||||
Only compare original locale keys for hash not ones added in schema updates or dropped
|
|
||||||
|
|
||||||
Need more detail when fails on release mode, right now no idea what actually happened
|
Need more detail when fails on release mode, right now no idea what actually happened
|
||||||
|
|
||||||
I'd like to see a full log sent to the server on fail
|
|
||||||
not sure, would be a *lot* of data potentially to gather all this eating up memory
|
|
||||||
keep a record of every op/subop etc in progress, on fail push out that list with the
|
|
||||||
exception to somewhere on the server, maybe as an attachment for the manager user?
|
|
||||||
so can view in detail remote users export issues
|
|
||||||
(or, maybe it posts to a route that immediately logs it to the server log, so that can
|
|
||||||
see it from the written log files so keeps it even if they erase the db)
|
|
||||||
This could be a security risk so hidden route that requires manager user to post to it
|
|
||||||
|
|
||||||
Global wiki export to user
|
Global wiki export to user
|
||||||
Regions export wiki to user
|
Regions export wiki to user
|
||||||
|
|
||||||
|
|||||||
@@ -504,6 +504,13 @@ Locale English is customized [signature: -2007218741] exporting
|
|||||||
Locale Español is customized [signature: -1164206951] exporting
|
Locale Español is customized [signature: -1164206951] exporting
|
||||||
Locale Français is customized [signature: -720441286] exporting
|
Locale Français is customized [signature: -720441286] exporting
|
||||||
|
|
||||||
|
Scotts:
|
||||||
|
Locale Custom English is customized [signature: 117115560] exporting
|
||||||
|
Locale Deutsch is customized [signature: 772843262] exporting
|
||||||
|
Locale English is customized [signature: 1382500515] exporting
|
||||||
|
Locale Español is customized [signature: 438715542] exporting
|
||||||
|
Locale Français is customized [signature: 804154061] exporting
|
||||||
|
|
||||||
Do not use these keys in hash calculation which were added / modified during various schema updates
|
Do not use these keys in hash calculation which were added / modified during various schema updates
|
||||||
Global.Label.UseInventory.Description
|
Global.Label.UseInventory.Description
|
||||||
Locale.Label.LocaleFile
|
Locale.Label.LocaleFile
|
||||||
|
|||||||
@@ -30,9 +30,7 @@ namespace AyaNova.Plugin.XTools
|
|||||||
public string About
|
public string About
|
||||||
{
|
{
|
||||||
get { return
|
get { return
|
||||||
"AyaNova XTools\r\n"+
|
"AyaNova XTools"; }
|
||||||
"Built " + AyaNova.PlugIn.XTools.Timestamp.BuildAt.ToString() + "\r\n" +
|
|
||||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc."; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Guid PluginID
|
public Guid PluginID
|
||||||
|
|||||||
Reference in New Issue
Block a user