Welcome Guest Search | Active Topics | Log In | Register

5 Pages <1234>»
Update on v1.9.3 status and talk of v1.9.1 Options · View
Jaben
#16 Posted : Thursday, April 05, 2007 2:47:06 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,022
Location: Honolulu, HI
bigtoga wrote:
Since there is so much change at the database level, will there be any sort of migration tool to migrate our existing data from yaf 1.90 to 1.93?

Oh definitely. There will be two new systems: New Install and Upgrade.

Also, on Application startup YAF will automatically get the current DB version and forward to the appropriate section (new install vs. upgrade).

It will also determine DB connectivity: if the DB has already been setup (not a fresh install) it will go to a "DB connectivity error" page instead of going to /install/--which is a security risk.
"When you are grateful, fear disappears and abundance appears”."

tomaten
#17 Posted : Monday, April 09, 2007 6:15:44 PM

Rank: YAF Forumling


Joined: 3/12/2007
Posts: 3
Do I understand that correctly? You plan the support of the ASP.NET Membership Provider?

We have a web page on Oracle run and use for it our own Oracle ASP.NET Membership Provider. Can I configure version 1.9.3 in such a way that she uses our Membership Provider for the Login?
Mek
#18 Posted : Monday, April 09, 2007 6:30:28 PM

Rank: YAF Developer



Joined: 7/12/2005
Posts: 1,324
Location: on Dock Street
tomaten wrote:
Do I understand that correctly? You plan the support of the ASP.NET Membership Provider?

We have a web page on Oracle run and use for it our own Oracle ASP.NET Membership Provider. Can I configure version 1.9.3 in such a way that she uses our Membership Provider for the Login?


Thats the plan!!! Smile We'll see how it goes though...


"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 )
tomaten
#19 Posted : Monday, April 09, 2007 6:50:08 PM

Rank: YAF Forumling


Joined: 3/12/2007
Posts: 3
Mek wrote:
Thats the plan!!! Smile We'll see how it goes though...


Can I help? I have in the last 3 weeks thereby worked intensively, as I our Membership-, Role- and ProfileProvider for Oracle built.
tomaten
#20 Posted : Saturday, April 14, 2007 10:13:15 PM

Rank: YAF Forumling


Joined: 3/12/2007
Posts: 3
Was there a date for a Beta?
DarkDucke
#21 Posted : Sunday, April 15, 2007 5:24:07 AM

Rank: YAF Lover



Joined: 3/23/2007
Posts: 41
Location: Brasil
some forecast when it will leave the version 1.9.3??

Thankx!!!
"A Terra é redonda, mais nela cabem várias bestas quadradas"
kwa
#22 Posted : Friday, April 27, 2007 7:15:01 AM

Rank: YAF Camper



Joined: 3/11/2006
Posts: 13
Location: WA
Just to give some though about URL-rewriting. I think it would be better to to append post title into the url.
from posttopic12345.aspx ----> posttopic-12345-sample-post-title-goes-here.aspx

when rewriting the url to a querying, we can ingore everying after "posttopic-12345-"

after rewriting we might get someting like this Default.aspx?pg=posttopic&id=12345 , we just discard the post title because it does not matter.

this looks better to search eingine than just the number infront the .aspx, which is meaning less. Also it a good idea to have post title in the web page "title". Search engine and Google adsense LOVe that.


Jaben wrote:


v1.9.1 doesn't offer much at this point:

  • URL Rewriting


  • bigtoga
    #23 Posted : Friday, April 27, 2007 1:39:02 PM

    Rank: YAF MVP



    Joined: 3/10/2006
    Posts: 330
    Location: Dallas, TX
    Like mine? http://forum.yetanotherf...posts&m=10664#10664

    http://forums.learnsqlserver.com/ - does that already (if I understand what you are referring 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/
    Neo
    #24 Posted : Sunday, April 29, 2007 5:20:11 AM

    Rank: YAF Forumling



    Joined: 4/27/2007
    Posts: 6
    Location: Point Pleasant, NJ
    Will there be any "major" enhancements in the new version? I am running the forums on my website and I must say that I am very pleased. I looked around at about 25 different message forum apps and this one I found superior due to ease of installatio and the ability to customize it. Keep up the great work!
    Neo
    "Follow The White Rabbit"



    NoTurnSignal.com
    fberna
    #25 Posted : Wednesday, May 02, 2007 10:18:33 AM

    Rank: YAF Developer



    Joined: 10/6/2003
    Posts: 51
    Location: Perugia, Italy

    Jaben wrote:
    beijixing9 wrote:
    Thanx.
    When will YAF v1.9.3 ship?


    Hopefully by the summer it will "ship". I want to have a beta by the end of April.


    News for the beta release? Smile
    [Fabrizio Bernabei a.k.a. fberna, know as Harlock in the past..]
    Meet me on www.kitendo.com or play with me on www.mzportal.com for ManagerZone lovers..
    deerchao
    #26 Posted : Tuesday, May 08, 2007 4:40:58 PM

    Rank: YAF Lover



    Joined: 11/24/2005
    Posts: 63
    Location: BeiJing China
    kwa wrote:
    Just to give some though about URL-rewriting. I think it would be better to to append post title into the url.
    from posttopic12345.aspx ----> posttopic-12345-sample-post-title-goes-here.aspx

    when rewriting the url to a querying, we can ingore everying after "posttopic-12345-"

    after rewriting we might get someting like this Default.aspx?pg=posttopic&id=12345 , we just discard the post title because it does not matter.

    this looks better to search eingine than just the number infront the .aspx, which is meaning less. Also it a good idea to have post title in the web page "title". Search engine and Google adsense LOVe that.


    IMHO, it's strange to have something like "posttopic-12345-" before or after a thread name. maybe we could hash thread name to a int/guid, and save it in the thread table, and provide a thread name in the url, and then to look up the thread, we just hash the name again. this is what I did in one of my projects - I took MD5 hash.
    Unibetter大学生社区
    Drag Reducing Agents

    Mesages may be with gramar or speling mistakes, but I think you wil understand me :D
    Jaben
    #27 Posted : Monday, May 14, 2007 6:46:02 PM

    Rank: YAF Head Dude



    Joined: 10/10/2004
    Posts: 3,022
    Location: Honolulu, HI
    kwa wrote:
    Just to give some though about URL-rewriting. I think it would be better to to append post title into the url.
    from posttopic12345.aspx ----> posttopic-12345-sample-post-title-goes-here.aspx


    This has been added.
    "When you are grateful, fear disappears and abundance appears”."

    redLine
    #28 Posted : Monday, May 14, 2007 11:07:23 PM

    Rank: YAF MVP




    Joined: 10/20/2006
    Posts: 155
    i think you can remove postst3784-- and topics11-- too.
    i think this is http://forum.yetanotherf...s-and-talk-of-v191.aspx very usefull.
    redLine
    #29 Posted : Monday, May 14, 2007 11:13:40 PM

    Rank: YAF MVP




    Joined: 10/20/2006
    Posts: 155
    + i think this is sooooooo usefull Razz http://forum.yetanotherf...s-and-talk-of-v191.html
    Jaben
    #30 Posted : Tuesday, May 15, 2007 12:02:13 AM

    Rank: YAF Head Dude



    Joined: 10/10/2004
    Posts: 3,022
    Location: Honolulu, HI
    Okay-- explain how I can do that? Remember: these titles CHANGE without notice.
    "When you are grateful, fear disappears and abundance appears”."

    Users browsing this topic
    Guest
    5 Pages <1234>»
    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 RC2 | YAF © 2003-2008, Yet Another Forum.NET
    This page was generated in 0.182 seconds.

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