• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 336 more files in changeset.
- fix unsubscription message in german

- ensure html-encoding

  1. … 3 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -10
    • +10
    ./notification-display-procs.tcl
  1. … 2539 more files in changeset.
- fix for bug #3226; many thanks to Andrew Helsley for reporting

- use tcl 8.5 index expression

- bump verison number

  1. … 1 more file in changeset.
- fix a bug (actually in api-browser) which barfs on rendering the source, when it tries to resolve the message-keye, which require extra variables

- get rid of empty_string_p in non-deprecated code

- make use of tcl byte-code compiler

    • -10
    • +10
    ./notification-display-procs.tcl
  1. … 37 more files in changeset.
- replace deprecated acs_sc_call by acs_sc::invoke

  1. … 9 more files in changeset.
Rewriting acs_permission__permission_p function to use recursive queries ( available in PG since 8.4 ) and modifiying

queries around core packages to avoid checking persmissions using a subquery on the acs_object_party_privilege_map view.

  1. … 14 more files in changeset.