• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed Rocael's bug causing users with expired logins to post anonymously

    • -2
    • +2
    /openacs-4/packages/forums/www/message-post.tcl
As per Jeff's suggestion, added a proc which refreshes the login if it's expired, and leaves the user alone if not logged in at all

Added page to change a user's authentication token, which will in effect expire the login

file change-auth-token.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/www/SYSTEM/change-auth-token.tcl
Changes db_html_select_value_options so that the -select_option parameter takes a list bug 1301 patch 399 Sean Redmond

missing -dbn switches in db_transaction caused wrong db handle to be aborted on failure, patch 406 Kolja Lehmann

dont use fs::simple_get_type_pretty_name bug 1319 patch 407 Nick Carroll

Should be @widget@ not @notification_chunk@ bug 1321 patch 408 Michael Steigman

noquote fixes bug 1322 patch 409 Michael Steigman

Fixes bad default content method query bug 1323 patch 410 Michael Steigman

noquote fixes bug 1320 patch 411 Michael Steigman

    • -2
    • +2
    /openacs-4/packages/cms/www/table-footer.adp
    • -1
    • +1
    /openacs-4/packages/cms/www/table-header.adp
have the include tag check for a .htm or .html file if no .adp/.tcl found bug 1377 patch 417 Caroline Meeks

adds postgres support for user preferences bug 1374 patch 416 by Gabriel Burca

Added missing form templates for surveys.

added help links and link to admin page when in multi-server mode

adding db_release_unused_handles after each db statement in the security procs. The server would sometimes hang while in the sec_handler proc, supposedly because db handles were not being released and threads were held up waiting for them. Thanks Lars for tracking this down.

typo broke cloning News Aggregator bug 1390 patch 418 Caroline Meeks

Fixed #1328 "Should not require login to view a calendar"

    • -1
    • +1
    /openacs-4/packages/calendar/www/view.adp
    • -2
    • +1
    /openacs-4/packages/calendar/www/view.tcl
Added ListView_DefaultPeriodDays parameter

Added contributors.

Added link to test-cases.html

Added test-cases.html - basically the specs/requirements for automated tests

    • -0
    • +24
    /openacs-4/packages/calendar/www/doc/test-cases.html
Removed, because they are superseded by showing a list of radio-buttoned calendars on cal-item-new

adding auto-login page

adding auto-login page

    • -0
    • +23
    /openacs-4/packages/acs-subsite/www/register/auto-login.tcl
adds a link_attributes flag to general_comments_create_link bug 1418 patch 421 Gabriel Burca

adding yellow coloring of error count if it's not available. Adding cue that you need to be logged in to access admin password of remote server

Correcting the comments at top.

Adding.

file upgrade-feb-20-2004.sql was initially added on branch dotlrn-2-0.

Fixed a few postgres queries.