Awesome! Just got around to deploying the fix and it worked.
Thank you very much for your time and help. I appreciate it.
- Glenn
On Jan 30, 2008 12:56 PM, John Davidson <[EMAIL PROTECTED]> wrote:
> Good. the WikiTalk code is operating correctly.
>
> If you paste the following code in a topic on your site you will see the
> difference between the Orig and Alt functions. Also note that the second and
> third example has a capitalized P in HomePage (though this does not make a
> difference in the first sample)
>
> @@["'''Namespace Index Orig'''", Newline,
> federation.Namespaces.Sort.Collect
> { each |
> [
> Tab,"*","\"",each.Name,"\":",
> federation.LinkMaker.LinkToTopic([each.Name, ".Homepage"].ToOneString),
> Newline
> ]
> },
> "----", Newline]@@
>
> @@["'''Namespace Index Alt1'''", Newline,
> federation.Namespaces.Sort.Collect
> { each |
> [
> Tab,"*","\"",each.Name,"\":",each.Name, ".HomePage",
> Newline
> ]
> },
> "----", Newline]@@
>
> @@["'''Namespace Index Alt2'''", Newline,
> federation.Namespaces.Sort.Collect
> { each |
> [
> Tab,"*",Presentations.Link(federation.LinkMaker.LinkToTopic([each.Name,
> ".HomePage"].ToOneString), each.Name),
> Newline
> ]
> },
> "----", Newline]@@
>
>
>
> I have put the above functions into code on my site [1], so you can verify
> functionality. Basically LinkToTopic is a message for a
> Presentation.Linkobject.
>
> [1] http://ods.dyndns.org/FlexWiki/default.aspx/OdsWiki/Test.html
>
> Hope this helps
>
> John Davidson
>
>
>
> On Jan 30, 2008 12:13 PM, Glenn Wellington <[EMAIL PROTECTED]>
> wrote:
>
> > Hmm, ok. The server has the .NET 2.0 with the 3.5 patch installed.
> >
> > Even when I just unzip/deploy the full web release I get the same issue
> > as well. I basically just unzip it, create a virtual directory in IIS, set
> > it to use AD auth and that's about it. I then changed the _normalBorders
> > and added this code to the left border right after the history listing:
> >
> >
> > "----", Newline,
> > "'''Namespace Index'''", Newline,
> > federation.Namespaces.Sort.Collect
> > { each |
> > [
> > Tab,
> > "*",
> > "\"",
> > each.Name,
> > "\":",
> > federation.LinkMaker.LinkToTopic([each.Name,
> > ".Homepage"].ToOneString),
> > Newline
> > ]
> > },
> > "----", Newline,
> >
> > Thanks for your help.
> >
> > On Jan 30, 2008 11:55 AM, John Davidson <[EMAIL PROTECTED]> wrote:
> >
> > I am still unsure what is going on, but I suspect you have not created
> > > the website correctly as the filesystem namespace has worked correctly
> > > through most versions. We are now on version 2.0 with 2.0.0.186 being
> > > the latest. This version requires ASP .Net 2.0
> > >
> > > Version 1.8 requires ASP .Net 1.1, but will work with ASP .Net 2.0.
> > >
> > > It is recommended that you run one of the latest builds of 2.0available
> > > through [1]. That way the community will be able to help you
> > >
> > > [1] http://www.flexwiki.com/default.aspx/FlexWiki/GetFlexWiki.html
> > >
> > > John Davidson
> > >
> > >
> > > On Jan 30, 2008 11:44 AM, Glenn Wellington <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > > John,
> > > >
> > > > Thanks for your quick response.
> > > >
> > > > The version I'm currently using, I believe, is 1.3 or some other
> > > > archaic version.
> > > >
> > > > I tried creating a new file system namespace and it worked fine.
> > > > Threw an exception for ASP_NET permissions, but it was easy enough to
> > > > fix.
> > > > The "Namespace Index" comes back as:
> > > > "Test":/wiki/default.aspx/Test/Homepage.html
> > > >
> > > > When I hardcode the SiteURL in the application and recompile it
> > > > works fine, but other than that, the namespace links don't come out
> > > > right.
> > > >
> > > > Thanks,
> > > > Glenn
> > > >
> > > >
> > > > On Jan 30, 2008 11:03 AM, John Davidson <[EMAIL PROTECTED]>
> > > > wrote:
> > > >
> > > > > I saw your request for help previously on the FAQ and have started
> > > > > work on an SQL 2005 install for my system.
> > > > >
> > > > > First, though a question and suggested procedure. What version are
> > > > > you using? If you create a namespace in the file system do you get
> > > > > the same
> > > > > error?
> > > > >
> > > > > John Davidson
> > > > >
> > > > > On Jan 30, 2008 10:56 AM, Glenn Wellington <
> > > > > [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > I seem to be having some issues with upgrading to FlexWiki
> > > > > > 2.0 regarding the "Namespace Index" listing on the left hand
> > > > > > border. I'm using the provided SQL Provider which is working fine (
> > > > > > i.e. I can peruse the different namespaces and topics fine.)
> > > > > >
> > > > > > The left border though comes up funky. For the namespace
> > > > > > index, I'm getting listings of
> > > > > > "Sample":/wiki/default.aspx/Sample/Homepage.html instead of valid
> > > > > > wiki
> > > > > > links. It seems like the site root URL is never getting populated.
> > > > > > I took
> > > > > > a look at the code and it generates from the variable SiteURL which
> > > > > > is
> > > > > > populated from HttpContext.Current.Request.ApplicationPath which
> > > > > > doesn't seem to be returning anything.
> > > > > >
> > > > > > Shouldn't it be using the <rootURL> variable in the
> > > > > > flexwiki.config?
> > > > > >
> > > > > > Any help is appreciated and thanks in advance.
> > > > > >
> > > > > > - Glenn
> > > > > >
> > > > > >
> > > > > > -------------------------------------------------------------------------
> > > > > > This SF.net email is sponsored by: Microsoft
> > > > > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > > > > _______________________________________________
> > > > > > Flexwiki-users mailing list
> > > > > > Flexwiki-users@lists.sourceforge.net
> > > > > > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > -------------------------------------------------------------------------
> > > > > This SF.net email is sponsored by: Microsoft
> > > > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > > > _______________________________________________
> > > > > Flexwiki-users mailing list
> > > > > Flexwiki-users@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
> > > > >
> > > > >
> > > >
> > > >
> > > > -------------------------------------------------------------------------
> > > > This SF.net email is sponsored by: Microsoft
> > > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > > _______________________________________________
> > > > Flexwiki-users mailing list
> > > > Flexwiki-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
> > > >
> > > >
> > >
> > >
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Microsoft
> > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > _______________________________________________
> > > Flexwiki-users mailing list
> > > Flexwiki-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
> > >
> > >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Flexwiki-users mailing list
> > Flexwiki-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
> >
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users