• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset oacs-5-10%3Ahectorr%3A20211012092701 does not exist.

Deprecate forum::new_questions_allowed_p and replace occurrences

  1. … 2 more files in changeset.
Enforce data type of hidden fields, add missing parameters to the page contract

prefer adp:icon over old-style .gif images

  1. … 5 more files in changeset.
prefer adp:icon over old-style .gif and .png mages

  1. … 1 more file in changeset.
Reinstate the notnull validation constraint where missing

  1. … 22 more files in changeset.
Deprecate template::util::is_true, implemented as a simple string command oneliner since 2015 and inline occurrences

  1. … 33 more files in changeset.
forum_id is actually optional here

Harden page and include contracts using new acs-tcl feature

  1. … 29 more files in changeset.
harden page contract

remove "verify" from page contrace, since variables are NOT signed

hardened page contract

harden page contract

Do the transaction only if necessary

Break overlong lines

Revert escaped code

Fix default name

  1. … 1 more file in changeset.
make end of options explicit

  1. … 17 more files in changeset.
Fix close tag

Use portable idioms

Use ad_include_contract

Whitespace cleanup

improve comments

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

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.

  1. … 1 more file in changeset.
Add 'alt_template' to include contract

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

Require admin privileges for attachment deletion in the forum, the same as for message editing

Put the delete link to the right of the attachment

Add the 'detach' option on the attachment list, for users with write permissions on the message