Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  com 2532 over 18 years sgarg renaming enum to catalogEnum to prevent compila...
  edu 2693 over 18 years sgarg Bug fix in the changes made in previous commit
  perl 2684 over 18 years sgarg Modified the login method in the perl metacat c...
  spatial 2688 over 18 years harris Interim checkin -- getting the postgis database...
addforeignkeyfortable.sql 135 Bytes 1626 almost 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 about 23 years berkley added removal of relations
drop-postgres.sql 2.03 KB 2599 over 18 years Matt Jones Refactored the build to use a <path> element fo...
loaddtd.sql 2.36 KB 979 about 22 years Jing Tao Change every "http://@server@ to "@systemidserv...
loaddtdschema.sql 2.92 KB 2394 about 19 years sgarg Added sql command to delete also schema entries...
loadschema.sql 476 Bytes 2229 over 19 years sgarg Modified directory name for eml-2.0.x checkouts...
package-count.sql 373 Bytes 2283 over 19 years Matt Jones Added sql for counting packages.
showdoc.sql 340 Bytes 390 over 23 years Matt Jones Added new utility query to return all of the xm...
sqlcatlist.sql 253 Bytes 123 almost 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 almost 24 years Matt Jones added utility files and queries
sqlnodesview.sql 358 Bytes 166 almost 24 years Matt Jones minor modifications to fix problems introduced ...
sqlrevisions.sql 205 Bytes 203 almost 24 years Matt Jones Merged in substantial changes to DBWriter and a...
upgrade-db-to-1.2-postgres.sql 637 Bytes 2276 over 19 years Matt Jones New schema changes, including upgrade scripts. ...
upgrade-db-to-1.2.sql 596 Bytes 1827 over 20 years Matt Jones Renamed the upgrade sql files to more understan...
upgrade-db-to-1.3-postgres.sql 2.56 KB 2276 over 19 years Matt Jones New schema changes, including upgrade scripts. ...
upgrade-db-to-1.3.sql 1.44 KB 1827 over 20 years Matt Jones Renamed the upgrade sql files to more understan...
upgrade-db-to-1.4-postgres.sql 5.11 KB 2314 over 19 years sgarg Added code that changes the node column size
upgrade-db-to-1.4.sql 4.44 KB 2279 over 19 years Matt Jones Added lines for updating xml_catalog in the upg...
upgrade-db-to-1.5-postgres.sql 6.13 KB 2504 almost 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.73 KB 2531 over 18 years sgarg Bugfixes to the previous commit and adding comm...
upgrade-db-to-1.6.sql 5.43 KB 2661 over 18 years Jing Tao Copy the code to generate xml_path_index from x...
upgrade_db_to_1_5.java 4.83 KB 2504 almost 19 years sgarg Making changes in postgres db upgrade script su...
xmlpackage.sql 1.94 KB 439 over 23 years berkley sql file defining the table structure for eml-p...
xmltables-postgres.sql 16.2 KB 2599 over 18 years Matt Jones Refactored the build to use a <path> element fo...
xmltables-sqlserver.sql 11.8 KB 2359 over 19 years sgarg Modified database creation sql code so that in ...
xmltables.sql 19 KB 2630 over 18 years Jing Tao Fixed bug in the trigger of xml_path_index table

Latest revisions

# Date Author Comment
2693 10/26/2005 09:44 AM sgarg

Bug fix in the changes made in previous commit

2690 10/24/2005 05:11 PM sgarg

Added warning to be displayed in the log when document is not inserted.

2688 10/24/2005 03:06 PM harris

Interim checkin -- getting the postgis database setup

2684 10/20/2005 11:42 AM sgarg

Modified the login method in the perl metacat client so that status of the user logging is also returned
Earlier if login info was not valid, 0 was returned. And 1 is sent back if login info was valid.

Now, if valid then following values are returned to indicate user status...

2683 10/20/2005 11:39 AM sgarg

Added support in the metacat client for the new function added to MetaCatServlet

2682 10/20/2005 11:38 AM sgarg

Added a new action - getloggedinuserinfo - which returns information about the user in the following format.

<user>
<username>uid=sgarg,o=NCEAS,dc=ecoinformatics,dc=org</username>
<name>Saurabh Garg</name>
<isAdministrator/>
<isMOderator/>
</user>

2681 10/20/2005 11:34 AM sgarg

Removed code entered in previous commit as it is no longer needed

2680 10/20/2005 11:32 AM sgarg

Also in the previous commit, the successful message changed. Now in addtion to the sessionid tag, the following tags also included: <name>[name of the user]</name>, <isModerator> (if is moderator) and <isAdministrator> (if is Administrator)

2679 10/20/2005 11:26 AM sgarg

Added a new function - getUserInfo to AuthInterface and AuthLdap
The function returns a string array for a given username. the array contains the name, organization name and email address of the user. In case of ldap, it is cn, o and mail attributes for ldapbase=username...

2678 10/18/2005 01:48 PM harris

Got the metacat datapackage selection (single point) working.

View revisions

Also available in: Atom