You can subscribe to this list here.
2001 |
Jan
(2) |
Feb
(48) |
Mar
(16) |
Apr
(14) |
May
(42) |
Jun
(36) |
Jul
(57) |
Aug
(13) |
Sep
(2) |
Oct
(23) |
Nov
(17) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(5) |
Feb
|
Mar
(10) |
Apr
(1) |
May
(6) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
(12) |
Oct
(26) |
Nov
(11) |
Dec
(37) |
2003 |
Jan
(11) |
Feb
(27) |
Mar
(5) |
Apr
(21) |
May
(11) |
Jun
(38) |
Jul
(8) |
Aug
(29) |
Sep
(2) |
Oct
|
Nov
(7) |
Dec
(5) |
2004 |
Jan
(5) |
Feb
(2) |
Mar
(19) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
(4) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(8) |
From: Ashley M. K. <as...@pc...> - 2001-07-28 04:39:14
|
I've been meaning to ask: why is there a 350 size in createDisplayImage()? Unless I'm totally wrong here, I don't think IDS uses that size anywhere, does it? Was this left over from an earlier version? -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Ashley M. K. <as...@pc...> - 2001-07-28 03:28:57
|
If you uploaded a file that's less than the $previewMaxDimension variable, no image gets created, and you get a broken image to see in the album view. Somewhat annoying. I don't necessarily like the idea of resizing an image UP to the $previewMaxDimension, but perhaps in this case we should? However then I wonder, what if someone has their maxDim set to something like 250, and they upload a 50 pixel wide image - that's a 5x blow up, not pretty. Maybe have IDS display a generic image instead? Maybe the albumicon.png file, and overlay a big red X on it? (I'm getting IE hallucinations) -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Ashley M. K. <as...@pc...> - 2001-07-28 02:26:06
|
"Ashley M. Kirchner" wrote: > That would mean another > adjustment for the theme before 0.72 gets released. Replying to my own email seems so .... corny. Anyways, make that 0.8... -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Ashley M. K. <as...@pc...> - 2001-07-28 02:16:35
|
Matthew McEachen wrote: > Ashley - You must've done this template before the breadcrumb > navigation, right? Yes. :) > : title : > Home > title All templates have: <!-- $siteHeader --> : <-- [whatever label] --> : On the dev site, John omitted a $siteHeader, which is causing what you're seeing. And once the breadcrumbs were added, it started duplicating the <-- [whatever label] --> as well. About the only page it works (quasi well) would be on the image template, so right now I'm pondering removing the labels from all pages except the image template. That would mean another adjustment for the theme before 0.72 gets released. -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Matthew M. <mr...@ne...> - 2001-07-28 01:35:43
|
Heya. My installation of IDS (sitting at http://mceachen.org/~mrm/ids) sends cookies to the useragent fine - but then seems to ignore the cookies that are sent to it - so size/lang/theme selections are wiped. I know my apache httpd (at least with php scripts) is dealing with cookies properly - http://www.mceachen.org/~mrm/index.php and http://photos.mceachen.org are just swell - so it seems that it's in the guts of the CGI module. How in the sam hill do I start debugging this? Clues? Here's my setup, in case there's something egregiously wrong: (and it didn't work without mod_perl, either): [mrm@p3 mrm]$ perl --version This is perl, v5.6.1 built for i686-linux [mrm@p3 mrm]$ /usr/local/apache/bin/httpd -V Server version: Apache/1.3.20 (Unix) Server built: Jul 24 2001 23:19:21 Server compiled with.... -D EAPI -D HAVE_MMAP -D HAVE_SHMGET -D USE_SHMGET_SCOREBOARD -D USE_MMAP_FILES -D USE_SYSVSEM_SERIALIZED_ACCEPT -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT [mrm@p3 mrm]$ /usr/local/apache/bin/httpd -l Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_status.c mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c mod_asis.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_rewrite.c mod_access.c mod_auth.c mod_so.c mod_setenvif.c mod_ssl.c mod_perl.c mod_php4.c Thanks in advance. -- Matthew McEachen |
From: Matthew M. <mr...@ne...> - 2001-07-28 00:55:36
|
John Moose wrote: > > Hello. > > http://arwen.hn.org/~john/ids-0.8/ > http://arwen.hn.org/~john/ids-devel/ids-0.8b4.tar.gz > > This release fixes the cookie path bug reported by Ashley Kirchner and > includes the latest version of his theme, PhotoCorners. Ashley - You must've done this template before the breadcrumb navigation, right? The titles that show up on albums look (IMQHO) a bit odd - : title : Home > title Could probably just be $previousalbum. Or maybe shuffle $previousalbum to the bottom? The image.html template looks fine, though. (Ah - I looked at it with IE, and the big'n'bold certainly looks better. Netscape on linux is less pleasing...) Just a thought. That theme is certainly sweet lookin'! -- Matthew McEachen |
From: John M. <mo...@mu...> - 2001-07-28 00:41:33
|
Hello. http://arwen.hn.org/~john/ids-0.8/ http://arwen.hn.org/~john/ids-devel/ids-0.8b4.tar.gz This release fixes the cookie path bug reported by Ashley Kirchner and includes the latest version of his theme, PhotoCorners. Those broken album icons you might have seen on my test site yesterday were the result of some bad RAM, which caused ImageMagick to explode and Perl to dump core. I've yanked it out and things are much better now. John |
From: Ashley M. K. <as...@pc...> - 2001-07-27 06:49:20
|
You hear it all the time, Tires being recalled. Children toys being recalled. Food items being recalled. Well, it was only a matter of time before we had...a patch recall. Well, kinda. Two of my fixes broke something else, so I undid those. However one of them still applies, the encoding of the image tag. The following patch should be applies against a distribution file (one fresh out of the source tar ball). It does two things: a) apply the patch to encode the image tag, and b) add a 'wrap=virtual' to the textarea in the form - nicer. Grab the fresh file, cwd into your main IDS directory and type: patch -p0 < postcomment.txt -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Ashley M. K. <as...@pc...> - 2001-07-27 05:37:05
|
Murphy's Law : It's a killer! I forgot one item. Same procedure. If you've already applied the previous patch, you can make the change manually for this one, it's a one liner: Line 201, change: value="'.$imagetocomment.'" to: value="'.encodeSpecialChars($imagetocomment).'" -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Ashley M. K. <as...@pc...> - 2001-07-27 05:28:14
|
This fixes the current postcomment (from 0.8b3) to correctly encode the characters on the image, as well as the hidden image tag. Just cwd into your IDS directory (NOT in the postcomment one), and type in: patch -p0 < postcomment.txt -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Ashley M. K. <as...@pc...> - 2001-07-27 04:18:37
|
Matthew McEachen wrote: > Netscape 4.x on linux keels over dead for postcomment when using the > PhotoCorners theme: > > http://arwen.hn.org/~john/ids-0.8/postcomment/themes/PhotoCorners/styles.css > not found. Read my message - right before yours. -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Matthew M. <mr...@ne...> - 2001-07-27 04:15:42
|
John Moose wrote: > > Howdy. > > ... http://arwen.hn.org/~john/ids-0.8/ ... > > Please let me know if you find any more bugs. Netscape 4.x on linux keels over dead for postcomment when using the PhotoCorners theme: http://arwen.hn.org/~john/ids-0.8/postcomment/themes/PhotoCorners/styles.css not found. -- Matthew McEachen pager: mrm...@mc... |
From: Ashley M. K. <as...@pc...> - 2001-07-27 03:40:57
|
Okay, it seems only postcomment and viewcomments have the ../ hardcoded in the template files - something I overlooked on the PC theme. That's one bug down... -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: Ashley M. K. <as...@pc...> - 2001-07-27 03:33:32
|
John Moose wrote: > Please let me know if you find any more bugs. Okay, I just checked on the devel site, and noticed something: (it should be noted that I cleaned out all of my cookies before doing this) - Hit the site, seems Stealth is the default theme - Changed Theme to Ziggo for testing purposes - Browsed to Big Gallery -> Nature -> Woods 2000-06-11 -> P0000477 - Clicked 'post comment' and no image was displayed. Source? <img src="../image-cache/Big_Gallery/Nature/Woods 2000-06-11/P0000477_disp100.jpg"> That needs to be encoded - at least the space needs to be translated - Went back to image (through image link - which happens to be encoded) - Back to main page, changed theme to PhotoCorners - Followed same path back to image the album Woods 2000-06-11 doesn't seem to have a corresponding png album file) - Clicked on 'post comments' and to my surprise, found myself looking at the Ziggo theme again (with the same broken image) Huh? I know I was _just_ looking at the PhotoCorners theme. Okay, maybe I'm nuts, go back (return to image) - yeap, it's the PC theme. So, somehow, somewhere, it loses its brain about the theme selection and displays something else in the post comments. What's interesting is, I go look at my cookie file, and this is what I find: arwen.hn.org FALSE /~john/ids-0.8/postcomment/postcomment.cgi FALSE 998794959 IDS_site_prefs name%7C%7C512%7C%7CEnglish%7C%7CZiggo arwen.hn.org FALSE /~john/ids-0.8/ FALSE 998794953 IDS_site_prefs name%7C%7C512%7C%7CEnglish%7C%7CZiggo Two of them, and both are for Ziggo. Close the browser, reopen and now I get: arwen.hn.org FALSE /~john/ids-0.8/postcomment/postcomment.cgi FALSE 998795665 IDS_site_prefs name%7C%7C512%7C%7CEnglish%7C%7CZiggo arwen.hn.org FALSE /~john/ids-0.8/ FALSE 998796106 IDS_site_prefs name%7C%7C512%7C%7CEnglish%7C%7CPhotoCorners Okay, one's valid now. Go back to posting comment and the same Ziggo theme comes up. So, there's a cookie issue somewhere. After hacking my cookie file to force the PC theme on postcomment as well, now it's not finding the styles file - the path it's looking for is /postcomment/themes/PhotoCorners/styles.css - I know that doesn't exist. I need to look at postcomment, see why it's failing to change that path as well. In the mean time, there's a cookie not being (re)set on the postcomment one. -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: John M. <mo...@mu...> - 2001-07-27 00:59:14
|
Howdy. http://arwen.hn.org/~john/ids-0.8/ http://arwen.hn.org/~john/ids-devel/ids-0.8b3.tar.gz Due to all of the changes in IDS 0.72, I've decided to rename it 0.8. Other changes in beta 3: - Matthew McEachen's back-ported album navigation widget - Ashley Kirchner's "PhotoCorners" theme - Alex Le Heux's patch for the directory traversal bug he discovered - improvements to the postcomment CGI (image displayed, links back to the image page, errors don't use bail) Please let me know if you find any more bugs. Thanks, John |
From: Alex Le H. <al...@it...> - 2001-07-26 14:18:44
|
Hi, In IDS 0.711 there seems to be a directory traversal bug: In index.cgi, in processData() in the if ($mode eq 'image') {...} part it does not check for .. in the $imagetodisplay and $albumtodisplay variables. I have attached a diff for a fix. Cheers, Alex Le Heux -- "My theory is that the (Internet) industry was started in large part by technologists rather than media people..." - Robin Webster, President, Interactive Advertising Bureau |
From: Matthew M. <mr...@ne...> - 2001-07-25 20:26:46
|
"Ashley M. Kirchner" wrote: > > Matthew McEachen wrote: > > > You should be able to apply the patch by saving this patch to you home > > directory (~/ids-breadcrumb.patch), cd'ing into the ids directory > > Small error. The following: > > + $prettyAlbum =~ s/_/ /; # replaces underscores with spaces > + $prettyAlbum =~ s/\A\#\d+_//; # trims off numbers used for list ordering. ex: "#02_" (\A is like ^) > > ...should be flipped. Trim off the numbers first, then replace > the underscores. Otherwise you'll end up replacing the underscore > after the numbers, and the next regexp will never > match. Urgh.Good catch - I didn't have any files in my test environ that were numbered. I'll add some. John, the 1.0 codebase has this issue too. It doesn't call encodeSpecialChars either (I added that to my patch). I wouldn't be surprised if I was missing something, though... -- Matthew McEachen |
From: Ashley M. K. <as...@pc...> - 2001-07-25 09:28:05
|
Matthew McEachen wrote: > You should be able to apply the patch by saving this patch to you home > directory (~/ids-breadcrumb.patch), cd'ing into the ids directory Small error. The following: + $prettyAlbum =~ s/_/ /; # replaces underscores with spaces + $prettyAlbum =~ s/\A\#\d+_//; # trims off numbers used for list ordering. ex: "#02_" (\A is like ^) ...should be flipped. Trim off the numbers first, then replace the underscores. Otherwise you'll end up replacing the underscore after the numbers, and the next regexp will never match. -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |
From: John M. <mo...@mu...> - 2001-07-23 23:54:41
|
Looks great! http://arwen.hn.org/~john/ids-0.72/ I modified a few of the themes so that they now all have the navigation widget at the top and bottom of every album page. Code cataclysm? hehehe Thanks, John On Monday, July 23, 2001, at 03:27 PM, Matthew McEachen wrote: > John - thanks for access to the new 0.72! > > For those of you who haven't surfed through the 1.0 code cataclysm > (John's rearchitected the whole durn thing to be a well-mannered > CGI::Application - hubba hubba), 1.0 code shows > > "Home > Travels > Moab > Kokopelli Trail" > > instead of just > > "< previous album" > > and I thought that was spiffy enough to hack into the current stable > code tree. > > > You should be able to apply the patch by saving this patch to you home > directory (~/ids-breadcrumb.patch), cd'ing into the ids directory > > $ cd ~/public_html/ids-0.72/ (for example) > > And typing > > $ patch -p1 < ~/ids-breadcrumb.patch > > Patch should respond: > > patching file `index.cgi' > > if all goes well. > > Thanks again for your work, John. > > -- > Matthew McEachen |
From: Matthew M. <mr...@ne...> - 2001-07-23 19:26:44
|
John - thanks for access to the new 0.72! For those of you who haven't surfed through the 1.0 code cataclysm (John's rearchitected the whole durn thing to be a well-mannered CGI::Application - hubba hubba), 1.0 code shows "Home > Travels > Moab > Kokopelli Trail" instead of just "< previous album" and I thought that was spiffy enough to hack into the current stable code tree. You should be able to apply the patch by saving this patch to you home directory (~/ids-breadcrumb.patch), cd'ing into the ids directory $ cd ~/public_html/ids-0.72/ (for example) And typing $ patch -p1 < ~/ids-breadcrumb.patch Patch should respond: patching file `index.cgi' if all goes well. Thanks again for your work, John. -- Matthew McEachen |
From: John M. <mo...@mu...> - 2001-07-23 11:15:20
|
Congratulations re previewmaker. The changes to the admin interface were just ideas. I hope to implement something like that in version 1.0, but I haven't started on it yet. Any takers? John On Sunday, July 22, 2001, at 11:35 PM, Anthony A. D. Talltree wrote: > Okay, I got previewmaker to apparently work by installing the latest > perl. Luckily I only had to find and reinstall a few modules. > > Next: I finally got the admin stuff working with apache authentication, > I remember someone talking on the list about the idea of a mode where > having delete, etc. buttons would be displayed on the album page, > perhaps with one column of thumbnails and action buttons/links next to > them, but now I can't find any mention of this in the archives. Was > this musing, or was it implemented? > > Thanks. > > _______________________________________________ > IDS-devel mailing list > IDS...@li... > http://lists.sourceforge.net/lists/listinfo/ids-devel |
From: Anthony A. D. T. <aa...@ve...> - 2001-07-23 03:35:50
|
Okay, I got previewmaker to apparently work by installing the latest perl. Luckily I only had to find and reinstall a few modules. Next: I finally got the admin stuff working with apache authentication, I remember someone talking on the list about the idea of a mode where having delete, etc. buttons would be displayed on the album page, perhaps with one column of thumbnails and action buttons/links next to them, but now I can't find any mention of this in the archives. Was this musing, or was it implemented? Thanks. |
From: Anthony A. D. T. <aa...@ve...> - 2001-07-23 00:55:37
|
Am I the only one who has problems with previewmaker? ./previewmaker.pl Locating image files... Content-type: text/html <H1>Software error:</H1> <CODE>Not a subroutine reference at /usr/local/pkg/perl/lib/5.00502/File/Find.pm line 197. </CODE> <P> For help, please send mail to this site's webmaster, giving this error message and the time and date of the error. ; [Sun Jul 22 17:53:15 2001] previewmaker.pl: Not a subroutine reference at /usr/local/pkg/perl/lib/5.00502/File/Find.pm line 197. |
From: John M. <mo...@mi...> - 2001-07-21 15:12:40
|
An archive of IDS 0.72b1 is now available: http://arwen.hn.org/~john/ids-devel/ids-0.72b1.tar.gz http://arwen.hn.org/~john/ids-0.72/ Changes: % improved creation of album icons with "tall" images % prevents a potential DOS attack % improvements in the time taken to detect comments embedded in images % added ability to include a site description on this page % new theme (Mojave) % Chinese (HK) support included % IDS is now distributed under a BSD-style license I hope to also include Ashley Kirchner's "Photo Corners" theme in the final release. Bug reports would be greatly appreciated. Thanks, John |
From: John M. <mo...@mu...> - 2001-07-13 22:25:40
|
It's fixed now. Have a look at the "untitled" directory: http://arwen.hn.org/~john/ids-0.72/ (This will be a maintenance release with a couple of new features.) JM On Thursday, July 12, 2001, at 02:36 PM, Ashley M. Kirchner wrote: > > I have some rather...uh...odd sized images and I'm noticing > something weird with the way the album PNGs are created. > > The images are either 3900x400 (or less than 400), or 400x3900 (in > other words, they are very skinny, and long). Now, if it's an > horizontal image, the thumbnail gets created by sizing the *height* of > the image to the height of the thumbnail needs, and the rest gets > cropped - this works fine. However, if it's a vertical image, it takes > the full height of the image (3900 pixels), sizes that down to the > thumbnail height. Consequently, you end up with a thumbnail that has a > very tiny image left aligned, and the rest of the thumbnail is blank (or > whatever album_preview.png is). > > I would've guess the vertical resizing would check the width vs. > height of the image and resize accordingly (in this case, grab the width > of the image and size that to the width of the thumbnail and crop the > rest of the image off, so that the thumbnail would (still) have a full > size preview in it, and not a tiny strip) - an I making sense? > > AMK4 > > -- > H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! > +-------------------------------------------------------------------- > Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 > Director of Internet Operations / SysAdmin . 800.441.3873 x130 > Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 > http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. > > > > _______________________________________________ > IDS-devel mailing list > IDS...@li... > http://lists.sourceforge.net/lists/listinfo/ids-devel |