Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: 3.x Pre-release forums (retired) > Beta info

Beta info

  • Posted on Oct 20, 2006 (permalink)

    Dear Customers, 

    It is our pleasure to announce the availability of Sitefinity 3.0 Beta. This milestone version of telerik’s CMS features a new modular architecture based on .NET 2.0, seamless integration with 3rd party modules, new layout engine and intuitive user interface. In addition, there is a wide range of new features, which telerik has developed in close collaboration with customers and partners. Sitefinity 3.0 Beta offers:
    • New modular architecture based on .NET 2.0
    • New layout engine which supports any design: DIV, CSS, Table-based
    • Support for ASP.NET 2.0 Master Pages and Membership Services
    • Simplified and improved Web 2.0 User Interface
    • Page versioning 
    • Workflow 
    • Open framework for creating modules
    • Integrated File Manager
    • New modules: News, Polls and Blogs modules 
    • SQL database support
    The beta version is now available for public download here. For more instructions how to install the beta version of Sitefinity, please check here. Your involvement in evaluating our product is highly appreciated.

    Please submit your feedback through our beta forum.

    Thanks in advance for your willingness to participate.

    Kind Regards,

    The telerik team

    Reply

  • bnye Master avatar

    Posted on Oct 20, 2006 (permalink)

    Having a smidge of trouble getting that installation pdf to download. Is anyone else having this problem?

    Sincerely,

    Ben

    Reply

  • mark gamache avatar

    Posted on Oct 22, 2006 (permalink)

    me too....

    Reply

  • Eduardo Lopez avatar

    Posted on Oct 22, 2006 (permalink)

    Same here… looks like the PDF is corrupted

    // Eduardo

    Reply

  • Rebecca Rebecca admin's avatar

    Posted on Oct 23, 2006 (permalink)

    Hello,

    We are sincerely sorry for the inconvenience. Please find attached the Installation Notes.

    Greetings,
    Rebecca
    the telerik team
    Attached files

    Reply

  • Posted on Nov 3, 2006 (permalink)

    Any info on when the next build or update will be to the Beta?

    Thanks,
    Eric

    Reply

  • Rebecca Rebecca admin's avatar

    Posted on Nov 6, 2006 (permalink)

    Hello Eric,

    The release of beta2 of Sitefinity version 3.0 is scheduled for 15th November.

    All the best,
    Rebecca
    the telerik team

    Reply

  • darshanmarathe avatar

    Posted on Nov 8, 2006 (permalink)

    Hi guys
    We need to use more than 3 css files given by our client any idea how to use them

    Reply

  • Bogdana Ivanova Bogdana Ivanova admin's avatar

    Posted on Nov 8, 2006 (permalink)

    Hello darshan,

    You are not restricted in CSS file usage. You can attach CSS files to themes and master pages. We are planning to implement work with meta tags feature in Sitefinity 3.0 beta 2 and you will have one more opportunity to add CSS files.

    I hope this answers your question. We would be grateful if you send us as much info as possible about your goals.

     
    Greetings,
    Bogdana Ivanova
    the telerik team

    Reply

  • Webinsite Intermediate avatar

    Posted on Nov 9, 2006 (permalink)

    Hi,

    have you any tentative dates for beta 2 as yet?

    Seth

    Reply

  • Bogdana Ivanova Bogdana Ivanova admin's avatar

    Posted on Nov 10, 2006 (permalink)

    Hi Seth,

    It is nice to hear from you again. We plan on offering the second beta of Sitefinity 3.0 next week (between November 15th and 17th). Keep an eye on the Forums for more information.
     

    Kind regards,
    Bogdana Ivanova
    the telerik team

    Reply

  • darshanmarathe avatar

    Posted on Nov 10, 2006 (permalink)

    Dear Sir

    The Issue is when we add the css given by our client the options to save the Layout dose not work what must be wrong


    Regards
    Darshan

    Reply

  • Bogdana Ivanova Bogdana Ivanova admin's avatar

    Posted on Nov 10, 2006 (permalink)

    Hi Darshan,

    It seems that I had a different idea of what you are looking for. In order to avoid further misunderstandings, I would be grateful if you send as much information as possible about your goals. It would be very helpful if you send us a sample project, too. The more precise you are, the less assumptions we will need to make, the better the likelihood that we will help you right away.

    I will be looking for more details on the issue so that we can help you out. Feel free to open a support thread from your Client.Net Account and send us screenshots of the problem, your CSS files and steps to reproduce the issues.


    All the best,

    Bogdana Ivanova
    the telerik team

    Reply

  • ABC avatar

    Posted on Nov 13, 2006 (permalink)

    Hi
    I have 2 css files
    Say one for 800*600 res
    And One for 1024*760 res Now i want to change
    Styles.css (1024)
    Styles_800.css (800)

    Both have same class names but with different property now i want to change at runtime what exactly i need to do to change it at runtime


    Suggest a javascript solution or any other solution

    Regards
    Darshan Marathe

    Reply

  • Rebecca Rebecca admin's avatar

    Posted on Nov 13, 2006 (permalink)


    Hello Darshan,

    Here is a script you can use. It takes the screen width and according to it creates a <link> element  in the <head> of your page at runtime.

    window.onload = function()
    {
     if(screen.width == '1024')
     {
      var css1024 = document.createElement('link');
      css1024.type='text/css';
      css1024.rel='stylesheet';
      css1024.href='Styles/Styles_1024.css';
      document.getElementsByTagName('head')[0].appendChild(css1024);
     }
     else
     {
      var css800 = document.createElement('link');
      css800.type='text/css';
      css800.rel='stylesheet';
      css800.href='Styles/Styles_800.css';

    All the best,
    Rebecca
    the telerik team

    Reply

  • webmanager avatar

    Posted on Nov 15, 2006 (permalink)

    Any news on when Beta 2 might be available?  I had planned to look at Beta 1, but I would hold off if 2 is right around the corner.  I've set up a demo machine and I would prefer not to install twice.

    Thanks.

    Reply

  • Bogdana Ivanova Bogdana Ivanova admin's avatar

    Posted on Nov 15, 2006 (permalink)

    Hi Thomas,

    The second beta will be available by the end of this week. Actually planned for Friday.

    All the best,
    Bogdana Ivanova
    the telerik team

    Reply

  • webmanager avatar

    Posted on Nov 16, 2006 (permalink)

    Bogdana,

    Thank you very much for the update.  I look forward to the release.

    Reply

  • Bogdana Ivanova Bogdana Ivanova admin's avatar

    Posted on Nov 17, 2006 (permalink)

    Hello guys,

    This is just to inform you that the release of beta 2 has been postponed for Monday, November 20th. Unfortunately, we found a couple of design time problems which we did not manage to fix today.

    We are deeply sorry for the delay.

    Best wishes,
    Bogdana Ivanova
    the telerik team

    Reply

  • webmanager avatar

    Posted on Nov 17, 2006 (permalink)

    I think I speak for everyone in saying thank you for keeping us posted on your progress.

    Thanks for the update and we will look forward to more news next week!

    Reply

  • bnye Master avatar

    Posted on Nov 17, 2006 (permalink)

    Reminds me of a saying by a wealthy man that I knew...before he was hit by a boat.

    "Always under-promise and over-deliver"

    Looking forward to the Beta 2 as well,

    Ben

    Reply

  • Darko avatar

    Posted on Mar 14, 2007 (permalink)

    Hi!

    Is the 3.0 version still a Beta?

    My company is bent on acquiring a license and we are wondering if we should go with 2.7 or wait for the 3.0.

    Please advise,

    Darko

    Reply

  • Rebecca Rebecca admin's avatar

    Posted on Mar 15, 2007 (permalink)

    Hi Darko,

    Sitefinity RC2 edition is planned for the first half of April and the official release is going to be out one or two weeks later.

    I have forwarded your second question to our Sales Dept and they will contact you soon.

    Best wishes,
    Rebecca
    the telerik team

    Reply

  • Posted on Apr 10, 2007 (permalink)

    Hi.
    Does Sitefinity 3 beta have support for a Multiple domain website?
    Is the full version going to have this support?

    Thabo  

    Reply

  • Bogdana Ivanova Bogdana Ivanova admin's avatar

    Posted on Apr 10, 2007 (permalink)

    Hi Thabo,
     
    Could you please provide more information about your scenario? Sitefinity has no relation to the multiple domain web sites support and we need this information in order to be able to give you the right solution for your particular case.

    Kind regards,
    Bogdana Ivanova
    the telerik team

    Instantly find answers to your questions at the new telerik Support Center

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: 3.x Pre-release forums (retired) > Beta info