• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
provde a global variable as transitional code for controlling passing of password as query variable

    • -4
    • +14
    /openacs-4/packages/dotlrn/www/user-add-2.tcl
don't pass sensitive information (e.g. password) as query variable, but use client properties instead.

see also issue #3344

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
    • -3
    • +3
    /openacs-4/packages/dotlrn/dotlrn.info
unify spelling

avoiding picking up arbitary content as site_wide xo* pages

    • -3
    • +8
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
include word statistics for text area

use item_id in raw listing of submissions (since it is shorter)

add modal behavior for text_interaction

make URL hacking less enjoyable

Fix regression on template list

add missing message key for German

remove dead code

    • -50
    • +1
    /openacs-4/packages/xowf/lib/inclass-quiz.wf
provide "-lang" to toplevel "resolve_page" to reduce verbosity

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- Page.create_raw_form_field:

+ add flag to control nls_language (if not used, behave like before)

- form-usages:

+ add "-date_format" flag to control formatting of dates

+ use nls_language of embedding page for form-fields in includelet

- break overlong lines

reduce verbosity

align CSS class names in CSS files with new names in code ("short_text" instead of "text_entry")

fix typo in comment

    • -1
    • +1
    /openacs-4/packages/xowf/lib/inclass-quiz.wf
improve robustness when partial values are sent by boomerang

fix typo

verworked test-item procs:

- new teacher-paced inclass quiz

- support for different shuffling options (never, always, per-user)

- support for subsections (single and multiple choice, short text questsion)

- support for answer hints for short text questions (single word, multiple words, ...)

- new API for question and answers for student-paced and

teacher-paced scenarios using on the following objects

* renaming_form_loader

- answer_attributes

- answer_for_form

- answers_for_form

- form_name_based_attribute_stem

- get_form_object

- rename_attributes

* question_manager

- goto_page

- more_ahead

- current_question_form

- current_question_obj

- current_question_name

- current_question_title

- nth_question_obj

- nth_question_form

- combined_question_form

- question_objs

- question_names

- question_property

* answer_manager

- create_workflow

- delete_all_answer_data

- get_answer_wf

- get_wf_instances

- get_answers

- marked_results

- answers_panel

- special policies for workflows, defined as per-workflow policies.

- improved i18n

- improved styling

    • -0
    • +471
    /openacs-4/packages/xowf/lib/inclass-quiz.wf
    • -138
    • +93
    /openacs-4/packages/xowf/lib/online-exam-answer.wf
    • -211
    • +100
    /openacs-4/packages/xowf/lib/online-exam.wf
    • -56
    • +649
    /openacs-4/packages/xowf/tcl/test-item-procs.tcl
file inclass-quiz-answer.wf was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowf/lib/inclass-quiz-answer.wf
file inclass-quiz.wf was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowf/lib/inclass-quiz.wf
reduce verbosity

Rename future_years_list as ad_future_years_list, create deprecated wrapper

    • -2
    • +12
    /openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl
fix typo

- make "title" configurable via Action.payload dict

- whitespace changes

    • -13
    • +35
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
form-fields:

- new helper API call: "dict_to_fc" to convert from a dict to a form constraint spec.

- extended formfield answer and word statistics

- ckeditor4: add dimensions (width and height) when available to the configuration

- prefer variables over method calls

- added answer hints (one word, multiple words, ...) to text_fields widget

- form_page: maintain list of references such that the referenced page

knows if and from where it is referenced

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
    • -48
    • +307
    /openacs-4/packages/xowiki/tcl/form-field-procs.tcl
prevent double encoding of utf8 chars in links

still not sure, what the best way is, but for current situation,

this fixs potentially broken links

    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
not clear, why form-label with in "content-with-folders" have to be width limited

make_link calls: remove parameter "-with_entitites 0" since it is default

Reduce divergency between oracle and postgres codebase