• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Shuffled around elements on the form a bit, changed Disabled to --Disabled--

Got rid of the width specifiers on the top bar, because it was too likely to cause cells to wrap

changing so that for folder pretty names that are I18N messages containing variables we don't store the message key anymore, but rather the en_US message (should be improved to be the locale of the community). This applies to messages of type "%user_name%'s Public Files" and "%community_names%'s Public Files". The problem with those vars is that file-storage would need to have a way to lookup community_name when displaying a folder name. Allowing folders with messages with no embedded vars to still have their pretty names be message keys in the db. That way we can have Assignments, Exams, Handouts etc. be multilingual.

Configurable account creation

Allow site-wide admin to edit authority, username

Allow auth::update_local_account to update authority_id and username

Took out the code to prevent editing of username for non-local accounts to let site-wide admins do it

Make the input field wider

Add email to register link when using email for login

adding a debug printout statement in show_proc_helper proc that enables the developer to see which template files are included in a request to a typical portal page

Changed wording of 'Become this user' to 'Login as this user'

fixing bug 888 by passing on the email variable to the user-new include template

disabling the cache patch of Brad for the meantime, there seems to be some problem. bug fix on multilevel wizard not functioning

Fixed bug #893: 'screen name already taken' complaint when updating basic info without changing own screen name

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.