[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gallery-checkins
Subject:    [Gallery-checkins] CVS: gallery Version.php,NONE,1.1.2.1 ChangeLog,1.84.2.17.2.1,1.84.2.17.2.2
From:       Bharat Mediratta <bharat () users ! sourceforge ! net>
Date:       2001-11-28 10:50:41
[Download RAW message or body]

Update of /cvsroot/gallery/gallery
In directory usw-pr-cvs1:/tmp/cvs-serv2646

Modified Files:
      Tag: class-revolt-branch
	ChangeLog 
Added Files:
      Tag: class-revolt-branch
	Version.php 
Log Message:
Merged in changes from the trunk.


--- NEW FILE ---
<?
/*
 * Gallery - a web based photo album viewer and editor
 * Copyright (C) 2000-2001 Bharat Mediratta
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
?>
<?
// Hack prevention.
if (!empty($HTTP_GET_VARS["GALLERY_BASEDIR"]) ||
		!empty($HTTP_POST_VARS["GALLERY_BASEDIR"]) ||
		!empty($HTTP_COOKIE_VARS["GALLERY_BASEDIR"])) {
	print "Security violation\n";
	exit;
}
?>
<? 

/*
 * Protect against very old versions of 4.0 (like 4.0RC1) which 
 * don't implicitly create a new stdClass() when you use a variable
 * like a class.
 */
if (!$gallery) {
	$gallery = new stdClass();
}

$gallery->version = "CVS:class-revolt-branch";
$gallery->config_version = 26;
$gallery->album_version = "22";
$gallery->albumdb_version = 2;
$gallery->remote_protocol_version = 1;
$gallery->url = "http://gallery.sourceforge.net";

/*
 * PostNuke version info
 */
$modversion['name'] = 'Gallery'; // Module name
$modversion['version'] = $gallery->version; // Version Number
$modversion['description'] = 'Photo and Movie gallery'; // Module Description
$modversion['credits'] = ''; // Credits File
$modversion['help'] = 'README'; // Help File
$modversion['changelog'] = 'ChangeLog'; //Change Log File
$modversion['license'] = 'LICENSE.txt'; // License File
$modversion['official'] = 0; // Official PostNuke Approved Module? 1 = yes, 0 = no
$modversion['author'] = 'Bharat Mediratta'; // Author
$modversion['contact'] = $gallery->url; // The Authors Website or Contact Email Address
$modversion['admin'] = 0; // Leave at 0
?>

Index: ChangeLog
===================================================================
RCS file: /cvsroot/gallery/gallery/ChangeLog,v
retrieving revision 1.84.2.17.2.1
retrieving revision 1.84.2.17.2.2
diff -u -r1.84.2.17.2.1 -r1.84.2.17.2.2
--- ChangeLog	2001/11/28 00:19:45	1.84.2.17.2.1
+++ ChangeLog	2001/11/28 10:50:39	1.84.2.17.2.2
@@ -1,3 +1,9 @@
+2001-11-28  Bharat Mediratta  <bharat@menalto.com> (1.2.4-cvs-b1)
+
+	* Added support for PostNuke 0.7's authentication scheme.  We now
+	  detect if we're embedded in this release of PostNuke and Do the Right
+	  Thing.
+	
 2001-11-27  Bharat Mediratta  <bharat@menalto.com> (1.2.3-p1)
 
 	* Fix for bug #486228 -- Can't cancel comment in dialog box


_______________________________________________
Gallery-checkins mailing list
Gallery-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gallery-checkins

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic