• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix message key

- require at lease three characters

- fix typo

- don't allow empty searches in forums-search (might take long)

- bump version number to 1.3d14

- improve security of return_urls

  1. … 11 more files in changeset.
- prevent potential sql injection attack

.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. … 3 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.
- remove broken and unused include file

- fix screen name handling (must have been broken since years)

  1. … 1 more file in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 336 more files in changeset.
- fix error on formums page (used has_submit 1, but this was not true)

- don't include <input> in <label>

- fix validity of HTML

- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 23 more files in changeset.
- fix validity of HTML

  1. … 1 more file in changeset.
- fix and standardize quoting in template properties

  1. … 339 more files in changeset.
- get rid of the pesky "MISSING FORMWIDGET: search:search:formbutton:ok" message

- standardize url construction

  1. … 5 more files in changeset.
- fix HTML attribute quoting

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 more files in changeset.
Using db api caching mechanism instead of util_memoize.

- fix sorting order, when posting history is "by date" (default)

- fetch screen name just when needed

- simplify logic; set message(screen_name) always

- use numeric comparison for truth value comparison

  1. … 2 more files in changeset.
- get screen name only when requested

- modernize tcl

- break overlong lines

  1. … 5 more files in changeset.