YAFLogo

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
17 years ago
Live Development (Read Only) HG (Clone) URL for YetAnotherForum.NET:

https://hg01.codeplex.com/yafnet 

Or visit CodePlex to browse the repository:

http://yafnet.codeplex.com/SourceControl/list/changesets 

Don't have an HG (Mercurial) client?

On Windows, I strongly recommend TortoiseHG:

http://tortoisehg.bitbucket.org/ 

It includes a very nice merge utility--so most users will be ready to go with one simple download.

If you have not used Mercurial before and have questions on how to fork, branch, merge, pull and push -- I highly recommend watching this screencast on Tekpub:

http://tekpub.com/view/dotnet-oss/7 

Sponsor
wtilton
  • wtilton
  • 70.2% (Friendly)
  • YAF Developer
17 years ago
The patch functionality is also very cool. If users make changes but aren't on the team or wish to be, they can submit a patch to easily include it in.
guest
17 years ago
Hi,

I'm relatively new to the whole yaf scene and having a few problems with the source.

I've downloaded the TortoiseSVN and managed to connect to the source control and download all the files for the project.

However, when I try to open the v1.9.2 solution in VS Studio 2005 (SP1) I get the convert from 2003 wizard screen. Has anybody come across this or can anyone suggest a solution please?

test2005
17 years ago

I get that message every time I download the latest source. Just run the wizard (make sure you use the "make backup" feature) and it will convert fine.

I haven't done this with TortoiseSVN controling the download, not sure if that's possible. Jaben would be the man to ask.

BTW....after the convert you'll get several hundred "warnings" about obsolete code usage. Just ignore them. YAF runs just fine! :P


.....the man in black fled across the desert..........and the gunslinger followed.....

guest
17 years ago
Hi,

I want to play with 1.9.3 code a bit. I installed AnkSVN for VS and pointed to the SVN URL.

I see multiple branches but none with 1.9.3. Can someone guide me where the correct code is.

I would like to contribute any fixes I make towards the final release.

Thx

Ravi

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
17 years ago
1.9.3 isn't a branch -- it's the trunk.
guest
17 years ago
what is branch and trunk mean? is it like test and release?
guest
17 years ago
Hi again 🙂 .. I have boring questions again sorry..

https://yafdotnet.svn.sourceforge.net/svnroot/yafdotnet/trunk/yafsrc/  with TortoiseSVN. all files downloaded. (Revision Number :1584 ) then. I clicked solution file, its open. I can see all files in the solution explorer.

I tried to debug, There was error messages like;

----------------------------------------------------------------

......................... XML Valitadion errors

Error 3 Validation (XHTML 1.0 Transitional): This name contains uppercase characters, which is not allowed. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\DisplayPost.ascx 8 17 C:\...\YetAnotherForum.NET\

Error 4 Validation (XHTML 1.0 Transitional): This name contains uppercase characters, which is not allowed. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\DisplayPost.ascx 8 53 C:\...\YetAnotherForum.NET\

Error 5 Validation (XHTML 1.0 Transitional): This name contains uppercase characters, which is not allowed. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\DisplayPost.ascx 8 85 C:\...\YetAnotherForum.NET\

Error 6 Unrecognized tag prefix or device filter 'YAF'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\DisplayPost.ascx 8 4

................................ XML Validation errors.......

Error 11 Unrecognized tag prefix or device filter 'YAF'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\DisplayPost.ascx 78 2

................................

Error 25 Unknown server tag 'YAF:LocalizedLabel'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumStatistics.ascx 7

Error 26 Unknown server tag 'YAF:LocalizedLabel'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumStatistics.ascx 14

Error 27 Unknown server tag 'YAF:ThemeImage'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumStatistics.ascx 19

Error 28 Unknown server tag 'YAF:UserLink'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumStatistics.ascx 28

Error 29 Unknown server tag 'YAF:LocalizedLabel'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumStatistics.ascx 39

Error 30 Unknown server tag 'YAF:ThemeImage'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumStatistics.ascx 44

Error 31 Unknown server tag 'YAF:UserLink'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumStatistics.ascx 49

Error 32 Unknown server tag 'YAF:UserLink'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumStatistics.ascx 55

Error 33 Unknown server tag 'YAF:LocalizedLabel'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumActiveDiscussion.ascx 7

Error 34 Unknown server tag 'YAF:LocalizedLabel'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumActiveDiscussion.ascx 14

Error 35 Unknown server tag 'YAF:LocalizedLabel'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumActiveDiscussion.ascx 22

Error 36 Unknown server tag 'YAF:UserLink'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumActiveDiscussion.ascx 23

Error 37 Unknown server tag 'YAF:ThemeImage'. C:\Users\RS\Desktop\YAF\YAF Source\YetAnotherForum.NET\controls\ForumActiveDiscussion.ascx 29

-----------------------------------

am I doing something wrong? or miss something? thank you.

guest
17 years ago
I tried; C:\Windows\Microsoft.NET\Framework\V2.0.50727\aspnet_compiler.exe -f -c -p C:\Users\RS\Desktop\YAF\YAF_Source -v /yaf C:\Users\RS\Desktop\bin

There is result ;

C:\Users\RS>C:\Windows\Microsoft.NET\Framework\V2.0.50727\aspnet_compiler.exe -f -c -p C:\Users\RS\Desktop\YAF\YAF_Source -v /yaf C:\Users\RS\Desktop\bin

Utility to precompile an ASP.NET application

Copyright (C) Microsoft Corporation. All rights reserved.

/yaf/YetAnotherForum.NET/controls/ForumModeratorList.ascx(5): error ASPPARSE: Unknown server tag 'YAF:UserLink'.

/yaf/YetAnotherForum.NET/controls/ForumIconLegend.ascx(6): error ASPPARSE: Unknown server tag 'YAF:ThemeImage'.

/yaf/YetAnotherForum.NET/controls/ForumIconLegend.ascx(7): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumIconLegend.ascx(9): error ASPPARSE: Unknown server tag 'YAF:ThemeImage'.

/yaf/YetAnotherForum.NET/controls/ForumIconLegend.ascx(10): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumIconLegend.ascx(12): error ASPPARSE: Unknown server tag 'YAF:ThemeImage'.

/yaf/YetAnotherForum.NET/controls/ForumIconLegend.ascx(13): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/DisplayPost.ascx(8): error ASPPARSE: Unknown server tag 'YAF:UserLink'.

/yaf/YetAnotherForum.NET/controls/DisplayPost.ascx(78): error ASPPARSE: Unknownserver tag 'YAF:PopMenu'.

/yaf/YetAnotherForum.NET/controls/ForumStatistics.ascx(7): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumStatistics.ascx(14): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumStatistics.ascx(19): error ASPPARSE: Unknown server tag 'YAF:ThemeImage'.

/yaf/YetAnotherForum.NET/controls/ForumStatistics.ascx(28): error ASPPARSE: Unknown server tag 'YAF:UserLink'.

/yaf/YetAnotherForum.NET/controls/ForumStatistics.ascx(39): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumStatistics.ascx(44): error ASPPARSE: Unknown server tag 'YAF:ThemeImage'.

/yaf/YetAnotherForum.NET/controls/ForumStatistics.ascx(49): error ASPPARSE: Unknown server tag 'YAF:UserLink'.

/yaf/YetAnotherForum.NET/controls/ForumStatistics.ascx(55): error ASPPARSE: Unknown server tag 'YAF:UserLink'.

/yaf/YetAnotherForum.NET/controls/ForumLastPost.ascx(7): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumLastPost.ascx(11): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumLastPost.ascx(12): error ASPPARSE: Unknown server tag 'YAF:UserLink'.

/yaf/YetAnotherForum.NET/controls/ForumLastPost.ascx(15): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumActiveDiscussion.ascx(7): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumActiveDiscussion.ascx(14): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumActiveDiscussion.ascx(22): error ASPPARSE: Unknown server tag 'YAF:LocalizedLabel'.

/yaf/YetAnotherForum.NET/controls/ForumActiveDiscussion.ascx(23): error ASPPARSE: Unknown server tag 'YAF:UserLink'.

/yaf/YetAnotherForum.NET/controls/ForumActiveDiscussion.ascx(29): error ASPPARSE: Unknown server tag 'YAF:ThemeImage'.

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
17 years ago
You cannot compile what you are attempting to compile because it's dynamic: there is no need to compile it.
guest
17 years ago
hmm I dont understand.. 😞 how can I publish without compile? How can I get on-line this forum on my site? I installed ASP.NET 2.0's Membership, Roles, and Profile on my site.. I need to get on-line, I'm really stuck...
Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
17 years ago
YAF1.93 is a Website, not a project. So you cannot compile it. You should just be able to upload the website portion i.e. the YetAnotherForum.NET folder and it will work.


UserPostedImage

"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 🙂 )

guest
17 years ago
ok I have a ISS on Vista, I tried create new web site like "http://localhost:32005/" and assing to D:\Work\Publised Sites\Forum ( Forum folder is incule YetAnotherForum.NET folder files). When I go to "http://localhost:32005/install/default.aspx" same type error is showup.

------

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0234: The type or namespace name 'Classes' does not exist in the namespace 'YAF' (are you missing an assembly reference?)

Source Error:

Line 21: using System.Web;

Line 22: using System.Web.UI;

Line 23: using YAF.Classes.Utils;

Line 24: using YAF.Classes.Base;

Line 25:

Source File: d:\Work\Publised Sites\Forum\App_Code\YAF\Forum.cs Line: 23

---------

I know, maybe reaally easy thing to do for you but I dont understand sorry guys.. error says "are you missing an assembly reference?" am I? :roll:

guest
17 years ago
anyone help me please?
guest
17 years ago
Hi again. I dont know why but its work fine now. anyway..

When it was start the installation database an error accured in "install\procedures.sql"

same think again. its happand before early versions anyway, if you are using a CI_AS database ( like TURKISH_CI_AS ) you need to caryfully about case sensitivity. you need to change this words;

"categoryid" to "CategoryID"

"forumid" to "ForumID"

"PMessageId" to "PMessageID"

"showdeleted" to "ShowDeleted"

"delete from [{databaseOwner}].[{objectQualifier}replace_words] where ID = @ID" -> "delete from [{databaseOwner}].[{objectQualifier}replace_words] where id = @ID"

and you need to change similar lines to..

"pollID" to "PollID"

"userid" to "UserID"

"isModeratorChanged" to "IsModeratorChanged"

"messageid" to "MessageID"

(you can use find and replace feature of notepad with "Match case" propery to find and replace this words.. )

I solve this problems.. but first config screen I get this error Coult Not Find Stored Procedure 'yafprov_getuser'

in "install\providers\procedures.sql" I found procedure but its not usable yet I think..

I'm stuck here.. anyone can help me?