• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 686 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -13
    • +13
    ./sql/oracle/mp3-jukebox-create.sql
    • -1
    • +1
    ./www/admin/playlist-delete-2-oracle.xql
  1. … 273 more files in changeset.
initial revision

noquote changes (Dirk Gomez)

  1. … 70 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -6
    • +6
    ./sql/postgresql/mp3-jukebox-create.sql
  1. … 39 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 ...

    • -6
    • +6
    ./sql/postgresql/mp3-jukebox-create.sql
  1. … 38 more files in changeset.
merge Don file copy/fconfigure -binary fixes from head

  1. … 2 more files in changeset.
Switched to "file copy" ...

  1. … 6 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 56 more files in changeset.
sync info files with package data and correct provides identifiers

  1. … 36 more files in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 42 more files in changeset.
fix some broken links

  1. … 22 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.
propigate context to master

  1. … 42 more files in changeset.
Fixes space handling in scanning directories, also fixes a hardcoded ybos url Bugs 1279, 1280, 1281 patches 110,295

added perl MP3 module installation instructions

initial port, not tested with oracle

    • -0
    • +137
    ./mp3-jukebox.info
    • -0
    • +35
    ./bin/mp3_info_determine
    • -0
    • +545
    ./sql/oracle/mp3-jukebox-create.sql
    • -0
    • +67
    ./sql/oracle/mp3-jukebox-drop.sql
    • -0
    • +396
    ./sql/postgresql/mp3-jukebox-create.sql
    • -0
    • +80
    ./sql/postgresql/mp3-jukebox-drop.sql
    • -0
    • +33
    ./tcl/scanner-procs.tcl
    • -0
    • +21
    ./www/index-oracle.xql
  1. … 91 more files in changeset.
Testing