• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed current_timestamp to sysdate for oracle xql

Allowed brad (briand) to commit to contrib/packages

Another stupid problem: The upgrade script forgot to drop a temporary table

file upgrade-1.2d5-1.2d6.sql was initially added on branch oacs-4-6.

Fixed a typo on bt_project__delete's call to bt_project__keywords_delete

Removed accidental double e-mail alerts to new users

Sped up the view used to build the denormalized acs_privilege_descendant_map

table.

- Add IRC logs in reverse order so that the newest log is at the top of the page.

- Add 'current' link to latest IRC log at the top of the page.

- Add 'current' link to irc-logger for links from other sites to the latest log.

- Update documentation.

    • -0
    • +22
    /openacs.org-dev/packages/irc-logger/www/current.tcl
adding note warning about watching the file from the APM UI. Making sure db type of sqlj files is set correctly

adding note warning about watching the file from the APM UI. Making sure db type of sqlj files is set correctly

Removed Sloan weblog stuff fixing bugs 182 and 321.

    • -1
    • +0
    /openacs-4/packages/dotlrn/www/control-panel.adp
    • -76
    • +0
    /openacs-4/packages/dotlrn/www/weblog-new.tcl
changing the new-portal create/drop scripts to conform with the naming convention package_key-create/drop.sql. This change was done by Lars on dotlrn-1-0 branch but it seems he missed doing it on head.

- Add IRC logs in reverse order so that the newest log is at the top of the page.

- Add 'current' link to latest IRC log at the top of the page.

- Add 'current' link to irc-logger for links from other sites to the latest log.

- Update documentation.

    • -0
    • +22
    /openacs-4/contrib/packages/irc-logger/www/current.tcl
My previous changes caused a bunch of values to be timestamps rather than

dates, messing up links (they seemed to work but looked ugly)

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)