Few bugs

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/4/2012 12:00:07 AM
Gravatar
Total Posts 38

Few bugs

1. Adding skin query in url works for everyone, eg.  http://www.mydomain.com/Default.aspx?skin=jqueryui-1

It must work for admins only or when its allowed for user to change skin.

 

2. Why it let anonymous to comment in blog posts, I see nowhere to restrict it.

3. Captcha doesnt appear once postback is failed

4. When open preview of skin, it starts from the index 0 not from the selected.

 

Browsers : Opera, FF, IE

OS : Vista Home Premium

CMS : 2.3.8.5

 

 

Thanks

6/4/2012 7:56:53 AM
Gravatar
Total Posts 18439

Re: Few bugs

1. Is not a bug. The skin preview is also used to support a printer friendly view of the page with ?skin=printerfriendly

and it is also intended for non admins to be able to preview any skin. This makes it possible to work on a new skin and send a link to colleagues for review. A user cannot make the site use a different skin without permission for user specific skins enabled, but they can append the preview link manually to any url, I don't see a problem with that. If you don't like it you could always remove extra skins from the /Data/Sites/[SiteID]//skins folder

2. There is a setting in the blog for "Require Authentication for Comments". However this only works when using the internal comment system, it does not affect use of Disqus or IntenseDebate.

3. Possibly a bug, but which feature? which captcha? Steps to produce the problem.

4. Also not a bug, it is a feature request that has been logged already. It isn't trivial to implement and it is low priority. If it is a high priority for you perhaps you could implement it and submit changes.

6/4/2012 9:01:13 PM
Gravatar
Total Posts 38

Re: Few bugs

2. It would be nice if there was option "Allow comments only from authenticated users"

3. I will create video, will send link soon.

 

One more thing, why does it send notification email of my own post in forum?

6/4/2012 9:40:01 PM
Gravatar
Total Posts 38

Re: Few bugs

6/12/2012 6:45:35 AM
Gravatar
Total Posts 18439

Re: Few bugs

Sorry but for security reasons I don't like to download videos from the internet from people I don't know.

If you think there is a bug please tell which feature and provide written steps to produce the problem, expected results, actual results. Or if you can reproduce the problem on our demo site so I can see it that is also helpful.

Thanks,

Joe

6/14/2012 12:26:59 AM
Gravatar
Total Posts 38

Re: Few bugs

Well that video was generated by Camtasia Studio and I was in so hurry I didn't even give it title. And yea I dont trust files from unknown people too but only Executables files or fonts. Video was never been a problem. Or for more protection you could run inside sandbox. Besides here are steps to reproduce.

 

  1. Open IE 9  and go to http://demo.mojoportal.com/aliens-are-not-allowed-to-swim-here.aspx
  2. Write Name whatever you want, make sure you are not logged in
  3. Write wrong URL(eg : fffff), so it shows error. 
  4. Write anything in comment.
  5. Press Submit

Here 2 bugs, first it let you submit when there was an error in URL second when its refreshes. The Captcha image is gone and the URL error will appear twice.

 

Thanks

 

6/14/2012 2:37:41 PM
Gravatar
Total Posts 18439

Re: Few bugs

Thanks! This is now fixed in the source code repository and on the demo site. I've also fixed it so tha users who are already authenticated don't have to fill out a captcha.

Best,

Joe

6/15/2012 1:39:23 AM
Gravatar
Total Posts 38

Re: Few bugs

Thanks, but if I update the source code by Tortoise... will it remove the changes I've made and files I have added ? I dont actually use version control tools.

6/15/2012 7:00:50 AM
Gravatar
Total Posts 18439

Re: Few bugs

It will only touch mojoPortal files, it will not touch any files added by you nor any content. You should not modify any mojoPortal files so there should not be a problem. Upgrading from source code is similar to upgrading with official releases in that you must visit the /Setup/Default.aspx page so it can run the upgrade scripts and other configuration updates. But of course you must rebuild the solution to compile everything before doing that. You could also wait for the next release of mojoPortal that will have these fixes if you don't want to upgrade form code.

See also Packaging and Deployment

Best,

Joe

6/15/2012 7:33:26 PM
Gravatar
Total Posts 38

Re: Few bugs

The link you provided, says I should create a separate project for custom modification. Well I dont know how to make custom web.config and custom .aspx pages ?

 

One more question, if I upgrade the source code and publish it and upload to server. Will I still have to go "/Setup/Default.aspx" ??

6/16/2012 12:58:50 PM
Gravatar
Total Posts 18439

Re: Few bugs

If you're not an ASP.NET developer, you should probably just wait for the next packaged release, which will probably ship by the end of this month. If its very urgent let me know and I can probably package a build of the latest code for you.

Best,

Joe

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