• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
pass context_bar up to master template

  1. … 9 more files in changeset.
Do not allow submission of arbitrary email addresses feature 1665/patch 349 Cathy Sarisky

  1. … 4 more files in changeset.
comment in wrong place bug 1663 patch 348 by Cathy Sarisky

  1. … 1 more file in changeset.
Re-added fixes that didn't get merged in from 4.5

1) bboard-procs-postgresql.xql

2) etp-procs-oracle.xql

3) subsite/www/admin/users/new-postgresql.xql

4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql

Edited the acs-kernel upgrade script that JonG initially created (PG)

Created an oracle upgrade script

Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged)

Update the acs-kernel .info file to 4.5.1

    • -1
    • +1
    ./bboard/tcl/bboard-procs-postgresql.xql
  1. … 8 more files in changeset.
updated version to 4.5

  1. … 13 more files in changeset.
Fixes space handling in scanning directories, also fixes a hardcoded ybos url Bugs 1279, 1280, 1281 patches 110,295

    • -2
    • +46
    ./mp3-jukebox/tcl/scanner-procs.tcl
    • -7
    • +12
    ./mp3-jukebox/www/admin/scanner.tcl
double qoute width=NUM%> to avoid the ADP parser warnings fixes bug 1582 patch 304

    • -1
    • +1
    ./photo-album-lite/www/folder-view.adp
  1. … 36 more files in changeset.
added missing quote. patch 301. bug 1510.

sorts tickets by numerical rather than alphabetical priority/severity. Fix bug 1508 with patch 300

    • -120
    • +128
    ./ticket-tracker/www/tickets-oracle.xql
    • -120
    • +128
    ./ticket-tracker/www/tickets-postgresql.xql
properly orers tickets in ticket-add by numerical value. patch 299 fixing bug 1581

added upgrade scripts for Jun's changes

    • -0
    • +77
    ./ticket-tracker-lite/sql/oracle/upgrade/upgrade-1.0a-1.5.sql
    • -0
    • +50
    ./ticket-tracker-lite/sql/postgresql/upgrade/upgrade-1.0a-1.5.sql
Fixed SDM #1540: The 'bboard_message_set.message_set_content' query

was using '$content' instead of :content syntax, causing the value to

not be properly quoted, so it fails if you enter a single quote.

    • -1
    • +1
    ./bboard/tcl/bboard-procs-postgresql.xql
Updated .info files of all core packages to version 4.5

    • -120
    • +0
    ./acs-content/sql/upgrade/upgrade-4.1-4.1.1.sql
    • -13
    • +13
    ./acs-workflow/acs-workflow.info
  1. … 19 more files in changeset.
added upgrade scripts and upgraded version to 1.5

    • -5
    • +7
    ./ticket-tracker-lite/ticket-tracker-lite.info
Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

    • -4
    • +5
    ./acs-content/sql/oracle/acs-content-create.sql
    • -2
    • +1
    ./acs-workflow/sql/oracle/acs-workflow-create.sql
  1. … 50 more files in changeset.
Focus first input field on forms (SDM #1500).

Missing context bar on bboard index page (SDM #1498). This was due to the <if @context_bar@ not nil> check in the master template.

I'd removed jobs-start.sql but hadn't removed the include from this file.

    • -2
    • +1
    ./acs-workflow/sql/oracle/acs-workflow-create.sql

Applied Michael Steigman's patches 199-201, which fixes package spec/body

mismatches allowed by Oracle 8i but not by 9i.

    • -4
    • +5
    ./acs-content/sql/oracle/acs-content-create.sql
  1. … 4 more files in changeset.
Added Jun Yamog's beautiful changes to UI

Also ported his PG add file functions to Oracle

modified master.adp to use main.css by sending header_stuff property up to default_master.adp

    • -0
    • +19
    ./ticket-tracker-lite/ticket-tracker-lite.info
    • -1
    • +1
    ./ticket-tracker-lite/tcl/ticket-tracker-lite-procs.tcl
    • -0
    • +31
    ./ticket-tracker-lite/www/attach-file-oracle.xql
    • -0
    • +28
    ./ticket-tracker-lite/www/attach-file-postgresql.xql
    • -0
    • +35
    ./ticket-tracker-lite/www/attach-file.tcl
    • -0
    • +15
    ./ticket-tracker-lite/www/attach-file.xql
    • -5
    • +8
    ./ticket-tracker-lite/www/comment-ae.adp
    • -1
    • +1
    ./ticket-tracker-lite/www/comment-ae.tcl
    • -0
    • +16
    ./ticket-tracker-lite/www/delete-file-oracle.xql
    • -0
    • +14
    ./ticket-tracker-lite/www/delete-file-postgresql.xql
    • -0
    • +12
    ./ticket-tracker-lite/www/delete-file.tcl
    • -18
    • +40
    ./ticket-tracker-lite/www/index.adp
    • -4
    • +11
    ./ticket-tracker-lite/www/index.tcl
  1. … 20 more files in changeset.

Merged with OpenACS 4.5 beta1 branch.

    • -34
    • +46
    ./acs-workflow/www/doc/installation.html
    • -46
    • +1
    ./bboard/sql/oracle/bboard-create.sql
    • -47
    • +1
    ./bboard/sql/postgresql/bboard-create.sql
    • -0
    • +1
    ./ticket-tracker/www/admin/install/index.adp
  1. … 82 more files in changeset.

Datamodel errors crept in ....

Applied Lars Pind's patch #180, changing docs to reflect evolution in the

graphviz distribution.

    • -34
    • +46
    ./acs-workflow/www/doc/installation.html

Applied Lars Pind's patch #177, which adds a missing <tr> tag to the

template.

    • -0
    • +1
    ./ticket-tracker/www/admin/install/index.adp

Removed references to registering child types, which is done by general

comments these days.

    • -46
    • +1
    ./bboard/sql/oracle/bboard-create.sql
    • -47
    • +1
    ./bboard/sql/postgresql/bboard-create.sql

Bug fix by Bart Teeuwisse: category name function was improperly ported.

Applied Tilman Singer's patch that changes template <if> tag checks from

"ne 0" to the more meaningful "eq false", etc.

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.

    • -5
    • +27
    ./bboard/sql/oracle/bboard-create.sql
    • -7
    • +15
    ./bboard/sql/oracle/bboard-packages.sql
    • -5
    • +26
    ./bboard/sql/postgresql/bboard-create.sql
    • -4
    • +10
    ./bboard/sql/postgresql/bboard-drop.sql
    • -29
    • +24
    ./bboard/tcl/bboard-procs-postgresql.xql
    • -1
    • +1
    ./bboard/www/message-move-2-oracle.xql
    • -1
    • +1
    ./bboard/www/message-move-2-postgresql.xql
  1. … 60 more files in changeset.
adjusted wf_ticket to inherit from acs_object instead of null

fixed context_id reference

    • -1
    • +1
    ./ticket-tracker-lite/www/ticket-add-2-oracle.xql
    • -1
    • +1
    ./ticket-tracker-lite/www/ticket-add-2-postgresql.xql
    • -1
    • +2
    ./ticket-tracker-lite/www/ticket-add-2.tcl