• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reverted per request.

    • -1
    • +1
    ./tcl/community-core-procs-postgresql.xql
Exchanged cc_users for the faster acs_users_all query.

    • -1
    • +1
    ./tcl/community-core-procs-postgresql.xql
Remerge Timo's changes for tip 42,43, cf tip 53

  1. … 91 more files in changeset.
merge the changes between 5.0.3 and 5.0.4 to head

    • -1
    • +1
    ./catalog/acs-tcl.ast_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.gl_ES.ISO-8859-1.xml
  1. … 235 more files in changeset.
define util_memoize and ad_acs_kernel_id with proc rather than ad_proc to avoid the multiple def warning bug 1466

added new keys

    • -1
    • +1
    ./catalog/acs-tcl.ast_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.it_IT.ISO-8859-1.xml
  1. … 109 more files in changeset.
changed release dates

  1. … 17 more files in changeset.
Added doc to ad_form about its two modes: declare and execute

added new keys

    • -1
    • +1
    ./catalog/acs-tcl.ast_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.it_IT.ISO-8859-1.xml
  1. … 277 more files in changeset.
updated core version numbers

  1. … 17 more files in changeset.
Typo: acs_acs_kernel_id

Fixed bug #1612

Lars changed ad_page_contract to call the "complain" template rather than

spit out HTML directly. However he used a multirow, and while this is nice,

it ain't what "complain" took. I moved "complain" to "ad-return-complaint"

(to match the name of the Tcl proc that calls it) ... and created a new "complain"

that does the multirow thing. "ad_return_complaint" is begging for retirement

as it assumes you have an "<li>" in each error list element if there's more than

one of them and also forces you to pass the number of error messages.

That's why I created a new template rather than rewrite ad_return_complaint

to stuff the error list into a multirow (my "complain" template, used by

"ad_page_contract", does the <li> tags itself - something a site designer

can change, the whole point of templating this).

    • -0
    • +21
    ./lib/ad-return-complaint.adp
changing the proc security::RestrictLoginToSSLP to only return 1 if https is available on the server.

rollback of Timo's name, package_id commit; see TIP 53

  1. … 91 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

  1. … 91 more files in changeset.
Fixed bug #1555: ad_return_complaint behavior changed

- Fixed bug that caused logins to timeout very quickly if you had LoginTimeout set to 0 (infinite - logins never expire), but the user did not check 'Remember me' checkbox. This is a fix that sacrifices some security, but fixes the unacceptable usability problem. See bboard posting at http://openacs.org/forums/message-view?message_id=167212. Also cleaned up debugging statements

updated version number to 5.0.3 in core packages

  1. … 18 more files in changeset.
merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

    • -1
    • +1
    ./catalog/acs-tcl.ast_ES.ISO-8859-1.xml
    • -4
    • +4
    ./catalog/acs-tcl.da_DK.ISO-8859-1.xml
    • -2
    • +2
    ./catalog/acs-tcl.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.it_IT.ISO-8859-1.xml
  1. … 279 more files in changeset.
Added additional information about the likely cause of an error when selecting values: the query returned no rows

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

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.

fix -blank_if_no_db option to ad_db_select_widget patch 435 bug 1522 Keith Paskett

Fixed bug during install process: site_node::init_cache would error out, because there is no root node yet when it gets sourced from bootstrap-installer (via site-nodes-init)

Removed bogus tree_sortkey reference in the Oracle version ...

added a flag to take advantage of util_user_message in ad_progress_bar_end

updated package version numbers in core from 5.0.0 to 5.1.0d1

  1. … 24 more files in changeset.
Fix for bug introduced by Don's 1.45 on_validation_error patch: Now we would enter the on/after_submit-new/edit_data blocks, even if the form was refreshing.