• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add function args missed by earlier upgrades

- bump version numbers

    • -0
    • +29
    ./postgresql/upgrade/upgrade-1.1.3d3-1.1.3d4.sql
  1. … 9 more files in changeset.
- update postgres function to modern style plpgsql definitions using dollar quoting

    • -11
    • +11
    ./postgresql/categories-init.sql
    • -23
    • +23
    ./postgresql/categories-relation.sql
    • -17
    • +32
    ./postgresql/category-link-package.sql
    • -123
    • +156
    ./postgresql/category-package.sql
    • -77
    • +154
    ./postgresql/category-synonym-package.sql
    • -150
    • +183
    ./postgresql/category-tree-package.sql
    • -17
    • +20
    ./postgresql/upgrade/upgrade-1.0d1-1.0d2.sql
    • -41
    • +63
    ./postgresql/upgrade/upgrade-1.0d6-1.0d7.sql
    • -19
    • +21
    ./postgresql/upgrade/upgrade-1.1.2d1-1.1.2d2.sql
    • -10
    • +17
    ./postgresql/upgrade/upgrade-1.1.2d2-1.1.2d3.sql
    • -16
    • +18
    ./postgresql/upgrade/upgrade-1.1.2d3-1.1.2d4.sql
    • -16
    • +20
    ./postgresql/upgrade/upgrade-1.1d1-1.1d2.sql
    • -58
    • +55
    ./postgresql/upgrade/upgrade-1.1d2-1.1d3.sql
    • -27
    • +27
    ./postgresql/upgrade/upgrade-1.1d3-1.1d4.sql
  1. … 27 more files in changeset.
dont give table and id columns for tables that do not exist; maybe there should be an upgrade to fix this as well

Basic package drop works now for PostgreSQL (Oracle will come later)

    • -16
    • +10
    ./postgresql/categories-drop.sql
- fix incorrect reference to table in category_tree__copy

- revert a change of don to make categories admin interface working again.

    • -1
    • +1
    ./postgresql/category-tree-package.sql
  1. … 1 more file in changeset.
Fixed apparently untested fix by gustafn that tried to update a table

using the syntax "update categories c set ...", which is not SQL.

    • -1
    • +1
    ./postgresql/category-tree-package.sql
fix 2 bugs

- call to a non-existing acs_object__new with 5 args

- 2 table references were incorrect in category_tree__copy

    • -2
    • +3
    ./postgresql/category-tree-package.sql
    • -0
    • +63
    ./postgresql/upgrade/upgrade-1.1.2d3-1.1.2d4.sql
  1. … 1 more file in changeset.
Fix typo, require_category_p duplicated. Should be widget instead.

Fix missing column "widget" in category_tree_map in Oracle; strangely enough, the upgrade script was available.

Fix missing column "widget" in category_tree_map in Oracle

Fixed problem with repeat parameter on category_tree.map procedure

add update script

    • -0
    • +18
    ./postgresql/upgrade/upgrade-1.1.2d2-1.1.2d3.sql
  1. … 1 more file in changeset.
add missing alias for function category__name

  1. … 1 more file in changeset.
Fixing problem with missing widget

    • -0
    • +9
    ./oracle/upgrade/upgrade-1.1.2d1-1.1.2d2.sql
    • -3
    • +5
    ./postgresql/category-tree-package.sql
    • -0
    • +39
    ./postgresql/upgrade/upgrade-1.1.2d1-1.1.2d2.sql
  1. … 1 more file in changeset.
CVS merge dup'd a \i line causing the datamodel to fail

merged version from cvs 5-2, conflicts resolved (2x white space, 1x .info file)

    • -0
    • +60
    ./postgresql/categories-relation.sql
    • -1
    • +1
    ./postgresql/category-tree-package.sql
  1. … 16 more files in changeset.
fix typo; thanks again to ricardo

    • -1
    • +1
    ./postgresql/category-tree-package.sql
bugfix: source categores-relation script

fixing installation of meta category relations

fixing category relations

    • -26
    • +26
    ./postgresql/upgrade/upgrade-1.1d3-1.1d4.sql
  1. … 1 more file in changeset.
fixing category relations

  1. … 2 more files in changeset.
upgrade script to to create new types and roles for the meta category

file upgrade-1.1d3-1.1d4.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.1d3-1.1d4.sql
Creating rel_types and roles to support meta categories

    • -0
    • +62
    ./postgresql/categories-relation.sql
file categories-relation.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/categories-relation.sql
sequence.nextval doesn't have trailing parentheses on Oracle

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

    • -15
    • +15
    ./postgresql/category-synonym-package.sql
    • -0
    • +155
    ./postgresql/upgrade/upgrade-1.0d6-1.0d7.sql
  1. … 318 more files in changeset.
Adding another 'or replace'.

create -> create or replace for rolling the failed 1.0d3 -> 1.0d4 upgrade

make the category tree acs_object.title the tree name

    • -0
    • +8
    ./oracle/upgrade/upgrade-1.1d2-1.1d3.sql
    • -1
    • +3
    ./postgresql/category-tree-package.sql
    • -0
    • +158
    ./postgresql/upgrade/upgrade-1.1d2-1.1d3.sql
  1. … 1 more file in changeset.