Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  com 2532 almost 19 years sgarg renaming enum to catalogEnum to prevent compila...
  edu 3502 over 16 years barteau Grant the public read access to the data files,...
  perl 3475 over 16 years walbridge refactored <access> and <allow> element creatio...
  php 3134 over 17 years perry added gpl header to php metacat lib
  python 3122 over 17 years perry Minor updates to python module ... default urls...
  query-client 2824 over 18 years tyburczy Unix port of transform.bat
  ruby 3132 over 17 years perry Initial import of Chad Burt's ruby metacat client
addforeignkeyfortable.sql 135 Bytes 1626 about 21 years Jing Tao Create a foreign key for table accesssubtree.
alter-datafile-for-knbbackup.sql 1.66 KB 2662 over 18 years Jing Tao Add a new sql file to alter control file which ...
clear.sql 312 Bytes 704 over 23 years berkley added removal of relations
delete-xml-documents.sql 937 Bytes 3123 over 17 years Jing Tao Add a script to delete documents manually.
delete-xml-revisions.sql 110 Bytes 3125 over 17 years Jing Tao Add a script can delete xml_revision records.
drop-postgres.sql 2.02 KB 2769 over 18 years Matt Jones New SQL tables and db upgrade scripts that defi...
increase-xml-queryresult-size-postgres.sql 952 Bytes 3297 about 17 years Jing Tao A sql to increase column size of queryresult_st...
loaddtd.sql 2.36 KB 979 about 22 years Jing Tao Change every "http://@server@ to "@systemidserv...
loaddtdschema.sql 3.08 KB 3168 over 17 years Jing Tao Fixed bug that eml 200 pointed eml201 schema.
loadschema.sql 476 Bytes 3016 almost 18 years sgarg Modified the sql commands such that eml-2.0.1 s...
package-count.sql 373 Bytes 2283 almost 20 years Matt Jones Added sql for counting packages.
showdoc.sql 340 Bytes 390 almost 24 years Matt Jones Added new utility query to return all of the xm...
sqlcatlist.sql 253 Bytes 123 about 24 years Matt Jones Modifying storage model to use DOM TEXT nodes
sqldoclist.sql 209 Bytes 531 over 23 years Matt Jones Changed utility query to include the user_owner...
sqlnodeslist.sql 94 Bytes 108 about 24 years Matt Jones added utility files and queries
sqlnodesview.sql 358 Bytes 166 about 24 years Matt Jones minor modifications to fix problems introduced ...
sqlrevisions.sql 205 Bytes 203 about 24 years Matt Jones Merged in substantial changes to DBWriter and a...
upgrade-db-to-1.2-postgres.sql 637 Bytes 2276 almost 20 years Matt Jones New schema changes, including upgrade scripts. ...
upgrade-db-to-1.2.sql 596 Bytes 1827 almost 21 years Matt Jones Renamed the upgrade sql files to more understan...
upgrade-db-to-1.3-postgres.sql 2.56 KB 2276 almost 20 years Matt Jones New schema changes, including upgrade scripts. ...
upgrade-db-to-1.3.sql 1.44 KB 1827 almost 21 years Matt Jones Renamed the upgrade sql files to more understan...
upgrade-db-to-1.4-postgres.sql 5.11 KB 2314 almost 20 years sgarg Added code that changes the node column size
upgrade-db-to-1.4.sql 4.44 KB 2279 almost 20 years Matt Jones Added lines for updating xml_catalog in the upg...
upgrade-db-to-1.5-postgres.sql 6.13 KB 2504 about 19 years sgarg Making changes in postgres db upgrade script su...
upgrade-db-to-1.5.sql 5.79 KB 2443 about 19 years sgarg Removed the code which created triggers. Added ...
upgrade-db-to-1.6-postgres.sql 7.64 KB 2969 over 18 years sgarg Removing the comments from postgres upgrade scr...
upgrade-db-to-1.6.sql 9.37 KB 3016 almost 18 years sgarg Modified the sql commands such that eml-2.0.1 s...
upgrade-db-to-1.7-postgres.sql 509 Bytes 3052 over 17 years Matt Jones Modifications to the table definitions to add i...
upgrade-db-to-1.7.1-postgres.sql 1.32 KB 3410 almost 17 years Jing Tao Add a new index in xml_nodes in order to speed ...
upgrade-db-to-1.7.1.sql 100 Bytes 3411 almost 17 years Jing Tao Create a new index to speed deleting
upgrade-db-to-1.7.sql 509 Bytes 3128 over 17 years perry added database upgrade script to 1.7 build process
upgrade_db_to_1_5.java 4.8 KB 3077 over 17 years Matt Jones Removed the @release@ ant token from all files ...
xmlpackage.sql 1.94 KB 439 almost 24 years berkley sql file defining the table structure for eml-p...
xmltables-postgres.sql 17.2 KB 3504 over 16 years Jing Tao Add two indexes to improve deleting and update ...
xmltables-sqlserver.sql 11.8 KB 2359 over 19 years sgarg Modified database creation sql code so that in ...
xmltables.sql 19.6 KB 3503 over 16 years Jing Tao Add two indexes to improve peformance of deleti...

Latest revisions

# Date Author Comment
3504 10/04/2007 03:55 PM Jing Tao

Add two indexes to improve deleting and update speed.

3503 10/04/2007 03:54 PM Jing Tao

Add two indexes to improve peformance of deleting and update

3502 10/04/2007 03:42 PM barteau

Grant the public read access to the data files, if it was done for the metadata file. Also cleaned-up some debug statements.

3501 10/04/2007 03:28 PM barteau

Find out if the document is a Member of an EML package, and if that's not the case, than skip the test to see if access is set through EML metadata.

3492 10/03/2007 10:01 AM ben leinfelder

use "within" rather than "intersects" as the spatial search criteria for dataset location.
(see bugzilla #2972)

3486 09/28/2007 05:00 PM barteau

Fixed 3 bugs:
1) If there is a call to this class without an "action" (i.e. the initial time the login form is loaded) a null pointer exception would be thrown.
2) If the user logged out, and then tried to query, the server would send an error (invalidated session)...

3483 09/28/2007 04:06 PM barteau

Created method "private void download(ClientView bean, HttpServletResponse response)", along with several other additions to support downloading.
Includes functionality for FGDC-related package downloads (zip file) and individual data file downloads, with original filenames.

3482 09/28/2007 04:02 PM barteau

Created new XPath constants for FGDC queries.

3481 09/28/2007 04:00 PM barteau

Created method "synchronized public InputStream sendParameters(Properties args) throws Exception".
Sends a request to Metacat. An alternative to the sentData method. Allows for sending multiple parameters with the same name, different names, or any combo.

3475 09/26/2007 04:41 PM walbridge

refactored <access> and <allow> element creation. Added logic to give both owner and skin admin privilages to access uploaded data objects.

View revisions

Also available in: Atom