• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Make ::xowiki::Page pretty_link explicitly private, as should be called only after package initialization

::xowiki::Package pretty_link is the public api to generate links

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Fix typo

Refer doc to where most of the magic happens

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Fix typo, doc changes

    • -9
    • +8
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
make lang::conn::language able to run running disconnected; improve documentation

simplify handling of setting language for ckeditor

    • -2
    • +3
    /openacs-4/packages/xowiki/xowiki.info
bump version number to 5.10.0d8

make lang::conn::locale more robust when running disconnected

undo change which invites to call pretty_link on uninitialized packages

    • -10
    • +14
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
address issue #3435 (many thanks to Michael Aram)

Remove private proc 'number_p', used only in 'ad_proc_valid_switch_p', and simplify logic of the latter

revert incorrect change from some downstream code

Add an exception for procs defined inside ns/aolserver modules, such as h264*, on the 'naming__proc_naming' test case

Change message key notation (many thanks to Monika Andergassen)