Skip to content

Commit

Permalink
2005-05-20 Pierre-Luc Paour <gallery@paour.com> (1.4.2-b20)
Browse files Browse the repository at this point in the history
	* Added ability to force the Gallery version to avoid problems with
	  auto-detection of G1 installations when the web server sends back
	  a bogus 404 message. Just add to your GalleryRemote.properties a line
	  with forceGalleryVersion.1=[1|2].
  • Loading branch information
Pierre-Luc Paour committed May 20, 2005
1 parent 5c70548 commit 2b6f526
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
2005-05-20 Pierre-Luc Paour <gallery@paour.com> (1.4.2-b20)

* Added ability to force the Gallery version to avoid problems with
auto-detection of G1 installations when the web server sends back
a bogus 404 message. Just add to your GalleryRemote.properties a line
with forceGalleryVersion.1=[1|2].

2005-05-19 Pierre-Luc Paour <gallery@paour.com> (1.4.2-b19)

* Added ability for the slideshow to loop.
Expand Down
2 changes: 2 additions & 0 deletions com/gallery/GalleryRemote/model/Gallery.java
Expand Up @@ -666,6 +666,8 @@ public static Gallery readFromProperties(GalleryProperties p, int prefsIndex, St
}
g.setAlias(p.getProperty(ALIAS + prefsIndex));

g.forceGalleryVersion = p.getIntProperty(FORCE_GALLERY_VERSION + prefsIndex, 0);

g.setPrefsIndex(prefsIndex);

g.setBlockWrites(false);
Expand Down
1 change: 1 addition & 0 deletions com/gallery/GalleryRemote/prefs/PreferenceNames.java
Expand Up @@ -49,6 +49,7 @@ public interface PreferenceNames {
public static final String GL_GALLERY_URL = "glGalleryUrl.";
public static final String GL_LOGIN_URL = "glLoginUrl.";
public static final String ALIAS = "alias.";
public static final String FORCE_GALLERY_VERSION = "forceGalleryVersion.";

// Proxy panel
public static final String USE_PROXY = "useProxy";
Expand Down
4 changes: 2 additions & 2 deletions defaults.properties
Expand Up @@ -245,6 +245,6 @@ updateUrlBeta=http://gallery.sourceforge.net/gallery_remote_version_check_beta.p
#
# --- Do not edit below this line ---
#
version=1.4.2-b19
releaseDate=2005/05/19
version=1.4.2-b20
releaseDate=2005/05/20
aboutText=Gallery Remote\n \n \nA part of the Gallery Open-Source Project\nhttp://gallery.sourceforge.net\n \n \nMaintained by:\n \nPierre-Luc Paour\n \n \nInitial version by Chris Smith\n \n \nContributors:\n \nTim Miller\nDolan Halbrook\nMarkus Cozowicz\nScott Gartner\nAmedeo Paglione\nChris Schwerdt\nSeth Ladd\n \n \nArtwork by Ross A. Reyman\n \n \nBundled software:\n \nImageMagick\nJava look and feel Graphics Repository icons\njpegtran, Guido Vollbeding's version\nMetadataExtractor

0 comments on commit 2b6f526

Please sign in to comment.