• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated summary and descriptions for more packages.

  1. … 43 more files in changeset.
add modified_date column which I think is unused but shows up in several queries

    • -2
    • +3
    ./sql/oracle/robot-detection-create.sql
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 73 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 814 more files in changeset.
Fixed parsing problems with files containing tabs, corrected address of

the web robots database.

merge of 4.6.3b1 to HEAD

    • -1
    • +1
    ./tcl/robot-detection-procs-postgresql.xql
  1. … 15 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.
fix current_time rather than current_timestamp bugs

    • -1
    • +1
    ./tcl/robot-detection-procs-postgresql.xql
  1. … 6 more files in changeset.
merge from oacs-4-6

    • -1
    • +2
    ./tcl/robot-detection-procs-oracle.xql
    • -1
    • +2
    ./tcl/robot-detection-procs-postgresql.xql
  1. … 27 more files in changeset.
cleanup on .xql files, add rdbms tags to db specific files, clean XML, etc

    • -1
    • +2
    ./tcl/robot-detection-procs-oracle.xql
    • -1
    • +2
    ./tcl/robot-detection-procs-postgresql.xql
  1. … 28 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
propigate context to master

  1. … 20 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. … 73 more files in changeset.
split query files to separate oracle, postgresql and sql92

    • -0
    • +10
    ./tcl/robot-detection-procs-oracle.xql
    • -0
    • +10
    ./tcl/robot-detection-procs-postgresql.xql
Start postgresql port

    • -0
    • +13
    ./tcl/robot-detection-init.xql
    • -0
    • +60
    ./tcl/robot-detection-procs.xql
    • -0
    • +11
    ./www/admin/index.xql
Start postgresql port

    • -0
    • +32
    ./sql/postgresql/robot-detection-create.sql
    • -0
    • +7
    ./sql/postgresql/robot-detection-drop.sql

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

    • -0
    • +0
    ./sql/oracle/robot-detection-create.sql
  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +50
    ./robot-detection.info
    • -0
    • +32
    ./sql/oracle/robot-detection-create.sql
    • -0
    • +7
    ./sql/oracle/robot-detection-drop.sql
    • -0
    • +32
    ./tcl/robot-detection-init.tcl
    • -0
    • +147
    ./tcl/robot-detection-procs.tcl
    • -0
    • +42
    ./www/admin/index.adp
    • -0
    • +34
    ./www/admin/index.tcl
    • -0
    • +19
    ./www/admin/refresh-robot-list.tcl
    • -0
    • +195
    ./www/doc/acs-admin-guide.html
    • -0
    • +12
    ./www/doc/ad-doc.css
    • -0
    • +976
    ./www/doc/design.html
    • -0
    • +589
    ./www/doc/dev-guide.html
    • -0
    • +276
    ./www/doc/index.html
    • -0
    • +376
    ./www/doc/xml/design.xml
  1. … 2465 more files in changeset.