• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix for but 1599. Resetting the default for title pa_photo.new so that the specification and body match. We set to 'photo' because cr_revisions.title must be non null.

Modified the date type's "to_sql" property to return to_timestamp if the

format includes minutes and seconds, to_date otherwise. In reality we should

probably move to having both date and timestamp template types but for now

this should work for both Oracle and PG.

fixed small redirect bug

added adp for umounted applications page

This is just a comment on the previous commit. Oracle was refusing to compile the package because the specification and body were not declaring the type in an identical way. The specification says that the package_id column is of type acs_objects.package_id%TYPE but the body previously was declaring it cr_folders.package_id%TYPE. That wasn't good enough for Oracle. Now the two are declaring the type the same way.

Remove HTML escaped ampersand

  1. … 9 more files in changeset.
bug#1347 removed &

Bugfix.

bug#2117 fixed for postgres

Bugfix

Require acs-authenication so it will upgrade correctly.

Bumped bug tracker version prior to releasing

Adding Zachary Shaw

Bump version so upgrade from 5.1 works.

Add on delete cascade for node_id. Fixes bug#2308

i am a monkey

Added tests for ad_proc callbacks.

    • -0
    • +100
    /openacs-4/packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl
throw error if invoking specific impl which does not exist

fix empty body contract check

some error checking for callback declaration, fix namespace eval warning, add an @see for the contract to each impl

too listy by far

spurious close brace -- patch from simon

    • -2
    • +1
    /openacs-4/packages/news/www/item-create-3.tcl
merge news rss over from 5.1

    • -0
    • +2
    /openacs-4/packages/news/www/rss/index.vuh
added support for likert scale and horizontal mc display

Callback implmentation, see tip 79 for details

added support for likert scale and horizontal mc display

karma on categories to annyf

Fixed extra closing div tag bug

patch from simon for invalid dates

increasing sort key separation so inserts between existing picklist enteries will work. Also, adding link for picklist management so that admins know where to go