• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Importing OpenACS 4.5devel 2002-06-09

    • -0
    • +0
    /openacs.org-dev/bin/acs-4-0-publish.sh
    • -0
    • +0
    /openacs.org-dev/bin/ad-context-server.pl
    • -0
    • +0
    /openacs.org-dev/bin/create-sql-drop-file.pl
    • -0
    • +0
    /openacs.org-dev/bin/data-dictionary-diff.pl
    • -0
    • +0
    /openacs.org-dev/bin/restart-aolserver
    • -0
    • +0
    /openacs.org-dev/bin/svrmgrl-example.sql
  1. … 7569 more files in changeset.
Initial revision

    • -0
    • +51
    /openacs.org-dev/readme.txt
    • -0
    • +21
    /openacs.org-dev/bin/acs-4-0-publish.sh
    • -0
    • +170
    /openacs.org-dev/bin/ad-context-server.pl
    • -0
    • +72
    /openacs.org-dev/bin/create-sql-drop-file.pl
    • -0
    • +285
    /openacs.org-dev/bin/data-dictionary-diff.pl
    • -0
    • +20
    /openacs.org-dev/bin/encode64.pl
    • -0
    • +16
    /openacs.org-dev/bin/paths.sh
    • -0
    • +181
    /openacs.org-dev/bin/plsql-diff.pl
    • -0
    • +55
    /openacs.org-dev/bin/restart-aolserver
    • -0
    • +34
    /openacs.org-dev/bin/svrmgrl-example.sql
    • -0
    • +164
    /openacs.org-dev/bin/triggers-diff.pl
    • -0
    • +107
    /openacs.org-dev/packages/build.xml
    • -0
    • +179
    /openacs.org-dev/packages/acs-admin/acs-admin.info
  1. … 7569 more files in changeset.
updated content-repository-content-files section

removed some obviously out-of-date files

AKS: added missing "openacs-4/content-repository-content-files" dir to the acs-core alias

parameterized all the right stuff

Additions to template::multirow. New \-local and \-ulevel switches and new operation upvar. SDM ticket #1537, patch #313

Do not pass title to content_item__new since it forces it to create a

content revision in which to store it (and we are going to

create it ourselves as the next step).

splitting xql files correctly

    • -0
    • +33
    /openacs-4/packages/dotlrn/www/admin/users-postgresql.xql
fixed info files so packages would install correctly when using the APM

    • -83
    • +104
    /openacs-4/packages/dotlrn/dotlrn.info
oops, it is called postgresql, not postgres

datamodel loads

fixes to get dotlrn postgres port working

fix include statement

fixed name of file to correspond with oracle

renamed files to match oracle versions

    • -0
    • +28
    /openacs-4/packages/dotlrn/sql/postgresql/admins-drop.sql
    • -0
    • +89
    /openacs-4/packages/dotlrn/sql/postgresql/admins-init.sql
  1. … 121 more files in changeset.
fixed conflicts

datamodel loading dropping works without errors\!

ported user-sc-create and added it back into the create script

added attachments

adds a simple needs approval link on the user search page. bug 1412

patch 308 (some of patches 217 and 218 had already been applied).

fix for internal redirects which were recording headers et al multiple

times. Also adds url to acs-developer-support/www/index table

display.

This half fixes bug 1586 (patch 307), see the bug for

more info. Also adds recursion_count in order to

fix dev support for ns_returnnotfound etal.

fixed functions in which variable names conflicted with function bodies

properly display requests for which start has a list of times.

(happens due to a bug in the request processor).

Due (I think) to a bug in the request processor 404s end up putting a

list of values into the start time variable which caused this bit

to fail and not clear out the old data. Here was the debug

[-conn3-] Error: return: failed to redirect '404': exceeded recursion limit of 3

followed by

[-sched-] Debug: JCD: ds_sweep_data: name:4.start nsv:1026036712 1026036712 1026036712 1026036712

when the ds_sweep_data proc was run. Probably should catch the whole

statement to insure that the cleanup is more robust but it is all

treating the symptoms not the disease (RP).

fixed parameters in call to site_node::get_node_id

Imported PG driver

Initial revision

    • -0
    • +70
    /postgresql-driver/Makefile
    • -0
    • +2407
    /postgresql-driver/postgres.c
Missing brackets in the comments screwed things up