Press Ctrl / CMD + C to copy this to your clipboard.
Copied to clipboard
Flag this post as spam?
This post will be reported to the moderators as potential spam to be looked at
Topic author was deleted
Apr 26, 2013 @ 11:56
Contour 3.0.10 changes
Contour 3.0.10 is out today :)
Here is an overview of the changes:
3.0.10 - April 2013
Fixed: CON-327 hidden fields do not contain an ID in 3.0.9 Fixed: CON-330 Make sure upload links are rendered as link in the entries viewer Fixed: CON-331 Codefirst CheckBoxList and prevalues Fixed: CON-310 Tooltips not being created in Contour 3.0.9 Fixed: CON-334 Export and Import of form - loss of conditions Fixed: CON-306 White spaces before showing razor form Fixed: CON-340 Server side validation message doesn't respect correct message Fixed: CON-341Checkbox doesn't remember state between pages Fixed: CON-338 invalid text shown for label when text contains quotes Fixed: CON-335 Radio buttom has to have a value Fixed: CON-319 Validate Caption Names Fixed: CON-328 Bug when using content picker as field setting Fixed: CON-342 Contour recursive property not working on page title when using the usercontrol macro Fixed: CON-344 checkbox where prevalue has comma doesn't maintain value when navigation between pages Fixed: CON-345 datepicker adds timestamp when moving between pages Fixed: CON-346 Logic inversion with conditional logic and multi step form using checkboxlist Fixed: CON-347 Contour razor macro doesn't respect validateRequest setting Fixed: CON-242 See where html.raw needs to be used in the form view Fixed: CON-305 form tag inside empty page caption Fixed: CON-253 Partially Submitted workflow event not firing from MVC razor render Added: CON-325 Radio Buttons and Checkboxes Cannot Be Reordered witin Field- All must be deleted and reinputted to change Added: CON-343 Make it possible to disable storing the record for a form when using code first
Tim, I upgraded from 3.0.9 to 3.0.10 and the CON-310 issue doesn't seem fixed per se. The tooltip doesn't show up as intended but instead it shows up below the form field. Checked it in FF, Chrome, and IE, same result. See:
Is this user error on my part, or did something not work out with the fix?
Just tried a fresh install 3.0.10 there was a problem with database install (sql did not execute because of some ANSI NULL issue). Also FormPicker could not be addded.
I wanted to see what did work and so I tried to create a form. After I selected Contact Template called it Contact Form and Create, I get this message, which is strange because I am using MySQL not SQL Server;
Server Error in '/' Application.
The system cannot find the file specified
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ComponentModel.Win32Exception: The system cannot find the file specified
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[Win32Exception (0x80004005): The system cannot find the file specified]
[SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +305
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +880
System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover) +588
System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) +357
System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) +2264
System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) +525
System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions) +601
System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) +1061
System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) +74
System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnectionOptions userOptions) +1108
System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnectionOptions userOptions) +91
System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +2129
System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +122
System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +1011
System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +312
System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +133
System.Data.SqlClient.SqlConnection.Open() +239
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +97
umbraco.DataLayer.SqlHelper`1.ExecuteNonQuery(String commandText, IParameter[] parameters) +164
[SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteNonQuery]
umbraco.DataLayer.SqlHelper`1.ExecuteNonQuery(String commandText, IParameter[] parameters) +362
Umbraco.Forms.Data.Storage.FormStorage.InsertForm(Form form, Boolean ignoreFieldCondtionRules) +1311
Umbraco.Forms.UI.Tasks.FormTasks.Save() +768
umbraco.presentation.create.dialogHandler_temp.Create(String NodeType, Int32 TypeId, Int32 NodeId, String Text) +753
Umbraco.Forms.UI.Dialogs.createForm.sbmt_Click(Object sender, EventArgs e) +287
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +155
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3554
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034
I was wondering if it is possible to fix the following issue: CON-334 Export and Import of form - loss of conditions by using Umbraco v4.7.2 and Contour v3.0.9? or if the only solution would be to update them both?
Topic author was deleted
Contour 3.0.10 changes
Contour 3.0.10 is out today :)
Here is an overview of the changes:
3.0.10 - April 2013
Fixed: CON-327 hidden fields do not contain an ID in 3.0.9
Fixed: CON-330 Make sure upload links are rendered as link in the entries viewer
Fixed: CON-331 Codefirst CheckBoxList and prevalues
Fixed: CON-310 Tooltips not being created in Contour 3.0.9
Fixed: CON-334 Export and Import of form - loss of conditions
Fixed: CON-306 White spaces before showing razor form
Fixed: CON-340 Server side validation message doesn't respect correct message
Fixed: CON-341Checkbox doesn't remember state between pages
Fixed: CON-338 invalid text shown for label when text contains quotes
Fixed: CON-335 Radio buttom has to have a value
Fixed: CON-319 Validate Caption Names
Fixed: CON-328 Bug when using content picker as field setting
Fixed: CON-342 Contour recursive property not working on page title when using the usercontrol macro
Fixed: CON-344 checkbox where prevalue has comma doesn't maintain value when navigation between pages
Fixed: CON-345 datepicker adds timestamp when moving between pages
Fixed: CON-346 Logic inversion with conditional logic and multi step form using checkboxlist
Fixed: CON-347 Contour razor macro doesn't respect validateRequest setting
Fixed: CON-242 See where html.raw needs to be used in the form view
Fixed: CON-305 form tag inside empty page caption
Fixed: CON-253 Partially Submitted workflow event not firing from MVC razor render
Added: CON-325 Radio Buttons and Checkboxes Cannot Be Reordered witin Field- All must be deleted and reinputted to change
Added: CON-343 Make it possible to disable storing the record for a form when using code first
You can get it from the project page http://our.umbraco.org/projects/umbraco-pro/contour
Upgrade instructions available here http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Upgrade
Tim, I upgraded from 3.0.9 to 3.0.10 and the CON-310 issue doesn't seem fixed per se. The tooltip doesn't show up as intended but instead it shows up below the form field. Checked it in FF, Chrome, and IE, same result. See:
Is this user error on my part, or did something not work out with the fix?
Comment author was deleted
Hi Peter,
Yeah that is the intended behaviour, if you want to change how the tooltip is outputted you can customize the form view
Ah, thanks! For some reason I was confused to think that the tooltip would show up in the actual form field. Thanks for the quick reply!
Just tried a fresh install 3.0.10 there was a problem with database install (sql did not execute because of some ANSI NULL issue). Also FormPicker could not be addded.
I wanted to see what did work and so I tried to create a form. After I selected Contact Template called it Contact Form and Create, I get this message, which is strange because I am using MySQL not SQL Server;
Server Error in '/' Application.
The system cannot find the file specified
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ComponentModel.Win32Exception: The system cannot find the file specified
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034
Comment author was deleted
@Lou is this on a v6 umbraco ?
Hi Tim
Yes its Umbraco 6 using MySQL, so I don't understand why I get the SQl Server error, I upgraded from 4.7.
Comment author was deleted
@Lou not supported yet http://issues.umbraco.org/issue/CON-332
Due to the datalayer changes in umbraco 6
Hello Tim,
Just a quick questions: is this version of Umbraco Contour - v3.0.10 compatible with Umbraco version 4.7.2?
Cheers,
Fabs
Comment author was deleted
You'll need at least Umbraco 4.10
Hello Tim,
I was wondering if it is possible to fix the following issue: CON-334 Export and Import of form - loss of conditions by using Umbraco v4.7.2 and Contour v3.0.9? or if the only solution would be to update them both?
Cheers,
Fabs
Comment author was deleted
Yup since newer Contour versions won't run on Umbraco v4.7.2
is working on a reply...