• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1. Got rid of some extraneous notification comments

2. Fixed bug 2851 for Oracle (it was fixed previously for Postgres)

  1. … 5 more files in changeset.
Fixing var reference in message key for eu_ES locale

    • -1
    • +1
    ./catalog/photo-album.eu_ES.ISO-8859-1.xml
update .info file and tag for 5.2 release

fixing some queries that didn't work for Oracle, and adding a couple of public helper procs

    • -11
    • +57
    ./tcl/photo-album-procs-oracle.xql
    • -32
    • +31
    ./tcl/photo-album-procs-postgresql.xql
Add include for latest photo

file latest-photo-postgresql.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./www/latest-photo-postgresql.xql
file latest-photo.tcl was initially added on branch oacs-5-2.

file latest-photo.adp was initially added on branch oacs-5-2.

Possible bug fix -- I believe ci_items is not the name of a table in OpenACS.

Fixed problem with links to delete photos

Fixed problem with links to delete photos

Including all the fields

    • -2
    • +90
    ./tcl/photo-album-callback-procs.tcl
removing callback implementatios from application-track and adding them to the owner packages

    • -0
    • +75
    ./tcl/photo-album-callback-procs.tcl
  1. … 1 more file in changeset.
Moving the merge implementations code from photo-album procs to photo-album-callback-procs

    • -0
    • +38
    ./tcl/photo-album-callback-procs.tcl
    • -0
    • +20
    ./tcl/photo-album-callback-procs.xql
file photo-album-callback-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./tcl/photo-album-callback-procs.tcl
file photo-album-callback-procs.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./tcl/photo-album-callback-procs.xql
Removing merge implementations

Adding merge implementations for photo album

Adding callback implementations: MergePackageUser and MergeShowUserInfo

throw 404 if image not found

fixing i18n method when editting a folder

fixing href link in album-chunk ( using photo-album instance link instead of /photo-album)

Removed .orig files that do not belong in CVS

    • -180
    • +0
    ./catalog/photo-album.en_US.ISO-8859-1.xml.orig
    • -162
    • +0
    ./catalog/photo-album.es_ES.ISO-8859-1.xml.orig
  1. … 50 more files in changeset.
remove the unused .ms_my locale files which conflict with the ms_MY on OS X and are just confusing to keep around

    • -147
    • +0
    ./catalog/photo-album.ms_my.utf-8.xml
  1. … 36 more files in changeset.
remove .orig files added in error

    • -180
    • +0
    ./catalog/photo-album.en_US.ISO-8859-1.xml.orig
    • -162
    • +0
    ./catalog/photo-album.es_ES.ISO-8859-1.xml.orig
  1. … 39 more files in changeset.
fixes bugs in generated links when show_html_p == 1

Oops, debug message snuck in from when I was trying to debug why the tgz

file upload was failing (it was bigger than the AOLserver default 2MB limit)

Localized an english-language message and ad_form'd the page while at it

    • -3
    • +4
    ./catalog/photo-album.en_US.ISO-8859-1.xml
removing -ping; fixes bug #2253

removing -ping; fixes bug #2253

Adding package_id to pa_insert_image and its call to image.new. Fixed and tested on both Oracle and PG. This was just to get things working again. Other parts of this package will need updating for the new acs_objects.package_id column. For example, the pa_photo object itself is not currently storing the package_id.

    • -1
    • +2
    ./tcl/photo-album-procs-postgresql.xql