In-Portal 5.1.1-Beta 2 test

0 views
Skip to first unread message

Phil -- wbtc.fr --

unread,
Oct 23, 2010, 6:19:25 PM10/23/10
to in-port...@googlegroups.com
Hi Dima and everybody,

here is some things I have in 511b2:

- when "link.modify" permission is active, create a link, go to "My links", click on "Modify" and validate again your link:
Fatal Error: mail error: header To is required in /home/sites/betainportal/web/5.1.1-beta2/full/core/kernel/utility/email_send.php on line 1093

- in image upload, "delete image" is a text next to a checkbox: trust me, this is not understandable by everyone that the file will be deleted only after validating again the form. This should be a text-link, and a clic on it should delete immediatly the image (according to our last discussion with Sergei and Alex)

- I uploaded 2 tests images by creating a new link in front, called "test image", please go to admin and look at tab "images" for this link, lines are buged (wrong line height hidding image, and left checkbox don't have the same height as corresponding line). You can reproduce the problem by DL the given image and upload them again in front.

p

Alexander Obuhovich

unread,
Oct 23, 2010, 6:35:06 PM10/23/10
to in-port...@googlegroups.com
- when "link.modify" permission is active, create a link, go to "My links", click on "Modify" and validate again your link:
Fatal Error: mail error: header To is required in /home/sites/betainportal/web/5.1.1-beta2/full/core/kernel/utility/email_send.php on line 1093 

Looks like the same error, you reported in other discussion. It seems, that Dmitry's patch didn't fixed it at all.


- in image upload, "delete image" is a text next to a checkbox: trust me, this is not understandable by everyone that the file will be deleted only after validating again the form. This should be a text-link, and a clic on it should delete immediatly the image (according to our last discussion with Sergei and Alex)


This can only be done, when flash uploader is used. This is not the case, since we use regular uploader and we can't use any ajax here. Alternatively I can apply "Front-end Flash Uploader" patch to add ability to delete with ajax.

Also that "Delete Image" is there since 5.0.0 release, did you really noticed it right now only?


- I uploaded 2 tests images by creating a new link in front, called "test image", please go to admin and look at tab "images" for this link, lines are buged (wrong line height hidding image, and left checkbox don't have the same height as corresponding line). You can reproduce the problem by DL the given image and upload them again in front.

Seems, that happened one of 2 things:
  • image name is preventing from proper image size detection
  • image size isn't appearing in <img tag at all and that's why row doesn't have proper height

--
You received this message because you are subscribed to the Google Groups "In-Portal Bugs Team" group.
To post to this group, send email to in-port...@googlegroups.com.
To unsubscribe from this group, send email to in-portal-bug...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/in-portal-bugs?hl=en.



--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

Phil -- wbtc.fr --

unread,
Oct 24, 2010, 7:04:34 AM10/24/10
to in-port...@googlegroups.com
- I uploaded 2 tests images by creating a new link in front, called "test image", please go to admin and look at tab "images" for this link, lines are buged (wrong line height hidding image, and left checkbox don't have the same height as corresponding line). You can reproduce the problem by DL the given image and upload them again in front.

Seems, that happened one of 2 things:
  • image name is preventing from proper image size detection
  • image size isn't appearing in <img tag at all and that's why row doesn't have proper height
This is a real case, we have many users who are uploading their files and we can't see them in admin, and I wanted to show you this example.
If we have problem handling some names, shouldn't we "preg" them?

Alexander Obuhovich

unread,
Oct 24, 2010, 7:09:12 AM10/24/10
to in-port...@googlegroups.com
I don't know where the problem is, since when I recently uploaded large files in admin, then they were properly resized. It's just a guess about filename and all.

Dmitry is responsible for initial beta release testing and I hope, that he will detect where the problem is.

Dmitry A.

unread,
Oct 24, 2010, 5:59:17 PM10/24/10
to In-Portal Bugs Team
Hi Phil,

Thanks for taking time to test 5.1.1 Beta2 !

Let's start with properly describing each separate issue in it's own
discussion here so we can deal with them one by one - it's hard to
work when it's mixed all together here.

Would you please repost in this group, BUT keep in mind that we need:

1. Title for discussion should reflect / briefly describe the issue
2. Bug recipe is included in a way so we can replicate the issue
locally
3. Your testing environment (version of - In-Portal, OS, MySQL, PHP,
Web browser).

Thanks for your time again!

Cheers.

DA.

On Oct 24, 6:09 am, Alexander Obuhovich <aik.b...@gmail.com> wrote:
> I don't know where the problem is, since when I recently uploaded large
> files in admin, then they were properly resized. It's just a guess about
> filename and all.
>
> Dmitry is responsible for initial beta release testing and I hope, that he
> will detect where the problem is.
>
> On Sun, Oct 24, 2010 at 2:04 PM, Phil -- wbtc.fr -- <p...@wbtc.fr> wrote:
>
>
>
>
>
> > *- I uploaded 2 tests images by creating a new link in front, called "test
> > image", please go to admin and look at tab "images" for this link, lines are
> > buged (wrong line height hidding image, and left checkbox don't have the
> > same height as corresponding line). You can reproduce the problem by DL the
> > given image and upload them again in front.*
>
> >> Seems, that happened one of 2 things:
>
> >>    - image name is preventing from proper image size detection
> >>    - image size isn't appearing in <img tag at all and that's why row
> >>    doesn't have proper height
>
> >> This is a real case, we have many users who are uploading their files and
> > we can't see them in admin, and I wanted to show you this example.
> > If we have problem handling some names, shouldn't we "preg" them?
>
> > On Sun, Oct 24, 2010 at 1:19 AM, Phil -- wbtc.fr -- <p...@wbtc.fr> wrote:
>
> >>> Hi Dima and everybody,
>
> >>> here is some things I have in 511b2:
>
> >>> - when "link.modify" permission is active, create a link, go to "My
> >>> links", click on "Modify" and validate again your link:
> >>> *Fatal Error: *mail error: header To is required in
> >>> /home/sites/betainportal/web/5.1.1-beta2/full/core/kernel/utility/email_sen d.php
> >>> on line 1093
>
> >>> - in image upload, "delete image" is a text next to a checkbox: trust me,
> >>> this is not understandable by everyone that the file will be deleted only
> >>> after validating again the form. This should be a text-link, and a clic on
> >>> it should delete immediatly the image (according to our last discussion with
> >>> Sergei and Alex)
>
> >>> - I uploaded 2 tests images by creating a new link in front, called "test
> >>> image", please go to admin and look at tab "images" for this link, lines are
> >>> buged (wrong line height hidding image, and left checkbox don't have the
> >>> same height as corresponding line). You can reproduce the problem by DL the
> >>> given image and upload them again in front.
>
> >>> p
>
> >>> --
> >>> You received this message because you are subscribed to the Google Groups
> >>> "In-Portal Bugs Team" group.
> >>> To post to this group, send email to in-port...@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> in-portal-bug...@googlegroups.com<in-portal-bugs%2Bunsubscribe@go oglegroups.com>
> >>> .
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/in-portal-bugs?hl=en.
>
> >> --
> >> Best Regards,
>
> >>http://www.in-portal.com
> >>http://www.alex-time.com
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "In-Portal Bugs Team" group.
> >> To post to this group, send email to in-port...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> in-portal-bug...@googlegroups.com<in-portal-bugs%2Bunsubscribe@go oglegroups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/in-portal-bugs?hl=en.
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "In-Portal Bugs Team" group.
> > To post to this group, send email to in-port...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > in-portal-bug...@googlegroups.com<in-portal-bugs%2Bunsubscribe@go oglegroups.com>
> > .

Dmitry A.

unread,
Oct 28, 2010, 11:50:45 AM10/28/10
to In-Portal Bugs Team
Hi Phil,


We are working on finalizing 5.1.1 Beta 2 and would like to know about
this error:

- when "link.modify" permission is active, create a link, go to "My
links",
click on "Modify" and validate again your link:
*Fatal Error: *mail error: header To is required in
/home/sites/betainportal/web/5.1.1-beta2/full/core/kernel/utility/
email_sen d.php
on line 1093

I have tried this on clean Beta site and couldn't replicate. Since
it's not a 1st time you are referring to this issue please can you
look into this and report as a new issue (if there is one) or reply
here if it can't be replicated.


Thanks.

DA.

Phil -- wbtc.fr --

unread,
Oct 28, 2010, 11:54:17 AM10/28/10
to in-port...@googlegroups.com
Hi Dmitry,

here is the recipe:

- go to http://beta.in-portal.org/5.1.1-beta2/full/

- login using ph...@wbtc.fr / 12345

- go to "My links"

- choose any link here, clic on modify, and "Update"

p.

2010/10/28 Dmitry A. <dand...@gmail.com>
To unsubscribe from this group, send email to in-portal-bug...@googlegroups.com.

Dmitry Andrejev

unread,
Oct 28, 2010, 12:07:03 PM10/28/10
to in-port...@googlegroups.com
Thanks Phil,

Would you please open a new discussion describing the issue so we can properly address this and file the task later.


DA
--


Best regards,

Dmitry A.

Reply all
Reply to author
Forward
0 new messages