acs-content-repository

  • last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Argh! "content" wants to be richtext, not text !!!

file upgrade-5.7.0d4-5.7.0d5.sql was initially added on branch oacs-5-7.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.7.0d4-5.7.0d5.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.7.0d4-5.7.0d5.sql
Kludge around xotcl-core for oracle, as was done earlier for PG.

    • -14
    • +29
    ./sql/oracle/upgrade/upgrade-5.7.0d3-5.7.0d4.sql
1. Added "--default foo" style comments to new PL/pgSQL function parameters

because xotcl-core, rather than use the metadata created by define_function_params,

ASSIGNS SEMANTICS TO THESE SQL COMMENTS. Bah. If I truly cared about quality

I'd insist the xotcl people fix their code and do things right, but I know that

would never happen so ... kludge away.

2. xotcl-core adds CR attributes (rather than fix core). So my fixing of

core conflicts, meaning I have to kludge again. Still needs to be fixed

for oracle.

  1. … 3 more files in changeset.
Added a couple of CR revision attributes - the oracle equivalent of the

previous PG commit.

    • -0
    • +23
    ./sql/oracle/upgrade/upgrade-5.7.0d3-5.7.0d4.sql
Adding a couple of attributes to make packages working with meta-data less

kludgey. PG-only with this commit, Oracle to follow.

    • -0
    • +25
    ./sql/postgresql/upgrade/upgrade-5.7.0d3-5.7.0d4.sql
bumped version number to 5.7.0d3

- Don't require ad_returnfile_background to be a proc

Moved table building and column adding code from content repository to

kernel, so all objects can benefit. Part of the acs object management package

work.

    • -27
    • +1
    ./sql/postgresql/content-create.sql
    • -24
    • +13
    ./sql/postgresql/content-type.sql
  1. … 2 more files in changeset.
Upgrade scripts for changes on object metadata creation (adding automatic

table and column creation to base objects as well as CR object, object views,

etc).

    • -0
    • +105
    ./sql/postgresql/upgrade/upgrade-5.7.0d2-5.7.0d3.sql
  1. … 2 more files in changeset.
- use usual parameter notation

Bumped version numbers to 5.6.0d1

  1. … 23 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
Changes for supporting postgresql 9.0:

- Avoiding usage of SQL reserved keywords on plpsql functions (plpsql lexer and parser were reworked).

- Fixing all those places on which FROM clause was automatically added by PG ( PG Config add_missing_from parameter was removed for this release of PG ).

Many thanks to Tracy Adams and Jeff Lu for providing first version of the patches.

    • -0
    • +147
    ./sql/postgresql/upgrade/upgrade-5.7.0d1-5.7.0d2.sql
  1. … 14 more files in changeset.
Use passed in content type, default to image

Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

    • -1
    • +3
    ./tcl/test/content-item-test-procs.tcl
Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

    • -2
    • +4
    ./tcl/test/content-item-test-procs.tcl
Fix test which in one part assumed live revision and the rest of the test looked for latest revision.

    • -2
    • +2
    ./tcl/test/content-item-test-procs.tcl
Bumped to 5.6.0.

  1. … 24 more files in changeset.
Make content::item::new is live parameter default to f instead of empty string to match content::revision::new

Make content::item::new is live parameter default to f instead of empty string to match content::revision::new

Bumped to beta 3 so I could put in this important upgrade script, fixing

a problem with using package_instantiate_object to instantiate a base

(acs_object) object. Never done in core or .lrn code apparently because typically

you instantiate subtypes, but it is important to get right.

  1. … 26 more files in changeset.
Replace single quote in tcl string with double quotes

Fix single quotes around string in procedure call

Bumped remaining packages to 5.6.0b2

  1. … 24 more files in changeset.
Bumped info files for 5.6.0b1

  1. … 22 more files in changeset.
Bumped version number for 5.6.0a1

  1. … 22 more files in changeset.
Implements TIP #142: Administration UI to manage mime types and extension map

    • -0
    • +10
    ./www/admin/index.adp
    • -0
    • +6
    ./www/admin/mime-types/extensions.adp
    • -0
    • +40
    ./www/admin/mime-types/extensions.tcl
    • -0
    • +25
    ./www/admin/mime-types/extensions.xql
    • -0
    • +6
    ./www/admin/mime-types/index.adp
    • -0
    • +99
    ./www/admin/mime-types/index.tcl
    • -0
    • +25
    ./www/admin/mime-types/index.xql
    • -0
    • +6
    ./www/admin/mime-types/map.adp
    • -0
    • +47
    ./www/admin/mime-types/map.tcl
    • -0
    • +14
    ./www/admin/mime-types/map.xql
    • -0
    • +6
    ./www/admin/mime-types/new.adp
    • -0
    • +44
    ./www/admin/mime-types/new.tcl
    • -0
    • +19
    ./www/admin/mime-types/unmap.tcl
    • -0
    • +13
    ./www/admin/mime-types/unmap.xql
Make sure you always cascade when dropping the views or it will fail.

    • -0
    • +337
    ./sql/postgresql/upgrade/upgrade-5.6.0d3-5.6.0d4.sql
Fix typo table name should have been table_name