PaymentAcceptanceMark missing from svn?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/22/2008 5:45:20 AM
Gravatar
Total Posts 5

PaymentAcceptanceMark missing from svn?

Hi Joe,

Seems a file is missing from svn:

Error 2 Source file 'D:\WebDevelopment\mojoportal\Web\Controls\PaymentAcceptanceMark.ascx.cs' could not be opened ('Unspecified error ') mojoPortal.Web
 

I know your working on it, but just to let you know.

Dirk
 

7/22/2008 5:51:16 AM
Gravatar
Total Posts 18439

Re: PaymentAcceptanceMark missing from svn?

Hi Dirk,

Thanks for letting me know. This is fixed if you do svn update. Not sure how it happened, I had committed this control in my sandbox, merged a local copy of trunk and then committed. Somehow the files were there in my local copy of trunk after the merge but they were not marked as in svn so they didn't go in when I made the commit. In any case its there now.

Best,

Joe

7/22/2008 10:58:51 AM
Gravatar
Total Posts 5

Re: PaymentAcceptanceMark missing from svn?

Hi Joe,

Never mind, thanks for yor prompt reaction!

I found another missing one:

Error 6 Source file 'D:\WebDevelopment\mojoportal\WebStore.UI\WebStore\PayPalExpressCheckout.aspx.designer.cs' could not be opened ('Unspecified error ') WebStore.UI

I discovered mojoPortal a week ago and are very enthousiastic about it. It's the best web framework i encoutered (and voted for you off course)! I tried several: DNN, Rainbow, Commerce Server and as last Joomla because of the richness of extensions.
Because i started up my own business of developing and selling applications, i was in the need of a easy extensible web framework to write my own plug-in's. I found that mojoPortal is the best system for doing that, because of it's open easy architecture. Plugging in a feature or intranet application is very simple. Hat's of to you.

In no time i wrote the base of a system to plug in to the Site Office. I don't want to rise expectations too high, but i'm working on a Site Office feature that connects to the Web Store you're working on. If it all goes well, i'll post more details. The Site Office is just great!

The only reason DNN is more wide spread is i guess because mojo is more for people with programming knowledge, although it can be set up very easily with none. Some things could be a little better:

  1. Ordered results from search queries, or filtering by features like the forum. Now it's a long list, not very inviting to go through.
  2. A few more whistles and bells for the forum like statistics, lates posts, top-10 etc.
  3. More core fields for profiles: firstname, lastname, birthdate, address (why the last seperate in the Web Store?).
  4. A Latest news feature.
  5. A Support feature (with tickets and all).

If i had the time i wrote some things myself, but i got to earn money with writing software and don't have a beatifull frame like mojo th start with ;-)

Good luck,
Dirk

 

7/22/2008 11:52:31 AM
Gravatar
Total Posts 18439

Re: PaymentAcceptanceMark missing from svn?

Hi Dirk,

Thanks again! I think they're all in there now. FYI, I found also the file WebStore/Setup/applications/webstore/SchemaUpgradeScripts/mssql/0.0.0.4.config was missing but the 0.0.0.5.config file was there. Unfortunately this means the 0.0.0.4.config script won't run automatically because it thinks its lower than the current version since it already ran 0.0.0.5.config, so you will need to run that script manaualy from query analyzer if you want to use WebStore.

Glad to hear you are find mojoportal easy to work with!

I'b be interested to see what you come up with, I was thinking of some backend features for WebStore in there like charts and reports etc. My only worry is I'm not sure the Site Office framework is really crystalized at this point so there is some risk that I will change things to get to the final architecture for that, so its possible I may make breaking changes at some point that will require some re-working in your custom feature(s). Hopefully there won't be anything too radical as I think the design is on the right track so far.

Best,

Joe

7/22/2008 12:41:33 PM
Gravatar
Total Posts 18439

Re: PaymentAcceptanceMark missing from svn?

I forgot to mention, the Profile is already completely customizable so you can add those fields if you want by configuration files.

http://www.mojoportal.com/userprofileconfiguration.aspx

Best,

Joe

7/22/2008 1:03:22 PM
Gravatar
Total Posts 5

Re: PaymentAcceptanceMark missing from svn?

Ok, i got the code in sync now and it works all. Thanks a lot.

I'm working on a Site Office feature in the field of book keeping. Don't know if i'll manage, but i'll try.

btw: i looked at extJ. That's really superb. You can make a slick interface for the Site Office.

Dirk

You must sign in to post in the forums. This thread is closed to new posts.