openacs-bootstrap5-theme

  • last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
avoid the usage of images for sorting order icons

  1. … 4 more files in changeset.
Deprecate template::util::is_true, implemented as a simple string command oneliner since 2015 and inline occurrences

  1. … 33 more files in changeset.
reduce verbosity

added .map files to set of dowloaded file for local installation

added download support

many thanks for the help of Maonika Andergassen

Update to Boostrap 5.2.0

Bootstrap 5.2.0 was release on July 19, 2022

For changes in the new release, see

https://blog.getbootstrap.com/2022/07/19/bootstrap-5-2-0/

Fixed broken link in login and logout widgets

The problem were the links for the main subsite, since on the main subsite,

the resulting link is e.g. //register/logout, which is intpreted as

an URL without a schema (e.g. //openacs.org), leading the errors.

fix missing variable, make login/logout handling more consistent

switched to Bootstrap 5 idioms

Adapted standard form template to Bootstrap5 CSS classes (many thanks to Monika Andergassen)

Added navbar-dark style to header nav, remove obsolete CSS defs (many thanks to Monika Andergassen)

Make login and logout urls subsite specific (many thanks to Monika Andergassen)

cleanup of subsite_link and subsite_url variables and reduce to subsite_url (many thanks to Monika Andergassen)

    • -1
    • +0
    ./resources/masters/tabbed-streaming-head-turquois.adp
    • -4
    • +0
    ./resources/masters/tabbed-streaming-head-turquois.tcl
adapt markup for navbar and dropdown elements to bootstrap5 notation (many thanks to Monika Andergassen)

remove traces of md5::md5, since ns_md5 is emulated also for AOLserver

  1. … 2 more files in changeset.
update CSP rules

passing properties consistently with @....;literal@

    • -2
    • +2
    ./resources/masters/tabbed-streaming-head-turquois.adp
    • -1
    • +1
    ./resources/templates/tabbed-master.adp
  1. … 47 more files in changeset.
passing properties consistently with @....;literal@ and not "noquote", since noquote content is already parsed

    • -3
    • +3
    ./resources/masters/tabbed-streaming-head-turquois.adp
    • -3
    • +3
    ./resources/templates/tabbed-master.adp
  1. … 10 more files in changeset.
upgraded Bootstrap to 5.1.3

fix nesting and indentation

    • -19
    • +18
    ./resources/widgets/header-bar.adp
remove all occurrences of glyphicons

comment temporary solution

avoiding text hiding under footer

prefer bootstrap5 idioms and center text

reduce font size of footer

pin footer to the bottom, prefer bs5 classes over manual styles

minor style updates

- remove obsolete odd/even

- removed middle "xs" as required by Bootstrap4, made e.g. "col-xs-6" to "col-6"

- Bootstrap4 has new sm grid tier, so bumped former grid tier for md"

and "lg" up one level up

file navbar.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/templates/packages/search/lib/navbar.tcl
file navbar.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/templates/packages/search/lib/navbar.adp
file notification-widget.tcl was initially added on branch oacs-5-10.