diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index dd4ad39..8e9195d 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.1.454")] -[assembly: AssemblyFileVersion("3.0.1.454")] +[assembly: AssemblyVersion("3.0.1.455")] +[assembly: AssemblyFileVersion("3.0.1.455")] diff --git a/WebApplication/FileManager.ascx b/WebApplication/FileManager.ascx index a90164c..1ce8eb3 100644 --- a/WebApplication/FileManager.ascx +++ b/WebApplication/FileManager.ascx @@ -29,22 +29,22 @@ - + - +



- +
+ OnDataBinding="rptItems_DataBinding" OnItemCommand="rptItems_ItemCommand"> @@ -104,22 +104,22 @@
+ AutoUpdateAfterCallBack="True" meta:resourcekey="lblNoListResource1" />
- +


- + - +
- +

- +

diff --git a/WebApplication/FileManager.ascx.cs b/WebApplication/FileManager.ascx.cs index 77690b8..930f358 100644 --- a/WebApplication/FileManager.ascx.cs +++ b/WebApplication/FileManager.ascx.cs @@ -130,6 +130,7 @@ namespace ScrewTurn.Wiki { CurrentDirectory = "/"; DetectPermissions(); + SetupControlsForPermissions(); rptItems.DataBind(); PopulateBreadcrumb(); @@ -345,6 +346,7 @@ namespace ScrewTurn.Wiki { CurrentDirectory += name + "/"; DetectPermissions(); + SetupControlsForPermissions(); rptItems.DataBind(); PopulateBreadcrumb(); @@ -384,6 +386,7 @@ namespace ScrewTurn.Wiki { CurrentDirectory = lnk.CommandArgument; DetectPermissions(); + SetupControlsForPermissions(); rptItems.DataBind(); PopulateBreadcrumb();