Project

General

Profile

Statistics
| Revision:

# Date Author Comment
4465 10/16/2008 11:49 AM Jing Tao

Redirects to the index.jsp page.

4464 10/16/2008 11:48 AM Jing Tao

Redirects to the index.jsp page.

4463 10/16/2008 11:40 AM Jing Tao

Redirects to the index.jsp page.

4462 10/16/2008 11:40 AM Jing Tao

Redirects to the index.jsp page.

4461 10/16/2008 11:39 AM Jing Tao

Redirects to the index.jsp page.

4460 10/16/2008 11:38 AM Jing Tao

Redirects to the index.jsp page.

4459 10/16/2008 11:37 AM Jing Tao

Redirects to the index.jsp page.

4458 10/16/2008 11:36 AM Jing Tao

Redicts to the index.jsp page.

4457 10/16/2008 11:35 AM Jing Tao

Redicts to the page index.jsp.

4456 10/16/2008 11:35 AM Jing Tao

Redicts to index.jsp page.

4455 10/16/2008 11:34 AM Jing Tao

redicts to index.jsp

4454 10/14/2008 10:54 AM ben leinfelder

add support for displaying eml 2.1 documents.
split the "common" templates into nceas-common.xsl, but needed different stylesheets for 2.1.0 vs 2.0.1
see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528

4453 10/13/2008 08:51 PM ben leinfelder

add support for displaying eml 2.1 documents.
see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528

4452 10/13/2008 08:40 PM ben leinfelder

add support for displaying eml 2.1 documents

4451 10/13/2008 02:38 PM daigle

Get the file name from the system_id, handling cases where the id starts with http

4450 10/13/2008 11:34 AM ben leinfelder

check for existing access control rows before inserting (we do not need duplicate rows specifying the same access control)

4449 10/13/2008 10:42 AM ben leinfelder

in cases when only access control is being modified, we can temporarily ignore the exception thrown my the write method, insert the updated access control rules, then deal with the write exception. this occurs when the docid remains the same (no revision increase) but the permissions have been altered.

4448 10/13/2008 10:40 AM ben leinfelder

use correct spelling for "accessControl" elements

4447 10/13/2008 09:11 AM ben leinfelder

translate numeric permission to text permission when serializing.

4446 10/13/2008 09:09 AM ben leinfelder

use local name for end Element parsing...

4445 10/10/2008 05:15 PM daigle

New test case to test xml schema registration.

4444 10/10/2008 05:15 PM daigle

Add common test case db select, query and update methods. Add http post method.

4443 10/10/2008 05:14 PM daigle

Create new schema xml test driver files. Include a contextUrl token that gets replaced by the test java code where necessary.

4442 10/10/2008 05:12 PM daigle

Change the ServiceInterface into a base class called BaseService. All services extend BaseService.

4441 10/10/2008 05:11 PM daigle

remove XMLSchemaService import

4440 10/10/2008 05:11 PM daigle

change the FileUtil.createDirectory calls to catch an exception on error.

4439 10/10/2008 05:10 PM daigle

Get an instance of XMLSchemaService when refreshing.

4438 10/10/2008 05:09 PM daigle

Added refreshServices action to allow tests to refresh service caches. This will be expanded to only allow for admins.

4437 10/10/2008 05:08 PM daigle

Change some info log statements to debug

4436 10/10/2008 05:07 PM daigle

Added test properties

4435 10/09/2008 10:02 AM daigle

added testPrepare target which copies server test files into the war if the test.build property is set to true in build.properties

4434 10/09/2008 09:59 AM daigle

Added test.build property. This will control whether test files get included in the metacat server build.

4433 10/09/2008 09:58 AM daigle

Added schema files that need to be available on server to test xml schema registration.

4432 10/09/2008 09:57 AM daigle

Added xml files for testing schema.

4431 10/09/2008 09:54 AM daigle

Object to hold information about a single xml schema.

4430 10/09/2008 09:54 AM daigle

Add service to keep persistent information about xml schemas. This maintains a list of all registered schemas

4429 10/09/2008 09:53 AM daigle

Fix comments

4428 10/09/2008 09:52 AM daigle

Create document and temporary directories during configuration.

4427 10/09/2008 09:51 AM daigle

Use XMLSchemaService to access persistent schema information.

4426 10/09/2008 09:49 AM daigle

Look for schemaLocations in the document while initializing parser. If full schema validation is turned on in metacat.properties, and at least one schema is not registered locally, then turn on full schema validation in the parser.

4425 10/09/2008 09:43 AM daigle

Store schemaLocations as they are found in startElement. Save them in endDocument. In this way, schemas will only get saved locally if the document parses successfully.

4424 10/09/2008 09:40 AM daigle

Move xml schema specific functionality to XMLSchemaService

4423 10/09/2008 09:37 AM daigle

Added useFullSchemaValidation flag to toggle schema validation.

4422 10/08/2008 11:39 AM ben leinfelder

include context for replication server

4421 10/08/2008 11:29 AM ben leinfelder

use secure server for replication - note that this is WITHOUT "https://" prepended

4420 10/08/2008 11:28 AM ben leinfelder

use correct log directory/file for replication errors

4419 10/07/2008 04:40 PM ben leinfelder

replicate xml_access entries across servers.
see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3464
note: still needs to be tested...but needed to be checked in for other metacat installations to be updated....

4418 10/02/2008 02:50 PM daigle

Added scripts to install an oracle or postgres database for a particular version of metacat back to version 1.4. Pulled these from previous metacat tags.

4417 10/02/2008 02:48 PM daigle

Added debug statements that tell which subtest is being run.

4416 10/02/2008 02:47 PM daigle

Display the deb.runConfiguration property in debug

4415 10/02/2008 02:46 PM daigle

Add additional indexed to match postgres scripts

4414 10/02/2008 02:46 PM daigle

Re-add the xml_node id trigger. In oracle, this gets blown away when we switch tables.

4413 10/02/2008 02:45 PM daigle

Add nodedatanumerical column and associated population sql

4412 10/02/2008 02:44 PM daigle

Add date to log output. Shorten Metacat to MC

4411 09/30/2008 02:45 PM ben leinfelder

improve clarity of the available cart actions by:
-hiding/showing the logical options for a given screen (only allowed to remove when viewing the cart)
-refresh when cart changes - more positive feedback that pushing buttons actually did something.

4410 09/30/2008 11:19 AM ben leinfelder

make "add to cart" more obvious (with icon, too!)

4409 09/29/2008 06:23 PM Jing Tao

Add new variable to see if resolver download a new schema.

4408 09/29/2008 05:40 PM daigle

Add debug statements to the bypass config section

4407 09/29/2008 11:15 AM daigle

Delete test document after test is through.

4406 09/29/2008 11:08 AM daigle

Add support email to configuration error messages

4405 09/29/2008 10:02 AM daigle

Make ecogrid deploy directories relative paths.

4404 09/29/2008 09:58 AM daigle

the metacat directory no longer has to be set for ecogrid (seek) checkout and build.

4403 09/29/2008 09:57 AM daigle

Reload backup properties after they are changed so it will show up on the configuration form when you go back to it.

4402 09/29/2008 09:57 AM daigle

Show selected value in dropdown field

4401 09/26/2008 05:28 PM daigle

Add schema locations for 2.1.0

4400 09/26/2008 05:27 PM daigle

Handle ignoring oracle errors when we try to delete an object that doesn't exist. Also, add parsing for sql script with pl/sql.

4399 09/26/2008 03:43 PM ben leinfelder

adding document "cart" feature to metacat. will not be highly published as a feature until well-vetted.

4398 09/26/2008 03:10 PM ben leinfelder

add login feature for first. integrates with existing metacat-skin-based login approach.
only show cart for authenticated users.

4397 09/26/2008 03:01 PM ben leinfelder

add logout link.
do not search for cart documents if the cart is empty.

4396 09/26/2008 10:47 AM walbridge

minor fix

4395 09/26/2008 10:46 AM walbridge

Change unaffliated to match the LDAP name

4394 09/26/2008 10:28 AM walbridge

Further rework on ldapweb.cgi for 1.9 compatibility. Finished changes needed to have skinnable presentation for ldapweb.cgi, and reworked the organization logic to be compatible with our current method of storing the data (organization.* within metacat.properties).

4393 09/25/2008 04:11 PM ben leinfelder

add spinner for long searches

4392 09/25/2008 04:10 PM ben leinfelder

highlight the cart contents on reload

4391 09/25/2008 04:09 PM ben leinfelder

use regular hyperlink to viewing question (item) details - nested form elements were causing grief after being included with ajax calls.

4390 09/25/2008 04:06 PM ben leinfelder

refresh the entire cart view when modifications are made.
add icons to many of the control features (download, remove...)

4389 09/25/2008 04:02 PM ben leinfelder

show selected metadata fields in the cart view and allow them to be removed from said view

4388 09/24/2008 05:41 PM ben leinfelder

added Scriptaculous effects to many of the ajax calls.
neat-o!

4387 09/24/2008 04:04 PM ben leinfelder

can now select and save metadata fields from a document and use them when merging across documents in the "cart"

4386 09/24/2008 04:02 PM ben leinfelder

use full width of the screen

4385 09/24/2008 11:28 AM daigle

Convert remainder of tests that use PropertyService to extend the MCTestCase class

4384 09/24/2008 11:28 AM daigle

Convert remainder of tests that use PropertyService to extend the MCTestCase class

4383 09/24/2008 11:27 AM daigle

Add properties file that tells tests where to look for configured metacat application.

4382 09/24/2008 09:37 AM daigle

Have test cases read properties from configured metacat.properties file.

4381 09/23/2008 04:44 PM ben leinfelder

add "cart" information (won't work for others until i commit the backing classes in meetacat servlet...but need to track the changes for this now).

4380 09/23/2008 04:43 PM ben leinfelder

add "cart" information (won't work for others until i commit the backing classes in meetacat servlet...but need to track the changes for this now).

4379 09/23/2008 04:42 PM ben leinfelder

[optionally] view assessment details from within results set

4378 09/23/2008 04:42 PM walbridge

Number of fixes, including removing all lastid code and replacing with a single function which always queries remotely instead of relying on lookups, solving #3019. Fixed parsing of spatial coordinates for site-based skins, removed dependency on AppConfig as we're fully using .properties files at this point.

4377 09/23/2008 04:40 PM ben leinfelder

parameterize the div used for ajax results

4376 09/23/2008 04:19 PM walbridge

Enable upload as default on NCEAS skin

4375 09/23/2008 04:18 PM daigle

Export environment variables in tomcat startup file

4374 09/23/2008 04:15 PM ben leinfelder

correct targets for links in iframe

4373 09/23/2008 04:11 PM walbridge

Change references of baseUrl to contextUrl, fix parsing error in confirmData which was throwing errors due to invalid keyword counts

4372 09/23/2008 01:50 PM daigle

Created a distbin target that creates a binary zip and tar.gz which has the war file and supporting install files.

4371 09/23/2008 11:33 AM walbridge

Add SpecNet .properties file for registry usage

4370 09/23/2008 10:37 AM walbridge

Added required options for setting default public on documents, special flag for ESA documents

4369 09/23/2008 09:39 AM daigle

build Metacat.pm from within ant. Deploy cgi files to lib dir inside metacat.

4368 09/23/2008 09:36 AM daigle

Source the lib directory in the metacat application. This is the new location of Metacat.pm

4367 09/23/2008 09:34 AM daigle

Add application.tempDir to configuration form and documentation.

4366 09/23/2008 09:33 AM daigle

Add cpan install description for Config::Properties package