View Full Version : EE 1.5 beta 2 fix pack 6
Pekka
30th of September 2003 (Tue), 13:53
This pack contains all files that were altered after beta 2 release.
http://photography-on-the.net/EE15b2_fix_6.zip
Open zip and replace all files in respective folders.
New important feature added: Imagemagick profile command is now chosen in graphics modules test page, it is stored to database and you have three options to choose from. Sometimes only one work, sometimes two - depending entirely on server configuration. When more than one selection works, choose the one with single or double quotes.
So, after you upload the files go to "graphics modules" editor, press "update" under "Select Imagemagick's profile removal command type" and try the test. If you get thumbnail bigger than 3KB or no thumb at all, try the next profile command.
IMPORTANT: erase all extra profile commands in all resize methods after you have found a good profile command using above method. Then you can continue using profile on/off in normal way.
Let me know if there are any more problems with IM profile command.
Password field JS bug is also fixed (puffyelms).
RAM usage setting fixed in EE Backup.
slashwork.php bugs fixed.
Some other minor fixes.
This fixes also the bug: indexpage counter is not active. Go to "performance and stats" editor and reset index counter. It should now start working normally.
seanspeng
30th of September 2003 (Tue), 22:24
Pekka,
Now we fixed the strange ImageMagick problem! You are the man! I have contacted ImageMagick developer once, and they couldn't give a correct answer on the removing the profile...
I don't quite understand what you mean by
erase all extra profile commands in all resize methods
The extracommand box is empty. How do i remove anything at all?
Many thanks!
puffyelms
30th of September 2003 (Tue), 23:05
Sean,
I'm pretty sure he meant if you had added your own profile commands, because the checkbox default profile format wasn't working for you.
If you didn't add any profile commands (i.e -profile '*') in the box, you don't have to do anything.
That's how I understood it.
Tim
Pekka
1st of October 2003 (Wed), 06:19
Right, if you DID set profile command to extra command field, then erase those. If you don't have anything there then don't worry, be happy.
daddy0
1st of October 2003 (Wed), 06:25
Hi,
I have little problems with Index page when using group images. Images overlap with text. Please see my example: http://www.estanet.fi/~mikkole/linked/ee15b2_index.jpg
Regards,
Mikko
daddy0
1st of October 2003 (Wed), 06:34
Pekka wrote:
This fixes also the bug: indexpage counter is not active. Go to "performance and stats" editor and reset index counter. It should now start working normally.
I get following message after this update:
-----8
Pekka
1st of October 2003 (Wed), 06:50
daddy0 wrote:
Hi,
I have little problems with Index page when using group images. Images overlap with text. Please see my example: http://www.estanet.fi/~mikkole/linked/ee15b2_index.jpg
Regards,
Mikko
Yes, I noticed this, too.
You can fix it by replacing line 75
print "";
with
print "";
print "";
in /indexstyles/groupindex.php
I'll include this fix to next fix pack.
daddy0
1st of October 2003 (Wed), 07:08
Pekka wrote:
daddy0 wrote:
Hi,
I have little problems with Index page when using group images. Images overlap with text. Please see my example: http://www.estanet.fi/~mikkole/linked/ee15b2_index.jpg
Regards,
Mikko
Yes, I noticed this, too.
You can fix it by replacing line 75
print "";
with
print "";
print "";
in /indexstyles/groupindex.php
I'll include this fix to next fix pack.
This doesn't solve all the problems. Please see my new link:
http://www.estanet.fi/~mikkole/linked/ee15b2_index_afterfix.jpg
Regards,
Mikko
Pekka
1st of October 2003 (Wed), 07:11
daddy0 wrote:
[quote]Pekka wrote:
This fixes also the bug: indexpage counter is not active. Go to "performance and stats" editor and reset index counter. It should now start working normally.
I get following message after this update:
-----8
Pekka
1st of October 2003 (Wed), 07:20
daddy0 wrote:
This doesn't solve all the problems. Please see my new link:
http://www.estanet.fi/~mikkole/linked/ee15b2_index_afterfix.jpg
Regards,
Mikko
What you see there is browser's (IE) decision to handle a situation where area between the longest word of the text and right edge of paragraph is too shallow to fit the paragraph image.
- Internet explorer wants to overlap text and image.
- Opera just don't let user go any narrower when limit is reached.
- Mozilla places the text _under_ image on above situation.
All browsers do it their way - html just provides content, not layout.
To get around this use smaller photos (or shorter words :) )
daddy0
1st of October 2003 (Wed), 07:56
Pekka wrote:
[quote]daddy0 wrote:
[quote]Pekka wrote:
This fixes also the bug: indexpage counter is not active. Go to "performance and stats" editor and reset index counter. It should now start working normally.
I get following message after this update:
-----8
calvorn
1st of October 2003 (Wed), 07:59
Pekka:
Still notice one small problem with resize methods. If you leave "threshold" or "radius" blank or at 0 with sharpen selected you don't get an image.
Here are the parameters from the test page with those settings at 0: /usr/local/bin/convert -size 410x273 UPLOAD/test/source.jpg -resize 410x273! -unsharp 0x0.6+2+0 -quality 75 UPLOAD/test/result.jpg
Perhaps because you are multiplying by 0?
Regards,
Cal
Pekka
1st of October 2003 (Wed), 09:43
calvorn wrote:
Pekka:
Still notice one small problem with resize methods. If you leave "threshold" or "radius" blank or at 0 with sharpen selected you don't get an image.
Here are the parameters from the test page with those settings at 0: /usr/local/bin/convert -size 410x273 UPLOAD/test/source.jpg -resize 410x273! -unsharp 0x0.6+2+0 -quality 75 UPLOAD/test/result.jpg
Perhaps because you are multiplying by 0?
Regards,
Cal
Usually giving IM zero parameter reverts to default value, which is e.g with JPEG compression 75.
Obviously that is not always so. I'll ensure no parameter can be zero on next fix pack (9).
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.