• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file top.sh was initially added on branch oacs-5-2.

file index.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./www/analyze/index.adp
    • -0
    • +0
    ./www/configuration/index.adp
    • -0
    • +0
    ./www/watchdog/index.adp
file details.adp was initially added on branch oacs-5-1.

Using adp pages now for a consistent UI

  1. … 5 more files in changeset.
file filters.adp was initially added on branch oacs-5-1.

file startup-log.adp was initially added on branch oacs-5-1.

file scheduled-procs.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./www/scheduled-procs.adp
file registered-procs.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./www/registered-procs.adp
file monitor.adp was initially added on branch oacs-5-1.

removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 43 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 646 more files in changeset.
making top page work with top version 1.2. Noquote fix on index page. Patch 473 fixing bug 1679.

clarified parameter help text

changed index page to use adp; added link to parameters

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
Updated summary and descriptions for more packages.

  1. … 43 more files in changeset.
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 71 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 815 more files in changeset.
- fixed timestamp operations for pg 7.3

merge of 4.6.3b1 to HEAD

    • -3
    • +3
    ./sql/postgresql/monitoring-create.sql
  1. … 40 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 64 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 34 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

    • -3
    • +3
    ./sql/postgresql/monitoring-create.sql
  1. … 39 more files in changeset.
- fix to allow display of daily/weekly scheduled procs. closes bug 170

- Fixed display to work for daily and weekly scheduled procedures

fixes from sloan

cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

    • -1
    • +1
    ./www/cassandracle/oracle-settings.tcl
    • -1
    • +1
    ./www/cassandracle/jobs/running-jobs.tcl
    • -1
    • +1
    ./www/cassandracle/performance/index.tcl
  1. … 678 more files in changeset.
1) edited TopOptions default param once again

2) Switched to using eval 'exec ' so that spaces in don't cause exec to choke.

manually adding patch 343 for bug 1658 by Bart Teeuwisse. Also adjusting the TopOptions default value in the .info file to something more widely accurate.