Index: openacs-4/packages/organizations/organizations.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/organizations/organizations.info,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/organizations/organizations.info 17 Sep 2005 10:24:21 -0000 1.7.2.1 +++ openacs-4/packages/organizations/organizations.info 14 Oct 2005 21:54:57 -0000 1.7.2.2 @@ -7,20 +7,20 @@ f f - - Jon Griffin - Jade Rubick + + Alex Kroman Implementation of HR-XML organizations datamodel. - 2004-06-25 - Mayuli Enterprises, LLC + 2005-10-14 + Integrated Bakery Resources Provides the datamodel for an implementation of the HR-XML organizations spec, but no API for manipulating the data. Also note that the Oracle code is out of sync with the Postgres code. The source code has comments in it indicating what needs to be updated to make things work correctly [Jade Rubick]. + 0 - + Index: openacs-4/packages/organizations/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/organizations/www/index.adp,v diff -u -r1.2 -r1.2.6.1 --- openacs-4/packages/organizations/www/index.adp 26 Jan 2004 15:39:47 -0000 1.2 +++ openacs-4/packages/organizations/www/index.adp 14 Oct 2005 21:54:57 -0000 1.2.6.1 @@ -3,23 +3,8 @@ @title@ @context_bar;noquote@ - + + - - - - - - - -
- - - - - - -
- Index: openacs-4/packages/organizations/www/index.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/organizations/www/index.xql,v diff -u -r1.2 -r1.2.6.1 --- openacs-4/packages/organizations/www/index.xql 26 Jan 2004 15:39:47 -0000 1.2 +++ openacs-4/packages/organizations/www/index.xql 14 Oct 2005 21:54:57 -0000 1.2.6.1 @@ -10,10 +10,12 @@ o.notes, ot.type as organization_type FROM - organizations o, - organization_types ot, - organization_type_map tm - WHERE + organizations o + INNER JOIN acs_objects ob ON o.organization_id = ob.object_id + LEFT JOIN organization_type_map tm ON o.organization_id = tm.organization_id + INNER JOIN organization_types ot ON ot.organization_type_id = tm.organization_type_id + WHERE + ob.context_id = :package_id and o.organization_id = tm.organization_id and tm.organization_type_id = ot.organization_type_id [template::list::filter_where_clauses -and -name "orgs"] Index: openacs-4/packages/organizations/www/one.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/organizations/www/one.adp,v diff -u -r1.2 -r1.2.6.1 --- openacs-4/packages/organizations/www/one.adp 26 Jan 2004 15:39:47 -0000 1.2 +++ openacs-4/packages/organizations/www/one.adp 14 Oct 2005 21:54:57 -0000 1.2.6.1 @@ -5,32 +5,32 @@ - + - + - + - + - + - +
Name:Name: @name@
Legal name:Legal name: @legal_name@
Email:Email: @email@
Website:Website: @url@
Registration number:Registration number: @reg_number@
Notes:Notes: @notes@