Welcome Guest Search | Active Topics | Log In | Register

YAF v1.9.0 RC2 for .NET v2.0 Framework (Dated 09/12/2006) Options · View
Jaben
#1 Posted : Wednesday, September 13, 2006 12:41:31 PM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 2,556
Location: Honolulu, HI
YAF v1.9.0 RC2 (Dated 09/12/2006)

I'd like to finalize v1.9.0 -- so please test this out as soon as possible. Thanks to everyone for help & bugfixes. Thanks to Willie T. for adding the Points and Sponser systems.

What’s new:

  • Added "Points" System for each post and deletion (Willie)
  • Added "Sponsor" post option (Willie)
  • Added admin user editing features
  • Added support for FreeTextBox v3
  • Includes basic smileys (add eusa.pak to add them)
  • Added reset function for smartscroller so that it no longer keeps the scroll location if it's not desired (such as on pagination).
  • Added rel="nofollow" to user-supplied URLs throughout the board.
  • Fixed issue with posts not being removed from "Moderate" list
  • Fixed: Inserting smilies in FCK v2 -- current solution doesn't work with FireFox though
  • Fixed bug with smilies cache not getting flushed on update
  • Fixed bug related to BBCode handling of underline and url.
  • Fixed bug assocated with resource.ashx (Thread exceptions)
  • Fixed bug related to search page storing a non-serializable object in the session state
  • Cleaned up DisplayPost a bit
  • Fixed issue with delete topic in moderate (it works now)
  • Changed the code for sorting forums slightly. Functionality hasn't been modified.
  • Fixed bug related to move topic
  • Removed high-performance timer class and switched to using NET v2.0 StopWatch class instead.
  • Lots of misc bug fixes.

    The database has changed! You will need to upgrade your database using the following after installing by visiting this YAF URL: /install/default.aspx

    BE SURE TO BACKUP YOUR DATABASE BEFORE ATTEMPTING AN UPGRADE

    After installation and setup it's suggested that you remove or rename your /install/ directory for security reasons. (This will be fixed in future versions.)

    Since this is a .NET v2.0 version make sure to take a look at default.config and merge changes with your web.config.

    This release does not implement .NET v2.0 membership & roles. We're currently working on v1.9.3 which is an upgrade from v1.9.2 and includes the changes made in v1.9.0. (It's available in the CVS.)

    The .NET persistant cookie issues persists -- not exactly sure what to do about it!

    BIN: Includes the compiled forum and forum page files without the source.
    SRC: Includes the compiled forum and forum page files with full source.
    DNN: Includes the compiled forum and forum page files with DNN v4.x support module and definition.

    YAF-v1.9.0-RC2-SRC.zip (1764kb)
    YAF-v1.9.0-RC2-BIN.zip (1427kb)
    yaf_dnn4.zip (1467kb) (UPDATED)

    Update 9/17: Fixed issue with yaf_dnn4.zip not updated for latest (RC2) release.
    "Alcohol: The cause and solution to all of life's problems." -- Homer Simpson

  • bigtoga
    #2 Posted : Friday, September 15, 2006 12:55:18 PM

    Rank: YAF MVP



    Joined: 3/10/2006
    Posts: 330
    Location: Dallas, TX
    When I try to open this in VS2005, it runs the Conversion Wizard and tells me that this was created in a previous version of Visual Studio. Steps to reproduce:

    1) Unzip SRC
    2) Launch VS2005
    3) File-->Project-->Website

    What am I missing? What should I be doing differently?
    Check out my implementation of YAF: http://Forums.LearnSqlServer.com/. You can also check out my SQL Server 2005 tutorials at http://www.LearnSqlServer.com/ and my C# tutorials at http://www.LearnCSharp.com/
    bigtoga
    #3 Posted : Friday, September 15, 2006 1:00:00 PM

    Rank: YAF MVP



    Joined: 3/10/2006
    Posts: 330
    Location: Dallas, TX
    Just out of curiosity, I ran the Conversion Wizard and it throws an error, "ERROR: Unable to parse project file yetanotherforum.net.csproj."

    BTW - when I clicked the QUOTE button for my above post, it told me "Access Denied" and that I was trying to enter an area of the site that I didn't have access to.
    Check out my implementation of YAF: http://Forums.LearnSqlServer.com/. You can also check out my SQL Server 2005 tutorials at http://www.LearnSqlServer.com/ and my C# tutorials at http://www.LearnCSharp.com/
    Mek
    #4 Posted : Friday, September 15, 2006 1:02:46 PM

    Rank: YAF Developer



    Joined: 7/12/2005
    Posts: 1,124
    Location: on Dock Street
    Have you definately installed Web Application Project for VS2005? Downloadage : http://msdn.microsoft.co...ucture/wap/default.aspx


    "It's a case of RTFM.. the only problem being we don't have a manual!"

    When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon Smile )
    Jaben
    #5 Posted : Friday, September 15, 2006 2:36:49 PM

    Rank: YAF Head Dude



    Joined: 10/10/2004
    Posts: 2,556
    Location: Honolulu, HI
    bigtoga wrote:
    When I try to open this in VS2005, it runs the Conversion Wizard and tells me that this was created in a previous version of Visual Studio. Steps to reproduce:

    1) Unzip SRC
    2) Launch VS2005
    3) File-->Project-->Website

    What am I missing? What should I be doing differently?


    Hmm... don't make a web site...

    First go into the unzipped yaf directory and delete all files matching "yetanotherforum.net.*" EXCEPT the "yetanotherforum.net.csproj"

    In VS2005 go:

    File->Open->Project/Solution
    Select yetanotherforum.net.csproj file.
    It will prompt you to save a solution (which is fine)

    Should work!
    "Alcohol: The cause and solution to all of life's problems." -- Homer Simpson

    bigtoga
    #6 Posted : Friday, September 15, 2006 2:59:01 PM

    Rank: YAF MVP



    Joined: 3/10/2006
    Posts: 330
    Location: Dallas, TX
    I do not have Web Application Projects installed. Is it required? I have Web Deployment Projects installed.

    And I looked at my previous post and it was a typo. I was going to File-->Open-->Website...

    Anyway, I ran the conversion wizard, it fails. I deleted the YAF files (even the csproj), and then went to File-->Open-->Website and it worked.
    Check out my implementation of YAF: http://Forums.LearnSqlServer.com/. You can also check out my SQL Server 2005 tutorials at http://www.LearnSqlServer.com/ and my C# tutorials at http://www.LearnCSharp.com/
    Mek
    #7 Posted : Friday, September 15, 2006 3:27:43 PM

    Rank: YAF Developer



    Joined: 7/12/2005
    Posts: 1,124
    Location: on Dock Street
    Yup with it installed you should be right from the get go. All the YAF team use it, so should save you some hassle with doing each time we do a release so I would definately install it if your planning to work on the source.


    "It's a case of RTFM.. the only problem being we don't have a manual!"

    When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon Smile )
    sacredseer
    #8 Posted : Monday, September 25, 2006 9:05:06 PM

    Rank: YAF Camper


    Joined: 8/19/2004
    Posts: 24
    i have an problem about that when i try to make install forum i see that can you help me about that
    Jaben
    #9 Posted : Tuesday, September 26, 2006 11:58:58 AM

    Rank: YAF Head Dude



    Joined: 10/10/2004
    Posts: 2,556
    Location: Honolulu, HI
    sacredseer wrote:
    i have an problem about that when i try to make install forum i see that can you help me about that


    Not to be obvious, but did you access /install to update the database?
    "Alcohol: The cause and solution to all of life's problems." -- Homer Simpson

    sacredseer
    #10 Posted : Tuesday, September 26, 2006 12:39:46 PM

    Rank: YAF Camper


    Joined: 8/19/2004
    Posts: 24
    Bur Server my own Server and i login with My Administrator Login
    sacredseer
    #11 Posted : Tuesday, September 26, 2006 6:12:38 PM

    Rank: YAF Camper


    Joined: 8/19/2004
    Posts: 24
    Sorry But first give that error So i give other
    nguyen_server
    #12 Posted : Tuesday, March 13, 2007 5:02:46 AM

    Rank: YAF Forumling


    Joined: 1/26/2007
    Posts: 1
    Location: Hồ Chí Minh
    bigtoga wrote:
    Just out of curiosity, I ran the Conversion Wizard and it throws an error, "ERROR: Unable to parse project file yetanotherforum.net.csproj."

    BTW - when I clicked the QUOTE button for my above post, it told me "Access Denied" and that I was trying to enter an area of the site that I didn't have access to.


    No,permission it
    hemant
    #13 Posted : Friday, April 18, 2008 11:44:12 AM

    Rank: YAF Forumling


    Joined: 4/18/2008
    Posts: 3
    Location: ahmedbad
    Jaben wrote:
    YAF v1.9.0 RC2 (Dated 09/12/2006)

    I'd like to finalize v1.9.0 -- so please test this out as soon as possible. Thanks to everyone for help & bugfixes. Thanks to Willie T. for adding the Points and Sponser systems.

    What’s new:

  • Added "Points" System for each post and deletion (Willie)
  • Added "Sponsor" post option (Willie)
  • Added admin user editing features
  • Added support for FreeTextBox v3
  • Includes basic smileys (add eusa.pak to add them)
  • Added reset function for smartscroller so that it no longer keeps the scroll location if it's not desired (such as on pagination).
  • Added rel="nofollow" to user-supplied URLs throughout the board.
  • Fixed issue with posts not being removed from "Moderate" list
  • Fixed: Inserting smilies in FCK v2 -- current solution doesn't work with FireFox though
  • Fixed bug with smilies cache not getting flushed on update
  • Fixed bug related to BBCode handling of underline and url.
  • Fixed bug assocated with resource.ashx (Thread exceptions)
  • Fixed bug related to search page storing a non-serializable object in the session state
  • Cleaned up DisplayPost a bit
  • Fixed issue with delete topic in moderate (it works now)
  • Changed the code for sorting forums slightly. Functionality hasn't been modified.
  • Fixed bug related to move topic
  • Removed high-performance timer class and switched to using NET v2.0 StopWatch class instead.
  • Lots of misc bug fixes.

    The database has changed! You will need to upgrade your database using the following after installing by visiting this YAF URL: /install/default.aspx

    BE SURE TO BACKUP YOUR DATABASE BEFORE ATTEMPTING AN UPGRADE

    After installation and setup it's suggested that you remove or rename your /install/ directory for security reasons. (This will be fixed in future versions.)

    Since this is a .NET v2.0 version make sure to take a look at default.config and merge changes with your web.config.

    This release does not implement .NET v2.0 membership & roles. We're currently working on v1.9.3 which is an upgrade from v1.9.2 and includes the changes made in v1.9.0. (It's available in the CVS.)

    The .NET persistant cookie issues persists -- not exactly sure what to do about it!

    BIN: Includes the compiled forum and forum page files without the source.
    SRC: Includes the compiled forum and forum page files with full source.
    DNN: Includes the compiled forum and forum page files with DNN v4.x support module and definition.

    YAF-v1.9.0-RC2-SRC.zip (1764kb)
    YAF-v1.9.0-RC2-BIN.zip (1427kb)
    yaf_dnn4.zip (1467kb) (UPDATED)

    Update 9/17: Fixed issue with yaf_dnn4.zip not updated for latest (RC2) release.



  • what i have to do if i want to install it on v2.0.50727
    i am getting this problm constantly
    ERROR: Unable to parse project file yetanotherforum.net.csproj.
    what setting i have to made

    Users browsing this topic
    Guest
    Forum Jump  
    You cannot post new topics in this forum.
    You cannot reply to topics in this forum.
    You cannot delete your posts in this forum.
    You cannot edit your posts in this forum.
    You cannot create polls in this forum.
    You cannot vote in polls in this forum.

    YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
    Powered by YAF 1.9.3 beta | YAF © 2003-2008, Yet Another Forum.NET
    This page was generated in 0.235 seconds.

    SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET