• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1464 more files in changeset.
merge from oacs-5-10

    • -0
    • +286
    ./oracle/upgrade/upgrade-1.1.5d1-1.1.5d2.sql
    • -0
    • +89
    ./postgresql/upgrade/upgrade-1.1.5d1-1.1.5d2.sql
    • -0
    • +10
    ./postgresql/upgrade/upgrade-1.1.5d3-1.1.5d4.sql
  1. … 8087 more files in changeset.
file upgrade-1.1.5d5-1.1.5d6.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.1.5d5-1.1.5d6.sql
file upgrade-1.1.5d3-1.1.5d4.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./oracle/upgrade/upgrade-1.1.5d3-1.1.5d4.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.1.5d3-1.1.5d4.sql
file upgrade-1.1.5d1-1.1.5d2.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./oracle/upgrade/upgrade-1.1.5d1-1.1.5d2.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.1.5d1-1.1.5d2.sql
file upgrade-1.1.4-1.1.5d1.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.1.4-1.1.5d1.sql
merged changes from the oacs-5-9 branch and resolved conflicts

    • -3
    • +3
    ./oracle/upgrade/upgrade-1.0d3-1.0d4.sql
    • -3
    • +3
    ./postgresql/category-synonym-package.sql
    • -4
    • +4
    ./postgresql/category-tree-package.sql
    • -0
    • +260
    ./postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql
    • -0
    • +13
    ./postgresql/upgrade/upgrade-1.1.3d6-1.1.3d7.sql
  1. … 7823 more files in changeset.
file upgrade-1.1.3d7-1.1.3d8.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.1.3d7-1.1.3d8.sql
file upgrade-1.1.3d6-1.1.3d7.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.1.3d6-1.1.3d7.sql
file upgrade-1.1.3d5-1.1.3d6.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.1.3d5-1.1.3d6.sql
file upgrade-1.1.3d4-1.1.3d5.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql
- 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

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.
fixing category relations

  1. … 2 more files in changeset.
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
file categories-relation.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/categories-relation.sql
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.
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.