• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaning indentation

Added security-debugging page

    • -0
    • +68
    /openacs-4/www/SYSTEM/security-debug.tcl
Continued working on improvements to processes

Processes now work, in a primitive sense. Process assignments and

dependencies are still not working, but the basic infrastructure is in

place for processes to work.

localizing text variable

    • -1
    • +5
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
localizing description

wrapping aspell code in catch so that startup doesn't fail if an error is thrown

fixing bug 895. Changing nuke link to be called delete (since that what it really is). Making the user-nuke page work with PG

    • -0
    • +14
    /openacs-4/packages/dotlrn/www/admin/user-nuke-oracle.xql
    • -0
    • +12
    /openacs-4/packages/dotlrn/www/admin/user-nuke-postgresql.xql
making acs__remove_user do what the Oracle version already does, i.e. remove records referencing the user record before attempting to delete it. Version number bumped to 5.0d12

adding curriculum to checkout

adding dotlrn-curriculum to install.xml

    • -0
    • +1
    /openacs-4/packages/dotlrn/install.xml
adding curriculum packages to dotlrn-core

removing message key archived_in not used

fixing bug 240 - internationalization of news publish status. Making the PLSQL function news_status return only a short name status instead of human readable text. Instead generating human readable text from new Tcl proc news_pretty_status. Bumping version number to 5.0d1. Providing an automated test covering both functions.

    • -38
    • +18
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -0
    • +12
    /openacs-4/packages/news/tcl/test/news-test-procs-oracle.xql
    • -1
    • +1
    /openacs-4/packages/news/www/admin/index.adp
    • -20
    • +7
    /openacs-4/packages/news/www/admin/index.tcl
I rewrote the check for aspell or ispell so it actually works.

1) Replaced the spell-check radio buttons with a pull-down menu of available dictionaries.

2) Added a SpellcheckDialectsP param to let the SWA choose between just 'en' and 'fr', as opposed to 'en_CA', 'en_GB', 'en_US', 'fr_CA' and 'fr_FR' ... for instance. (It is read from spellcheck-init.tcl so it demands a server restart.)

3) The init script auto-detects all of this according to the brand of the spell-check binary, its presence, etc.

4) There is currently support for: aspell, ispell or no spell-checking.

Added the new ad_form "nospell" flag to some vital text elements.

add a space

bug fixes that came up when install from scratch, also some changes to uploading file

reverted to 1.14 patch deferred until further decision is made, see bug 891

1) Added wf side effect that updates the bar when some actions have taken place + general cleanup.

2) Fixed assigning of roles (the "role_" prefix kinda escaped me for some time :-b)

3) Fixed some localization issues and added a couple of entries in the message catalog.

4) Removed the admin link used to update the bar.

5) Fixed so that the owner is displayed correctly.

1) Added auto-detection of the spell-checker binary on startup. Lars Pind bug 886 . Til suggested it the first time around (Thanks).

2) Optimized the code some.

3) Removed the SpellcheckerPath param and added explaining text to the other param.

    • -0
    • +20
    /openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl
add additional checking before using the default value, see bug 891

added documentation, tweaked the procs especially bcms::revision, bug fix for CR plsql

added the files to manupulate the new content types

added the admin templates for the new content types also renamed default to default_template

complated the forms for CR basic content types

Fixed local install path problem introduced by remote install

Log errorInfo when installation fails

Clarified documentation of apm_higher_version_installed_p