Skip to content

Instantly share code, notes, and snippets.

@jeff
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeff/16cefbac042bac6fb6c4 to your computer and use it in GitHub Desktop.
Save jeff/16cefbac042bac6fb6c4 to your computer and use it in GitHub Desktop.
license-like files
$ find . -iname \*license\* -o -iname \*copying\*
./COPYING
./LICENSE.txt
./Open-ILS/web/images/licenses.txt
./Open-ILS/xul/staff_client/chrome/skin/media/images/licenses.txt
./Open-ILS/xul/staff_client/imagesources/licenses.txt
./Open-ILS/xul/staff_client/LICENSE
./Open-ILS/xul/staff_client/server/skin/media/images/licenses.txt
./Open-ILS/xul/staff_client/server/skin/media/images/portal/LICENSE
471bb8b - Serials: alert notes when receiving (7 months ago) <Dan Wells>
Open-ILS/examples/fm_IDL.xml | 3 +
Open-ILS/src/sql/Pg/210.schema.serials.sql | 3 +
.../Pg/upgrade/XXXX.schema.serial_note_alerts.sql | 14 ++
.../server/locale/en-US/serial.properties | 2 +
.../xul/staff_client/server/serial/manage_items.js | 203 ++++++++++++++++++---
.../staff_client/server/serial/manage_items.xul | 5 +-
Open-ILS/xul/staff_client/server/serial/notes.xul | 115 +++++++++---
.../staff_client/server/skin/media/images/bell.png | Bin 0 -> 1035 bytes
.../server/skin/media/images/bell_disabled.png | Bin 0 -> 819 bytes
.../server/skin/media/images/licenses.txt | 3 +
10 files changed, 300 insertions(+), 48 deletions(-)
9aab1e6 - (working/user/tsbere/new_toolbar_icons) New toolbar button icons (2 years ago) <Thomas Berezansky>
Open-ILS/xul/staff_client/chrome/skin/global.css | 23 +++++
.../chrome/skin/media/images/licenses.txt | 2 +
.../images/toolbar_blue/acq_bib_search_toolbar.png | Bin 0 -> 5864 bytes
.../toolbar_blue/acq_claim_eligible_toolbar.png | Bin 0 -> 4125 bytes
.../toolbar_blue/acq_create_invoice_toolbar.png | Bin 0 -> 5330 bytes
.../images/toolbar_blue/acq_create_po_toolbar.png | Bin 0 -> 4780 bytes
.../toolbar_blue/acq_new_brief_record_toolbar.png | Bin 0 -> 4387 bytes
.../toolbar_blue/acq_unified_search_toolbar.png | Bin 0 -> 5104 bytes
.../images/toolbar_blue/acq_upload_toolbar.png | Bin 0 -> 5129 bytes
.../toolbar_blue/acq_user_requests_toolbar.png | Bin 0 -> 5082 bytes
.../images/toolbar_blue/acq_view_my_pl_toolbar.png | Bin 0 -> 4709 bytes
.../toolbar_blue/booking_capture_toolbar.png | Bin 0 -> 5504 bytes
.../toolbar_blue/booking_pull_list_toolbar.png | Bin 0 -> 5159 bytes
.../booking_reservation_pickup_toolbar.png | Bin 0 -> 4697 bytes
.../booking_reservation_return_toolbar.png | Bin 0 -> 4671 bytes
.../toolbar_blue/booking_reservation_toolbar.png | Bin 0 -> 4871 bytes
.../toolbar_blue/browse_holds_shelf_toolbar.png | Bin 0 -> 5498 bytes
.../toolbar_blue/circ_hold_pull_list_toolbar.png | Bin 0 -> 5216 bytes
.../images/toolbar_blue/circ_renew_toolbar.png | Bin 0 -> 5848 bytes
.../toolbar_blue/edit_copy_buckets_toolbar.png | Bin 0 -> 4963 bytes
.../toolbar_blue/edit_record_buckets_toolbar.png | Bin 0 -> 4982 bytes
.../media/images/toolbar_blue/portal_toolbar.png | Bin 0 -> 4703 bytes
.../toolbar_blue/retrieve_last_patron_toolbar.png | Bin 0 -> 5140 bytes
.../xul/staff_client/imagesources/licenses.txt | 27 +++++
.../staff_client/imagesources/maketoolbarpics.sh | 61 +++++++++++
.../toolbar_blue/background_3_blue.svg | 33 ++++++
.../toolbar_blue/blue_acq_bib_search.svg | 63 ++++++++++++
.../toolbar_blue/blue_acq_claim_eligible.svg | 39 +++++++
.../toolbar_blue/blue_acq_create_invoice.svg | 48 +++++++++
.../toolbar_blue/blue_acq_create_po.svg | 52 ++++++++++
.../toolbar_blue/blue_acq_new_brief_record.svg | 42 ++++++++
.../toolbar_blue/blue_acq_unified_search.svg | 55 ++++++++++
.../imagesources/toolbar_blue/blue_acq_upload.svg | 42 ++++++++
.../toolbar_blue/blue_acq_user_requests.svg | 81 +++++++++++++++
.../toolbar_blue/blue_acq_view_my_pl.svg | 50 +++++++++
.../toolbar_blue/blue_booking_capture.svg | 92 +++++++++++++++++
.../toolbar_blue/blue_booking_pull_list.svg | 42 ++++++++
.../toolbar_blue/blue_booking_reservation.svg | 57 +++++++++++
.../blue_booking_reservation_pickup.svg | 47 +++++++++
.../blue_booking_reservation_return.svg | 47 +++++++++
.../toolbar_blue/blue_browse_holds_shelf.svg | 112 +++++++++++++++++++++
.../toolbar_blue/blue_circ_hold_pull_list.svg | 112 +++++++++++++++++++++
.../imagesources/toolbar_blue/blue_circ_renew.svg | 50 +++++++++
.../toolbar_blue/blue_edit_copy_buckets.svg | 44 ++++++++
.../toolbar_blue/blue_edit_record_buckets.svg | 46 +++++++++
.../imagesources/toolbar_blue/blue_portal.svg | 36 +++++++
.../toolbar_blue/blue_retrieve_last_patron.svg | 80 +++++++++++++++
47 files changed, 1383 insertions(+)
5275b0f - lp948051 new tab button (2 years, 1 month ago) <Jason Etheridge>
.../chrome/content/main/menu_frame_overlay.xul | 4 +++-
.../staff_client/chrome/skin/media/images/licenses.txt | 5 +++++
.../xul/staff_client/chrome/skin/media/images/newtab.png | Bin 0 -> 237 bytes
3 files changed, 8 insertions(+), 1 deletion(-)
19e9126 - Menu Hotkeys and Toolbars (2 years, 11 months ago) <phasefx>
Open-ILS/src/sql/Pg/950.data.seed-values.sql | 7 +-
Open-ILS/src/sql/Pg/upgrade/XXXX.client_menus.sql | 14 +
Open-ILS/web/opac/locale/en-US/lang.dtd | 35 ++-
.../staff_client/chrome/content/auth/controller.js | 2 +
.../xul/staff_client/chrome/content/main/main.js | 64 ++++
.../xul/staff_client/chrome/content/main/menu.js | 333 ++++++++++++++++++++-
.../chrome/content/main/menu_frame_menus.xul | 156 ++++++----
.../chrome/content/main/menu_frame_overlay.xul | 139 +++++++--
.../xul/staff_client/chrome/content/util/file.js | 4 +
.../staff_client/chrome/content/util/network.js | 1 +
.../chrome/locale/en-US/offline.properties | 2 +
Open-ILS/xul/staff_client/chrome/skin/global.css | 62 ++++
.../chrome/skin/hotkeys/Default.keyset | 20 ++
.../chrome/skin/hotkeys/Minimal.keyset | 7 +
.../staff_client/chrome/skin/hotkeys/None.keyset | 1 +
.../xul/staff_client/chrome/skin/hotkeys/README | 33 ++
.../media/images/Arrow-rightup-small_toolbar.png | Bin 0 -> 7475 bytes
.../skin/media/images/HILLBLU_famiglia_toolbar.png | Bin 0 -> 6888 bytes
.../skin/media/images/HILLBLU_indici_toolbar.png | Bin 0 -> 6813 bytes
.../skin/media/images/HILLBLU_lente_toolbar.png | Bin 0 -> 6876 bytes
.../skin/media/images/HILLBLU_libro_toolbar.png | Bin 0 -> 6581 bytes
.../skin/media/images/Search_Items_toolbar.png | Bin 0 -> 7646 bytes
.../chrome/skin/media/images/center_toolbar.png | Bin 0 -> 7998 bytes
.../skin/media/images/hotkeys_disable_toolbar.png | Bin 0 -> 9011 bytes
.../chrome/skin/media/images/licenses.txt | 25 +-
.../xul/staff_client/defaults/preferences/prefs.js | 8 +
26 files changed, 807 insertions(+), 106 deletions(-)
8a2082f - Staff client portal page replacement by Michael Peters, with a few tweaks. (3 years, 2 months ago) <phasefx>
Open-ILS/web/opac/locale/en-US/lang.dtd | 24 +-
Open-ILS/xul/staff_client/server/index.xhtml | 557 ++++++++++++++++++++-
.../server/skin/media/images/portal/LICENSE | 70 +++
.../server/skin/media/images/portal/back.png | Bin 0 -> 6731 bytes
.../server/skin/media/images/portal/background.png | Bin 0 -> 2640 bytes
.../skin/media/images/portal/batchimport.png | Bin 0 -> 5517 bytes
.../server/skin/media/images/portal/book.png | Bin 0 -> 6296 bytes
.../server/skin/media/images/portal/bucket.png | Bin 0 -> 4179 bytes
.../skin/media/images/portal/eg_tiny_logo.jpg | Bin 0 -> 1722 bytes
.../server/skin/media/images/portal/forward.png | Bin 0 -> 6814 bytes
.../server/skin/media/images/portal/helpdesk.png | Bin 0 -> 8801 bytes
.../server/skin/media/images/portal/holds.png | Bin 0 -> 5281 bytes
.../server/skin/media/images/portal/logo.png | Bin 0 -> 24396 bytes
.../server/skin/media/images/portal/map.PNG | Bin 0 -> 3371 bytes
.../server/skin/media/images/portal/newtab2.PNG | Bin 0 -> 1047 bytes
.../skin/media/images/portal/receipt_editor.png | Bin 0 -> 2463 bytes
.../skin/media/images/portal/registerpatron.png | Bin 0 -> 6485 bytes
.../server/skin/media/images/portal/reports.png | Bin 0 -> 5920 bytes
.../skin/media/images/portal/retreivepatron.png | Bin 0 -> 7188 bytes
.../server/skin/media/images/portal/z3950.png | Bin 0 -> 5050 bytes
20 files changed, 639 insertions(+), 12 deletions(-)
528cf84 - Patch from Benjamin Shum for the staff client button bar. Thanks! --- In our consortium, we have the Button Bar for our Evergreen staff clients enabled all the time. As a result, we have had lots of feedback from users that there is a need to include a "Search Catalog" option on the Button Bar. (3 years, 5 months ago) <phasefx>
Open-ILS/web/opac/locale/en-US/lang.dtd | 2 ++
.../chrome/content/main/menu_frame_overlay.xul | 6 ++++++
.../chrome/skin/media/images/Search_Items_32x32.png | Bin 0 -> 33248 bytes
.../staff_client/chrome/skin/media/images/licenses.txt | 4 +++-
4 files changed, 11 insertions(+), 1 deletion(-)
0991f58 - distribution formula config UI repairs/enhancements (3 years, 7 months ago) <erickson>
.../src/perlmods/OpenILS/Application/Acq/Order.pm | 44 +++++++++++++++++++
Open-ILS/web/images/dimple.png | Bin 0 -> 155 bytes
Open-ILS/web/images/licenses.txt | 3 ++
Open-ILS/web/js/dojo/openils/conify/nls/conify.js | 4 +-
.../conify/global/acq/distribution_formula.js | 36 ++++++++++++++++
.../conify/global/acq/distribution_formula.tt2 | 47 +++++++++++----------
6 files changed, 110 insertions(+), 24 deletions(-)
a51b816 - update GPL 2.0 text in the staff client license statement (3 years, 10 months ago) <gmc>
COPYING | 4 +--
.../staff_client/chrome/content/main/about.html | 31 +++++++++++-----------
2 files changed, 17 insertions(+), 18 deletions(-)
f5fb699 - updated license text with current GPL 2.0 text (3 years, 10 months ago) <gmc>
LICENSE.txt | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 deletions(-)
2d1e33b - optional button bar between top-level menu and tabbed interfaces (5 years ago) <phasefx>
Open-ILS/web/opac/locale/en-US/lang.dtd | 16 +++++++++++-
.../xul/staff_client/chrome/content/main/menu.js | 14 +++++++++++
.../chrome/content/main/menu_frame_menus.xul | 3 ++-
.../chrome/content/main/menu_frame_overlay.xul | 28 +++++++++++++++++++++
.../skin/media/images/Arrow-rightup-small.png | Bin 0 -> 1988 bytes
.../skin/media/images/HILLBLU_famiglia_32x32.png | Bin 0 -> 1514 bytes
.../skin/media/images/HILLBLU_indici_32x32.png | Bin 0 -> 1524 bytes
.../skin/media/images/HILLBLU_lente_32x32.png | Bin 0 -> 1538 bytes
.../skin/media/images/HILLBLU_libro_32x32.png | Bin 0 -> 1452 bytes
.../chrome/skin/media/images/center.png | Bin 0 -> 2182 bytes
.../chrome/skin/media/images/licenses.txt | 28 +++++++++++++++++++++
.../server/admin/org_unit_settings.xhtml | 9 +++++++
12 files changed, 96 insertions(+), 2 deletions(-)
5d5ddd6 - testing RSS (8 years ago) <miker>
COPYING | 2 --
1 file changed, 2 deletions(-)
9a2ffcf - testing RSS (8 years ago) <miker>
COPYING | 1 +
1 file changed, 1 insertion(+)
716cd0f - testing RSS (8 years ago) <miker>
COPYING | 1 -
1 file changed, 1 deletion(-)
b1fd614 - testing RSS (8 years ago) <miker>
COPYING | 1 +
1 file changed, 1 insertion(+)
173ad5a - testing RSS (8 years ago) <miker>
COPYING | 1 -
1 file changed, 1 deletion(-)
8a11db6 - testing RSS (8 years ago) <miker>
COPYING | 1 +
1 file changed, 1 insertion(+)
3906afb - start of staff client 3 (9 years ago) <phasefx>
Open-ILS/xul/staff_client/LICENSE | 0
Open-ILS/xul/staff_client/Makefile | 98 +++++++
Open-ILS/xul/staff_client/README | 0
Open-ILS/xul/staff_client/application.ini | 39 +++
Open-ILS/xul/staff_client/chrome/chrome.manifest | 3 +
.../chrome/content/evergreen/OpenILS/data.js | 92 +++++++
.../chrome/content/evergreen/auth/controller.js | 141 ++++++++++
.../chrome/content/evergreen/auth/session.js | 84 ++++++
.../chrome/content/evergreen/main/JSAN.js | 290 +++++++++++++++++++++
.../chrome/content/evergreen/main/main.js | 59 +++++
.../chrome/content/evergreen/main/main.xul | 90 +++++++
.../chrome/content/evergreen/main/network.js | 56 ++++
.../chrome/content/evergreen/main/window.js | 31 +++
.../chrome/content/evergreen/test/test.js | 13 +
.../chrome/content/evergreen/util/error.js | 189 ++++++++++++++
.../chrome/content/evergreen/util/exec.js | 39 +++
.../chrome/locale/en-US/evergreen/auth.dtd | 12 +
.../staff_client/chrome/skin/evergreen/auth.css | 3 +
.../chrome/skin/evergreen/evergreen.css | 23 ++
.../staff_client/defaults/preferences/evergreen.js | 15 ++
Open-ILS/xul/staff_client/install.rdf | 39 +++
21 files changed, 1316 insertions(+)
8f67a55 - license info (9 years ago) <erickson>
COPYING | 18 ++++
LICENSE.txt | 340 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 358 insertions(+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment