• last updated 15 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixes html quoting for slide edit patch 57 Martin Magerl

    • -1
    • +7
    ./packages/wp-slim/www/edit-presentation.tcl
adds template::data::validate::email patch 496 Deds Castillo

    • -1
    • +14
    ./packages/acs-templating/tcl/data-procs.tcl
- Fixed typo in openfts install

    • -9
    • +9
    ./packages/acs-core-docs/www/nextsteps.html
- changing to composite PK made PK too long. fixes bug 178

- changing to composite PK made PK too long. fixes bug 178

Use site_node_closest_ancestor_package_url to find closest "search" package

instance. Fixes Bug#162

Use site_node_closest_ancestor_package_url to locate the nearest "search"

package. This uses a genearl proc instead of a news specific implementation.

It was necessary to make the news url procs return the correct URL for news

items. Closes bug#162

Fixed object-goto to redirect using the notifications URL service contract.

This should support any object/notification_type.

    • -1
    • +2
    ./packages/notifications/www/manage-oracle.xql
    • -1
    • +1
    ./packages/notifications/www/manage.adp
    • -1
    • +2
    ./packages/notifications/www/manage.tcl
    • -11
    • +12
    ./packages/notifications/www/object-goto.tcl
file survey-notification-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/survey/tcl/survey-notification-procs.tcl
file survey-notification-procs.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/survey/tcl/survey-notification-procs.xql
Added support for notifications service contracts

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