• last updated 30 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1464 more files in changeset.
merge from oacs-5-10

  1. … 8099 more files in changeset.
Prefer cached api

  1. … 3 more files in changeset.
Deprecate bulk_mail::parameter, which implements a global parameter logic

For now, the occurrences have just been inlined (fixing also the inconsistent naming PrettyName vs pretty_name). A future reform might create a proper global parameter for this.

  1. … 4 more files in changeset.
harden page contract for referer parameter to avoid hard error from ad_returnredirect

  1. … 30 more files in changeset.
improve safety of SQL queries

  1. … 3 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 368 more files in changeset.
Don't pass fine tcl variables through the query, avoid unnecessary quoting (bulk-mail api would pass variable to the stored procedure using ':' notation)

  1. … 1 more file in changeset.
Remove unneded dict creation

  1. … 1 more file in changeset.
Reduce code duplication, exploit API when retrieving user info

  1. … 3 more files in changeset.
simplify code and make it more consistent

  1. … 5 more files in changeset.
add required ad_script_abort after ad_returnredirect

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

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

  1. … 7834 more files in changeset.
- tighten page contracts

  1. … 43 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

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

  1. … 217 more files in changeset.
- use $$ quoting in postgres SQL

- use name parameter for SQL functions

- provide compatility with pg9

- replace deprecated "acs_sc_call" by "acs_sc::invoke"

- replace deprecated "ad_maybe_redirect_for_registration" by "auth::require_login"

- brace expressions

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- use numeric comparison operator for truth value comparisons

- use "in" or "ni" expression instead of "lsearch"

- bump version number to indicate compatibility with 5.8.1

  1. … 146 more files in changeset.
- replace depreacted "ad_parameter" by parameter::get

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "export_url_vars" by "export_vars"

  1. … 24 more files in changeset.
Substitute acs_mail_lite::send for ns_sendmail

  1. … 8 more files in changeset.
now using catalog keys for format label and options. dotlrn.Preformatted_Text is a new key, created on translate.openacs.org

Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Remove obsolete wrap attribute (textarea)

  1. … 32 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Implemented list-builders instead of members table.

  1. … 2 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

  1. … 91 more files in changeset.
Adding missing noquote for context bar

  1. … 3 more files in changeset.
committing changes, improvements and fixes to assessment, assessment-portlet, dotlrn, dotlrn-assessment, dotlrn-catalog, dotlrn-evaluation, ecommerce, evaluation and evaluation-portlet

  1. … 913 more files in changeset.
The change in the spam functionality breaks the behaviour of existing code. Therefore pages referencing the old style interface will break. To prevent this, the check has been added if it is an old_style URL and appropriate redirection has been initiated