• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed context bar

Added help text to explain what the callbacks mean and with which parameters they're called.

- Integrated changes from myself and Michael Steigman. If it doesn't work, it's probably my fault. Includes the following:

- oracle support

- oracle and pg upgrade scripts (from v4.0.1)

- working drop scripts

- bump of version to 4.5

    • -0
    • +32
    /openacs-4/packages/photo-album/sql/oracle/pa-clip-drop.sql
  1. … 68 more files in changeset.
Moved function call to nvl/coalesce

added missing ;

Replace function call with nvl in survey_response.initial_user_id

Speed up survey_response__initial_user_id by turning a function call

into coalesce.

Forgot to add my new .tcl file in the previous commit.

Added Tcl API to allow the definition of portal datasource from a spec,

which gets rid of the need to write PG and Oracle SQL to define these.

fixed grant group permissions

file presentation-acl-add-group-3.xql was initially added on branch oacs-4-6.

Added collections-specific stuff to dotlrn-homework-drop.sql and fixed a broken function drop call.

fix jarkkos perm for photo-album

Removed the call to log-new.tcl which posts to the cvs commits forum on openacs.org

file upgrade-0.1a-0.2.sql was initially added on branch oacs-4-6.

Added UI to edit the name of a relational segment

file edit.adp was initially added on branch oacs-4-6.

file edit.tcl was initially added on branch oacs-4-6.

modified query column to be of type clob for oracle and type text for

postgresql.

Fixed bug in PG port: The query would produce multiple copies of the same rows, when indeed it wanted to limit the list by only showing relationship types that weren't already related to a group

added calendar wish list and comment to the old docs that they are outdated

Uppercase "C" in "Confirm". Come on, Yon! :)

Added new links

in the frame you get when visiting external elements.\nThanks to Carl (and Google) for this idea.

    • -0
    • +19
    /openacs-4/packages/curriculum/www/horizontal.tcl
    • -0
    • +19
    /openacs-4/packages/curriculum/www/vertical.tcl
New 'back' and 'remove frame' GIFs.

    • binary
    /openacs-4/packages/curriculum/www/graphics/frame_back.gif
    • binary
    /openacs-4/packages/curriculum/www/graphics/frame_remove.gif
add Jarkko commit on contrib/photo-album

Adding two possibly redundant files.

    • -0
    • +1
    /openacs-4/packages/curriculum/www/horizontal.adp
    • -0
    • +1
    /openacs-4/packages/curriculum/www/vertical.adp
Moved DML statement from one common .xql file into separate *-oracle and *-postgresql.xql files ...

    • -0
    • +22
    /openacs-4/packages/curriculum/www/ext-oracle.xql
    • -0
    • +21
    /openacs-4/packages/curriculum/www/ext-postgresql.xql
initial commit

    • -0
    • +177
    /openacs-4/packages/photo-album/photo-album.info
    • -0
    • +14
    /openacs-4/packages/photo-album/sql/test.sql
    • -0
    • +27
    /openacs-4/packages/photo-album/sql/oracle/permissions.sql
    • -0
    • +442
    /openacs-4/packages/photo-album/sql/oracle/plsql-packages.sql
    • -0
    • +26
    /openacs-4/packages/photo-album/sql/postgresql/permissions.sql
    • -0
    • +324
    /openacs-4/packages/photo-album/sql/postgresql/pl-pgsql.sql
    • -0
    • +13
    /openacs-4/packages/photo-album/sql/postgresql/upgrade.sql
  1. … 112 more files in changeset.
Committed some graphic icons.

    • binary
    /openacs-4/packages/curriculum/www/graphics/refresh.jpg
    • binary
    /openacs-4/packages/curriculum/www/graphics/remove.jpg
    • binary
    /openacs-4/packages/curriculum/www/graphics/up.gif
Removed bar.adp (replaced by bar-horizontal.adp and bar-vertical.adp) ...