• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
the group new.tcl page broke because of the change in version 1.14 to package_instantiate_object proc. Fix is to not pass in a form_id to relation_add proc

    • -2
    • +2
    ./acs-subsite/www/admin/groups/new.tcl
added a hint on howe to use the repository.

Changed to make it more readable.

Changed to make it more readable

Fix oracle queries for copy, move, delete, create folder.

    • -42
    • +26
    ./oacs-dav/tcl/oacs-dav-procs-oracle.xql
Specify how to ensure that you won't receive email for crontab items

Clarified that the user needs to edit the

/var/lib/aolserver/service0/etc/daemontools/run file before running

it.

The instructions suggested vacuum analyze every hour, and vacuum full

analyze every day, but the example had vacuum full analyze every

hour. This fixes that.

added package .info renumbering script to release instructions; minor typo fixes

    • -7
    • +30
    ./acs-core-docs/www/xml/releasing-openacs.xml
updated version number to 5.0.3 in core packages

    • -2
    • +2
    ./acs-api-browser/acs-api-browser.info
    • -2
    • +2
    ./acs-authentication/acs-authentication.info
    • -2
    • +2
    ./acs-automated-testing/acs-automated-testing.info
    • -2
    • +2
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
    • -2
    • +2
    ./acs-service-contract/acs-service-contract.info
  1. … 4 more files in changeset.
upped version number

    • -3
    • +3
    ./acs-core-docs/www/release-notes.html
fix typo in file_storage__new_root_folder func which prevented installing the package

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
    • +22
    ./acs-authentication/tcl/authentication-procs.tcl
    • -3
    • +14
    ./acs-core-docs/www/xml/releasing-openacs.xml
    • -3
    • +3
    ./acs-core-docs/www/xml/kernel/rp-design.xml
    • -0
    • +16
    ./acs-datetime/catalog/acs-datetime.FA_IR.utf-8.xml
  1. … 279 more files in changeset.
Added .htaccess configuration example.

    • -1
    • +31
    ./gatekeeper/www/doc/xml/requirements.xml
added documentation on setting up test management servers

    • -4
    • +7
    ./acs-automated-testing/acs-automated-testing.info
    • -1
    • +1
    ./acs-automated-testing/www/doc/index.html
    • -2
    • +2
    ./acs-automated-testing/www/doc/install.html
    • -0
    • +28
    ./acs-automated-testing/www/doc/usage.html
    • -0
    • +3
    ./acs-automated-testing/www/doc/xml/index.xml
    • -0
    • +64
    ./acs-automated-testing/www/doc/xml/using.xml
added auto-rebuilding links

    • -5
    • +14
    ./acs-automated-testing/www/index.adp
    • -0
    • +11
    ./acs-automated-testing/www/rebuild-server.tcl
    • -21
    • +7
    ./acs-automated-testing/www/server.adp
    • -2
    • +5
    ./acs-automated-testing/www/server.tcl
Update for bugfix #1549

    • -3
    • +2
    ./acs-authentication/tcl/sync-procs.tcl
1325. Parameterize show calendar name

Added a paramter Show_Calendar_Name_p and fixed the view*adp's so that

they pay respect to this parameter.

Fixed typo: Missing end-brace; also added 'else' to if statement for clarity.

    • -18
    • +19
    ./acs-templating/tcl/parse-procs.tcl
Fixing bugs.

Added additional information about the likely cause of an error when selecting values: the query returned no rows

    • -1
    • +1
    ./acs-tcl/tcl/form-processing-procs.tcl
Log failed test cases as 'Bug', not 'Error'

    • -3
    • +3
    ./acs-automated-testing/tcl/aa-test-procs.tcl
Added subsite name as page title

Ported Oracle script.

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

    • -0
    • +0
    ./dotlrn/sql/postgresql/upgrade/upgrade-feb-20-2004.sql
Default to never expire logins

Fixed Rocael's bug causing users with expired logins to post anonymously

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

    • -1
    • +22
    ./acs-authentication/tcl/authentication-procs.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