Ignore:
Timestamp:
03/19/13 12:40:32 (11 years ago)
Author:
mwindhouwer
Message:

M mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/xml/dc.xml
M mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/components/ProfileValueDomainEditor.xml
M mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/xsl/Profiles2CDF.xsl
M mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/xsl/DC2CDF.xsl
M mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/js/org/isocat/gui/DCEditor.js
M mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/js/org/isocat/gui/ProfileValueDomainEditor.js
M mod-ISOcat-access-data/access/dc_check.xsl
M mod-ISOcat-access-data/access/dc_sql.xsl
M mod-ISOcat-access-data/dbms/ISOcat-schema-init.sql

  • renamed Private profile to 'undecided'
  • added 'not available' profile

M mod-ISOcat-site/site/index_files/news.html
M mod-ISOcat-site/pub/isocat.pub

  • keep track of the revision info
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-access-data/access/dc_sql.xsl

    r2584 r2710  
    2727                <xsl:choose>
    2828                        <xsl:when test="$list='profile'">
    29                                 <xsl:variable name="val" select="if (normalize-space($value)='') then ('Private') else ($value)"/>
     29                                <xsl:variable name="val" select="if (normalize-space($value)='') then ('undecided') else ($value)"/>
    3030                                <xsl:variable name="doc" select="doc('active:ISOcat.access.data.dm.profiles')" use-when="system-property('ten60.pid')!=''"/>
    3131                                <xsl:variable name="doc" select="doc('http://localhost:8080/isocat/rest/info/profiles.xml')" use-when="system-property('ten60.pid')=''"/>
Note: See TracChangeset for help on using the changeset viewer.