Activity
From 10/05/2007 to 11/03/2007
11/03/2007
- 10:16 PM Revision 3567 (metacat): Add code to initialize Options and some code clean up
- 09:09 PM Revision 3566 (metacat): Add code to initialize Options. Otherwise will get null exception.
11/02/2007
- 05:16 PM Revision 3565 (metacat): no padding on the table header lefthand side
- 05:16 PM Revision 3564 (metacat): render multiple mattext elements if they exist...
- 05:15 PM Revision 3563 (metacat): return immediately if there is no resultset to display
- use getString() to display resultset for each column
- 05:02 PM Revision 3562 (metacat): delete some duplicated test to MetacatClientTest
- 03:50 PM Bug #2807: Data Set Upload for SAEON
- Create the sanparks skin (for Kruger NP and others).
Includes views SaeonLogin.jspx, SaeonUpload.jspx, and fgdc_1.xsl... - 03:23 PM Bug #1232: cookie needs to be written after knb page login
- Login form should be placed in the center iframe, since that is the "main" session.
- 02:50 PM Bug #2579: Default skin display is slightly broken on IE
- Put square corners rather than the rounded ones. I spent a little time on trying to mimic the knb but decided on this...
- 02:48 PM Revision 3561 (metacat): Changed the eml 201 tag from RELEASE_EML_2_0_1_UPDATE_4 to RELEASE_EML_2_0_1_UPDATE_5. Update 5 has the xsl changes which callie made.
- 02:39 PM Bug #2994 (Resolved): Create a properties file for use by JUnit Tests
- Currently the build.xml file defines a few properties that are used for
ant token substitution in JUnit tests. An ... - 02:34 PM Bug #2832: Online Data Table display is awkward
- Moving bug to milestone 1.7 -- when you close bugs, be sure to close them with the milestone under which they will be...
- 02:25 PM Bug #2832: Online Data Table display is awkward
- The EML stylesheets that Metacat uses have been updated to display the Data Tables vertically rather than horizontal....
- 01:13 PM Bug #2993: Permission Order is always set to 'allowFirst'
- Fixed by removing quotes around reference to the constant "AccessControlInterface.DENYFIRST" in the constructor of cl...
- 01:11 PM Bug #2993 (Resolved): Permission Order is always set to 'allowFirst'
- Permission Order is always set to 'allowFirst'. Even if you send 'denyFirst, it will save 'allowFirst' to the access...
- 10:06 AM Bug #2157: Metacat Performance: Optimize Postgres and Tomcat...
- Here are current configuration in knb (total 8 G memory)
1) Set SHMMAX to 4,000,000,000
2) Assign Postgresql shared_b... - 09:54 AM Bug #2153: Metacat Performace: Add/drop indices on key columns
- Besides adding indices mentioned in bug 1879:
xml_path_index on upper(nodedata)
xml_access on lower(principal...
11/01/2007
- 09:35 PM Bug #2155: Metacat Performace: Rewrite the xml_nodes queries
- SELECT docid, nodedata, path FROM xml_path_index WHERE path IN ('dataset/title','entityName','individualName/surName'...
- 06:38 PM Revision 3560 (metacat): New flow chart file for metacat 1.8.0
- 04:52 PM Revision 3559 (metacat): download files icon
- 04:51 PM Revision 3558 (metacat): used for data package citation information
- 04:44 PM Revision 3557 (metacat): added skin names to properties list for working with citations that include registry name, registry url
- 03:57 PM Revision 3556 (metacat): Made changes to to work with the vertical table.
- 03:55 PM Revision 3555 (metacat): style changes for Attribute info display, set width for first column that uses added highlightAttrib and empty column; changed shading in bordered, coleven and colodd
- changed .bordered width to 350px for first column, added border-bottom to columns; innercolodd, innercoleven border r...
- 03:53 PM Revision 3554 (metacat): changed nceas.xsl to correct path for images
- 03:49 PM Revision 3553 (metacat): style changes for Attribute info display, set width for first column that uses added highlightAttrib and empty column; changed shading in bordered, coleven and colodd
- changed .bordered width to 350px for first column, added border-bottom to columns; innercolodd, innercoleven border r...
- 01:56 PM Revision 3552 (metacat): Fixed bug with file updating (lost qformat value). Also fixed bug with message.
10/31/2007
- 06:58 PM Revision 3551 (metacat): add CSV download as an option for retrieving datasets.
- NOTE: depends on opencsv jar in the /first project...
- 06:57 PM Revision 3550 (metacat): include both assessments and questions in the results of a search (driven by option in search form)
- 05:36 PM Revision 3549 (metacat): use hidden input to pass desired form action rather than tying it to the button label.
- 05:14 PM Revision 3548 (metacat): Modified by removing name='action' attribute from jsp navigation button, since it was binding with the bean 'action' property.
- 05:13 PM Revision 3547 (metacat): Modified by removing name='action' attribute from jsp navigation button, since it was binding with the bean action property. Also changed Upload Message display to
- show the more general messages returned by the call to clientRequest (doensn't exclude non-upload messages, such as ...
- 04:42 PM Revision 3546 (metacat): Test file to see how long it will take to build records in xml_queryresult table.
- 12:18 PM Revision 3545 (metacat): Changed message to look for in tomcat log to verify metacat servlet has started ok.
10/30/2007
- 06:03 PM Revision 3544 (metacat): Flow chat of query process
- 05:55 PM Revision 3543 (metacat): Change the debug level for Metacat initialization message.
- 08:57 AM Revision 3542 (metacat): add ability to retrieve response data using datamanager lib (note that this requires both the datamanager.jar and firstMetacatIntegration.jar from /eml and /first modules respectively...)
- yes, this is more ajax...and still mostly Proof Of Concept-ish
- 08:47 AM Revision 3541 (metacat): organize css references
10/29/2007
- 03:09 PM Revision 3540 (metacat): Converted some java 1.5 code to java 1.4 code. Removed usages of "String.contains()", "Node.getTextContent()" and "Node.setTextContent.
- 03:09 PM Revision 3539 (metacat): Converted some java 1.5 code to java 1.4 code. Removed usages of "String.contains()", "Node.getTextContent()" and "Node.setTextContent.
- Wrote two new methods: 1) getTextContent, and 2) setTextContent, to emulate the org.w3c.dom implementation that ships...
10/26/2007
- 01:12 PM Revision 3538 (metacat): Fixed some bugs.
- 01:02 PM Revision 3537 (metacat): Removed user-specific config settings.
- 01:00 PM Revision 3536 (metacat): Added a couple of configurable constants for host and context. Added JDoc comments.
- 12:51 PM Revision 3535 (metacat): JUnit tests for ClientViewHelper. Includes tests for logging in, logging out, downloading a single data file, and downloading a package zip file.
10/25/2007
- 08:22 PM Revision 3534 (metacat): less emphasis on emphasis class (reduced font size)
- 08:22 PM Revision 3533 (metacat): included assessmentId in search results.
- TODO: search for both assessment and question doctypes in same query and have the result page display them intelligen...
- 08:18 PM Revision 3532 (metacat): organize the bulk of the stylesheets in their own xsl directory.
- note that these xsl files are being maintained in the "first" cvs module and should be copied from there.
- 08:16 PM Revision 3531 (metacat): get the ajax-specific first skins organized with some better naming.
- these essentially provide a pointer to custom resultset style sheets so that we can just use Ajax.Updater from protot...
- 05:01 PM Revision 3530 (metacat): Seperated web API code, from plain java code, by creating seperate constructors and handling Http stuff in just two methods: "clientRequest" and "handleDownloadResponse".
- Results in using HttpServlet code in an isolated/thin layer, making it easier to test and reuse all other methods.
10/24/2007
- 05:23 PM Bug #2986: No need for restart tomcat after modifying metacat.properties
- My thought is - adding a static variable - propertiesLastModifyTime in MetacatUtil class. This variable will store th...
- 03:33 PM Bug #2986 (New): No need for restart tomcat after modifying metacat.properties
- In Metacat, if user modified metacat.properties, the modification will be effect after restarting tomcat. This proces...
- 12:11 PM Revision 3529 (metacat): add very minimal skin for transforming ajax search resultset for 'first' skin
- 12:10 PM Revision 3528 (metacat): add latest stable prototype (ajax) release
- 10:05 AM Revision 3527 (metacat): use updated edml schema to get correct element/attribute for assessment
- 09:27 AM Revision 3526 (metacat): use updated edml schema to get correct element/attribute for assessment
10/23/2007
- 04:18 PM Revision 3525 (metacat): Fixed a bug that Option wasn't initialized.
- 04:18 PM Revision 3524 (metacat): In test target, add copy command (copy metacat.properties to build dir).
- 08:56 AM Revision 3523 (metacat): some hints about installing new shape files and/or adjusting styles etc.
- 08:53 AM Revision 3522 (metacat): switch to updated sanparks boundaries file
- 08:52 AM Revision 3521 (metacat): replace older sanparks boundaries shapefile with updated version (includes mokala)
10/17/2007
- 07:18 PM Revision 3520 (metacat): Add installation instruction for enabling earthgrid.
- 04:05 PM Bug #2983: Update PostgreSQL from 7.4 to 8.2 in knb.msi
- Here is my propose for the updating by rpms.
1. Download packages :
postgresql-8.2.5-1PGDG.rhel4.i686.rpm
postgresql... - 09:51 AM Revision 3519 (metacat): Mokala is actually farther north than the garden route parks....
10/15/2007
- 05:52 PM Bug #2985 (Resolved): Expand public access flag to the whole ACL
- Expand public access flag (from bug #2929) in MetaCatServlet.readFromMetacat, to do more than just signal public read...
- 05:27 PM Bug #2984 (Closed): "AccessControlList.getACL" returns outdated XML structure
- The "MetCatServlet.handleGetAccessControlAction" calls another method "AccessControlList.getACL". The resulting XML ...
- 04:48 PM Revision 3518 (metacat): organize the various file action buttons
- annotate table cells with classes defined in stylesheet (now they can be customized for each skin!)
make the data lab...
10/12/2007
- 04:02 PM Revision 3517 (metacat): Added new functionality for action="Set Access". Includes methods handleChangeAccess, setPublicAccess and getNodeTextStack. Also, cleaned up some code as a result.
- 03:57 PM Revision 3516 (metacat): Modified string constant "SUB_DOCS_PATH" to be static and public accessible.
- 03:55 PM Revision 3515 (metacat): Modified to accept (and display) parameters "publicRead" and "message". Modifications to allow users to change public access to package.
- 03:48 PM Revision 3514 (metacat): Added param to indicate if public has read access or not, in the method "readFromMetacat". It only does this if reading a metadata document, for a skin-format,
- and the user is not public. This is useful to the skin's metadata display/editing form, for indicating public access...
10/11/2007
- 05:05 PM Bug #2983: Update PostgreSQL from 7.4 to 8.2 in knb.msi
- Consider auto update, RPM upgrade is better chioce. No matter rpm or source instllation, we have to shutdown metacat ...
- 04:42 PM Bug #2983: Update PostgreSQL from 7.4 to 8.2 in knb.msi
- Another issue is about the install dir and the database data dir. The space
needed to install postgresql is about 30 ... - 03:07 PM Bug #2983: Update PostgreSQL from 7.4 to 8.2 in knb.msi
- The disadvantage of installing pg8 from source code is that security patches will not be automatically applied. So, ...
- 02:38 PM Bug #2983: Update PostgreSQL from 7.4 to 8.2 in knb.msi
- Here is the time issue:
Since we can install postgresql 8 while 7 is running, installation time is not a big issue. H... - 02:12 PM Bug #2983: Update PostgreSQL from 7.4 to 8.2 in knb.msi
- In my test machine, I did succesfully installed 8 while 7 was running. In order to do so, we need install 8 from sour...
- 02:00 PM Bug #2983 (Resolved): Update PostgreSQL from 7.4 to 8.2 in knb.msi
- Here is the email from matt:
Jing,
I see no problem, so go ahead. However, you should be sure to absolutely mini... - 04:37 PM Revision 3513 (metacat): Some minor code cleanup.
- 03:58 PM Revision 3512 (metacat): Fixed bug where the Permission Order was always being set to 'allowFirst'.
- It was comparing against the constant AccessControlInterface.DENYFIRST with the variable name surrounded by quotes. ...
- 07:16 AM Revision 3511 (metacat): use garden route park boundary box coordinates for the four "missing" areas (knysna, tsit, mokala, wilderness)
10/09/2007
- 06:15 PM Revision 3510 (metacat): initial skin draft for FIRST project as metacat deployment.
- will require [much] more customization to be fully useful for project, but this is a start.
- 09:34 AM Revision 3509 (metacat): sych left nav list and map locations with the sanparks.org "Parks A-Z" listing.
- still missing spatial data for:
Knysna National Lake Area
Mokala National Park
Tsitsikamma National Park
Wilderness N...
10/08/2007
Also available in: Atom