• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
minor fix: move_name should have been move__name

    • -1
    • +1
    ./upgrade/upgrade-5.2.0d12-5.2.0d13.sql
upgrade to fix bug in content_folder__move and add the integer,integer version used in content_item__move; bump to 5.2.0d13. thanks daveb

    • -0
    • +86
    ./upgrade/upgrade-5.2.0d12-5.2.0d13.sql
  1. … 1 more file in changeset.
Add content_folder__move function that allows rename on move. Already existed on Oracle.

*** empty log message ***

Add content_revision__del

Fix bug#2298. Create content_revision__del

  1. … 1 more file in changeset.
Move file to correct name for upgrade.

    • -70
    • +0
    ./upgrade/upgrade-5.1.5d2-5.1.5d3.sql
    • -0
    • +70
    ./upgrade/upgrade-5.1.5d3-5.1.5d4.sql
Fix bug#2298 correctly create content_revision__del

    • -0
    • +70
    ./upgrade/upgrade-5.1.5d2-5.1.5d3.sql
set live and latest to null so delete does not violate fk constraints

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

    • -1
    • +38
    ./upgrade/upgrade-5.1.4d4-5.1.4d5.sql
    • -0
    • +53
    ./upgrade/upgrade-5.1.5d1-5.1.5d2.sql
  1. … 318 more files in changeset.
Page root and template root registered as magic objects.

  1. … 1 more file in changeset.
Commented the creation of the index cr_items_name, already existed

  1. … 1 more file in changeset.
bind the fts contract when creating the datamodel

  1. … 1 more file in changeset.
add index on cr_revisions(publish_date), upgrade bump to 5.2.0d12

    • -0
    • +1
    ./upgrade/upgrade-5.2.0d11-5.2.0d12.sql
  1. … 3 more files in changeset.
Fix content_folder__is_subfolder pl/sql. Also fix tcl proc which was

passing in the wrong list format to package_exec_plsql. Add upgrade

script and tests.

    • -1
    • +38
    ./upgrade/upgrade-5.1.4d4-5.1.4d5.sql
    • -0
    • +53
    ./upgrade/upgrade-5.1.5d1-5.1.5d2.sql
  1. … 3 more files in changeset.
file upgrade-5.1.5d1-5.1.5d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.5d1-5.1.5d2.sql
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

    • -0
    • +195
    ./upgrade/upgrade-5.1.2d4-5.1.2d5.sql
    • -0
    • +125
    ./upgrade/upgrade-5.1.2d6-5.1.2d7.sql
    • -0
    • +97
    ./upgrade/upgrade-5.1.4d1-5.1.4d2.sql
    • -0
    • +129
    ./upgrade/upgrade-5.1.4d2-5.1.4d3.sql
    • -0
    • +130
    ./upgrade/upgrade-5.1.4d3-5.1.4d4.sql
    • -0
    • +310
    ./upgrade/upgrade-5.1.4d4-5.1.4d5.sql
    • -0
    • +11
    ./upgrade/upgrade-5.1.4d5-5.1.4d6.sql
  1. … 2261 more files in changeset.
fix to return folder id present in upgrade. just putting it here as well

Properly create content_revision__del. Fixes bug#2251

Fix define function args for content_item__set_live revision

    • -0
    • +10
    ./upgrade/upgrade-5.1.4d6-5.1.4d7.sql
  1. … 1 more file in changeset.
file upgrade-5.1.4d6-5.1.4d7.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.4d6-5.1.4d7.sql
Fix define function args for content_template__new

    • -0
    • +10
    ./upgrade/upgrade-5.2.0d10-5.2.0d11.sql
  1. … 1 more file in changeset.
Fix define function args for content_template__new to use the 8 parameter version.

    • -0
    • +11
    ./upgrade/upgrade-5.1.4d5-5.1.4d6.sql
  1. … 1 more file in changeset.
file upgrade-5.1.4d5-5.1.4d6.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.4d5-5.1.4d6.sql
Fix __delete functions to have __del variant.

    • -0
    • +347
    ./upgrade/upgrade-5.2.0d9-5.2.0d10.sql
  1. … 2 more files in changeset.
Create __del functions to match oracle.

    • -0
    • +310
    ./upgrade/upgrade-5.1.4d4-5.1.4d5.sql
  1. … 1 more file in changeset.
file upgrade-5.1.4d4-5.1.4d5.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.4d4-5.1.4d5.sql
Add __del function to match oracle so package_exec_plsql will work

Adding the define "define_function_args('content_template__new','name,parent_id,template_id,creation_date,creation_user,creation_ip,text,is_live')" in the function content_template__new

Fixing the params in the function content_item__set_live_revision() changing the param item_id by revision_id