• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file ms-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xooauth/tcl/ms-procs.tcl
Comment out code that was broken since its very introduction 21 years ago

Whitespace cleanup

Flag api as private

Streamline idiom

Deprecate obsolete private api

Whitespace cleanup

Extend test and include more tested api

Extend test to include more api

Fix rss-support.rss__first_url_for_package_id automated test

Test rss_first_url_for_package_id

this test will currently fail because of a bug. Fix will come in a later commit

Test utility

file rss-utilities-procs.tcl was initially added on branch oacs-5-10.

Add more covered api

Test some RSS api

file rss-generation-service-procs.tcl was initially added on branch oacs-5-10.

better control of browser built-in spellcheck

- xowiki: added property "spellcheck" to formfield classes "textarea" and "text_fields"

- xowf: allow per-exam to activate/deactivate spellcheck in these widget classes

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
undo escaped changes (debugging info)

avoid that invalid tags are inserted to the db

The inserted tags have to be compatible with

Package->validate_tag

    • -2
    • +9
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Intercept the cornercase of a pretty name made exclusively of invalid characters, which would result in an empty cr_items.name and in an error

Bring SQL inline, cleanup obsolete remarks

Whitespace changes

set the granularity to 5 to support also values like 125% and 175%

Return result as a plain list, rather than forcing a string representation, so that "evil" tags containing e.g. double quotes are properly quoted and list idioms such as lsort executed on this proc's output work properly

The issue was found e.g. in the my-tags includelet

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
extend tests for naturalnum

improve safety of SQL queries

    • -3
    • +3
    /openacs-4/packages/dotlrn/www/spam.tcl
improve safety of SQL queries

improve safety of SQL queries

    • -4
    • +6
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Prefer api to retrieve the acs-kernel id, as this will work also in corercases such as bootstraping of a new OpenACS instance

avoid multiple substitution for question names starting with the same string (e.g. question, question-1)