• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- make boolean tests in .adp files more uniform

    • -1
    • +1
    ./templates/packages/search/lib/navbar.adp
  1. … 12 more files in changeset.
fixes for list-widget:

- fix html, when "page_size_variable_p" is set (must have been broken

since ages)

- replace onchange handlers in table and table-2third templates by event listeners

  1. … 2 more files in changeset.
- replace "onclick" handler in .adp files by event listener

  1. … 4 more files in changeset.
- improve wording on index page

Bug #128 - Fixes for paginator of search package (navbar)

- Prevent double encoding of query string

- Include csrf token

    • -7
    • +6
    ./templates/packages/search/lib/navbar.tcl
  1. … 2 more files in changeset.
- provide image dimensions

  1. … 1 more file in changeset.
- adding 'unsafe-inline' to list templates until need for "onclick" is removed

  1. … 2 more files in changeset.
- update security settings

- use maxcdn rather than netdna CDN

  1. … 2 more files in changeset.
- use export_vars to generate full URL

- fix gravatar image computation

- add CSP directives

  1. … 1 more file in changeset.