• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
making apm_version_load_status use file system based procs rather than db. Making apm_load_libraries be based on apm_get_package_files for consistency

    • -48
    • +36
    /openacs-4/packages/acs-tcl/tcl/apm-procs.tcl
replacing use of db_package_supports_rdbms_p with the new file system based apm_package_supports_rdbms_p proc

removing tilde files committed by mistake

tightening up regexp for create and drop scripts even more than Don did previously. Adding apm_package_supports_rdbms_p that examines db type of files in file system to determine support. Tightening up regexp for apm_guess_db_type so that only sql, xql, and tcl files have a db type.

tightening up regexp for create and drop scripts even more than Don did previously. Adding apm_package_supports_rdbms_p that examines db type of files in file system to determine support. Tightening up regexp for apm_guess_db_type so that only sql, xql, and tcl files have a db type.

Only display top register link if there's an additional note.

changing the reload page to reflect that files are no longer stored in the db

changing the reload page to reflect that files are no longer stored in the db

removing the file count for packages on the APM index page as counting from the file system would be fairly expensive (maybe as much as a second for many packages)

removing the file count for packages on the APM index page as counting from the file system would be fairly expensive (maybe as much as a second for many packages)

Fixed bug #327: Tcl code in ADP file.

timestamp->timestamptz for PG 7.3 ... (compatible with PG 7.2)

1. Peter's APM changes broke subsite mounting because the old post

instantiate routine wasn't really called until after the site node for

the subsite was mounted. No problem - I changed it to be an after-mount

callback instead (which was the idea all along)

2. Earlier changes made by me broke the adding of users by an admin, because

the main subsite no longer has a group defined by default separate from

registered users. The registered users group *is* the main subsite

membership group. Had to add a special check for this case.

3. Removed the naughty composition rel added by application_group::new. This

caused subsites to have undesirable side-effects (add admin to subsite and

the user magically became an admin of the supersite, if you defined an

admin_rel and adminstrator relational segment in each)

    • -101
    • +49
    /openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl
Make events provide itself and require ecommerce.

Make ecommerce provide itself

Cleaned up UI

    • -13
    • +29
    /openacs-4/contrib/packages/events/www/index.adp
    • -1
    • +4
    /openacs-4/contrib/packages/events/www/index.tcl
  1. … 11 more files in changeset.
tweak the mappings a little and make the text descriptions easier to scan in select widget

Added events pacakage from Michael Steigman

    • -0
    • +57
    /openacs-4/contrib/packages/events/NOTES
    • -0
    • +58
    /openacs-4/contrib/packages/events/TODO
    • -0
    • +319
    /openacs-4/contrib/packages/events/events.info
  1. … 251 more files in changeset.
Fixed regexp that caused forums-forums-create.sql to be labelled a

datamodel create script for the forums package.

Catch the error if notifications aren't mounted

Changed perms on default class folders so admins can't delete or rename them,

breaking portlets. Also did the same for the community public folder for

all community types.

Fixed naming conflict with acs-workflow problem, which had been fixed in PG but not in Oracle. Shame on me.

Merged over the fix to make AOLserver API work from HEAD

Forgot to flush the cache when the user's name changes

Caching the person::name proc

file login-status.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/www/login-status.adp
file login-status.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/www/login-status.tcl
Removed Your Workspace from the context bar and put it in the default-master template instead.

Removed Your Workspace from context bar completely. I'd accidentally committed a change earlier with a comment from collaboraid.biz!

Added parameter DefaultFormStyle for the default form style to use when none is specified. Used to be hard-coded to 'standard', now there's a site-wide setting for it.