Index: openacs-4/packages/bootstrap-icons/bootstrap-icons.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bootstrap-icons/Attic/bootstrap-icons.info,v diff -u -N -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/bootstrap-icons/bootstrap-icons.info 8 Feb 2023 08:57:46 -0000 1.1.2.6 +++ openacs-4/packages/bootstrap-icons/bootstrap-icons.info 12 May 2023 17:50:49 -0000 1.1.2.7 @@ -9,13 +9,13 @@ f f - + Gustaf Neumann Free, high-quality, open-source icon library with over 1,600 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without Bootstrap in any project. 2022-01-15 0 - + Index: openacs-4/packages/bootstrap-icons/tcl/resource-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bootstrap-icons/tcl/Attic/resource-init.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/bootstrap-icons/tcl/resource-init.tcl 1 Apr 2022 13:04:44 -0000 1.1.2.1 +++ openacs-4/packages/bootstrap-icons/tcl/resource-init.tcl 12 May 2023 17:50:50 -0000 1.1.2.2 @@ -9,19 +9,24 @@ # The .min.css is just on the CDN # set fn bootstrap-icons.min.css - + # # Add global CSP rules. # lappend ::security::csp::default_directives \ style-src [dict get $resource_info cdnHost] \ font-src [dict get $resource_info cdnHost] - + } else { set fn bootstrap-icons.css + if {[apm_version_names_compare $::bootstrap_icons::version 1.10.4] >= 0} { + ns_log notice "CSS [dict get $resource_info prefix]/$fn " + set fn font/$fn + } } set URN urn:ad:css:bootstrap-icons +ns_log notice "CSS [dict get $resource_info prefix]/$fn " template::register_urn \ -urn $URN \ -resource [dict get $resource_info prefix]/$fn \ Index: openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bootstrap-icons/tcl/Attic/resource-procs.tcl,v diff -u -N -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl 8 Feb 2023 08:57:46 -0000 1.1.2.6 +++ openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl 12 May 2023 17:50:50 -0000 1.1.2.7 @@ -21,12 +21,12 @@ # configuration file: # # ns_section ns/server/${server}/acs/bootstrap-icons - # ns_param BootstrapIconsVersion 1.10.3 + # ns_param BootstrapIconsVersion 1.10.5 # set ::bootstrap_icons::version [parameter::get \ -package_id $package_id \ -parameter BootstrapIconsVersion \ - -default 1.10.3] + -default 1.10.5] ad_proc ::bootstrap_icons::resource_info { {-version ""} @@ -104,7 +104,7 @@ urnMap {} \ versionCheckURL "https://cdnjs.com/libraries?q=bootstrap-icons" - + return $result }