• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 2273 more files in changeset.
Misspelled the query name for calling an Oracle function in package_exec_plsql...

Fixed package_exec_plsql so it works with Oracle procedures as well as

functions (PG only has functions so was working fine for all cases)

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
adding new .LRN admin features, by Hector A. hr_amado@galileo.edu

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

  1. … 116 more files in changeset.
function should have been plsql_utility::generate_constraint_name not generate_constraint resolves bug 1848

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.
Added get_rel_segment accessor function.

revert the 1.12 - 1.13 change, breaks adding group types and rel types (and other autogenerated plpgsql) http://openacs.org/forums/message-view?message_id=190202, bug 1893

Made package_exec_plsql work for Oracle procedures ...

Do not require subsite_id to subsite::get_element

reverting - we are not quite ready yet

reverting - we are not quite ready yet

trickling isssues with adding package_id to acs_object table

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

  1. … 644 more files in changeset.
Fixed bug #1526

Fixed Bug #1187 by applying Patch #472

Fixed bug #1392: Documented the behaviour of group::member_p

moving bulk user add pages from /acs-admin to subsite admin

  1. … 12 more files in changeset.
warn on value provided for non-existent arg for package_exec_plsql

Fixed get_pageflow_structure to correctly label the index_redirect_url as

"Home".

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.
Fix bug when inviting new users via the members page on the main site, where creating the user will already make them a member of the main site, by checking to see if a relation already exists before inserting a new one. The reason for this particular fix is that it will still insert the extra admin_rel relation, if you're chose to make the user an admin.

Added categories to the automated test(s).

  1. … 10 more files in changeset.
package_instantiate_object always passed NULL as the object id to new()

if you were generating the object from a form.

Allow adding members to groups without doing permissions check -- useful when adding the creator of a group to the group

Cleanups, play/tabbed templates instead of default/community