• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer acs::test::reply_has_status_code over manually checking status code in the reply

Fix close tag

added editor hints and white-space cleanup

    • -242
    • +248
    ./tcl/test/webtest-procs.tcl
  1. … 24 more files in changeset.
whitespace changes

  1. … 2 more files in changeset.
remove print.css and include its content in forums.css

Fix typo

Use fully-qualified api names

Indentation changes

Deprecate obsolete api

No need to explicitly delete reading info, as both oracle and postgres define the reference constraint as on delete cascade

Use fully-qualified api names

Use fully-qualified api names, assume message is there (something went very wrong otherwise)

Reduce divergency between oracle and postgres codebase

    • -18
    • +0
    ./tcl/messages-procs-postgresql.xql
Reduce divergency between oracle and postgres codebase

    • -26
    • +0
    ./tcl/messages-procs-postgresql.xql
Whitespace cleanup

Deprecate obsolete api

Implement operation in a way that oracle is supported

Add @see for deprecated procs

Use portable idioms

Use ad_include_contract

Whitespace cleanup

Reduce divergency between oracle and postgres codebase

    • -42
    • +0
    ./tcl/forums-callback-procs-oracle.xql
    • -43
    • +0
    ./tcl/forums-callback-procs-postgresql.xql
improve comments

  1. … 1 more file in changeset.
adding missing displayed_object_id, to get CKfinder working

improve spelling

  1. … 14 more files in changeset.
Use 'attachments::detach_url' instead of building manually the URL

Remove form debug code

Forum attachments reform.

- Add new style of attachments to the forums, allowing multiple attachments to a single message directly from the message post page, using the multiple file input widget.

- Retain compatibility with old style attachments, using the new 'AttachmentStyle' package instance parameter. Currently, this supports two values: 'simple' (new behavior) and 'complex' previous behavior.

- Both attachment styles can coexist, and attachments added by any of such methods will be shown.

- Improve the contract on 'forums/lib/message/post.tcl'.

- Show attachments on message preview.

- Bump version number.

Add 'alt_template' to include contract

Add include contract and 'preview' view to the attachment list