Skip to content

Commit

Permalink
Preference property names are now constants in PreferenceNames rather…
Browse files Browse the repository at this point in the history
… than just text litterals.

Added proxy support in the preferences.
Explicit HTTPS support (see the ReadMe).
Optionally strips the extension when using filename for caption.
  • Loading branch information
Pierre-Luc Paour committed Jun 12, 2003
1 parent 1287adc commit 7c552fd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
2003-06-12 Pierre-Luc Paour <gallery@paour.com> (1.1-b3)

* Preference property names are now constants in PreferenceNames rather
than just text litterals.
* Added proxy support in the preferences.
* Explicit HTTPS support (see the ReadMe).
* Optionally strips the extension when using filename for caption.

2003-06-04 Pierre-Luc Paour <gallery@paour.com> (1.1-b2)

* Added Upload, URLs, Proxy prefs panel.
Expand Down
27 changes: 25 additions & 2 deletions defaults.properties
Expand Up @@ -24,10 +24,33 @@ resizeToDefault=600,600
# use the names of files as their default captions
setCaptionsWithFilenames=true

# when setCaptionsWithFilenames is true, remove the extension
# from the file name
captionStripExtension=false

# escape names (if you want to use accents in captions).
# This will prevent you from using HTML markup in your captions
htmlEscapeCaptions=false

#
# --- Proxy ---
#

# master switch
useProxy=false

# HTTP proxy host
proxyHost=proxy.host.com

# HTTP proxy port
proxyPort=80

# HTTP proxy username (optional)
proxyUsername=

# HTTP proxy password (optional)
proxyPassword=

#
# --- Previews and thumbnails (use the Options menu) ---
#
Expand Down Expand Up @@ -93,6 +116,6 @@ updateUrlBeta=http://gallery.sourceforge.net/gallery_remote_version_check_beta.p
#
# --- Do not edit below this line ---
#
version=1.1b2
releaseDate=2003/06/04
version=1.1b3
releaseDate=2003/06/12
aboutText=Gallery Remote\n \n \nA part of the Gallery Open-Source Project\nhttp://gallery.sourceforge.net\n \n \nMaintained by Pierre-Luc Paour\n \nInitial version by Chris Smith\n \n \nContributors:\n \nTim Miller\nDolan Halbrook\n \n \nArtwork by Ross A. Reyman\n \n \nBundled software:\n \nImageMagick\n \nJSX

0 comments on commit 7c552fd

Please sign in to comment.