[open-ils-commits] [GIT] Evergreen ILS branch master updated. 2060027f71755fbdf284470e68acc0bac40cbb15

Evergreen Git git at git.evergreen-ils.org
Tue Jun 4 22:58:21 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  2060027f71755fbdf284470e68acc0bac40cbb15 (commit)
       via  b55da928a94aa3976d02fed6c1603dd1d237b260 (commit)
      from  717a1263a3fee997c3617326e0d90450e2c07220 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2060027f71755fbdf284470e68acc0bac40cbb15
Author: Ben Shum <bshum at biblio.org>
Date:   Tue Jun 4 22:57:00 2013 -0400

    Added release note for standalone mode shortcuts
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/docs/RELEASE_NOTES_NEXT/Client/standalone-mode-shortcut.txt b/docs/RELEASE_NOTES_NEXT/Client/standalone-mode-shortcut.txt
new file mode 100644
index 0000000..4ee969a
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Client/standalone-mode-shortcut.txt
@@ -0,0 +1,5 @@
+Standalone Mode Shortcut
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+The Evergreen installer now includes a shortcut that launches the staff client 
+directly into standalone (offline) mode.

commit b55da928a94aa3976d02fed6c1603dd1d237b260
Author: Pranjal Prabhash <pranjal.prabhash at gmail.com>
Date:   Mon Apr 9 10:55:08 2012 -0400

    Standalone Mode Staff Client Shortcuts
    
    This commit addresses LP#955283, which requested the creation
    of a Windows shortcut for Evergreen's standalone staff client
    mode.
    
    Signed-off-by: Pranjal Prabhash <pranjal.prabhash at gmail.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/xul/staff_client/windowssetup.nsi b/Open-ILS/xul/staff_client/windowssetup.nsi
index e0bc1ef..a954357 100644
--- a/Open-ILS/xul/staff_client/windowssetup.nsi
+++ b/Open-ILS/xul/staff_client/windowssetup.nsi
@@ -107,11 +107,13 @@ Section "Staff Client" SECMAIN
   CreateDirectory "$SMPROGRAMS\$ICONS_GROUP"
   !ifdef WICON
   CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Evergreen Staff Client.lnk" "$INSTDIR\evergreen.exe" "" "$INSTDIR\evergreen.ico"
+  CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Evergreen Staff Client (Standalone).lnk" "$INSTDIR\evergreen.exe" "-ILSoffline" "$INSTDIR\evergreen.ico"
   !ifdef PROFILES
   CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Evergreen Staff Client Profile Manager.lnk" "$INSTDIR\evergreen.exe" "-profilemanager" "$INSTDIR\evergreen.ico"
   !endif
   !else
   CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Evergreen Staff Client.lnk" "$INSTDIR\evergreen.exe"
+  CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Evergreen Staff Client (Standalone).lnk" "$INSTDIR\evergreen.exe" "-ILSoffline"
   !ifdef PROFILES
   CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Evergreen Staff Client Profile Manager.lnk" "$INSTDIR\evergreen.exe" "-profilemanager"
   !endif
@@ -271,6 +273,7 @@ Section Uninstall
   Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"
   Delete "$DESKTOP\Evergreen Staff Client ${PRODUCT_TAG}.lnk"
   Delete "$SMPROGRAMS\$ICONS_GROUP\Evergreen Staff Client.lnk"
+  Delete "$SMPROGRAMS\$ICONS_GROUP\Evergreen Staff Client (Standalone).lnk"
 
   ; External script for removing extra files before we wipe out the install directory
   !ifdef EXTRAS

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/windowssetup.nsi         |    3 +++
 .../Client/standalone-mode-shortcut.txt            |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Client/standalone-mode-shortcut.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list