• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bug 292, fixing spelling mistake

making sure the portrait shows up on the community member page. Fixing noquote issue on dotlrn user admin page

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/admin/user.adp
- drop all_photo_images view in drop script

Fixed upgrade for PG 7.2. Unfortunately, COPY has different syntax between 7.2 and 7.3

- Moved acs_user::get_by_username query into .xql file

- Changed namespace declaration from namespace eval block to namespace in proc name

Moved ad_maybe_redirect_for_registration over to auth::require_login

noquote on the dimensional_slider html fragment

making labels of radio and checkbox options noquoted. For example in dotlrn/admin/users/users-search we have user links in checkbox option labels

Changed auth_create_user test case to test the API design

Make aa_log_result postpone logging in order to prevent the log messages from being rolled back.

- Added username and authority_id to acs_user::get

- Improved documentation on acs_user::get

- Added acs_user::get_element

Support display_buttons on ad_form. Not sure we should do this since display_buttonss is deprecated, but I've already written the code, so ...

Use username instead of email for the auth_authenticate test case

invoking array unset before array set in testcases where appropriate as array set command doesn't re-initialize an array

adding xql files for driver procs that I forgot to add earlier

Removed old debugging log statements

Noquote fixes for bookmarks package.

Added openacs-4/etc to acs-core module

offering some instructions if someone tries to log in a project without variables. Not an ideal solution but better than a Tcl stacktrace

    • -1
    • +6
    /openacs-4/packages/logger/www/log.tcl
adding the logger module

Fixed 2 bugs:

- Permission checking didn't take user_id argument into account, always checked [ad_conn user_id]

- set_assignee_values had hard-coded 'bug' form name

Added code to ensure that subject does not contain line breaks

Fixed two bugs in ad_html_to_text:

- Tags that start with whitespace were still considered tags, and thus < p> would get treated equivalently to <p>.

- The regexp to find malformed tags wasn't bound to start and end of the inside of the tag, thus tags that had just a subset of welformedness would get interpreted.

- tried to drop a view that didn't exist. Thanks Jade!

A very dirty fix for bug #27, unported query (should actually go into an xql file). Also fixes #28

Adding search capabilities to forums. These two files are copied over from openacs.org-dev, with a fix so they don't break because of missing locale in non-connected threads.

    • -0
    • +98
    /openacs-4/packages/forums/tcl/forums-sc-procs.tcl
Noquote.

Clarified documentation on actions and display_buttons switch to form::create. display_buttons is deprecated

adding the workflow deputy feature (when someone goes on vacation he can assign his tasks temporarily to someone else). Improving caching in the Tcl API and adding a cache API test

    • -47
    • +96
    /openacs-4/packages/workflow/tcl/case-procs.tcl
    • -22
    • +12
    /openacs-4/packages/workflow/tcl/case-procs.xql
Fix return_urls, added ALT tags to image, roll common error messages into the

main portrait ADP page, enhanced the context bar to include a link to the

user's homepage when changing password etc.