• last updated 7 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. … 689 more files in changeset.
Applied patch 177, even though ticket-tracker-lite is deprecated.

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)

  1. … 274 more files in changeset.
Applied patch #254

noquote changes (Dirk Gomez)

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

    • -0
    • +11
    ./sql/oracle/ticket-tracker-lite-drop.sql
  1. … 6 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 18 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. … 7 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 ...

  1. … 12 more files in changeset.
drop views and functions bug 262

    • -0
    • +11
    ./sql/oracle/ticket-tracker-lite-drop.sql
Show a proper error when email fails bug 41/patch 34 Vinod Kurup

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. … 28 more files in changeset.
typo bug 1962

use sitewide master, remove unneeded .tcl files. bug 1958

merge from oacs-4-6

  1. … 2 more files in changeset.
merge from oacs-4-6

  1. … 27 more files in changeset.
change CSS classes z_light, oddrow to odd, and z_dark, evenrow to even

  1. … 6 more files in changeset.
Added new files to .info files

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

  1. … 17 more files in changeset.
add missing ad_library calls

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

  1. … 701 more files in changeset.
propigate context to master, add context to admin pages

  1. … 13 more files in changeset.
added upgrade scripts for Jun's changes

    • -0
    • +77
    ./sql/oracle/upgrade/upgrade-1.0a-1.5.sql
    • -0
    • +50
    ./sql/postgresql/upgrade/upgrade-1.0a-1.5.sql
added upgrade scripts and upgraded version to 1.5

Added Jun Yamog's beautiful changes to UI

Also ported his PG add file functions to Oracle

modified master.adp to use main.css by sending header_stuff property up to default_master.adp

    • -0
    • +44
    ./sql/postgresql/views-and-plsql.sql
    • -0
    • +31
    ./www/attach-file-oracle.xql
    • -0
    • +28
    ./www/attach-file-postgresql.xql
    • -0
    • +35
    ./www/attach-file.tcl
    • -0
    • +15
    ./www/attach-file.xql
    • -0
    • +16
    ./www/delete-file-oracle.xql
    • -0
    • +14
    ./www/delete-file-postgresql.xql
    • -0
    • +12
    ./www/delete-file.tcl
  1. … 20 more files in changeset.
fixed context_id reference

1) Updated .info file to reality

3) Changed '= null' to 'is null' test

send the proper date format to ad_dateentrywidget

adjusted .info files to reflect OpenACS

  1. … 4 more files in changeset.
cleanup of old oracle code

made date format prettier