• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Deprecate trivial wrappers for ad_html_text_convert

  1. … 2 more files in changeset.
set arguments to type integer to avoid strange variable names

Fixes for Oracle 19c: boolean and blob handling

The original SQL query contained boolean values, and did not handle

blobs, which are used int the Oracle data model for the content

fields.

remove dependency of general-comments on acs-mail-lite

  1. … 3 more files in changeset.
Provide a public general-comments solution to empty messages from a specific package: other xowiki-like packages downstream would otherwise need to call a xowiki private api

  1. … 1 more file in changeset.
Whitespace cleanup

use consistently the same prefix "general_comments" (and not singular version)

  1. … 4 more files in changeset.
Bring files on oacs-5-10 in sync with HEAD

  1. … 162 more files in changeset.
Prefer 'person::name' to 'acs_user::get_element ... -name'

  1. … 8 more files in changeset.
Use cached user api to retrieve comment author

Resurrect xql files lost in previous commit, reduce differences between oracle and postgres codebase

  1. … 2 more files in changeset.
Follow the "ugly" smell

rework of general-comments rendering so that the templating system is used, instead of handcrafted markup. Also, allow theming in the future.

  1. … 4 more files in changeset.
make spelling more consistent

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

  1. … 7834 more files in changeset.
No need to pass single spaces

Removed RFC822 id generation from acs_message__new stored procedure:

beside being replication of what already available in proc acs_mail_lite::generate_message_id,

it was buggy, because it assumed http protocol (no https) and also broke General Comments

on installations that by chance had an empty SystemURL parameter

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

  1. … 20 more files in changeset.
- standardize url construction to protect against injection attacks

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

  1. … 2547 more files in changeset.
- new style string expressions

- brace expressions to allow for tcl compilation

- bump version number

  1. … 9 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
New version with deletion of comments

  1. … 10 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
localized "Add Comment" for general_comments_create_link; replaced constated english text by an already available message key

Added a print_user_info_p flag to define if we display the user_info in comments. Sadly could not make this a boolean due to backwards compatability

Apply patch 695 for bug 2516, increase standards compliance

  1. … 5 more files in changeset.
my comments only bombed since the userid not passed in. patch from Simon Buckle

use localized dates

  1. … 5 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Apply patch 456 for bug 1622: ad_proc doesn't show which items are required.