From 20f96e5c6fdf42583d0a8d6511939e01a201e0b7 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Wed, 19 Oct 2011 15:38:51 -0400 Subject: [PATCH] LP#791225 - Apache Log error - missing CSS files This commit serves to create the various "_custom.css" files referenced throughout the code. These files, when nonexistent, can lead to bloated Apache error logs because they 404 each time they are referred to. In the interest of providing more information about what they do, lets create them during the install process and provide a quick comment about their purpose. Signed-off-by: Michael Peters --- Open-ILS/web/css/opac_marc.css | 1 + Open-ILS/web/css/skin/default/register_custom.css | 2 ++ Open-ILS/web/css/theme/default/vandelay.css | 1 + Open-ILS/xul/staff_client/server/skin/cat_custom.css | 2 ++ Open-ILS/xul/staff_client/server/skin/circ_custom.css | 2 ++ Open-ILS/xul/staff_client/server/skin/custom.js | 1 + Open-ILS/xul/staff_client/server/skin/global_custom.css | 2 ++ Open-ILS/xul/staff_client/server/skin/patron_display_custom.css | 2 ++ Open-ILS/xul/staff_client/server/skin/patron_summary_custom.css | 2 ++ Open-ILS/xul/staff_client/server/skin/simple_auth_custom.css | 2 ++ 10 files changed, 17 insertions(+) create mode 100644 Open-ILS/web/css/opac_marc.css create mode 100644 Open-ILS/web/css/skin/default/register_custom.css create mode 100644 Open-ILS/web/css/theme/default/vandelay.css create mode 100644 Open-ILS/xul/staff_client/server/skin/cat_custom.css create mode 100644 Open-ILS/xul/staff_client/server/skin/circ_custom.css create mode 100644 Open-ILS/xul/staff_client/server/skin/custom.js create mode 100644 Open-ILS/xul/staff_client/server/skin/global_custom.css create mode 100644 Open-ILS/xul/staff_client/server/skin/patron_display_custom.css create mode 100644 Open-ILS/xul/staff_client/server/skin/patron_summary_custom.css create mode 100644 Open-ILS/xul/staff_client/server/skin/simple_auth_custom.css diff --git a/Open-ILS/web/css/opac_marc.css b/Open-ILS/web/css/opac_marc.css new file mode 100644 index 0000000000..accf69ee44 --- /dev/null +++ b/Open-ILS/web/css/opac_marc.css @@ -0,0 +1 @@ +/* CSS for customizations to marc2html */ diff --git a/Open-ILS/web/css/skin/default/register_custom.css b/Open-ILS/web/css/skin/default/register_custom.css new file mode 100644 index 0000000000..5ecb5f6a0d --- /dev/null +++ b/Open-ILS/web/css/skin/default/register_custom.css @@ -0,0 +1,2 @@ +/* This css file is parsed before register.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin. +This file should be edited, in lieu of register.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */ diff --git a/Open-ILS/web/css/theme/default/vandelay.css b/Open-ILS/web/css/theme/default/vandelay.css new file mode 100644 index 0000000000..d3e2061147 --- /dev/null +++ b/Open-ILS/web/css/theme/default/vandelay.css @@ -0,0 +1 @@ +/* CSS for customization of vandelay.tt2 */ diff --git a/Open-ILS/xul/staff_client/server/skin/cat_custom.css b/Open-ILS/xul/staff_client/server/skin/cat_custom.css new file mode 100644 index 0000000000..e436d04ec5 --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/cat_custom.css @@ -0,0 +1,2 @@ +/* This css file is parsed before cat.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin. +This file should be edited, in lieu of cat.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */ diff --git a/Open-ILS/xul/staff_client/server/skin/circ_custom.css b/Open-ILS/xul/staff_client/server/skin/circ_custom.css new file mode 100644 index 0000000000..567ce808eb --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/circ_custom.css @@ -0,0 +1,2 @@ +/* This css file is parsed before circ.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin. +This file should be edited, in lieu of circ.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */ diff --git a/Open-ILS/xul/staff_client/server/skin/custom.js b/Open-ILS/xul/staff_client/server/skin/custom.js new file mode 100644 index 0000000000..d8e5be6555 --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/custom.js @@ -0,0 +1 @@ +/* Settings here override default values from constants.js */ diff --git a/Open-ILS/xul/staff_client/server/skin/global_custom.css b/Open-ILS/xul/staff_client/server/skin/global_custom.css new file mode 100644 index 0000000000..98527a8fcb --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/global_custom.css @@ -0,0 +1,2 @@ +/* This css file is parsed before global.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin. +This file should be edited, in lieu of global.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */ diff --git a/Open-ILS/xul/staff_client/server/skin/patron_display_custom.css b/Open-ILS/xul/staff_client/server/skin/patron_display_custom.css new file mode 100644 index 0000000000..dcba90d76b --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/patron_display_custom.css @@ -0,0 +1,2 @@ +/* This css file is parsed before patron_display.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin. +This file should be edited, in lieu of patron_display.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */ diff --git a/Open-ILS/xul/staff_client/server/skin/patron_summary_custom.css b/Open-ILS/xul/staff_client/server/skin/patron_summary_custom.css new file mode 100644 index 0000000000..5ad55df826 --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/patron_summary_custom.css @@ -0,0 +1,2 @@ +/* This css file is parsed before patron_summary.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin. +This file should be edited, in lieu of patron_summary.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */ diff --git a/Open-ILS/xul/staff_client/server/skin/simple_auth_custom.css b/Open-ILS/xul/staff_client/server/skin/simple_auth_custom.css new file mode 100644 index 0000000000..d77aaf24ad --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/simple_auth_custom.css @@ -0,0 +1,2 @@ +/* This css file is parsed before simple_auth.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin. +This file should be edited, in lieu of simple_auth.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */ -- 2.11.0