• last updated 48 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added editor hints and white-space cleanup

  1. … 49 more files in changeset.
Rename get_survey_info, survey_answer_summary_display, survey_copy, survey_decode_boolean_answer, survey_display_types, survey_do_notifications, survey_get_score, survey_question_copy and survey_question_display to comply with OpenACS naming convention (all brought to the survey:: namespace), create deprecated wrappers, replace occurrences

  1. … 32 more files in changeset.
Whitespace cleanup

improve spelling

  1. … 9 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

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

  1. … 7834 more files in changeset.
Fix spellings

  1. … 4 more files in changeset.
- remove strange quoting

- prefer ns_quotehtml over ad_quotehtml

  1. … 20 more files in changeset.
- improve safety of HTML

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

  1. … 2547 more files in changeset.
- improve source formatting

- get rid of calls to deprecated function "validate_ad_dateentrywidget"

- get rid of calls to deprecated functions "ad_header" and "ad_footer"

- fix date handling

  1. … 4 more files in changeset.
- fix api-doc variable @creation-date

  1. … 1 more file in changeset.
- brace expressions

- favor tcl-compilable string comparisons

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "export_url_vars" by "export_vars"

- replace deprecated "export_form_vars" by "export_vars"

- replace deprecated "philg_quote_double_quotes" "by ad_quotehtml"

- replace deprecated "ad_parameter" by "parameter::get"

- replace deprecated "ad_require_permission" by "permission::require_permission"

- use $$ quoting in postgres SQL

- use named parameters for SQL functions

- provide compatility with pg9

- fix/complete define_function_args

- bumped version number to 5.8.0

  1. … 50 more files in changeset.
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 379 more files in changeset.
Checkpoint 3.7 (level AA): Mark up quotations. Do not use quotation markup for formatting effects such as indentation.

  1. … 31 more files in changeset.
HTML Strict cleanup

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2274 more files in changeset.
Adding option terminators in survey_answer_summary_display to fix a bug where responses containing dashes were causing problems

fixing the format/display of survey notifications

  1. … 1 more file in changeset.
making database results match the interationalizatio key

Back-merging bug fix from HEAD

Fixed dependency on dotlrn bug: Even though the code tried to check, it still called a dotlrn proc in order to find out if dotlrn was installed

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
changed message key to lower case

make notifications work on server with dotlrn installed even if survey is outside dotlrn

merge of 4.6.3b1 to HEAD

  1. … 16 more files in changeset.
1. Fixed a type mismatch problem in acs-messaging for PostgreSQL that was

ignored by versions before 7.3 and therefore had been missed.

2. Fixed a problem in static pages regarding misunderstanding of how

nsv_array set works by someone who worked on it at some point.

3. Fixed a typo in static pages for PostgreSQL (misspelled function

name)

4. Fixed a typo in a query in survey.

  1. … 4 more files in changeset.