LP#791225 - Apache Log error - missing CSS files user/mrpeters-isl/create_custom_css
authorMichael Peters <mrpeters@library.in.gov>
Wed, 19 Oct 2011 19:38:51 +0000 (15:38 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Wed, 19 Oct 2011 19:38:51 +0000 (15:38 -0400)
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 <mrpeters@library.in.gov>
Open-ILS/web/css/opac_marc.css [new file with mode: 0644]
Open-ILS/web/css/skin/default/register_custom.css [new file with mode: 0644]
Open-ILS/web/css/theme/default/vandelay.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/cat_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/circ_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/custom.js [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/global_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/patron_display_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/patron_summary_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/simple_auth_custom.css [new file with mode: 0644]

diff --git a/Open-ILS/web/css/opac_marc.css b/Open-ILS/web/css/opac_marc.css
new file mode 100644 (file)
index 0000000..accf69e
--- /dev/null
@@ -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 (file)
index 0000000..5ecb5f6
--- /dev/null
@@ -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 (file)
index 0000000..d3e2061
--- /dev/null
@@ -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 (file)
index 0000000..e436d04
--- /dev/null
@@ -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 (file)
index 0000000..567ce80
--- /dev/null
@@ -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 (file)
index 0000000..d8e5be6
--- /dev/null
@@ -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 (file)
index 0000000..98527a8
--- /dev/null
@@ -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 (file)
index 0000000..dcba90d
--- /dev/null
@@ -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 (file)
index 0000000..5ad55df
--- /dev/null
@@ -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 (file)
index 0000000..d77aaf2
--- /dev/null
@@ -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. */