Project

General

Profile

Activity

From 08/31/2007 to 09/29/2007

09/28/2007

05:00 PM Revision 3486 (metacat): 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 point... barteau
04:10 PM Revision 3485 (metacat): Modifications to accomodate Downloads. Includes "Download" forms/buttons.
barteau
04:08 PM Revision 3484 (metacat): Modifications to accomodate Downloads.
barteau
04:06 PM Revision 3483 (metacat): 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 origina... barteau
04:02 PM Revision 3482 (metacat): Created new XPath constants for FGDC queries.
barteau
04:00 PM Revision 3481 (metacat): 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 ... barteau

09/27/2007

06:04 PM Revision 3479 (metacat): clean up the commented out option list
close <form> tag ben leinfelder
02:38 PM Revision 3478 (metacat): deleted a empty bulletin.
Jing Tao
08:34 AM Revision 3477 (metacat): comment out annoying alert() debug statements
ben leinfelder

09/26/2007

05:12 PM Bug #2971: Metacat Skins test report
Fixed the bug of default skin - clicking create new account, the new page will just show in the frame. Adding a targe... Jing Tao
05:08 PM Revision 3476 (metacat): fixed the bug that clicking create new user link(and change password and reset password links) will just show the new page in a frame.
Jing Tao
04:41 PM Revision 3475 (metacat): refactored <access> and <allow> element creation. Added logic to give both owner and skin admin privilages to access uploaded data objects.
walbridge
04:23 PM Revision 3474 (metacat): Minor fixes to improve the registry CSS to match the new NCEAS skin. Still reliant on iframes, so the overall L+F is broken.
walbridge

09/25/2007

06:05 PM Bug #2971: Metacat Skins test report
After Shaun's new check-in, I test obfs,ltss, nrs and specnet skins. After login, the page can be redirected to entry... Jing Tao
03:56 PM Bug #2971 (Resolved): Metacat Skins test report
Here are some problems happened in different skins
1) In obfs,ltss, nrs and specnet skins, there is no logout mechan...
Jing Tao
05:19 PM Bug #1552: Dependence of NCEAS registry on Admin database
Callie's comment from dupe:
The ability to "search" on the list with somekind of "auto-field"
is mentioned and would...
Shaun Walbridge
05:18 PM Bug #1552: Dependence of NCEAS registry on Admin database
*** Bug 2785 has been marked as a duplicate of this bug. *** Shaun Walbridge
05:18 PM Bug #2785: NCEAS project list does not update from the NCEAS admin database
Duplicate of bug #1552, marking as dupe, re-assigning the original to me.
*** This bug has been marked as a duplicat...
Shaun Walbridge
05:14 PM Bug #1296: Registry: Need to login before the form is filled
Fixed for skins which use the registry (NCEAS, ESA, NRS, OBFS, SPECNET, LTSS). Changed registry workflow to redirect ... Shaun Walbridge
04:12 PM Revision 3473 (metacat): Cleaned up regexes used in register-dataset.cgi to support arbitrary numbers of elements for keywords. Cleaned up regexes for state selection, to omit default values. Added debug as a GET parameter, so a page can be debugged by appending `&debug=1'. Committed latest changes to file processing, to allow files to be deleted after returning to the entry page from confirmation or processing errors. Seperated out entryForm.js from entryForm.tmpl to simplify debugging.
walbridge
04:04 PM Revision 3471 (metacat): Changes in login processing to match new register-dataset.cgi workflow: user must login before seeing the form, to prevent data loss. New template login.xsl provides simple redirection back to register-dataset.cgi.
walbridge
03:57 PM Revision 3470 (metacat): Moved images to images/ subfolder
walbridge
03:53 PM Revision 3469 (metacat): NCEAS skin changes: moved images into subfolder for organization, moved search javascript into sea
rch.js to cut down on replication. Modifications to nceas.css and midnight.css to clean up integration of Drupal theme. walbridge

09/24/2007

09:59 PM Revision 3468 (metacat): Add debug information.
Jing Tao

09/20/2007

04:49 PM Revision 3467 (metacat): Use localhost to replace the host name in case axi is configured to reject remote admin.
Jing Tao
03:57 PM Revision 3466 (metacat): Get rid of the hard code kepler for web context.
Jing Tao

09/19/2007

06:44 PM Revision 3465 (metacat): Add a new test to test new query method with qformat.
Jing Tao
06:43 PM Revision 3464 (metacat): Add a new method - query which can specify qformat.
Jing Tao
06:42 PM Revision 3463 (metacat): Add new query method which can specify qformat.
Jing Tao
04:13 PM Revision 3462 (metacat): use 'squery' searching so that both EML and FGDC can be searched based on location and an anyfield search string.
changed 'All' to use empty string ("") value rather than "%" - plays better with QueryGroup ben leinfelder
10:37 AM Revision 3461 (metacat): Replaced the reference to knp.js with a generalized call to the skins javascript, using the qformat's setting.
barteau

09/17/2007

03:25 PM Revision 3460 (metacat): use INTERSECTION for query operator (aka AND) so that we actually _limit_ by the park name...
ben leinfelder
02:56 PM Revision 3459 (metacat): added:
-zoom on map with named locations for quick spatial searching based on selected park name (hooray javascript!)
-narro...
ben leinfelder
02:30 PM Revision 3458 (metacat): Modified the "clientDeleteRequest" method to handle meta-file deletes.
barteau
02:28 PM Revision 3457 (metacat): Clear the bean's "action" property after most operations are complete, in case user refreshes the browser (it won't repeat). Modified "delete" code, and "handleFileUpdate" method. Added new methods: getStringFromInputStream and makeRedirectUrl.
barteau
02:21 PM Revision 3456 (metacat): Added property "metaFileDocId", and constant "UPDATE_MESSAGE", to accomodate update and delete operations.
barteau
02:14 PM Revision 3455 (metacat): Confirmation dialag, which displays a message. Initial checkin. Intended to be the destination JSP when an entire data package is deleted (i.e. deleting the metadata file). Placed in common folder, since it is not skin specific.
barteau
02:11 PM Revision 3454 (metacat): Moved location of file from skin to common, since it is independant of a single skin. Modified most of the internal code to allow redirecting request to an appropriate destination.
barteau
02:07 PM Revision 3453 (metacat): Modified form action URL's. Removed call to map. Used shorter version of JSP syntax in forms.
barteau

09/16/2007

09:43 AM Revision 3452 (metacat): include doctype of metadata for FGDC spatial harvesting.
also specify bounding elements for metadata_(E/W/N/S)
NOTE: bounding elements must correspond to elements as include...
ben leinfelder
09:37 AM Revision 3451 (metacat): insert mapframe in included page, rather than index.jsp -
columns layout correctly this way. ben leinfelder
09:36 AM Revision 3450 (metacat): rearrange map controls to right side of image.
remove extraneous style.css ref ben leinfelder
09:35 AM Revision 3449 (metacat): do not use absolute positioning for mapFrame - goofs up the cursor bounding box dragging offset
ben leinfelder
09:34 AM Revision 3448 (metacat): do not render Kruger-specific layers in mapbuilder frame
ben leinfelder
09:31 AM Revision 3447 (metacat): use Arial for Park_Name labels on geoserver/mapbuilder rendering
ben leinfelder

09/14/2007

03:35 PM Revision 3446 (metacat): include SANParks boundary layer in the geoserver for sanparks skin
ben leinfelder
03:34 PM Revision 3445 (metacat): use the sanparks giraffe image
ben leinfelder

09/13/2007

02:06 PM Revision 3444 (metacat): Updated the NCEAS skin to reflect the new structure of the NCEAS web site. There is now a new nceas.xsl file that handles the XSLT transforms for both metacat resultsets and for EML documents. This file imports xsl templates from the style/common dir in order to render the results table and EML document within an HTML document that follows the style of the NCEAS website. This required refactoring the original resultset.xsl and eml.xsl files in style/common so that the use of iframes can be easily eliminated.
Items still TODO:
test visual layout fully -- make sure wide tables work
refactor the PERL templates to also use an...
Matt Jones
01:56 PM Revision 3443 (metacat): Change the release tag for the EML stylesheets to be used by metacat to EML_RELEASE_2_0_1_UPDATE_4 so that the new stylesheet changes are incorporated. To pick up these changes in a local metacat build, you need to delete the files in metacat/lib/schema as well as metacat/lib/style/common/eml-*, then do a clean build with "ant clean install". When you do this, you should see the "geteml" target run in the build, and youshould be prompted for your CVS password to download the new schema versions.
Any additional changes to the MEL distribution for this metacat release should be tagged with the UPDATE_4 tag listed... Matt Jones
12:27 PM Revision 3442 (metacat): Added a refactored resultset stylesheet that allows skins to override the container format to not use iframes. The continaing skin can now import resulttable.xsl and call the result table template directly.
Matt Jones
10:09 AM Revision 3441 (metacat): add some hierarchy to left nav organization list
ben leinfelder
09:58 AM Revision 3440 (metacat): minor formatting changes
bowdish
09:48 AM Revision 3439 (metacat): removed panel head corners because they did not display correctly in I.E. on the Metacat build , adjusted option buttons.
bowdish
09:45 AM Revision 3438 (metacat): I changed blue corners because of display problem with Internet Explorer on Metacat Build files.
bowdish
09:43 AM Revision 3437 (metacat): Changed blue header corners because they did not work correctly on Internet Explorer. The production server displays okay but theMetacat build does not display correctly so I took the round corners off. Maybe there is some problem with the difference between tablehead corners in default.css
bowdish
09:41 AM Revision 3436 (metacat): changed header style to accommodate the wide table display. Made the text for the tilte align=left and the table witdh="100%" for the Data Catalog Search part.
bowdish

09/12/2007

06:50 PM Revision 3435 (metacat): savepoint - sanparks skin looks good with new map, consistent L+F etc..
only thing remaining is a tweak to get bounding box for map zooming adjusted to follow mouse click and drag (starts f... ben leinfelder
06:13 PM Revision 3434 (metacat): add world countries layer and refocus the bounding coordinates to include much of southern africa (perhaps too much)
ben leinfelder
04:59 PM Revision 3433 (metacat): remove unused js (from animation for show/hide)
ben leinfelder
04:57 PM Revision 3432 (metacat): remove show/hide bar from map
ben leinfelder
04:54 PM Revision 3431 (metacat): remove "name" attribute on search buttons to prevent their inclusion in metacat search terms
ben leinfelder
03:37 PM Revision 3430 (metacat): Fixed a bug the search title in morpho will return everything.
Jing Tao
12:11 PM Revision 3429 (metacat): add all national parks and SAEON nodes as enumerated in juneau meeting (9/2007)
ben leinfelder
12:06 PM Revision 3428 (metacat): use jsp page includes rather than a content area iframe for the main content.
this plays better with the left nav and also the default resultset xsl ben leinfelder
11:28 AM Revision 3427 (metacat): images for left nav (sanparks css)
ben leinfelder
11:28 AM Revision 3426 (metacat): save point before refactoring iframes/index page
ben leinfelder

09/11/2007

05:35 PM Revision 3425 (metacat): Add more test (update) on upload
Jing Tao
05:20 PM Revision 3424 (metacat): make header compatible with resultset xsl
ben leinfelder
03:57 PM Revision 3423 (metacat): footer link style specified
ben leinfelder
03:53 PM Revision 3422 (metacat): Added submission of data files to the registry. New parameter 'hasUpload' can be set on a per-skin basis to enable the uploading of data objects to be associated with a metadata document. NCEAS skin is using this by default, to be changed in the future for other skins.
Refactored XML creation in register-dataset.cgi to use function stubs, to allow us flexibility in document creation. walbridge
03:48 PM Revision 3421 (metacat): Added upload method. Modified sendData to respect form encodings and POST files.
walbridge
03:36 PM Revision 3420 (metacat): Refactored upload code to allow arbitrary POST parameter ordering, and open the door to multiple files in one HTTP request. Two new methods to MetaCatUtil to facilitate the file processing: writeTempFile and copyFile.
walbridge
03:18 PM Revision 3419 (metacat): use hidden fields for form action input rather than button label values
ben leinfelder
10:59 AM Revision 3418 (metacat): changed to new sanparks L+F.
moved error/success msgs to top of screen ben leinfelder
09:51 AM Revision 3417 (metacat): Lowered the debugging level for LSID authority context to WARN.
Matt Jones
09:39 AM Revision 3416 (metacat): clean up login/logout screen modes
ben leinfelder

09/10/2007

10:39 PM Revision 3415 (metacat): add KNP copy (reworded for SANParks)
ben leinfelder
10:15 PM Revision 3414 (metacat): save point with sanparks L+F.
first pass. ben leinfelder
06:23 PM Revision 3413 (metacat): Add new index to speed deleting.
Jing Tao
06:22 PM Revision 3412 (metacat): Create index to speed deleting.
Jing Tao
06:20 PM Revision 3411 (metacat): Create a new index to speed deleting
Jing Tao
06:19 PM Revision 3410 (metacat): Add a new index in xml_nodes in order to speed delete.
Jing Tao
10:41 AM Revision 3409 (metacat): change searchbox height to match new size with search options. Spacing is: 33 pixels search to map, 28 pixels map to login.
walbridge

09/09/2007

05:47 PM Revision 3408 (metacat): refactor for sanparks
ben leinfelder
05:24 PM Revision 3407 (metacat): refactor for sanparks
ben leinfelder

09/07/2007

03:57 PM Revision 3406 (metacat): Add docs for setup other client such as ldapsearch.
Jing Tao
02:48 PM Revision 3405 (metacat): reformatted only
ben leinfelder
11:27 AM Revision 3404 (metacat): initial refactor of knp skin (w/fgdc support) to new sanparks skin
ben leinfelder

09/06/2007

06:17 PM Revision 3403 (metacat): Fixed bug the keyword search didn't use the path search
Jing Tao
06:07 PM Revision 3402 (metacat): Add radio buttons of searching some path or all path for default search page
Jing Tao
09:42 AM Revision 3401 (metacat): Add a documentation for setting up ldap tls channel.
Jing Tao

09/04/2007

05:49 PM Revision 3400 (metacat): Added Delete buttons to the package update form. Also includes several html structural/aesthethic changes.
barteau
05:33 PM Revision 3399 (metacat): Created to replace the footer.jspx file, since the footer text is static and JSP is not need (efficiency)
barteau
05:30 PM Revision 3398 (metacat): Added classes, such as centerContentBorder, and modified others, to acheive a new look.
barteau
05:28 PM Revision 3397 (metacat): Format modifications to use the knp.css to set background color.
barteau
05:23 PM Revision 3396 (metacat): Format modifications to use the knp.css class templatecontentareaclass.
barteau
05:20 PM Revision 3395 (metacat): Modifications to the removeDataDocIdFromFGDC method, to use the metadata Doc Id rather than the data file Doc Id, to locate the FGDC node branch to update.
barteau
05:16 PM Revision 3394 (metacat): Modifications to allow for other types of usage, other than file updates, such as file deletes.
barteau
05:13 PM Revision 3393 (metacat): Modifications to the clientRequest method to handle calls for 'Delete' actions.
barteau
10:29 AM Bug #2932 (Resolved): KNB Data Catalog Map feature searches revert to default page
Searches done from the KNB Data Catalog Map page use the default header and search box rather than the portal header.... Callie Bowdish

08/31/2007

04:43 PM Revision 3392 (metacat): Fixed bug that if user choose to many documents in spatial query, the result set will be 0.
Jing Tao
 

Also available in: Atom