• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Allow copy of files/folders into the same folder of the original content. This is done by appending a numerical suffix to the name.

It required modifying copy stored procedures so they could accept a different name and title for the copy.

I have also removed redundant package definition in oracle code that was immediately overridden afterwards.

  1. … 12 more files in changeset.
Fixed some PG code cut-and-pasted into the Oracle version. Cut-and-paste

of PG code into Oracle rarely works...

Checking that the copy.name is not null when copying it to same parent folder

of the source folder.

  1. … 3 more files in changeset.
Adding basic checks to content_folder.copy procedure in order to avoid

infinit loops.

  1. … 4 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Remove code that guesses package_id based on parent_id

  1. … 2 more files in changeset.
More 5.2 fixes for Oracle ...

  1. … 1 more file in changeset.
Changes to make the root of parentless items = -4 (security context root) instead of 0 (unregistered visitor)

Sites upgradeed from 4.6-4.6.1 have been operating with -4 as the parent_id for years (for example openacs.org) while new installs had

parent_id = 0. This caused problems with the new package_id code that calls content_item__get_root_folder which was assuming the root =

0. It looks like the new install code did not accomodate parent_id=-4 and that is now fixed.

Needs testing on Oracle.

  1. … 7 more files in changeset.
1. Fixed a wee bit of PG-ish code that snuck into the content repository's

Oracle datamodel.

2. Tested Dave's recent changes to subsite for Oracle. It works. Bumped

the info file to reflect the new version so the upgrade scripts will run.

  1. … 2 more files in changeset.
Allow content_folders to have non-cr_items as parents

  1. … 1 more file in changeset.
This is just a comment on the previous commit. Oracle was refusing to compile the package because the specification and body were not declaring the type in an identical way. The specification says that the package_id column is of type acs_objects.package_id%TYPE but the body previously was declaring it cr_folders.package_id%TYPE. That wasn't good enough for Oracle. Now the two are declaring the type the same way.

Bugfix

  1. … 1 more file in changeset.
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. … 321 more files in changeset.
fixed some upgrade scripts for oracle

  1. … 7 more files in changeset.
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

  1. … 2275 more files in changeset.
is_sub_folder always returned t

  1. … 2 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 25 more files in changeset.
Further fixing of bug #1858

  1. … 3 more files in changeset.
Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing

the reported error on installation. Fixed by changing the name to "edit_name"

and implemented it for PG as well (to keep names similar)

  1. … 28 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Fix content_folder.rename to actually change the label or

description if that parameter is specified.

Propagate cascade_p paramtere to child fodlers when deleting folder and

its contents in content_folder.del for oracle.

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
various bug fixes for package_id, title addition to acs_objects

  1. … 4 more files in changeset.
fixing bug 1598

  1. … 1 more file in changeset.
Remerge Timo's changes for tip 42,43, cf tip 53

  1. … 97 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

  1. … 96 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

  1. … 96 more files in changeset.