• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Applied patch #268 for bug #774

- drop all_photo_images view in drop script

- tried to drop a view that didn't exist. Thanks Jade!

Made a few minor bug fixes to random photo widget

Added includable random-photo widget to Jeff's photo album in contrib. Works only with Postgres at the moment

    • -0
    • +66
    ./www/random-photo-postgresql.xql
    • -0
    • +79
    ./www/random-photo.tcl
Changed name of context bar passed to master from context_list to context.

Allow users to move photos into any album below the root folder where they have appropriate permissions (to be more consistent with album-move).

changes to allow users to delete a photo clipboard (capability exists in SQL API but never exposed in UI)

    • -0
    • +18
    ./www/clipboard-delete.tcl
In pa_context_bar_list, instead of returning nothing when we are in the root folder, we return [list $final]. Otherwise, you get an incomplete context bar in the root folder.

- few more 7.3 fixes

- upgrade to 4.6.2 with simple upgrade script

    • -0
    • +45
    ./sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql
    • -14
    • +14
    ./tcl/photo-album-procs-postgresql.xql
provides 4.6.1, remove files from .info file

adding provides for Photo Album in info file so that portlet and applet packages can depend on it. Setting context_id of root folders to be the package id so that objects in a package inherit permissions from the package instance. This is a pattern all packages should follow

bump version to 4.6.1 and add a provides clause, add an album-chunk page for inclusion elsewhere, remove file list from .info

    • -0
    • +65
    ./www/album-chunk-postgresql.xql
    • -0
    • +19
    ./www/album-chunk.adp
    • -0
    • +26
    ./www/album-chunk.tcl
Bumped version number.

Change timestamp plpgsql parameters to timestamptz for 7.3.x compatability.

Upgrade file relaods plpgsql file. Bump version number to 4.6 so upgrade file

will work.

    • -0
    • +3
    ./sql/postgresql/upgrade/upgrade-4.5-4.6.sql
- accidentally clobbered some of jeff's bugfixes/improvements

- 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
    ./sql/oracle/pa-clip-drop.sql
    • -0
    • +159
    ./sql/oracle/photo-album-clip.sql
    • -21
    • +167
    ./sql/oracle/photo-album-create.sql
    • -34
    • +49
    ./sql/oracle/photo-album-drop.sql
    • -0
    • +178
    ./sql/oracle/upgrade/upgrade-4.0.1-4.5.sql
    • -0
    • +35
    ./sql/postgresql/pa-clip-drop.sql
    • -3
    • +1
    ./sql/postgresql/photo-album-create.sql
    • -28
    • +21
    ./sql/postgresql/photo-album-drop.sql
    • -137
    • +0
    ./sql/postgresql/photo-album-upgrade.sql
  1. … 68 more files in changeset.
Added collections-specific stuff to dotlrn-homework-drop.sql and fixed a broken function drop call.

    • -3
    • +15
    ./sql/postgresql/photo-album-drop.sql
initial commit

    • -0
    • +177
    ./photo-album.info
    • -0
    • +27
    ./sql/oracle/permissions.sql
    • -0
    • +214
    ./sql/oracle/photo-album-create.sql
    • -0
    • +212
    ./sql/oracle/photo-album-drop.sql
    • -0
    • +442
    ./sql/oracle/plsql-packages.sql
    • -0
    • +26
    ./sql/postgresql/permissions.sql
    • -0
    • +134
    ./sql/postgresql/photo-album-clip.sql
    • -0
    • +390
    ./sql/postgresql/photo-album-create.sql
    • -0
    • +226
    ./sql/postgresql/photo-album-drop.sql
    • -0
    • +137
    ./sql/postgresql/photo-album-upgrade.sql
    • -0
    • +324
    ./sql/postgresql/pl-pgsql.sql
    • -0
    • +13
    ./sql/postgresql/upgrade.sql
    • -0
    • +173
    ./tcl/photo-album-procs-oracle.xql
    • -0
    • +148
    ./tcl/photo-album-procs-postgresql.xql
  1. … 112 more files in changeset.