Project

General

Profile

« Previous | Next » 

Revision 4873

Added by daigle about 15 years ago

Update version to 1.9.1. Add nrs ldap properties to configuration.

View differences:

lib/style/skins/nrs/nrs.properties.metadata.xml
9 9
	</group>
10 10

  
11 11
	<config>
12
		<key>registry.config.base</key>
13
		<label>LDAP Base</label>
14
		<group>1</group>
15
		<index>1</index>
16
		<description>NRS LDAP base.</description>
17
	</config>
18
	
19
	<config>
20
		<key>registry.config.username</key>
21
		<label>LDAP Username</label>
22
		<group>1</group>
23
		<index>2</index>
24
		<description>NRS LDAP user name.</description>
25
	</config>
26

  
27
	<config>
28
		<key>registry.config.password</key>
29
		<label>LDAP Password</label>
30
		<group>1</group>
31
		<fieldType>password</fieldType>
32
		<index>3</index>
33
		<description>NRS LDAP password.</description>
34
	</config>
35

  
36
	<config>
12 37
		<key>registry.show.siteList</key>
13 38
		<label>Show Site List</label>
14 39
		<group>1</group>
15
		<index>1</index>
40
		<index>4</index>
16 41
		<fieldType>checkbox</fieldType>
17 42
		<description>Show the site list in the registry.</description>
18 43
		<helpFile>properties.html#registry.show.siteList</helpFile>
......
22 47
		<key>registry.show.wgList</key>
23 48
		<label>Show Work Group List</label>
24 49
		<group>1</group>
25
		<index>2</index>
50
		<index>5</index>
26 51
		<fieldType>checkbox</fieldType>
27 52
		<description>Show the work group list in the registry.</description>
28 53
		<helpFile>properties.html#registry.show.wgList</helpFile>
......
32 57
		<key>registry.show.organization</key>
33 58
		<label>Show Organization List</label>
34 59
		<group>1</group>
35
		<index>3</index>
60
		<index>6</index>
36 61
		<fieldType>checkbox</fieldType>
37 62
		<description>Show the organization in the registry.</description>
38 63
		<helpFile>properties.html#registry.show.organization</helpFile>
......
42 67
		<key>registry.modules.taxonomic</key>
43 68
		<label>Show Taxonomic Module</label>
44 69
		<group>1</group>
45
		<index>4</index>
70
		<index>7</index>
46 71
		<fieldType>checkbox</fieldType>
47 72
		<description>Show the taxonmic section in the registry.</description>
48 73
		<helpFile>properties.html#registry.modules.taxonomic</helpFile>
......
52 77
		<key>registry.modules.method</key>
53 78
		<label>Show Method Module</label>
54 79
		<group>1</group>
55
		<index>5</index>
80
		<index>8</index>
56 81
		<fieldType>checkbox</fieldType>
57 82
		<description>Show the method section in the registry.</description>
58 83
		<helpFile>properties.html#registry.modules.method</helpFile>
......
62 87
		<key>registry.modules.spatial</key>
63 88
		<label>Show Spatial Module</label>
64 89
		<group>1</group>
65
		<index>6</index>
90
		<index>9</index>
66 91
		<fieldType>checkbox</fieldType>
67 92
		<description>Show the spatial section in the registry.</description>
68 93
		<helpFile>properties.html#registry.modules.spatial</helpFile>
......
72 97
		<key>registry.modules.keyword</key>
73 98
		<label>Show Keyword Module</label>
74 99
		<group>1</group>
75
		<index>7</index>
100
		<index>10</index>
76 101
		<fieldType>checkbox</fieldType>
77 102
		<description>Show the keyword section in the registry.</description>
78 103
		<helpFile>properties.html#registry.modules.keyword</helpFile>
......
82 107
		<key>registry.modules.temporal</key>
83 108
		<label>Show Temporal Module</label>
84 109
		<group>1</group>
85
		<index>8</index>
110
		<index>11</index>
86 111
		<fieldType>checkbox</fieldType>
87 112
		<description>Show the temporal section in the registry.</description>
88 113
		<helpFile>properties.html#registry.modules.temporal</helpFile>
......
92 117
		<key>registry.modules.upload</key>
93 118
		<label>Show Upload Module</label>
94 119
		<group>1</group>
95
		<index>9</index>
120
		<index>12</index>
96 121
		<fieldType>checkbox</fieldType>
97 122
		<description>Show the upload section in the registry.</description>
98 123
		<helpFile>properties.html#registry.modules.upload</helpFile>
......
102 127
		<key>registry.required.temporal</key>
103 128
		<label>Temporal Value Required</label>
104 129
		<group>1</group>
105
		<index>10</index>
130
		<index>13</index>
106 131
		<fieldType>checkbox</fieldType>
107 132
		<description>Determine if temporal value must be entered.</description>
108 133
		<helpFile>properties.html#registry.required.temporal</helpFile>
......
112 137
		<key>registry.required.spatial</key>
113 138
		<label>Spatial Value Required</label>
114 139
		<group>1</group>
115
		<index>11</index>
140
		<index>14</index>
116 141
		<fieldType>checkbox</fieldType>
117 142
		<description>Determine if spatial value must be entered.</description>
118 143
		<helpFile>properties.html#registry.required.spatial</helpFile>
......
122 147
		<key>registry.required.contactEmailAddress</key>
123 148
		<label>Contact Email Address Required</label>
124 149
		<group>1</group>
125
		<index>12</index>
150
		<index>15</index>
126 151
		<fieldType>checkbox</fieldType>
127 152
		<description>Determine if contact email address must be entered.</description>
128 153
		<helpFile>properties.html#registry.required.contactEmailAddress</helpFile>
lib/metacat.properties
66 66
database.upgradeVersion.1.7.0=upgrade-db-to-1.7
67 67
database.upgradeVersion.1.8.0=upgrade-db-to-1.8
68 68
database.upgradeVersion.1.9.0=upgrade-db-to-1.9
69
database.upgradeVersion.1.9.1=upgrade-db-to-1.9.1
69 70
database.initialConnections=5
70 71
database.incrementConnections=5
71 72
database.maximumConnections=200
src/loaddtdschema-oracle.sql
51 51
  VALUES ('Schema', '/schema/RegistryService/RegistryEntryType.xsd', '/schema/RegistryService/RegistryEntryType.xsd');
52 52

  
53 53
INSERT INTO db_version (version, status, date_created) 
54
  VALUES ('1.9.0',1,CURRENT_DATE);
54
  VALUES ('1.9.1',1,CURRENT_DATE);
src/upgrade-db-to-1.9.1-postgres.sql
1
UPDATE db_version SET status=0;
2

  
3
INSERT INTO db_version (version, status, date_created) 
4
  VALUES ('1.9.1', 1, CURRENT_DATE);
src/loaddtdschema-postgres.sql
51 51
  VALUES ('Schema', 'http://ecoinformatics.org/registryentry-1.0.0', '/schema/RegistryService/RegistryEntryType.xsd');
52 52

  
53 53
INSERT INTO db_version (version, status, date_created) 
54
  VALUES ('1.9.0',1,CURRENT_DATE);
54
  VALUES ('1.9.1',1,CURRENT_DATE);
src/upgrade-db-to-1.9.1-oracle.sql
1
UPDATE db_version SET status=0; 
2

  
3
INSERT INTO db_version (version, status, date_created) 
4
  VALUES ('1.9.1', 1, CURRENT_DATE);
build.properties
2 2

  
3 3
#Version of this build.  This needs to be a dotted numeric version.  For
4 4
#instance 1.9.1 is okay.  1.9.1_rc1 is not.
5
metacat.version=1.9.0
5
metacat.version=1.9.1
6 6

  
7 7
#This is for packaging purposes.  leave it blank for final production release.
8 8
metacat.releaseCandidate=-6
README
8 8
Metacat: XML Metadata and Data Management System
9 9
------------------------------------------------
10 10

  
11
Version: 1.9.1 Release
12

  
13
Send feedback and bugs to: metacat-dev@ecoinformatics.org
14
                           http://bugzilla.ecoinformatics.org
15
                           
16
The 1.9.1 release holds the bug fixes found after releasing 1.9.0 beta.  
17
These bugs were primarily replication issues.  There is no difference 
18
in functionality between 1.9.0 and 1.9.1                          
19

  
11 20
Version: 1.9.0 Release
12 21

  
13 22
Send feedback and bugs to: metacat-dev@ecoinformatics.org
build.xml
566 566

  
567 567
    </target>
568 568

  
569
   <target name="install" depends="clean, build-metacat" description="* Full Install For Development *">
569
   <target name="install" depends="build-metacat" description="* Full Install For Development *">
570 570
     <copy file="${dist.dir}/${metacat.context}.war" todir="${app.deploy.dir}"/>
571 571
   	 <delete dir="${app.deploy.dir}/${metacat.context}" />
572 572
   	   <tstamp>

Also available in: Unified diff