• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
whitespace changes

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

improve comments

  1. … 2 more files in changeset.
improve spelling

  1. … 14 more files in changeset.
Center icons on attachment list

Whitespace changes

Use the attachment icon, available since 10+ years, for forums attachments.

  1. … 2 more files in changeset.
Extend 'forum::attachments_enabled_p' with 'forum_id', so attachments ca be enabled per forum (see previous commit), and update underliying logic to make use of it.

  1. … 2 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Secure forums delete button by protecting the message_id with a timed signature

  1. … 5 more files in changeset.
fix overquoting in notification-widget

  1. … 5 more files in changeset.
Fix typo

Whitespace changes

  1. … 6 more files in changeset.
modernize Tcl

Use finer grained person:: api to retrieve the name

Flush templating cache also when approving a message, as this might be a new root message (thread) and therefore thread list should be rebuilt

This obscure script doesn't do much (basically, displays the content of a message), but nevertheless was passing arrays, defining queries, duplicating code... streamlined to the bones

  1. … 4 more files in changeset.
Replace deprecated 'forum::security::can_moderate_forum_p' by 'permission::permission_p'

  1. … 2 more files in changeset.
Replace deprecated procs with 'permission::require_permission'

  1. … 3 more files in changeset.
Rework variable assignment (set -> lassign)

  1. … 12 more files in changeset.
remove parens

  1. … 8 more files in changeset.
fix more typos

  1. … 5 more files in changeset.
fix typo

  1. … 1 more file in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 7 more files in changeset.
Make forum::use_ReadingInfo_p more robust when UseReadingInfo parameter in forums is not set

  1. … 3 more files in changeset.
make boolean test strict

  1. … 2 more files in changeset.
Hot fix for latest changes concerning reading info

  1. … 2 more files in changeset.
Fix typo

Port downstream only usage of reading info api

Also fix such api so that root message is retrieved for every given source message

  1. … 5 more files in changeset.
Converge downstream reading_info feature with upstream

Port downstream only idiom to update reading_info table

Make more use of api when retrieving forum and message information

Optimize message existance query