• last updated 3 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
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.
updated core version numbers

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

changing the proc security::RestrictLoginToSSLP to only return 1 if https is available on the server.

- 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.
Added additional information about the likely cause of an error when selecting values: the query returned no rows

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.

Fixing tabs.

    • -20
    • +20
    ./tcl/acs-private-data-procs.tcl
updated info files for core for 5.0.2

  1. … 17 more files in changeset.
fixing bug #1494. Installing from apm files would break if there were file names with spaces. My fix was to change to split the output of the tar command on new lines instead of spaces.

updated core version numbers

  1. … 16 more files in changeset.
adding new translations from the translation server. This overrides my commit from last friday which was missing many messages.

  1. … 97 more files in changeset.
committing catalog files from the translation server. Have used the new upgrade/merge feature of the acs-lang package for the first time (instead of doing merge in CVS).

    • -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. … 170 more files in changeset.
Cleaner code

Added util::age_pretty proc

updated core package version numbers to 5.0.0

  1. … 18 more files in changeset.
Fix handling of HTML comments in util_close_html_tags. Fixes bug #1386.

Added test case for ad_html_security_check_href_allowed

add -public and -private for some procs, minor bug in acs_object::get some @see notes

  1. … 7 more files in changeset.
fix entity namespace default

drop the __exec_ functions for anonymous plpgsql blocks

channels for apm download should be binary, open output channel write only, read access for group so its easier to debug

removing invocation of removed proc lang::catalog::reset_upgrade_status_message_keys. Making invocation of db_source_sql_file pass on the callback variable.

making apm_callback_and_log log to the log file in Notice mode. That way we can now actually see in the log file what the APM is up to when it's installing packages etc.

removing debug printouts

bump core to 5.0.0b4 for new tarball. update readme.txt and variable.ent to 5.0.0b4.

  1. … 28 more files in changeset.