• last updated 18 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. … 8 more files in changeset.
merge with missing files

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

    • -5
    • +5
    ./masters/tabbed-streaming-head-turquois.adp
    • -1
    • +7
    ./masters/tabbed-streaming-head-turquois.tcl
  1. … 8085 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

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. … 3 more files in changeset.
provide navigation anchors for forms with fieldsets based on section names

  1. … 2 more files in changeset.
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
    ./masters/tabbed-streaming-head-turquois.adp
  1. … 11 more files in changeset.
fix typo and modernize code

Whitespace changes

Use input type 'search' in search widget

Whitespace changes

Use the new 'email' input type widget

  1. … 1 more file in changeset.
Include download link for .apm files

The W3C validator (Nu HTML Checker) throws an error on meta-tag content-style-type

improve spelling

  1. … 16 more files in changeset.
added editor hints and white-space cleanupCVS: ----------------------------------------------------------------------

    • -1
    • +7
    ./masters/tabbed-streaming-head-turquois.tcl
    • -0
    • +6
    ./templates/packages/xowiki/www/edit.tcl
  1. … 5 more files in changeset.
Use glyphicon instead of gif image in for info texts

file standard.adp was initially added on branch oacs-5-10.

reduce warnings from Chrome audits

  1. … 1 more file in changeset.
add proper bootstrap markup for util-user-messages CVS: ----------------------------------------------------------------------

  1. … 1 more file in changeset.
Use the paremeter 'LoginPasswordAutocomplete' to decide on the value of the attribute for the password element in the login form

Whitespace changes + Editor hints

Disable autocomplete on login password field on 'openacs-bootstrap3-theme'