• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix broken template

- fix and standardize quoting in template properties

  1. … 179 more files in changeset.
- improve validity of HTML

- the template "above" this one still needs the variable "title"

- use <property name="doc(title)">

  1. … 18 more files in changeset.
- replace deprecated calls

  1. … 12 more files in changeset.
use acs_community_member_url to get user link so we go to the proper subsite

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
Fix for bug #876. Non-members now sees a text-only email address, where

the domain has been replaced by the first two letters plus '...'.

changed dir_ views to ommit deleted users (actually to include only registered users)

Applied patch #210: noquote

noquote changes (Dirk Gomez)

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

  1. … 35 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.
propigate context, remove title and markup from local master. use sitewide master, fix bug for list by letter

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.

Changed the representation of tree_sortkeys from "text" to "bit varying".

  1. … 62 more files in changeset.

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

nearly working.

    • -1
    • +18
    ./tcl/directory-procs-postgresql.xql
  1. … 18 more files in changeset.

Directory package now ready for testing. mp3jukebox is now mp3-jukebox.

    • -0
    • +19
    ./www/index-oracle.xql
    • -0
    • +15
    ./www/index-postgresql.xql
  1. … 61 more files in changeset.

Started port of directory to postgresql, fixed some acs-service-contract

Oracle glitches ...

    • -0
    • +33
    ./sql/postgresql/directory-create.sql
    • -0
    • +12
    ./sql/postgresql/directory-drop.sql
    • -0
    • +38
    ./tcl/directory-procs-oracle.xql
    • -0
    • +21
    ./tcl/directory-procs-postgresql.xql
    • -0
    • +56
    ./tcl/directory-procs.xql
  1. … 4 more files in changeset.

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

  1. … 2468 more files in changeset.
Initial revision

    • -0
    • +33
    ./sql/oracle/directory-create.sql
    • -0
    • +12
    ./sql/oracle/directory-drop.sql
    • -0
    • +168
    ./tcl/directory-procs.tcl
    • -0
    • +97
    ./templates/master.adp
    • -0
    • +37
    ./www/doc/index.html
    • binary
    ./www/doc/images/arsdigita2.gif
    • -0
    • +62
    ./www/doc/xml/index.xml
  1. … 2468 more files in changeset.