• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 473 more files in changeset.
Replace 'linsert' with 'lappend'

Fix linsert command argument expansion + Whitespace

improve list operations

  1. … 5 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

    • -50
    • +49
    ./notification-callback-procs.tcl
  1. … 17 more files in changeset.
unify spelling of URL

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

  1. … 69 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

Rework variable assignment (set -> lassign)

  1. … 11 more files in changeset.
Comment state of notification::type::get_type_id due to per-thread caching

Fix caching bug detected by Hani Gadllah

revert escaped change

*** empty log message ***

Fix typos

  1. … 2 more files in changeset.
*not_cached functions should be private

fix dirty-editor buffer error

VS: ----------------------------------------------------------------------

reduce pressure on util_memoize cache by using per-thread caching on notification::type::get_type_id

Reduce divergencies between oracle and postgres codebase

    • -11
    • +0
    ./notification-procs-postgresql.xql
  1. … 6 more files in changeset.
Uniform sql codebase

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
Standardize spellings of names

  1. … 8 more files in changeset.
Fix spelling errors

  1. … 8 more files in changeset.
Improve robustness of "file delete" operations

  1. … 25 more files in changeset.
- replace regular expression by ad_html_qualify_links

- bum version number to 5.9.1d2

  1. … 1 more file in changeset.
- use the right variable name

- fix code for making urls absolute. regexps like [^(http|https|mailto:)] don't work, as the author expected.

- replace deprecated "cc_email_from_party ..." by "party::email -party_id ..."

- replace deprecated "cc_lookup_email_user ..." by "party::get_by_email -email ..."

  1. … 1 more file in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

  1. … 3 more files in changeset.
- new include /packages/notifications/lib/notification-widget based on ad_include_contract

- use notification-widget instead of notification-chunk in forums/www/forum--view

  1. … 4 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 20 more files in changeset.