• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
rolling back bad commit. I committed installation timesaver changes to these files as part of my catalog file commit. Needless to say, Jeff the Gatekeeper Davis immediately spotted this mistake so that it could be corrected...

Quote HTML content in textarea.

    • -1
    • +1
    ./packages/edit-this-page/www/etp-edit.tcl
Quote HTML content in <textarea> tag.

    • -1
    • +1
    ./packages/edit-this-page/www/etp-edit.tcl
adding support for Tcl proc package callbacks. Currently only supporting after-install and after-instantiate callbacks (next up is after-mount). There is no UI yet.

    • -1
    • +26
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
    • -1
    • +0
    ./packages/acs-tcl/tcl/apm-install-procs.xql
    • -26
    • +207
    ./packages/acs-tcl/tcl/apm-procs.tcl
    • -1
    • +36
    ./packages/acs-tcl/tcl/apm-procs.xql
    • -35
    • +60
    ./packages/acs-tcl/tcl/apm-xml-procs.tcl
    • -12
    • +43
    ./packages/acs-tcl/tcl/apm-xml-procs.xql
    • -2
    • +2
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
    • -0
    • +181
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
adding a table to the APM for holding Tcl proc callbacks invoked after installation, instantiation etc. of packages

changed target_url to allhtml in add-adv-2.tcl closes bug 137

    • -2
    • +2
    ./packages/adserver/www/admin/add-adv-2.tcl
changing to require bulk-mail version 0.1d (highest available) instead of 0.1a

Fixing APM dependency bug. When installing new packages, the version comparison among the packages to install would use a simple Tcl comparison rather than the version_name_greater plsql proc (i.e. version 0.1a would be considered less than 0.1d). I changed to use the plsql proc instead

    • -22
    • +12
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
backing out a change I made by mistake from the translation server. The lang::audit::created_message is a proc that is used only on that server and I have no plans yet to add it to cvs

    • -2
    • +0
    ./packages/acs-lang/tcl/lang-message-procs.tcl
- Press doesn't support PG yet

- Press doesn't support PG yet

In some cases when file not in DB yet, static_page_id was referenced

but not yet set at all, fixed.

- Overhauled sp_maybe_create_new_mime_type to no longer have ANY side

effects (fixes bug 145).

- sp_sync_cr_with_filesystem_internal is now robust to errors caught

in do_sp_new (calling static_page.new), it continues on with other

files.

- Removed a few unnecessary ns_logs.

file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6.

adds */* mime type, bump version from 4.6 to 4.6.1 and provide an upgrade script (*/* added by Lars on HEAD)

- Merge ad_proc documentation improvements to HEAD.

- Added Michael Cleverly's example of use of arguments for boolean

parameters (found in http://openacs.org/forums/message-view?message_id=50519)

to ad_proc's documentation. Thanks for the pointer Jeff! Made boolean

and named parameters explanation clearer.

Added checkbox option to delete package files instead of automatically

removing them frm the filesystem.

Added -remove_files boolean switch to apm_package_delete to optionally

remove files fromt he filesystem.

    • -6
    • +9
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
Added checkbox option to delete package files instead of a mandatory delete.

Added a -remove_files boolean switch to apm_package_delete to make

delete of package files optional.

    • -6
    • +9
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
- fix to allow display of daily/weekly scheduled procs. closes bug 170

    • -12
    • +59
    ./packages/monitoring/www/scheduled-procs.tcl
making sure the acs-tcl test procs are source after the Tcl libraries of acs-automated-testing are sourced

adding the proc apm_supported_callback_types for the new package callbacks. Making apm_load_packages take arguments to make it optional to source libraries and queries (only load tests, needed for acs-tcl)

    • -6
    • +29
    ./packages/acs-tcl/tcl/apm-procs.tcl
with help from Jeff and Lars making the util_sets_equal_p proc do the right thing

    • -5
    • +10
    ./packages/acs-tcl/tcl/utilities-procs.tcl
moving dotLRN documentation from dotlrndoc package to dotlrn/www/doc

    • -0
    • +186
    ./packages/dotlrn/www/doc/architecture-overview.adp
    • -0
    • +209
    ./packages/dotlrn/www/doc/dotlrn-faq.adp
    • -0
    • +381
    ./packages/dotlrn/www/doc/dotlrn-install.adp
    • -0
    • +15
    ./packages/dotlrn/www/doc/index.adp
    • -0
    • +2
    ./packages/dotlrn/www/doc/master.adp
    • -0
    • +286
    ./packages/dotlrn/www/doc/nomenclature.adp
    • -0
    • +89
    ./packages/dotlrn/www/doc/permission-api.adp
    • -0
    • +248
    ./packages/dotlrn/www/doc/permission-overview.adp
    • -0
    • +98
    ./packages/dotlrn/www/doc/permission-portals.adp
    • -0
    • +109
    ./packages/dotlrn/www/doc/writing-a-dotlrn-package.adp
- Fixed double declaration of function acs_attribute__create_attribute, with

same arguments. Thanks for Stan Kaufman on #openacs for reporting this.

setting upgrade status for a message key to deleted if the en_US message is deleted. This is unfortunately another example in the I18N code where we are assuming the presence of the en_US locale and that translation is done from this locale.

    • -1
    • +13
    ./packages/acs-lang/tcl/lang-catalog-procs.tcl
    • -0
    • +9
    ./packages/acs-lang/tcl/lang-catalog-procs.xql
- Add lots more documentation to ad_proc. Even old-time #openacs'ers

(myself included) didn't know how the (formerly undocumented) :boolean

attribute for name parameters worked (thanks Til!).

- Added example to ad_proc's docstring.

I18N: committing all the message catalog files from the dotLRN translation server. Kudos to all our translators for this contribution.

  1. … 320 more files in changeset.