case 3754
This commit is contained in:
@@ -46,9 +46,7 @@ namespace AyaNova.PlugIn.AyaScript
|
||||
{
|
||||
get
|
||||
{
|
||||
return "AyaNova AyaScript plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.AyaScript.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
||||
return "AyaNova AyaScript plugin";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -40,9 +40,7 @@ namespace AyaNova.PlugIn.ImportExportCSV
|
||||
{
|
||||
get
|
||||
{
|
||||
return "AyaNova Import Export CSV plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.ImportExportCSV.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
||||
return "AyaNova Import Export CSV plugin";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -26,9 +26,7 @@ namespace AyaNova.PlugIn.Merger
|
||||
|
||||
public string About
|
||||
{
|
||||
get { return "AyaNova Merger\r\n"+
|
||||
"Built " + AyaNova.PlugIn.Merger.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc."; }
|
||||
get { return "AyaNova Merger"; }
|
||||
}
|
||||
|
||||
public Guid PluginID
|
||||
|
||||
@@ -37,9 +37,7 @@ namespace AyaNova.PlugIn.ClientRemover
|
||||
{
|
||||
get
|
||||
{
|
||||
return "AyaNova ClientRemover plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.ClientRemover.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2020 Ground Zero Tech-Works Inc.";
|
||||
return "AyaNova ClientRemover plugin";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -44,9 +44,7 @@ namespace AyaNova.Plugin.ExportToExcel
|
||||
{
|
||||
get
|
||||
{
|
||||
return "AyaNova ExportToXls plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.ExportToExcel.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
||||
return "AyaNova ExportToXls plugin";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -46,9 +46,7 @@ namespace AyaNova.Plugin.OutlookSchedule
|
||||
get
|
||||
{
|
||||
|
||||
return "AyaNova OutlookSchedule plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.OutlookSchedule.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
||||
return "AyaNova OutlookSchedule plugin";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -59,9 +59,7 @@ namespace AyaNova.PlugIn.PTI
|
||||
get
|
||||
{
|
||||
return
|
||||
"AyaNova PTI plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.PTI.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2007-2020 Ground Zero Tech-Works Inc.";
|
||||
"AyaNova PTI plugin";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -60,9 +60,7 @@ namespace AyaNova.PlugIn.QBI
|
||||
get
|
||||
{
|
||||
return
|
||||
"AyaNova QBI plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.QBI.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2000-2020 Ground Zero Tech-Works Inc.";
|
||||
"AyaNova QBI plugin";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,9 +67,7 @@ namespace AyaNova.PlugIn.QBOI
|
||||
get
|
||||
{
|
||||
return
|
||||
"AyaNova QBOI plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.QBOI.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2017-2020 Ground Zero Tech-Works Inc.";
|
||||
"AyaNova QBOI plugin";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,9 +40,7 @@ namespace AyaNova.Plugin.QuickNotification
|
||||
{
|
||||
get
|
||||
{
|
||||
return "AyaNova QuickNotification plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.QuickNotification.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc.";
|
||||
return "AyaNova QuickNotification plugin";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -35,16 +35,14 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.6"; }
|
||||
get { return "7.6 (Alpha)"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
{
|
||||
get
|
||||
{
|
||||
return "AyaNova V8 export plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.V8.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2020 Ground Zero Tech-Works Inc.";
|
||||
return "AyaNova V8 export plugin";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -225,22 +223,10 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
/*
|
||||
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
|
||||
|
||||
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
|
||||
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 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
|
||||
Global.Label.UseInventory.Description
|
||||
Locale.Label.LocaleFile
|
||||
|
||||
@@ -30,9 +30,7 @@ namespace AyaNova.Plugin.XTools
|
||||
public string About
|
||||
{
|
||||
get { return
|
||||
"AyaNova XTools\r\n"+
|
||||
"Built " + AyaNova.PlugIn.XTools.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2009-2020 Ground Zero Tech-Works Inc."; }
|
||||
"AyaNova XTools"; }
|
||||
}
|
||||
|
||||
public Guid PluginID
|
||||
|
||||
Reference in New Issue
Block a user