• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 7 more files in changeset.
fix typo

  1. … 1 more file in changeset.
delete unreferenced .xql queries

  1. … 1 more file in changeset.
Make termination after connection closing commands explicit

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

  1. … 3 more files in changeset.
Maintenance of forum reading count feature

- removal of forums_reading_info_user (1Mio rows on Learn@WU).

This materialized view had to be constantly synced with

forums_reading_info table. Reimplemented as view.

- simplify logics in stored procedure due to new datamodel

- fix inconsistencies between oracle and postgres function definition

- re-enabled parameter to decide whether use these stats or not in

administration

TODO: consider further reform of this feature as stats grow very

large on busy sites for probably little value added

  1. … 8 more files in changeset.
Implement post anonymously through explicit forum attribute in table

Now moderators can explicitly decide whether a forum will enable posting anonymously or not.

Forum must be in a policy different from closed and the anonymous flag must be set accordingly for this to happen.

Also:

- normalize api in a way it can accomodate all current attributes. In particular,

now edit api will now leave every unspecified attribute unchanged, instead of

setting it to some default.

- fix some usability issues when managing forum parameters (e.g. values not

retrieved in form when editing existing forum)

- introduce missing Oracle upgrade script for the whole forum reform

- fix oracle creation script

  1. … 7 more files in changeset.
Assume moderators have always the right to post

Fix typo in deprecated proc (not used upstream anymore)

reuse forum properties

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.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7821 more files in changeset.
Standardize spellings of names

  1. … 8 more files in changeset.
Ading a default to is_root check on message::delete (Thanks to Thomas Renner)

Fix spelling errors

  1. … 20 more files in changeset.
- add missing colon

- clean dirty buffer

- fix SQL query

- add validator for forum_ids

  1. … 1 more file in changeset.
- reduce dependencies on acs_object_party_privilege_map

.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.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 338 more files in changeset.
- fix indentation

- standardize url construction

  1. … 5 more files in changeset.
- ensure proper encoding of hrefs

  1. … 3 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2544 more files in changeset.
- fix for bug #3277

- fix api-doc variable @creation-date

- fix invalid @param declaration for API browser

  1. … 3 more files in changeset.
- use tcl-compilable string comparisons

  1. … 1 more file in changeset.
- commit speedup from OpenACS.org, which might be useful for most sites.