• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding parameter PermissionCacheTimeout that determines the lifetime of the permissions cache. Adding comment to PermissionCacheP parameter saying server must be restarted after change. Removing instantiation of acs-kernel in acs-install.sql (not needed as its done in apm_install_package).

Making apm_source update the apm_library_mtime variable (just like the analogous proc for xql files does). Making installation log much less information to the browser (changing from apm_ns_write_callback to apm_dummy_callback). Moving initialization of util_memoize cache to happen before first package is installed (fixes bug 242).

Lars added proc util_get_current_url. Removing updates of nsv apm_library_mtime that now happen in apm_source proc. Removing proc apm_mark_packages_for_bootstrap that was used to avoid server restart after package installation (we are now requiring server restart). Moving flushing of package_installed_p cache to happen at end of apm_package_install proc instead of the beginning. Adding parameter PermissionCacheTimeout that determines the lifetime of the permissions cache.

    • -5
    • +3
    /openacs-4/packages/acs-tcl/acs-tcl.info
change the delete from acs_permissions to be a dynamic sql delete since the table is not defined at the time the package body is created. Its a hack but further cleanup will have to wait for 4.7

Fixed various problems with the new permissions and minor main site changes

remove conflict markers from Dons commit. fixes bug 243

finish my sentence about why the pkg body being replaced. Thanks Don.

Added a note that joining is more efficient than using the get_live_revision function

First cut at Oracle perm rewrite and some whacking around on the PG version

Adding norwegian datetime info. Thanks Erik Valevatn.

removing two duplicate message keys from the news package. Thanks Jarkko

quoting the value attribute of submit buttons since when it's multilingual it might be multiple words. Thanks to Jarkko for catching this.

    • -1
    • +1
    /openacs-4/packages/news/www/item-create.adp
    • -1
    • +1
    /openacs-4/packages/news/www/preview.adp
    • -1
    • +1
    /openacs-4/packages/news/www/admin/index.adp
Committing the latest translation work from the dotlrn translation server. Many thanks to all the volunteer translators.

  1. … 226 more files in changeset.
Committing the latest translation work from the dotlrn translation server. Many thanks to all the volunteer translators.

  1. … 122 more files in changeset.
applying patch from Aldert Nooitgedagt changing currency symbol to euro and adding date-time data for dutch

More mucking around with the denormalized party_approved_member_map ...

Had to track Jeff's changes to mime type handling in the CR (or removal of

the files storage kludge, more accurately)

Missing XQL file

file object-goto.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/notifications/www/object-goto.xql
fix a host of problems with the widget-register stuff, some still exist

delete direct permissions in acs_object__delete (oracle and postgres) upgrade provided, bug 234 patch 74 Tilmann Singer

fixes drop bookmark__new, and dont drop bm_bookmarks_idx2 since not created bug 235 patch 75 Simon Carstensen

should pull out notif_text in oracle query bug 236/patch 76 Bruno Mattarollo

should pull out notif_text in oracle query bug 236/patch 76 Bruno Mattarollo

adding the package_id column to the user_locale_prefs table in Oracle (we forgot to add it somehow earlier). Providing an upgrade script.

fixed mangled queries

making timezone related pages in acs-lang check for the support of timezones (whether ref-timezones is installed)

caching the lookup of user locale preference that is done on every request. Making the namespace explicit in each Tcl proc. Making the timezone related procs check whether ref-timezones is installed.

    • -289
    • +360
    /openacs-4/packages/acs-lang/tcl/locale-procs.tcl
caching the proc apm_package_installed_p with util_memoize

Cleaned up api-doc of ad_return_url.