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

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.