-
I would like to see a feature on Slashdot, where it would be possible to ignore any/all comments rated "Funny". Ie. while they may get +5 Funny, and as such qualify for showing at the top level when running with "normal" filters, I think the signal-to-noise ratio of non-Funny comments is much better than that of Funny. Or maybe ignoring is not the best way, but sorted last.
There might be...
2009-03-18 15:47:46 UTC in Slash
-
Hi,
Just wanted to alert everyone here that at least PHPix 2.0.2 (I don't know about 2.0.3, but presumably that as well, unless someone can confirm it's not vulnerable) has a security which allows anyone with remote access to to the gallery to run arbitrary commands. See the entry in the "Bugs" section for more information.
My own server just got cracked through this hole... So I...
2004-02-16 21:56:19 UTC in PHPix Photo Album
-
Hi all,
I've written a couple of very small patches for PHPix, and now I just uploaded them to the "patches" section.
The first one affects the display scaling logic, the longer axis will be used for scaling, instead of always the X axis (so that if you have portrait images, they will be shown with same size as landscape images).
The second patch adds the capability to include...
2001-08-27 00:00:14 UTC in PHPix Photo Album
-
This patch adds the capability to write captions for
image files and directories by including files with
the caption texts in the directory.
For images, the caption file is the same as the image
base + ".caption", eg. for "image.jpg" it is
"image.caption".
For directories, a file called index.caption is used.
2001-08-26 23:49:57 UTC in PHPix Photo Album
-
Normally PHPix scales the X axis of an image to the
selected display size. So even if you have a rotated
image (portrait style, taller than wider), it will
be scaled according to the X axis. This looks quite
annoying (to me) in photo albums.
This patch will make PHPix check whether the image is
taller than wider, and if it is, scale it according to
the Y axis instead of the X axis.
2001-08-26 23:44:30 UTC in PHPix Photo Album