• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
normalize boolean expressions in .adp files

  1. … 1 more file in changeset.
Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 81 more files in changeset.
Show moderate button only when forum is actually moderated

check truth by lean and mean tcl idiom

Forum reform

- remove hardcoded dependency with registered_users group. Target is to improve suitability in convoluted multi groups/multi subsites context

- in place of previous permission-based machinery, use plain table columns to detect whether user can or cannot post replies/new threads

- remove permission check at the message level in favor of that on forum level

  1. … 20 more files in changeset.
normalize boolean expressions in ADP files

  1. … 10 more files in changeset.
set the displayed_object_id to the forum_id for edit operations

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

  1. … 7820 more files in changeset.
Reduce number of URLs leading to a validation error (user-history with no user_id)

Standardize spellings of names

  1. … 8 more files in changeset.
Prevent user from triggering db error by entering too big subjects

As on Learn@WU, approve directly messages coming from admins, don't show messages about moderation when admins are posting

- make boolean tests in .adp files more uniform

  1. … 55 more files in changeset.
- make boolean tests more uniform

- use "true" instead of 0/1 comparison for boolean values in .adp file

- add nonces to script tags

- add body handlers

  1. … 6 more files in changeset.
- no need to set page_size_variable_p

- modernize threads-chunk adp include: use include_contract

- fix bug: pass page_size to include

  1. … 2 more files in changeset.
- white space changes

- replace "onclick" handler in .adp file by event listener

- fix code that can't work (probably, this include is not in use)

- turn javascript: url into an event listener

- turn hardcoded inline script into a template::add_body_script to use CSP nonces

- bump version number to 1.3d15

  1. … 1 more file in changeset.
- modernize HTML

  1. … 22 more files in changeset.
- removed usedless expr statements

  1. … 1 more file in changeset.
- fix typo

- bump version number to 1.3d14

- improve security of return_urls

  1. … 11 more files in changeset.
.xql-file reform of forums

- remove sql statements from the code, where these are provided via .xql

- prefer empty sql statements over various forms of *SQL*

- remove obsolete queries

  1. … 4 more files in changeset.
- allow users to write stuff that looks like a message key in a forums subject or body

- handle post_p like moderate_p

  1. … 1 more file in changeset.
- turn forums/lib/message/row into an include with a include_contract to document expected arguments and defaults

- optimize adp, since this can be called quite frequently in a forums thread

- added experimental disk cache

  1. … 1 more file in changeset.