Advertisement:

Author Topic: Osclass 3.3 RC – want to help us testing it?  (Read 5405 times)

Aficionado

  • Guest
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #45 on: December 06, 2013, 02:44:23 am »
Doing some tests, i have a question: the option

Keep original image, unaltered after uploading. Image may occupy more space than usual.

does keep the original image WITH or WITHOUT the watermark ?

Because in my tests the watermark is ON the original saved image.

Pls let me know.

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #46 on: December 06, 2013, 02:54:53 am »
From my experience with 3.2.0: original images are - originals. No alterations (resize, recompression, watermarking) whatsoever.

I beleive that many users experience(d) watermark issues since Sept 12 commit when Watermark.php became integral part of ImageResize.php and other changes following.

Aficionado

  • Guest
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #47 on: December 06, 2013, 03:47:51 am »
From my experience with 3.2.0: original images are - originals. No alterations (resize, recompression, watermarking) whatsoever.

I beleive that many users experience(d) watermark issues since Sept 12 commit when Watermark.php became integral part of ImageResize.php and other changes following.

If so, then there is a bug. The original (unaltered) images are watermarked.  So Regenerating the images doesn't work, because you get watermark on the previous watermark. That is how i found it.

Correction: it seems that i was partialy wrong. Actually the Original Image is NOT saved with 3.3rc. Only the 3 images exist. So apparently there is a bug, Works in 3.2.2 so the bug was introduced in 3.3 rc.

I hope i have helped.




« Last Edit: December 06, 2013, 07:10:29 pm by Aficionado »

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #48 on: December 06, 2013, 09:20:55 pm »
would you consider using ruby's Rmagick for image processing?

http://www.simplesystems.org/RMagick/doc/index.html


boss

  • Newbie
  • *
  • Posts: 20
about new password algorithm - Update a 3.2 version
« Reply #49 on: December 06, 2013, 10:31:27 pm »
Hello

would it be possible to know which files have been modified to fit a version 3.2.1 for this change? thank you.

Aficionado

  • Guest
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #50 on: December 06, 2013, 11:16:45 pm »
Guys please keep this thread sctrictly about problems and bugs with 3.3 RC.

No suggestions, no ideas. Open a new thread about all that.


rahulk

  • Full Member
  • ***
  • Posts: 132
  • What we face is destiny, how we face is free will.
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #51 on: December 07, 2013, 10:57:18 am »
Thank you for osclass, its a great software. But following are some features missed by most users.

1. Ability to post single listing in multiple categories

2. Ability to upload bulk categories and easier category ordering system in the back end

3. Better seo

Thanks!

Aficionado

  • Guest
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #52 on: December 07, 2013, 02:05:13 pm »
Thank you for osclass, its a great software. But following are some features missed by most users.

1. Ability to post single listing in multiple categories

2. Ability to upload bulk categories and easier category ordering system in the back end

3. Better seo

Thanks!

And what has this to do with 3.3 RC testing ?

We people do not respect anything, is beyond me ...


shamim_biplob

  • Full Member
  • ***
  • Posts: 169
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #53 on: December 07, 2013, 02:31:43 pm »
is it possible to change recaptcha  to any other captcha?

sometimes it is too hard.

in my personal experience i have seen lot of user exit from post item page without posting any ad. the major cause is this recaptcha.

Aficionado

  • Guest
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #54 on: December 07, 2013, 03:19:09 pm »
is it possible to change recaptcha  to any other captcha?

sometimes it is too hard.

in my personal experience i have seen lot of user exit from post item page without posting any ad. the major cause is this recaptcha.

And what has this to do with 3.3 RC testing ?

Balaji91

  • Newbie
  • *
  • Posts: 7
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #55 on: December 08, 2013, 10:24:58 am »
Hi Team,


In The next osclass version fix this issue

 compressing css and js

and also add tool in that we can add our own meta keywords

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Osclass 3.3 RC – want to help us testing it?
« Reply #56 on: December 09, 2013, 12:47:22 pm »
From my experience with 3.2.0: original images are - originals. No alterations (resize, recompression, watermarking) whatsoever.

I beleive that many users experience(d) watermark issues since Sept 12 commit when Watermark.php became integral part of ImageResize.php and other changes following.

If so, then there is a bug. The original (unaltered) images are watermarked.  So Regenerating the images doesn't work, because you get watermark on the previous watermark. That is how i found it.

Correction: it seems that i was partialy wrong. Actually the Original Image is NOT saved with 3.3rc. Only the 3 images exist. So apparently there is a bug, Works in 3.2.2 so the bug was introduced in 3.3 rc.

I hope i have helped.


Yes, the error should be fixed now : https://github.com/conejoninja/Osclass/commit/8b58331c8b61a147ee451fc720c419106e066a9d

would you consider using ruby's Rmagick for image processing?

http://www.simplesystems.org/RMagick/doc/index.html

Ummmmm ... NO, it just doesn't make sense. Rmagick is a wrapper of ImageMagick for RUBY, Osclass is written in PHP, so we'll need a wrapper for a wrapper for imagemagick. It's way easier to have just installed the imagemagick extension for PHP. Please, could you install PHP Info plugin and share your php info here ?


Hello

would it be possible to know which files have been modified to fit a version 3.2.1 for this change? thank you.
Yes, here's the list : https://github.com/osclass/Osclass/compare/master...develop


Thank you for osclass, its a great software. But following are some features missed by most users.

1. Ability to post single listing in multiple categories

2. Ability to upload bulk categories and easier category ordering system in the back end

3. Better seo

Thanks!
Please post your suggestion in http://osclass.uservoice.com/ Thanks
« Last Edit: December 09, 2013, 12:49:48 pm by _CONEJO »