openacs-bootstrap3-theme

  • last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
JS upstream updates

- Updated jquery-3.6.3 to jquery-3.7.1.

- Bumped version to 5.10.1b2

    • -10993
    • +0
    ./www/resources/js/jquery-3.6.3.js
    • -0
    • +10716
    ./www/resources/js/jquery-3.7.1.js
    • -0
    • +2
    ./www/resources/js/jquery-3.7.1.min.js
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.
fixed bug #3469

First submenu item was missing. This bug is identical in the bootstrap3

and bootstrap5 theme packages. Many thanks to Keith Paskett for

rpeoprting and suggesting a fix.

  1. … 1 more file in changeset.
Make URLs assumed to be hosted on openacs.org absolute

  1. … 3 more files in changeset.
Fix for sitebug #150 (security relevant)

The login widget at the navbar contained in its query variable

the password of a user in plain text (e.g. when the user has

mistyped the password, but as well on other error conditions).

Now, the password is filterer in the return_url in such cases.

Many thanks to Khy H for reporting this bug.

For details, see

https://openacs.org//bugtracker/openacs.org/bug?bug_number=150

  1. … 1 more file in changeset.
Don't customize the notification widget in the Boostrap 3 theme: modern adp:icon functionality makes this obsolete

bumped version numbers to 5.10.1b1

  1. … 85 more files in changeset.
Define caret after dropdown-toggle the same way for Bootstrap3 as in Bootstrap5

This is a forward compatibility change, probably futuer versions of Bootstrap

will behave the same. Many thanks to Monika Andergassen for the suggestion.

  1. … 2 more files in changeset.
upgraded jquery-3.6.0 to jquery-3.6.3

    • -10881
    • +0
    ./www/resources/js/jquery-3.6.0.js
    • -2
    • +0
    ./www/resources/js/jquery-3.6.0.min.js
    • -0
    • +10993
    ./www/resources/js/jquery-3.6.3.js
    • -0
    • +2
    ./www/resources/js/jquery-3.6.3.min.js
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.
provide navigation anchors for forms with fieldsets based on section names

  1. … 2 more files in changeset.
beautify TRN mode in developer support

in essence, this change switches from CSS icons to <adp:icon>

since in default setup (when no themes/icon sets are installed)

the CSS based rendering was bad. Using <adp:icon> offers

more flexibility and tailorability.

  1. … 3 more files in changeset.
Use new ADP-include "registered-urns" on sitewide-admin page, bump version to 5.10.1d1

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.
remove traces of md5::md5, since ns_md5 is emulated also for AOLserver

  1. … 2 more files in changeset.
passing properties consistently with @....;literal@

  1. … 51 more files in changeset.
passing properties consistently with @....;literal@ and not "noquote", since noquote content is already parsed

    • -5
    • +5
    ./resources/masters/tabbed-streaming-head-turquois.adp
  1. … 11 more files in changeset.
use member "cspMap" of resource_info dict for a more uniform naming

fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
fix typo and modernize code

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.
Upgrade to jQuery 3.6.0 (released March 2021)

    • -10872
    • +0
    ./www/resources/js/jquery-3.5.1.js
    • -2
    • +0
    ./www/resources/js/jquery-3.5.1.min.js
    • -0
    • +10881
    ./www/resources/js/jquery-3.6.0.js
    • -0
    • +2
    ./www/resources/js/jquery-3.6.0.min.js
  1. … 5 more files in changeset.
Remove leftover translation

    • -1
    • +0
    ./catalog/openacs-bootstrap3-theme.it_IT.ISO-8859-1.xml
Deal with 'search' input types, that are not in the 'form-control' class, in Bootstrap 3. See CSS comment for details.