• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding the before-upgrade and after-upgrade callback types. To go along with the upgrade callbacks Lars added the excellent apm_upgrade_logic proc that lets you specify arbitrary pieces of Tcl code to be executed on upgrade from version X to version Y. The proc figures out which upgrade code chunks to source and in which order (with the same logic as with the traditional upgrade sql scripts). Making paths to sql files (create, drop, upgrade) and catalog files (I18N) be fetched directly from the filesystem rather than from the info file. The file listings in the info files and in the database are now AFAIK superfluous and have no influence on the system. Adding proc apm_watch_all_files for watching all files in a package. Bumping up version name from 4.5 to 4.7.2d

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
    • -125
    • +214
    /openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl
    • -45
    • +36
    /openacs-4/packages/acs-tcl/tcl/apm-procs.tcl
bumping up version name to 4.7d1 (Lars forgot to do that when he added the upgrade scripts for the new mime types)

various Oracle bug fixes (such as missing queries), bumping up version and provides to 4.7d2 as the new Bug Tracker and Workflow will rely on these fixes

Making acs-automated-testing redirect to the admin pages as it has nothing in the user dir

Make Oracle version cascade in all the places that the PG version does

Added support for dynamic notifications

  1. … 18 more files in changeset.
add version 4.6b2 to readme

new file - starting upgrade section

Added joel aufrecht to the list of those who can edit acs-core-docs.

forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

Eliminated acs_privilege_hierarchy_index in favor of using acs_privilege_descendant_map. In addition, rewrote trigger for creating acs_privilege_descendant_map as permissions creation was getting too slow on .LRN. .LRN has somewhere in the neighborhood of 90 entries in the privilege hierarchy, which is much higher than anticipated.

Eliminated acs_privilege_hierarchy_index in favor of using acs_privilege_descendant_map. In addition, rewrote trigger for creating acs_privilege_descendant_map as permissions creation was getting too slow on .LRN. .LRN has somewhere in the neighborhood of 90 entries in the privilege hierarchy, which is much higher than anticipated.

Added caching db_* API from Greenpeace Planet.

    • -0
    • +508
    /openacs-4/contrib/misc/db-cache-procs.tcl
add -- where needed fixes bug 266

cross link the form, element, widget, and validate procs, add template::data::validate::string, https should be valid url

display attr info when form invalid

Added link to admin pages

Added 'context' property alongside 'context_bar'. The latter should probably be phased out, but this is backwards compatible.

Use the title in the context bar instead of the name

adds ad_httpget which will returns status and last modified in addition to the page, makes util_httpget a call to ad_httpget bug 212 patch 77 Simon Carstensen

drop views and functions bug 262

Adds acs-admin links patch 91 Joel Aufrecht

ad_proc rather than proc on sec_sweep_sessions bug 263

Tracked a minor change in file storage ...

Tracked a minor change in file-storage ...

My upgrade invalidated the acs_group package.

Changed link to SDM to a link to bug-tracker.

Removed erroneous '2' in html_p label

Added documentation files and other things