• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
Updated summary and descriptions for more packages.

  1. … 43 more files in changeset.
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. … 275 more files in changeset.
noquote fix

  1. … 15 more files in changeset.
noquote changes (Dirk Gomez)

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

  1. … 64 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. … 34 more files in changeset.
merge from oacs-4-6

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

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

  1. … 38 more files in changeset.
remove source-file.tcl

fix some broken links

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

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

  1. … 679 more files in changeset.
propigate context to master, remove title/context from individual pages

  1. … 7 more files in changeset.
double qoute width=NUM%> to avoid the ADP parser warnings fixes bug 1582 patch 304

  1. … 35 more files in changeset.

1. Changed a lot of package info files to fix problems ...

2. Added Vinod's bboard patch

3. Rationalized party e-mail checking by putting a "before insert or update"

trigger on the table that lower-cases email (this was already done by the

party.new() func but at least one update missed this). Got rid of all

"lower(email) = " and "upper(email) = " checks and just made all use the

db email column directly and lower-cased Tcl vars. In this way the index

on the email column is always and consistently used without needing to

define functional indexes on the column (an EE feature for Oracle).

4. Rationalized naming of a couple of workflows and fixed a glossary PG bug

where apparently its workflow got overwritten by one from the CMS at some

point in time.

5. Made the .cmp/.dat/.frm filters in the template code usable though not

very beautiful nor exactly correct. But with practice you can use them

to debug pages in the packages/* hierarchy. I also turned these off by

default as there's no need to run these filters on a production site!

6. Performed minor surgery on templating, including adding a new

"ad_return_exception_template" that allows you to return a templated

error page and aborts the script.

7. ??? probably but I think this covers most stuff.

    • -40
    • +39
    ./sql/oracle/wf-term-submission.sql
  1. … 73 more files in changeset.

1. Removed call to "schedule_proc" in acs-workflow. It's no longer needed.

2. Changed admin UI so you can enter the sort order when adding or editing

places.

3. Duplicated Bart Teeuwisse's glossary changes for Oracle.

    • -6
    • +115
    ./sql/oracle/glossary-create.sql
  1. … 8 more files in changeset.

Removed name attribute from glossary and term forms. Name is now assigned by the new method of either object type.

Note this change currently only works for Postgres and breaks the Oracle implementation.

    • -13
    • +115
    ./sql/postgresql/glossary-create.sql
    • -1
    • +0
    ./www/glossary-add-edit-postgresql.xql
    • -66
    • +11
    ./www/term-add-edit-postgresql.xql

incorporated two patches by Bart Teeuwisse

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

    • -329
    • +3
    ./sql/oracle/glossary-workflows.sql
    • -0
    • +617
    ./sql/oracle/wf-full-term-publish-create.sql
    • -0
    • +94
    ./sql/oracle/wf-term-go-live.sql
    • -0
    • +426
    ./sql/oracle/wf-term-submission.sql
    • -329
    • +3
    ./sql/postgresql/glossary-workflows.sql
    • -0
    • +575
    ./sql/postgresql/wf-full-term-publish-create.sql
    • -0
    • +98
    ./sql/postgresql/wf-term-go-live.sql
    • -0
    • +203
    ./sql/postgresql/wf-term-submission.sql
  1. … 1 more file in changeset.

1. The PG port of apm__register_parameter had a tiny error which caused it

to not set the new parameter to its default value in any of the effected

package instances.

2. Glossary - added admin as a parent of glossary_admin so admins can admin.

3. edit-this-page PG: removed code that was written because of #1 above

4. edit-this-page Oracle: finished the datamodel port, added drop script

  1. … 7 more files in changeset.

1. Fixed permissions bug in the PG version (missing OR clause in a view)

2. Added (untested thus far) site-wide-search to glossary

3. Added centralized support for importing files into the CR (either into

the filesystem or the database).

4. Fixed wp-slim. Fixed it some more. Fixed it again. It still needs

more fixing.

    • -0
    • +25
    ./sql/postgresql/glossary-sc-create.sql
    • -0
    • +7
    ./sql/postgresql/glossary-sc-drop.sql
    • -0
    • +27
    ./tcl/glossary-sc-procs-postgresql.xql
    • -0
    • +33
    ./tcl/glossary-sc-procs.tcl
  1. … 58 more files in changeset.

Fixed a blunder ...

    • -2
    • +1
    ./www/glossary-add-edit-postgresql.xql

Finished porting datamodel...

    • -158
    • +128
    ./sql/postgresql/glossary-create.sql

Bunch of files I forgot to add to the last commit ...

    • -0
    • +269
    ./sql/postgresql/glossary-create.sql
    • -0
    • +123
    ./sql/postgresql/glossary-drop.sql
    • -0
    • +329
    ./sql/postgresql/glossary-workflows.sql
  1. … 11 more files in changeset.

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.

    • -1
    • +1
    ./www/illustration-add-edit-2-postgresql.xql
    • -18
    • +0
    ./www/illustration-bits-postgresql.xql
  1. … 71 more files in changeset.

Fixed some problems in the directory package, and have gotten glossary

nearly working.

    • -0
    • +14
    ./www/glossary-add-edit-postgresql.xql
    • -11
    • +28
    ./www/illustration-add-edit-2-oracle.xql
    • -43
    • +63
    ./www/illustration-add-edit-2-postgresql.xql
    • -3
    • +2
    ./www/illustration-add-edit-oracle.xql
    • -3
    • +2
    ./www/illustration-add-edit-postgresql.xql
    • -4
    • +6
    ./www/illustration-bits-postgresql.xql
    • -14
    • +10
    ./www/term-add-edit-postgresql.xql
  1. … 7 more files in changeset.