• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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'

Make sure, the pull-down login window does not hide under navbar

(e.g. when xowiki menubar is shown)

use proper bootstrap botton CSS classes

fix site issue #139

Replace ad_decode idiom

  1. … 4 more files in changeset.
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)

don't raise exception when running without connection

improve spelling

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

  1. … 9 more files in changeset.
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

Prefer again 'person::name', as the proc has been reimplemented using 'person::get_person_info', which uses the new 'person_info_cache' cache.

  1. … 13 more files in changeset.
Whitespace changes

  1. … 11 more files in changeset.
Prefer 'acs_user::get_element ...' to 'person::name ...', in cases when 'person' is a user, as it doesn't rely on util_memoize_cache.

  1. … 13 more files in changeset.
Rework adp boolean expressions

  1. … 25 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typo in variable name

fix: make sure to pass displayed_object_id always to the next master template

  1. … 3 more files in changeset.
fix: make sure to pass displayed_object_id always to the next master template

  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -1
    • +1
    ./templates/packages/search/lib/navbar.adp
    • -7
    • +6
    ./templates/packages/search/lib/navbar.tcl
  1. … 7820 more files in changeset.
add handling of host_node_id

modernize adp include

Get rid of strange construct: [lindex [array get $array $name] 1]

  1. … 4 more files in changeset.