• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use explicit "create" statments

    • -1
    • +1
    /openacs-4/packages/xowf/lib/inclass-quiz.wf
remove spurious colons

includelet form-usages: support additional button "slim_publish_status" for display similar to child-resource

improve spelling

fix for issue #3387: ad_return_complaint can reveal error call stacks to end users

remove useless semicolon

fix issue #3373

whitespace cleanup

strengthen page contracts

whitespace cleanup

provide nicer relative times

add item shuffling for test item procs and do some minor refactoring

    • -5
    • +19
    /openacs-4/packages/xowf/lib/online-exam-answer.wf
    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
    • -2
    • +4
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +17
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Whitespace changes + editor hints

Adding catalog files

added alias for package xowf-monaco-plugin

Initial import of xowf-monaco-plugin

  1. … 1050 more files in changeset.
Initial revision

    • -0
    • +111
    /openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl
    • -0
    • +140
    /openacs-4/packages/xowf-monaco-plugin/tcl/test-item-procs.tcl
  1. … 1050 more files in changeset.
Avoid looking for proc names in comments after a semicolon or an opening curly brace, so common words in comments are not included in the api-doc as calls to procs with the same name

Add 'exit' to the list of Tcl keywords, so it is properly managed by the api-doc logic

Add 'unknown' to the list of Tcl keywords, so it is properly managed by the api-doc logic

Add an exception for the operators implemented as procs in the context of the functional programming logic, on 'acs-tcl/tcl/ad-functional-procs.tcl', to the 'naming__proc_naming' test case. While some of them have names that are not compliant with OpenACS naming conventions, like '-' or '/', replacing them with other symbols is non-trivial and could make things more confusing

Add an exception for the 'dom' proc, defined in tDom, to the 'naming__proc_naming' test case

Whitespace changes

Rename the private proc 'bootstrap_fatal_error' to 'acs_bootstrap_fatal_error', to comply with OpenACS naming standards

Include more mentioned api

List directly mentioned api as tested

Remove extra colon

Remove leading colons in XOTcl methods while adding them to the documentation nsvs, to keep coherence among the different ways of adding proc doc in the system and avoid duplication

Replace deprecated idioms

Fix typo