acs-content-repository

  • last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix Bug#3056. sn_gifsize should be ns_gifsize.

Reverted all changes from Mannheim

  1. … 220 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 195 more files in changeset.
Openacs 5.2.3 release

  1. … 18 more files in changeset.
Add test for content::item::rename for bug#2906.

    • -2
    • +12
    ./tcl/test/content-item-test-procs.tcl
Call content_item__edit_name instead of content_item__rename. Fixed bug#2906.

Committing openacs 5.2.3 release candidate 1 (named beta 2 because we don't

support "rc" versions properly within the toolkit, something that should

change)

  1. … 17 more files in changeset.
Need to finish release work on Linux, since OS/X "cp" has no option to only

copy new versions of files.

  1. … 19 more files in changeset.
content_name should be content__name

Fixed bug #2768 by backporting the fix from HEAD to 5.2

Applied patch supplied by Jeff Davis.

replacing content_template for package_id param

    • -0
    • +203
    ./sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql
Bumped version to 5.2.3b1

  1. … 16 more files in changeset.
Fixed "bug" #2646. This code wasn't actually executed since the relevant

table's created explicitly in another script ...

Fixed "bug" #2747. The code was never called and was just a stub that

hadn't been ported to PG, but I removed it so future people with

sharp eyes don't look at it and report the "bug" again.

    • -60
    • +1
    ./sql/postgresql/content-schedule.sql
Fixing file upload, storing the full filename as the title, getting rid of the problem of the regsub killing some characters

Added missing query item_id

    • -1
    • +9
    ./tcl/content-revision-procs-oracle.xql
fix content_item.new call in content_folder.new

    • -11
    • +11
    ./sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql
fix #2870, #2868: upgrade script for image and content_extlink packages

    • -0
    • +497
    ./sql/oracle/upgrade/upgrade-5.2.0b6-5.2.0b7.sql
Allow png to be uploaded as images

fix non-nullable package id on image (package id should be nullable and it now is)

    • -0
    • +285
    ./sql/oracle/upgrade/upgrade-5.2.2-5.2.3d1.sql
    • -0
    • +63
    ./tcl/test/content-image-test-procs.tcl
Updating info files for 5.2.2

  1. … 17 more files in changeset.
Update release date

  1. … 17 more files in changeset.
Fixed 5.1->5.2 upgrade, all content repository tests now pass.

    • -1
    • +3
    ./sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql
    • -9
    • +13
    ./sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql
  1. … 2 more files in changeset.
Remove code that guesses package_id based on parent_id

    • -33
    • +667
    ./sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql
Remove code that guesses package_id based on parent_id. In almost all cases

this will return null anyway.

    • -10
    • +3
    ./sql/postgresql/content-folder.sql
    • -43
    • +15
    ./sql/postgresql/content-item.sql
fix content_type__refresh_view to do a lowercase when selecting table_name. this was in the upgrade script for 5.2.0a1 to 5.2.0a2 but didn't find it's way here

Update docs, bump info files for 5.2.1

  1. … 17 more files in changeset.
Remove dependency on ad_conn.

Fixes #2771. Made sure creation_* parameters are passed on to content::revision::new