• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated for 4.6.3

Separate edit/view modes for the log entry. Plus added return_url, which we don't use yet.

    • -6
    • +9
    /openacs-4/packages/logger/www/log.tcl
Use instance name as the title on the index page

    • -1
    • +1
    /openacs-4/packages/logger/www/index.adp
    • -1
    • +2
    /openacs-4/packages/logger/www/index.tcl
changing to reflect that since 4.6.2 the APM doesn't require the scanning and adding of files but only adding of watches. Adding mkdir of www dir.

Added documentation for acs_sc::contract::new_from_spec and acs_sc::impl::new_from_spec

making log history on the log page be N days back from last logged entry instead of today. Adding permissions checking for editing of log entries. You can edit a log entry if you have edit privilege on it or if you created it (we currently don't grant admin to the creator of log entries, but maybe we should)

    • -1
    • +8
    /openacs-4/packages/logger/www/log.adp
    • -38
    • +79
    /openacs-4/packages/logger/www/log.tcl
Applied 2 simple fixes from Kiran Halwai to make news work with search.

    • -2
    • +2
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -1
    • +1
    /openacs-4/packages/news/tcl/news-procs.xql
properly format HTML in messages e-mailed to a third party

    • -3
    • +3
    /openacs-4/packages/forums/www/message-email.tcl
Given juny (Jun Yamog) commit on contrib.

More work on plpgsql api.

Fixed notifications to include title_url

resolved conflict between acs-workflow and workflow for Oracle (Lars took care of Postgres)

file upgrade-1.2d9-1.2d10.sql was initially added on branch oacs-4-6.

Forgot to change the bt_bug__delete function to use the renamed workflow_case_pkg__delete function.

file upgrade-1.2d9-1.2d10.sql was initially added on branch oacs-4-6.

file upgrade-1.0d3-1.0d4.sql was initially added on branch oacs-4-6.

resolved conflict between acs-workflow and workflow for Oracle (Lars took care of Postgres)

Fixed bug: template::form::get_reference assumes that a local var named 'id' exists.

    • -1
    • +2
    /openacs-4/packages/cms/tcl/form-procs.tcl
Fixed mistake in my last commit: require workflow 1.0d4, not 1.0d3

Fixed dependency checking so we will automatically find package upgrades required by some package installation, in addition to new package installs

Upgraded to work with new version of workflow which has had conflicts with acs-workflow resolved

Fixed conflict with old acs-workflow: Renamed workflow_case__delete to workflow_case_pkg__delete

added red hat 9/openacs 7.2.4 compilation tip

Added documentation for my new form builder enhancements

Under the right circomstances a single partial order can fill the entire order. Modified code to reflect this.

Clarified the error message when a service contract cannot be bound. Did the same for PostgreSQL a while ago.

Added link to the site-map on main site for easier mounting

file rss-setup-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/lars-blogger/www/admin/rss-setup-oracle.xql
file rss-setup-postgresql.xql was initially added on branch oacs-4-6.

Fixed so RSS feeds works with Oracle, plus a few other mior fixes