• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Patches to make OpenACS PG 7.3 compatible.

    • -3
    • +3
    ./sql/postgresql/download-packages.sql
  1. … 54 more files in changeset.
sync info files with package data and correct provides identifiers

  1. … 36 more files in changeset.
fixes spam from download bug 1675/patch 514 Vinod Kurup

    • -2
    • +2
    ./www/admin/report-by-ip-postgresql.xql
    • -2
    • +2
    ./www/admin/report-by-user-postgresql.xql
    • -4
    • +4
    ./www/admin/report-one-ip-postgresql.xql
    • -3
    • +3
    ./www/admin/report-version-downloads-oracle.xql
    • -3
    • +3
    ./www/admin/report-version-downloads-postgresql.xql
  1. … 6 more files in changeset.
merge from oacs-4-6

  1. … 129 more files in changeset.
fix some spelling errors

  1. … 23 more files in changeset.
change return for unconfigured download module to 200 rather than

500 since with IE "smart" errors you only see an error page.

Spotted by CROldham

ns_return->ad_return, ad_script_abort, redirect to absract urls

    • -1
    • +2
    ./www/admin/repository-metadata-edit.tcl
    • -1
    • +2
    ./www/admin/repository-reasons-edit.tcl
  1. … 21 more files in changeset.
fix some broken links

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

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

  1. … 687 more files in changeset.
propigate context list to master. remove html from package local master. fixed a few bugs.

  1. … 33 more files in changeset.
Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

  1. … 56 more files in changeset.
applied patch #214 to fix download-by-ip spamming

1) Cleaned old oracle cruft from postgresql files

2) Fixed bugs in metadata presentation

    • -131
    • +44
    ./sql/postgresql/download-create.sql
    • -123
    • +9
    ./sql/postgresql/download-packages.sql

1. Added a new Tcl procedure to the content repository's library, named

cr_write_content, which properly writes content to the connection

regardless of RDBMS and storage type. This simplified a bunch of stuff

(which explains the removed files).

2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text,

attachments, etc.

3. Partially ported glossary.

    • -15
    • +0
    ./tcl/download-procs-postgresql.xql
  1. … 75 more files in changeset.
adjusted .info files to reflect OpenACS

  1. … 4 more files in changeset.
removed requirement on acs-notifications

  1. … 7 more files in changeset.
converted notification calls to acs_mail_nt calls

    • -1
    • +1
    ./www/admin/approve-or-reject-2-oracle.xql
    • -7
    • +8
    ./www/admin/approve-or-reject-2-postgresql.xql
  1. … 7 more files in changeset.
fixed to use new acs-mail notifications

    • -11
    • +8
    ./www/admin/spam-users-2-postgresql.xql
re-enabled acs-messaging snippet

Cleaned datamodel (number->numeric)

temporarily removed dependencies on acs-messaging

fixed oracle datamodel scripts

    • -12
    • +23
    ./sql/oracle/download-create.sql
fixed a bug that i caused by switching a $ to a : in a db_write_blob call

Fixed aD's incorrect use of nvl2

Fixed aD's reuse of the dimensional var which messed up the QD

    • -3
    • +4
    ./www/admin/approve-or-reject-oracle.xql
    • -3
    • +5
    ./www/admin/approve-or-reject-postgresql.xql
    • -1
    • +1
    ./www/admin/report-one-user-oracle.xql
    • -1
    • +1
    ./www/admin/report-version-downloads-oracle.xql
    • -1
    • +1
    ./www/admin/report-version-downloads.adp
    • -1
    • +1
    ./www/admin/report-version-downloads.tcl
fixed outer join bugs

    • -32
    • +43
    ./www/admin/report-version-downloads-postgresql.xql
    • -49
    • +58
    ./www/admin/repository-metadata.xql
minor cleanup

    • -14
    • +15
    ./sql/postgresql/download-drop.sql
    • -59
    • +69
    ./tcl/download-procs-postgresql.xql
added query files for ad_table calls

    • -1
    • +1
    ./www/admin/approve-or-reject-oracle.xql
    • -1
    • +1
    ./www/admin/approve-or-reject-postgresql.xql
    • -0
    • +48
    ./www/admin/report-by-ip-oracle.xql
    • -0
    • +50
    ./www/admin/report-by-ip-postgresql.xql
    • -0
    • +46
    ./www/admin/report-by-user-oracle.xql
    • -0
    • +48
    ./www/admin/report-by-user-postgresql.xql
    • -0
    • +54
    ./www/admin/report-one-ip-oracle.xql
    • -0
    • +60
    ./www/admin/report-one-ip-postgresql.xql
    • -0
    • +52
    ./www/admin/report-one-user-oracle.xql
    • -0
    • +57
    ./www/admin/report-one-user-postgresql.xql
  1. … 8 more files in changeset.
added file_size to pg datamodel, pg queries. Moved calc (size = bytes/1024) from tcl to sql

    • -1
    • +25
    ./sql/postgresql/download-create.sql
    • -23
    • +24
    ./sql/postgresql/download-drop.sql
    • -1
    • +1
    ./www/admin/approve-or-reject-postgresql.xql
Added db_map for oracle-specific partial queries.

Fixed problem caused by dimensional being used twice (renamed to

dimensional_html)

Fixed problem that had set archive_type_id to 'All' (not an integer)