• last updated 11 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
dangerously close to loading/dropping without errors

sync proc defs and usage (hopefully)

    • -2
    • +2
    /openacs-4/packages/dotlrn/www/member-add-2.tcl
    • -2
    • +2
    /openacs-4/packages/dotlrn/www/members-chunk.tcl
  1. … 10 more files in changeset.
restricts meta refresh workaround to ie 5.0. patch 303. bug 1106.

fixed function argument list

disallows space after @ in util_email_valid_p. patch 302. bug 1025.

added missing quote. patch 301. bug 1510.

sorts tickets by numerical rather than alphabetical priority/severity. Fix bug 1508 with patch 300

properly orers tickets in ticket-add by numerical value. patch 299 fixing bug 1581

I'm now using Jeff Davis's list of binary file extensions ...