• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing proc apm_package_create_instance. It is invoking apm_package_instance_new. I earlier changed the contract of apm_package_instance_new but forgot to update apm_package_create_instance.

making admin UI prettier. Adding My log entries to navbar. Other UI improvements

two problems: the emails and passwords being processed weren't being appended to the proper list so no email notifications were being sent, and the wrong variable was being used for the login in the email so each person was sent the login name for the last user in the CSV file

    • -2
    • +3
    ./dotlrn/www/admin/users-bulk-upload-2.tcl
display link for user's portrait if one exists (existing code didn't work)

    • -12
    • +14
    ./dotlrn/www/community-member.adp
add urls which can be accessed without logging in

file entries-table.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    ./logger/www/lib/entries-table.adp
file entries-table.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./logger/www/lib/entries-table.tcl
adding a number of new features, enhancing usability. A first release is fairly close now.

adding a number of new features, enhancing usability. A first release is fairly close now.

adding a number of new features, enhancing usability. A first release is fairly close now.

Applied patch #163: adding books without ISBN fails.

cvs link, tweaks

added comments

    • -10
    • +12
    ./acs-core-docs/www/files/config.tcl.txt
updated version number to 4.6.3, fixed a few typos, changed doc email address to docs@openacs.org alias

    • -4
    • +4
    ./acs-core-docs/www/apm-requirements.html
    • -3
    • +3
    ./acs-core-docs/www/backup-recovery.html
    • -2
    • +2
    ./acs-core-docs/www/bootstrap-acs.html
    • -2
    • +2
    ./acs-core-docs/www/database-management.html
    • -3
    • +3
    ./acs-core-docs/www/db-api-detailed.html
    • -18
    • +18
    ./acs-core-docs/www/docbook-primer.html
    • -2
    • +2
    ./acs-core-docs/www/eng-standards-constraint-naming.html
    • -2
    • +2
    ./acs-core-docs/www/eng-standards-filenaming.html
    • -3
    • +3
    ./acs-core-docs/www/eng-standards-plsql.html
  1. … 64 more files in changeset.
fixed erroneous selected in ad_db_select widget

syntax error in display mode for richtext bug 445 patch 155 Ola Hansson

    • -2
    • +2
    ./acs-templating/tcl/richtext-procs.tcl
fix paginator::get_pages not showing last page bug 451/patch 157 Timo Hentschel

    • -2
    • +2
    ./acs-templating/tcl/paginator-procs.tcl
reverting the change between versions 1.19.2.12 and 1.19.2.13. The change would break some application and the proc export_vars is not supposed to do HTML quoting. To have & HTML quoted as & you need to invoke ad_quotehtml. On cvs head we will make the templating system invoke ad_quotehtml by default (aka the noquote patch)

reverting the change between versions 1.19.2.12 and 1.19.2.13. The change would break some application and the proc export_vars is not supposed to do HTML quoting. To have & HTML quoted as & you need to invoke ad_quotehtml. On cvs head we will make the templating system invoke ad_quotehtml by default (aka the noquote patch)

Merging oacs-4-6 with HEAD for /packages/acs-core-docs/www/files

    • -0
    • +132
    ./acs-core-docs/www/files/analog.cfg.txt
    • -0
    • +353
    ./acs-core-docs/www/files/config.tcl.txt
    • -0
    • +135
    ./acs-core-docs/www/files/emacs.txt
    • -39
    • +71
    ./acs-core-docs/www/files/openacs4.tcl.txt
    • -0
    • +358
    ./acs-core-docs/www/files/package-documentation.xml
    • -0
    • +7
    ./acs-core-docs/www/files/qmail.rc.txt
    • -0
    • +2
    ./acs-core-docs/www/files/tcp.smtp.txt
a) removed sql from tcl files b) renamed some queries for better readability c) added query files for category browsing pages

    • -9
    • +9
    ./categories/tcl/categories-procs-oracle.xql
    • -9
    • +9
    ./categories/tcl/categories-procs-postgresql.xql
    • -110
    • +17
    ./categories/tcl/categories-procs.tcl
    • -9
    • +9
    ./categories/tcl/category-trees-procs-oracle.xql
    • -9
    • +9
    ./categories/tcl/category-trees-procs-postgresql.xql
    • -130
    • +17
    ./categories/tcl/category-trees-procs.tcl
    • -7
    • +7
    ./categories/tcl/category-trees-procs.xql
    • -0
    • +45
    ./categories/www/categories-browse-oracle.xql
    • -0
    • +45
    ./categories/www/categories-browse-postgresql.xql
    • -59
    • +15
    ./categories/www/categories-browse.tcl
    • -0
    • +55
    ./categories/www/categories-browse.xql
    • -16
    • +3
    ./categories/www/cadmin/category-form.tcl
  1. … 16 more files in changeset.
full merge from the oacs-4-6 branch up until version 1.19.2.13

    • -50
    • +122
    ./acs-tcl/tcl/utilities-procs.tcl
making export_vars -url separate variables with & instead of &. URLs wouldn't be HTML 4.01 Transitional compliant otherwise

title and mime_type weren't set for the initial revision of an image.

    • -0
    • +2
    ./acs-content-repository/tcl/revision-procs-oracle.xql
Applying patch 156 by Jamie Rasmussen adding syntax highlighting to source code for Tcl procs in the acs-api-browser.

    • -1
    • +1
    ./acs-api-browser/acs-api-browser.info
    • -1
    • +289
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
Use normal form template, not wizard

    • -1
    • +1
    ./acs-templating/www/doc/demo/display-edit.adp
Added link to submit-test form

    • -0
    • +9
    ./acs-templating/www/doc/demo/index.html
file log-delete.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./logger/www/log-delete.tcl
file util-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./logger/tcl/util-procs.tcl
file variable-procs-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./logger/tcl/variable-procs-oracle.xql