Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] Important Changes in r307 (CO-362)

Subject: COmanage Developers List

List archive

[comanage-dev] Important Changes in r307 (CO-362)


Chronological Thread 
  • From: Benn Oshrin <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] Important Changes in r307 (CO-362)
  • Date: Thu, 05 Jul 2012 18:44:58 -0400

r307 add support for Extended Types (CO-362), which are needed to make Identifier Assignment (CO-344) useful. Once you update to or past r307, you will need to manually make some changes. (If we had production users, I'd write an update script, but since it's just us...)

(1) Update the database schema. (Console/cake database) Make sure cm_identifiers:type is now VARCHAR(32).

(2) Manually update the types in your table to match the new values defined in https://spaces.internet2.edu/display/COmanage/cm_identifiers. For example

SQL> update cm_identifiers set type='mail' where type='M';

Also, I broke the code that intercepts requests without a CO and puts up that annoying CO selector popup. With the new dropdowns, this shouldn't be needed anymore. So I also dropped the three columns main menu (which will eventually be replaced with the dashboard).

If you have any questions about this, let me know.

-Benn-


  • [comanage-dev] Important Changes in r307 (CO-362), Benn Oshrin, 07/05/2012

Archive powered by MHonArc 2.6.16.

Top of Page