• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changing the package-view api browsing page to get file listings from the file system instead of from db

changing the package-view api browsing page to get file listings from the file system instead of from db

removing code no longer needed now that file listings are not stored in info files and db. I may not find time to do this change on the 4.6 branch, but the change as it's just removal of dead code.

changing to no longer read/write file listings and database support from/to info files. This info is now determined directly from the paths in the file system (see procs apm_get_package_files and apm_package_supports_rdbms_p)

    • -48
    • +4
    /openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl
    • -12
    • +0
    /openacs-4/packages/acs-tcl/tcl/apm-xml-procs.xql
changing to no longer read/write file listings and database support from/to info files. This info is now determined directly from the paths in the file system (see procs apm_get_package_files and apm_package_supports_rdbms_p)

    • -68
    • +4
    /openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl
    • -13
    • +0
    /openacs-4/packages/acs-tcl/tcl/apm-xml-procs.xql
Deprecating apm_version_file_list and making it use apm_get_package_files. Deprecating db_package_supports_rdbms_p (use apm_package_supports_rdbms_p instead). Removing debug printouts

    • -14
    • +2
    /openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl
making apm_load_libraries be based on apm_get_package_files for consistency

    • -30
    • +18
    /openacs-4/packages/acs-tcl/tcl/apm-procs.tcl
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