• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 10 more files in changeset.
Fix a bunch of typos

  1. … 120 more files in changeset.
Fix typos

    • -19
    • +19
    ./wf-full-term-publish-create.sql
  1. … 150 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.

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.

  1. … 74 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.

  1. … 11 more files in changeset.
initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

    • -0
    • +617
    ./wf-full-term-publish-create.sql
    • -0
    • +94
    ./wf-term-go-live.sql
    • -0
    • +426
    ./wf-term-submission.sql
  1. … 5 more files 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. … 8 more files in changeset.

navigation-procs-oracle.xql: we inherited a query from aD that sorted

backwards, messing up the database-derived nav bars generated from the

site map.

The rest is partial work towards getting glossary to work. After running

the query dispatcher it no longer worked even for Oracle due to a bunch

of duplicate query names in several files. Boo-hiss...

  1. … 40 more files in changeset.

news was subtyping content_revision with a NULL supertype. glossary-drop

broken for Oracle (probably still broken but it's better, I added stuff

I discovered as I worked on the PG version). The html doc had a missing

tag.

  1. … 2 more files in changeset.

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2477 more files in changeset.
Initial revision

    • -0
    • +265
    ./glossary-create.sql
    • -0
    • +174
    ./glossary-drop.sql
    • -0
    • +329
    ./glossary-workflows.sql
  1. … 2477 more files in changeset.