openacs-bootstrap3-theme

  • last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Extend user_message feature so that a "severity" information can be passed alongside the message

This allows theme templates to color code messages according to their severity. Severity follows the Bootstrap nomenclature of "info", "success", "warning" and "danger".

Default severity has been set to "success" consistent with styling applied so far by OpenACS to the user messages.

  1. … 7 more files in changeset.
added theme specific registry for cass class name mapping

  1. … 4 more files in changeset.
merge with missing files

  1. … 1462 more files in changeset.
merge from oacs-5-10

    • -3
    • +2
    ./catalog/openacs-bootstrap3-theme.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/openacs-bootstrap3-theme.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/openacs-bootstrap3-theme.es_ES.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/openacs-bootstrap3-theme.it_IT.ISO-8859-1.xml
    • -8
    • +10
    ./resources/masters/plain-master.adp
    • -5
    • +12
    ./resources/masters/plain-master.tcl
  1. … 8085 more files in changeset.
file jquery-3.7.1.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.7.1.js
  1. … 2 more files in changeset.
file jquery-3.7.1.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.7.1.min.js
  1. … 2 more files in changeset.
file jquery-3.6.3.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.6.3.js
  1. … 1 more file in changeset.
file jquery-3.6.3.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.6.3.min.js
  1. … 1 more file in changeset.
file jquery-3.6.0.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.6.0.js
  1. … 1 more file in changeset.
file jquery-3.6.0.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.6.0.min.js
  1. … 1 more file in changeset.
file jquery-3.5.1.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.5.1.js
file jquery-3.5.1.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.5.1.min.js
file jquery-3.4.1.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.4.1.js
  1. … 1 more file in changeset.
file jquery-3.4.1.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/js/jquery-3.4.1.min.js
  1. … 1 more file in changeset.
file standard.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/forms/standard.adp
Replace single quotes wuith double quotes in javascript expressions involving acs_ListBulkActionClick

this is really needed only for the URL part, but was done on the name as well for consistency. The reason

is even a properly encoded URL could still contain single quotes, therefore breaking the expression,

while double quotes are expected to be encoded in valid, urlencoded URLs. This relies on trusting the developer

to properly encode URLs, which should be expected. An alternative could involve active escaping of

javascript special characters by e.g. ad_js_escape.

  1. … 5 more files in changeset.
allow passing of pretty_names that contain content including less and greater sign

  1. … 2 more files in changeset.
remove unneeded feature (see issue #3364)

use URN in all capitals

don't raise exception when running without connection

improve spelling

bump jquery version to 1.12.3

    • -0
    • +5
    ./www/resources/js/jquery-1.12.3.min.js
add missing .woff2 file

increase code sharing: use adp-include check-installed instead of local version

  1. … 4 more files in changeset.
introduce a urnMap in resource_info as a generalizable solution

CVS: ----------------------------------------------------------------------

  1. … 1 more file in changeset.
Fix typo, normalize indentation

make all keys of the resource_info dict camel case

  1. … 2 more files in changeset.
openacs-bootstrap3-theme:

- provide a neutral appearance, different from OpenACS.org

(different color, remove OpenACS logo, ....)

- make use uf URNs for bootstrap

(allow sharing of bootstrap definitions, avoid multiple loading)

- upgrade bootstrap from 3.1.1 to 3.3.7

- add support for CDN vs. local installation of bootstrap

- added sitewide-admin procs for managing local installation (via /acs-admin)

- improve passing arguments to <widgets>

- bump version number to 5.10.0d2

    • -0
    • +35
    ./tcl/init-procs.tcl
    • -0
    • +28
    ./tcl/resource-init.tcl
    • -0
    • +20
    ./www/resources/css/color/grey.css
    • -0
    • +16
    ./www/sitewide-admin/download.tcl
    • -0
    • +20
    ./www/sitewide-admin/index.adp
    • -0
    • +48
    ./www/sitewide-admin/index.tcl
Use finer grained api for person information and consider that new api won't fail when no person exists

Use finer grained api in different if branches