• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

fixes bug 1562 patch 278

abort properly, falling through to admin email with abort at very end when redirecting, fixes bugs 1539,1575 patch 306 (replacing patches 281, 288)

new file derived from code in patch 238

Adds rename to Sitemap bug 1564 patch 280

type in constraint name cr_revisions_storage_type rather than cr_items_storage_type fixes bug 1021 patch 305

add ReturnHeaders before ns_write Fixes bug 1555 patch 272

    • -1
    • +3
    /openacs-4/packages/search/www/search.tcl
missing return after redirect fixes bug 1561 patch 277

Slightly simplified some permissions checks, updated and documented ad_form

remove whacked query with no name and no reason for being

sync proc defs and usage (hopefully)

check that we have ns_conn before we try and grab outputheaders cf http://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=0004yt

Fixes space handling in scanning directories, also fixes a hardcoded ybos url Bugs 1279, 1280, 1281 patches 110,295

make sure attachment_options exists

double qoute width=NUM%> to avoid the ADP parser warnings fixes bug 1582 patch 304

  1. … 24 more files in changeset.