YAFLogo

guest
17 years ago
this line in install\default.aspx.cs;

Error : Coult Not Find Stored Procedure 'yafprov_getuser'

Line Code : MembershipUser user = Membership.CreateUser(UserName.Text, Password1.Text, AdminEmail.Text, SecurityQuestion.Text, SecurityAnswer.Text, true, out status);

guest
17 years ago
I was expect it was done, I didn't know not implemented yet.. so there is no solution right? 🙂

-- =============================================

-- Profiles Create Procedures

-- =============================================

-- Not implemented yet!!!!!!!!!!!!!!!!!!!!!!!!!!

Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
17 years ago
1.93 is a work in progress, its not ready for primetime yet.
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
yeah.. I know 😞

I hope its released soon.. We have a huge bike community in Turkiye. everyone is asking when the forum will be on-line.. What is the date of 1.9.3 release?

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
17 years ago
rochas... we are just in the middle of development. There are problems and bugs. As soon as you say there is a problem it's probably fixed...

Speaking of which, that bug is probably fixed.

reachsulip
17 years ago
Where can i get the link to access the Version 1.9.3

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
dizzy0ny
  • dizzy0ny
  • 58.4% (Neutral)
  • YAF Forumling
16 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.

Mek wrote:

But one should be able to build the website. I don't quite get the logic of doing it this way. Does this not make it difficult for developers working with source? From what i can tell, these controls reside in the YAF.Controls.dll. If that dll is compiled and placed in the bin, should we not make reference to it in the host page to be able to build the website without error?

test2005
16 years ago
Mek is talking about an older version. The YAF.Controls.dll is refernce in the web.config of version v1.9.3.3, either directly or dynamically (depending on what you need, both options are there, and commented).

"Building" the YetAnotherForum.net website would create a series of dll's, but the building process would not re-compile the YAF.Controls.dll, it's already compiled. It would just get lumped into the built "path".

HTH


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

mddubs
  • mddubs
  • 100% (Exalted)
  • YAF Developer
16 years ago
Hey guys... just installed TortoiseSVN and checked out the entire repository. What's the process for making changes? What about solution or project files that are altered automatically by the IDE? When you make changes, do you commit all changed files? How often do you 'Get Latest'? What if you checkin code you modified without getting latest?

Sorry for all the questions... I just don't wanna mess up any source code.


UserPostedImage 

www.bunkerhollow.com  | www.careercomputing.com 

When I post fp:mddubs 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 Mek 🙂, who stole this off Ederon 🙂 )

Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
16 years ago
You right click the folder and click "Commit Changes". However you won't have permission to commit the changes without becoming a dev. (though it is possible to create a patch and email it to us). We also commit the solution and project files with every update. Along with all changed files. Best to get the latest on every change you have planned.. i.e. if i was going to implement a number of features I'd implement one. Test. Then make sure I was on the latest before making the next change.

If you have made some changes to a file, but someone else has already adjusted that file. The commit process in Tortoise will tell you this, and provide facility for merging the changes (bit of a pain but infinately better than the alternative).

Basically tortoise SVN rules.


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

mddubs
  • mddubs
  • 100% (Exalted)
  • YAF Developer
16 years ago
Excellent! One last question... how do I create a patch?
UserPostedImage 

www.bunkerhollow.com  | www.careercomputing.com 

When I post fp:mddubs 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 Mek 🙂, who stole this off Ederon 🙂 )

mddubs
  • mddubs
  • 100% (Exalted)
  • YAF Developer
16 years ago
Nevermind, I've figured it all out and documented the process here:

http://bunkerhollow.com/blogs/matt/archive/2008/12/06/working-with-yaf-source-code-from-svn-repository.aspx 


UserPostedImage 

www.bunkerhollow.com  | www.careercomputing.com 

When I post fp:mddubs 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 Mek 🙂, who stole this off Ederon 🙂 )

Addict
  • Addict
  • 64.4% (Friendly)
  • YAF Forumling
16 years ago

EDIT: Ok...appears it was just me being stupid. SVN Checkout is what I needed to use...files downloading now. Leaving below thread in case some other schlep does the same thing I did. :oops:

Ok...either I'm missing something or I've done something wrong...or maybe I'm just an idiot. :roll:

* Installed Tortoise SVN

* Navigated to the folder I want the repository in

* Right-click, TortoiseSVN, Import

* Entered the SourceForge SVN URL

* It asks me for a username/password. I enter my SourceForge credentials, and it fails.

I've looked all over but don't see any other credentials I should be using. I can browse the repository via the SourceForge website just fine.

Confused!? Any advice is appreciated...thanks!

AL


mddubs
  • mddubs
  • 100% (Exalted)
  • YAF Developer
16 years ago
You don't need to enter credentials to get the latest OUT of source control, you are only prompted for credentials when you want to check changes INTO source.
UserPostedImage 

www.bunkerhollow.com  | www.careercomputing.com 

When I post fp:mddubs 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 Mek 🙂, who stole this off Ederon 🙂 )

Users browsing this topic