Project

General

Profile

Statistics
| Revision:

# Date Author Comment
4849 03/17/2009 05:12 PM daigle

Handle all places where ldap may be null

4848 03/17/2009 04:54 PM daigle

enclose more references to ldap and mesg in the if (ldap) statement.

4847 03/17/2009 04:40 PM daigle

made mesg var global to function.

4846 03/17/2009 04:35 PM daigle

left off ;

4845 03/17/2009 04:28 PM daigle

Do not try to use non-existant ldap object if ldap server is down.

4841 03/13/2009 01:27 PM daigle

Use only one eml common stylesheet directory for all post 2.0.0 beta versions of eml. Point all eml versions to that directory in skin xml files.

4819 02/27/2009 10:42 AM daigle

distribute perl autosplit.ix file with metacat. change tomcat startup script output to echos.

4818 02/27/2009 10:40 AM daigle

Add db rollback scripts

4815 02/20/2009 01:28 PM daigle

update workers.properties with more standard ajp13 worker name (not used until apt-get install project)

4812 02/18/2009 04:30 PM daigle

Format indexPaths in metacat.properties. Remove from build.properties and build.xml. Move indexPath list getter from MetacatUtil to SystemUtil.

4811 02/17/2009 04:01 PM daigle

Replace System.out.println statements with logMetacat statements.

4810 02/17/2009 02:45 PM daigle

moved file from metacat/bin to metacat/src/scripts/bash since eclipse uses <project>/bin as a default build directory and these files will consistently get blown away locally by eclipse.

4809 02/17/2009 02:22 PM daigle

Replace System.out.println statements with logMetacat statements.

4808 02/17/2009 09:32 AM daigle

Update replication documentation and fix code so that replication log is available.

4805 02/17/2009 09:28 AM daigle

Separate the concept of a backup file location and a metacat external directory location. These can be totally different.

4803 02/11/2009 05:40 PM ben leinfelder

Fixes include:
-Overwriting existing DTDs on the filesystem if they exist and registration in the DB failed
-only registering a DTD once

4800 02/10/2009 05:25 PM ben leinfelder

do not include the column name when inserting into an auto-increment column

4799 02/10/2009 04:50 PM daigle

Make sure and write the shortcut to the backup directory to a directory in the users home.

4797 02/09/2009 03:01 PM daigle

Add the service registration xml schema to the database. The ecogrid build will add the schema files to the application (see seek)

4795 02/03/2009 04:01 PM daigle

Allow for backup properties to be written to context based subdirectory of the external configuration directory. This allow multiple instances of metacat to be run side by side.

4789 01/29/2009 10:15 AM daigle

Add a short sleep when moderator accepts document so system can update. This will make sure correct documents get returned to moderators list.

4785 01/27/2009 04:31 PM daigle

Change name of writeTempFile to writeTempUploadFile since this instance deals with the temporary upload dir specifically

4782 01/27/2009 10:28 AM daigle

Added exception to error xml to clarify error to api.

4781 01/27/2009 10:27 AM daigle

writeTempFile was trying to write the same file as the registry. Changed to write the file to an "upload" subdirectory. Also throws IOException so errors get reported back to api.

4780 01/26/2009 04:38 PM daigle

Handle sessions with null ids gracefully.

4779 01/26/2009 04:38 PM daigle

Do not throw exception when skin metadata file is missing. Instead, remove the skin from the available skins list, write an error message to the log and continue on. This was already done for the skins properties file.

4778 01/26/2009 01:46 PM daigle

Check for null session ID when touching session.

4776 01/26/2009 10:19 AM daigle

Get the organization list from org.name.<orgname>= property. Add these values back into metacat.properties.

4774 01/23/2009 03:40 PM daigle

Changing the ChangePassword method to fix password reset broke the password change functionality. Moved the fix (add dc to username) into the handleResetPassword function.

4773 01/23/2009 11:10 AM daigle

Fix typo after the error message

4772 01/23/2009 09:39 AM daigle

Include the dc in the user name when connecting to ldap to change password.

4771 01/22/2009 03:04 PM walbridge

Handle non-responsive LDAP referrals without killing the script, but still require the main LDAP to be up.

4770 01/22/2009 02:39 PM daigle

Add cgiPrefix to the template variables.

4769 01/21/2009 04:28 PM daigle

Don't worry about checking for user permissions when inserting a new document

4767 01/20/2009 12:26 PM walbridge

Add a few more debugging messages to LDAPweb to help find timeout issues

4766 01/20/2009 10:09 AM daigle

Do not back up password properties

4762 01/19/2009 11:53 AM daigle

Only configure skins that are correctly configured in the skins directory.

4761 01/19/2009 11:52 AM daigle

Check for existance of backup file location at startup time.

4760 01/16/2009 04:09 PM daigle

Only show the backup configuration screen if the system cannot discover a directory.

4758 01/15/2009 07:41 PM walbridge

A slew of fixes in the process of fixing bug #3679:
- omit port number from the contextUrl if running on 80, looks bad in exposed URLs
- explicitly pass the metacat object to newAccessionNumber, the global definition of the object had introduced a difficult to track bug...

4754 01/15/2009 11:38 AM walbridge

- move moderatorComments into //additionalMetadata/metadata/ as per EML 2.1 (Bug #3679)
- overlay skin-specific email properties on system-level properties (email hostname)

4751 01/14/2009 04:05 PM daigle

Process affiliated ldap info

4749 01/14/2009 03:32 PM walbridge

Fix problem with failing authentication for creating new accounts. (Bug #3725)

4748 01/13/2009 05:27 PM walbridge

minor change to help nick test irccat

4747 01/13/2009 05:20 PM walbridge

Enable debugging for LDAPweb.

4746 01/13/2009 03:19 PM walbridge

DRY out login request code

4745 01/13/2009 12:20 PM walbridge

Ensure that file permission is always set. If unset, it'll cause the EML document to be invalid.

4744 01/13/2009 12:00 PM walbridge

Complete implementation of otherEntity editing and deletion, syncronizing changes to EML document. Now all elements which are created by the form can also be edited (Bug #3319). Also prevented associated party duplication on modification.

4743 01/13/2009 11:11 AM walbridge

Fix typos in error messages.

4742 01/12/2009 04:33 PM walbridge

only shift once; fix typo in writeFile

4741 01/12/2009 12:32 PM walbridge

Fix issue with missing AdminDB parameters causing the registry script to fail (Bug #3741)

4739 01/09/2009 03:30 PM walbridge

standardize registry debug messages with 'Registry:' prefix

4738 01/09/2009 02:37 PM walbridge

Further fixes for allowing editing with otherEntity objects, completed deserialization and copying of file metadata from existing data objects (Bug #3319). Still needs more work.

4737 01/09/2009 12:27 PM walbridge

fix typo preventing guide pages from showing (Bug #3726)

4734 01/08/2009 09:45 AM daigle

Move the logMetacat global

4733 01/08/2009 09:41 AM daigle

Only check user permissions for online data if the data already exists.

4732 01/07/2009 10:13 AM daigle

Get the metacat url from the SystemUtil.

4731 01/06/2009 04:35 PM daigle

Don't die if the xml-debug file can't be written to the temporary directory. Instead, write a warning. Include the directions for making the temporary dir writable to the apache user in documentation.

4730 01/06/2009 12:28 PM walbridge

Include error checking for required distribution elements, which must be non-empty strings in EML 2.1 (bug #3721).

4729 01/06/2009 10:28 AM daigle

Add back the auth.base variable to metacat.properties. Use this variable when creating ldap distinguished name.

4728 01/06/2009 10:17 AM walbridge

Update properties usage to be correct, use proper LDAP URL, move template function higher up to prevent prototyped subroutine definition issues.

4726 01/02/2009 01:50 PM walbridge

Update moderators element to current token, fix undefined variable in ESA logic.

4725 01/02/2009 08:16 AM daigle

Try to create the backup directories before creating th ebackup files.

4722 12/30/2008 05:34 PM walbridge

Add script for converting documents with docnames into the filename stored within the objectName field of the EML. This, along with changes in the 1.9 release should eliminate incorrect filenames (Bug #2566).

4719 12/26/2008 04:33 PM daigle

Create a propertyService.getTestInstance method to facilitate unit tests

4712 12/26/2008 01:22 PM daigle

Add external (backup) directory discovery methods.

4711 12/26/2008 01:22 PM daigle

Remove org configuration methods since they are not used. Get the backup configuration directories when doing a bypass. Implement the refresh method.

4710 12/26/2008 01:20 PM daigle

This service now holds a registry of active services. Refreshing of services must go through this class. Also holds some common values that are discovered via servlet context.

4709 12/26/2008 01:18 PM daigle

Implement refresh methods inherited from base class

4708 12/26/2008 01:17 PM daigle

Remove the configuration directory from the PropertyService constructor

4707 12/26/2008 01:16 PM daigle

Do not worry about creating backup directories here

4706 12/26/2008 01:16 PM daigle

Use configured backup dir when discovering data directories

4705 12/26/2008 01:15 PM daigle

Do not worry about creating backup directories here

4704 12/26/2008 01:14 PM daigle

Handle backup configuration action

4703 12/26/2008 01:13 PM daigle

Class to support backup directory configuration

4702 12/26/2008 01:11 PM daigle

Deleted this file. Organization level configuration is not used.

4699 12/26/2008 01:09 PM daigle

Renamed MetaCatUtil to MetacatUtil

4698 12/26/2008 01:07 PM daigle

Renamed MetaCatUtil to MetacatUtil

4692 12/19/2008 12:11 PM daigle

Added files to create any version of database schema from scratch

4686 12/19/2008 09:44 AM daigle

Move global connection variable setters into the constructor so they are retrieved every time we get a new dbConnetion object

4685 12/18/2008 06:13 PM walbridge

Robustly handle file naming as per bug #2566 and the feedback of the scientific programmers (http://tinyurl.com/4n4jve).

4684 12/18/2008 04:14 PM daigle

revert the changes for: -- On update, check if the accession number exists in the db. If not, change the action to insert.

4683 12/18/2008 02:49 PM walbridge

Quote filenames as per RFC2616 (http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1), this prevents filename truncation on Firefox for files with spaces within the names (part of #2566).

4682 12/18/2008 02:14 PM daigle

On update, check if the accession number exists in the db. If not, change the action to insert.

4678 12/17/2008 02:17 PM daigle

Use a distributionSection object to hold a distribution and it's access.

4677 12/17/2008 02:15 PM daigle

move readerToString function to StringUtil class in utilities module.

4676 12/17/2008 02:14 PM daigle

Holds all the information for a single distribution in eml.

4675 12/17/2008 02:14 PM daigle

Change Inlinedatafilename to datafilename, since it can be the name of a regular data file

4674 12/13/2008 01:47 PM Jing Tao

Add method to save transforming message into files.

4673 12/12/2008 06:38 PM Jing Tao

Use a while loop to replace if.

4672 12/12/2008 05:59 PM Jing Tao

Add code to go through eml201 document list to transform them to eml210.

4671 12/10/2008 05:32 PM Jing Tao

Add a new class which will transform eml201 and eml 200 to eml210.

4665 12/09/2008 03:01 PM daigle

Correct the pathing for the schema directories based on OS. Leave them in the database with linux style paths (forward slashes) since the values are also used to create urls.

4664 12/09/2008 03:00 PM daigle

add debug

4663 12/09/2008 02:58 PM daigle

Discover the external (backup) directory based on OS

4662 12/09/2008 02:58 PM daigle

Discover the external (backup) directory based on OS

4661 12/09/2008 02:56 PM daigle

Add debug statements

4656 12/08/2008 10:38 AM daigle

Scripts to support a debian package build

4655 12/08/2008 10:38 AM daigle

Move these scripts to the debian directory

4647 12/03/2008 08:57 AM daigle

use standard ajp13 worker instead of custom knb