Revision history for Perl extension Apache::App::Gallery::Simple. ---------------------------- revision 1.37 (Release 1.08) date: 2004/03/23 06:56:58; author: scott; state: Exp; lines: +1 -1 - version bump ---------------------------- revision 1.36 date: 2004/03/23 06:56:34; author: scott; state: Exp; lines: +84 -46 - TEMPLATE CHANGES. The following templates were changed: * image_mov.txt * image_mpeg.txt * image_avi.txt - get myself learned about embedding quicktime vids; much better for IE browser (does anyone still use that?) - movie links in caption.txt files should also include width and height for correct IE rendering: thumb.jpg:movie.mov;320;256:some caption The height should add some pixels (16 seems right) so the controls appear completely. ---------------------------- revision 1.35 (Release 1.07) date: 2004/03/20 04:59:32; author: scott; state: Exp; lines: +300 -131 - TEMPLATE CHANGES. The following templates were changed: * image_main.txt - link directly from gallery to other known mime types (video) - AlwaysLink directive (restores 1.06 and earlier behavior with non-image media files) - new 'media' templates - select alternative 'media' template depending on incoming mime-type - refactor image navigation code ---------------------------- revision 1.34 (Release 1.06) date: 2004/03/12 07:01:55; author: scott; state: Exp; lines: +55 -7 - fix taint bug where thumbnails of updated images could not be deleted - fix some stylesheet colors - remove thumbnail directory if its corresponding gallery is empty ---------------------------- revision 1.33 (Release 1.05) date: 2004/03/06 06:39:29; author: scott; state: Exp; lines: +80 -18 - OtherGalleryLinks directive added to disable "Other galleries" links - if a linkname field in a caption file refers to a directory, we link directly to it, instead of the representing image ---------------------------- revision 1.32 (Release 1.04) date: 2004/03/04 01:05:35; author: scott; state: Exp; lines: +1 -2 - version bump ---------------------------- revision 1.31 date: 2004/03/04 00:54:24; author: scott; state: Exp; lines: +9 -2 - add VERSION to footer ---------------------------- revision 1.30 date: 2004/03/04 00:33:24; author: scott; state: Exp; lines: +25 -8 - split out footer template ---------------------------- revision 1.29 (Release 1.03) date: 2004/03/03 08:06:39; author: scott; state: Exp; lines: +472 -155 - new LanguageStrict directive - moved style sheets into their own templates - moved all English portions of the gallery and image templates into their own templates - added CAPTION support for image navigation (but default templates do not use this variable) - additional language documentation - additional troubleshooting documentation ---------------------------- revision 1.28 (Release 1.02) date: 2004/02/28 23:16:22; author: scott; state: Exp; lines: +57 -24 - navigation cleanup - documentation fixes - support and sample links ---------------------------- revision 1.27 (Release 1.01) date: 2004/02/27 05:30:03; author: scott; state: Exp; lines: +1 -1 - update version; add README to package ---------------------------- revision 1.26 date: 2004/02/27 05:23:54; author: scott; state: Exp; lines: +2 -2 - remove some debugging lines ---------------------------- revision 1.25 date: 2004/02/27 05:07:03; author: scott; state: Exp; lines: +121 -89 - documentation complete; ready for release (after a little more testing) ---------------------------- revision 1.24 date: 2004/02/26 08:05:51; author: scott; state: Exp; lines: +228 -144 - content negotiation support ---------------------------- revision 1.23 date: 2004/02/24 06:09:22; author: scott; state: Exp; lines: +263 -56 - big cleanup using $r->location - allow ~username URIs - lotsa documentation - GalleryName directive ---------------------------- revision 1.22 date: 2004/02/13 06:01:49; author: scott; state: Exp; lines: +793 -60 - core documentation complete ---------------------------- revision 1.21 date: 2004/02/10 03:51:48; author: scott; state: Exp; lines: +5 -4 - fix home handling after navigation changes ---------------------------- revision 1.20 date: 2004/02/08 06:23:04; author: scott; state: Exp; lines: +83 -10 - use captions for navigation, if available ---------------------------- revision 1.19 date: 2004/02/06 07:12:34; author: scott; state: Exp; lines: +64 -36 - breadcrumbs now use caption file for text (if available) ---------------------------- revision 1.18 date: 2004/02/04 05:38:25; author: scott; state: Exp; lines: +25 -6 - add gallery title to gallery template ---------------------------- revision 1.17 date: 2004/02/02 19:44:36; author: scott; state: Exp; lines: +55 -14 - cleanup and navigation links improvements ---------------------------- revision 1.16 date: 2004/01/29 05:14:30; author: deep; state: Exp; lines: +213 -67 - documentation ---------------------------- revision 1.15 date: 2004/01/28 05:50:40; author: deep; state: Exp; lines: +63 -55 - breadcrumb navigation - CSS cleanup ---------------------------- revision 1.14 date: 2004/01/28 03:46:52; author: deep; state: Exp; lines: +18 -5 - fix link/comments showing up where they don't belong ---------------------------- revision 1.13 date: 2004/01/27 06:54:50; author: deep; state: Exp; lines: +149 -39 - add directory navigation ---------------------------- revision 1.12 date: 2004/01/25 06:45:06; author: deep; state: Exp; lines: +121 -226 - huge code cleanup in show_gallery section - remove Image::Info (internal class) - add ThumbPrefix Apache directive - all gallery links are images - if "link" field is present in caption file, show additional link on image page ---------------------------- revision 1.11 date: 2004/01/24 06:49:01; author: deep; state: Exp; lines: +165 -37 - navigation ---------------------------- revision 1.10 date: 2004/01/23 05:44:05; author: deep; state: Exp; lines: +101 -140 - code and template cleanup ---------------------------- revision 1.9 date: 2004/01/21 04:50:22; author: deep; state: Exp; lines: +56 -38 - canonical paths ---------------------------- revision 1.8 date: 2004/01/02 06:15:16; author: deep; state: Exp; lines: +53 -15 - trivial templates implemented (.templates directory in gallery root) ---------------------------- revision 1.7 date: 2004/01/01 22:41:57; author: deep; state: Exp; lines: +67 -40 - Template::Trivial support added ---------------------------- revision 1.6 date: 2003/12/14 03:08:11; author: deep; state: Exp; lines: +3 -3 - doc update ---------------------------- revision 1.5 date: 2003/12/14 03:06:46; author: deep; state: Exp; lines: +1 -1 - 0.90 release ---------------------------- revision 1.4 date: 2003/12/14 03:04:46; author: deep; state: Exp; lines: +40 -47 - adjustable columns ---------------------------- revision 1.3 date: 2003/12/12 06:31:56; author: deep; state: Exp; lines: +118 -41 - simple table layout - some additional layout directives ---------------------------- revision 1.2 date: 2003/12/11 07:11:13; author: deep; state: Exp; lines: +107 -11 - add Apache config directives - add support for aspect ratio and scaling ---------------------------- revision 1.1 date: 2003/12/10 05:40:14; author: deep; state: Exp; - initial checkin of working Gallery::Simple =============================================================================