Skip to content

Commit

Permalink
Up to date. Add Shipping
Browse files Browse the repository at this point in the history
  • Loading branch information
itadapter committed Sep 18, 2016
1 parent 2500ace commit b447eaf
Show file tree
Hide file tree
Showing 1,144 changed files with 6,070 additions and 2,384 deletions.
2 changes: 1 addition & 1 deletion Source/CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NFX (.NET Framework Extension) Unistack Library
Copyright 2003-2014 IT Adapter Inc / 2015 - now Aum Code LLC
Copyright 2003-2016 IT Adapter Inc.

Unless specified otherwise in particular source folder NOTICE file,
the contributors are:
Expand Down
2 changes: 1 addition & 1 deletion Source/FILE_LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 IT Adapter Inc / 2015 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Client/Record.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Client/RecordModelGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Exceptions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Filters/BeforeAfterFilterBase.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions Source/NFX.Wave/Filters/ErrorFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -265,7 +265,7 @@ protected override void DoFilterWork(WorkContext work, IList<WorkFilter> filters
{
HandleException(work, error, m_ShowDumpMatches, m_LogMatches, m_SecurityRedirectURL, m_CustomErrorPageType);
if (Server.m_InstrumentationEnabled)
Interlocked.Increment(ref Server.m_Stat_FilterHandleException);
Interlocked.Increment(ref Server.m_stat_FilterHandleException);
}
}

Expand Down
6 changes: 3 additions & 3 deletions Source/NFX.Wave/Filters/GeoLookupFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -103,9 +103,9 @@ protected override void DoFilterWork(WorkContext work, IList<WorkFilter> filters

if (Server.m_InstrumentationEnabled)
{
Interlocked.Increment(ref Server.m_Stat_GeoLookup);
Interlocked.Increment(ref Server.m_stat_GeoLookup);
if (lookedUp!=null)
Interlocked.Increment(ref Server.m_Stat_GeoLookupHit);
Interlocked.Increment(ref Server.m_stat_GeoLookupHit);
}
}

Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Filters/LoggingFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions Source/NFX.Wave/Filters/PortalFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -149,7 +149,7 @@ protected sealed override void DoFilterWork(WorkContext work, IList<WorkFilter>
work.m_Portal!=null &&
work.m_Portal.InstrumentationEnabled)
{
Server.m_Stat_PortalRequest.IncrementLong(work.m_Portal.Name);
Server.m_stat_PortalRequest.IncrementLong(work.m_Portal.Name);
}

this.InvokeNextWorker(work, filters, thisFilterIndex);
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Filters/RedirectFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Filters/SecurityFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
12 changes: 6 additions & 6 deletions Source/NFX.Wave/Filters/SessionFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -134,7 +134,7 @@ protected internal virtual void FetchExistingOrMakeNewSession(WorkContext work,
App.ObjectStore.UndoCheckout(sid.Value);
session = null;//The secret password does not match
if (Server.m_InstrumentationEnabled)
Interlocked.Increment(ref Server.m_Stat_SessionInvalidID);
Interlocked.Increment(ref Server.m_stat_SessionInvalidID);
}
}

Expand Down Expand Up @@ -164,7 +164,7 @@ protected internal virtual void FetchExistingOrMakeNewSession(WorkContext work,
}

if (foundExisting && Server.m_InstrumentationEnabled)
Interlocked.Increment(ref Server.m_Stat_SessionExisting);
Interlocked.Increment(ref Server.m_stat_SessionExisting);

session.Acquire();
if (work.GeoEntity!=null)
Expand Down Expand Up @@ -219,7 +219,7 @@ protected virtual void StowSession(WorkContext work)


if (Server.m_InstrumentationEnabled)
Interlocked.Increment(ref Server.m_Stat_SessionEnd);
Interlocked.Increment(ref Server.m_stat_SessionEnd);
}
}
finally
Expand Down Expand Up @@ -250,7 +250,7 @@ protected virtual void StowSession(WorkContext work)
if (guid.HasValue) return guid.Value;

if (Server.m_InstrumentationEnabled)
Interlocked.Increment(ref Server.m_Stat_SessionInvalidID);
Interlocked.Increment(ref Server.m_stat_SessionInvalidID);
}

idSecret = 0;
Expand Down Expand Up @@ -298,7 +298,7 @@ protected virtual string EncodeSessionID(WorkContext work, WaveSession session,
protected WaveSession MakeNewSession(WorkContext work)
{
if (Server.m_InstrumentationEnabled)
Interlocked.Increment(ref Server.m_Stat_SessionNew);
Interlocked.Increment(ref Server.m_stat_SessionNew);

return MakeNewSessionInstance(work);
}
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Filters/StopFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/CompositeHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/ContextDumpHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/EmbeddedSiteHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/FileDownloadHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/MVCHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/NOPHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/StockContentSiteHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/TemplateHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/TypeLookupHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Handlers/TypeLookupUtils.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/Instrumentation/Gauges.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/MVC/ActionResult.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/MVC/Attributes.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/MVC/Controller.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/MVC/NoCacheAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/MVC/Reflection.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/MVC/SessionCSRFCheckAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/PlatformUtils.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
6 changes: 4 additions & 2 deletions Source/NFX.Wave/Portal.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -55,7 +55,7 @@ public abstract class Portal : ApplicationComponent, INamed, IInstrumentable

public enum MoneyFormat{WithCurrencySymbol, WithoutCurrencySymbol}

public enum DateTimeFormat{ShortDate, LongDate, ShortDateTime, LongDateTime}
public enum DateTimeFormat{ShortDate, LongDate, ShortDateTime, LongDateTime, ShortDayMonth}

#endregion

Expand Down Expand Up @@ -365,6 +365,8 @@ public virtual string GetLanguageISOCode(WorkContext work = null)
}
else
{
// 9/13/2016 OGee session can be exists but not acquired
work.NeedsSession(onlyExisting: true);
var session = work.Session;
if (session!=null)
lang = session.LanguageISOCode;
Expand Down
2 changes: 1 addition & 1 deletion Source/NFX.Wave/PortalHub.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2014 Dmitriy Khmaladze, IT Adapter Inc / 2015-2016 Aum Code LLC
* Copyright 2003-2016 IT Adapter Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit b447eaf

Please sign in to comment.