• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
avoid localization substitutions in content of forums messages in notification messages

improve spelling

  1. … 11 more files in changeset.
Uniform documentation style

Put cache flushing logics into procs and use them when forum info needs to be updated (fixes automated tests)

  1. … 1 more file in changeset.
Provide a minimal documentation to public procs

  1. … 2 more files in changeset.
Remove hotfix and exploit new api, that won't fail on the guest user

Fix regressions in forums when user is not logged in

  1. … 5 more files in changeset.
Use more api to streamline queries and reduce divergency between oracle and postgres codebase

  1. … 2 more files in changeset.
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.
merged changes from the oacs-5-9 branch and resolved conflicts

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

Fix spelling errors

  1. … 22 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. … 6 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 350 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. … 2547 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "ad_export_vars" by "form_vars"

  1. … 53 more files in changeset.
- replace deprecated "ad_parameter" by "parameter::get"

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

  1. … 1 more file in changeset.
fixing acs-lang messages, added message view url

adding optional 'withhold content from notifications when browser connection is secure' feature.

  1. … 2 more files in changeset.
- Use the author of the message as sender of the notif instead of the current user since this one may be the moderator.

- Localize notification

  1. … 2 more files in changeset.
- normalize string expressions

  1. … 23 more files in changeset.
Remove broken callback code which causes reply by email to not

work. message::new is called in a scheduled_proc, you can't use

ad_conn. Taking out new feature specific to project manager that

breaks existing feature.