Project

General

Profile

Activity

From 06/24/2000 to 07/23/2000

07/18/2000

11:40 AM Revision 294 (metacat): no message
bojilova

07/13/2000

07:04 PM Revision 281 (metacat): *** empty log message ***
bojilova
06:48 PM Revision 280 (metacat): *** empty log message ***
bojilova
02:48 PM Revision 279 (metacat): *** empty log message ***
bojilova
02:31 PM Revision 278 (metacat): *** empty log message ***
bojilova
02:02 PM Revision 277 (metacat): *** empty log message ***
bojilova
01:48 PM Revision 276 (metacat): *** empty log message ***
bojilova
11:22 AM Revision 275 (metacat): *** empty log message ***
bojilova
11:21 AM Revision 274 (metacat): no message
bojilova
11:17 AM Revision 273 (metacat): *** empty log message ***
bojilova

07/11/2000

10:26 AM Revision 268 (metacat): using the new interface to SRB JavaRMI to solve the auth problem
bojilova

07/10/2000

11:35 AM Revision 258 (metacat): added hidden "action" field
bojilova

07/04/2000

03:28 PM Revision 257 (metacat): minor efficiency improvement
Matt Jones
03:16 PM Revision 256 (metacat): minor property change
Matt Jones
03:14 PM Revision 255 (metacat): removed catalog jar file because not needed because source code is in src dir so is included as part of metacat.jar
Matt Jones
02:54 PM Revision 254 (metacat): updated ant build.xml file for efficiency
Matt Jones

06/30/2000

06:09 PM Revision 253 (metacat): MetaCatServlet.java
Matt Jones
04:53 PM Revision 252 (metacat): finished user auth & session tracking
bojilova
04:42 PM Revision 251 (metacat): finished user auth & session tracking
bojilova
12:05 PM Revision 249 (metacat): hidden form item "action" is not needed
bojilova
11:20 AM Revision 248 (metacat): session expiration message page
it has a link that should go to new login page. bojilova
10:59 AM Revision 247 (metacat): session expiration message page shown when
session expire or session has not been stored
between different user requests.
bojilova

06/29/2000

06:19 PM Bug #35 (Resolved): SRB RMI server doesn't authenticate after first connection
After the initial connection is made to the SRB server using the SRB RMI server,
subsequent attempts to connect are ...
Matt Jones
06:09 PM Bug #16: validation engine uses OASIS XML Catalog
Fixed DBValidate validation engine so that it now uses DBEntityResolver to
resolve system IDs for DTD locations when ...
Matt Jones
05:52 PM Revision 245 (metacat): changed char stream to byte stream
Matt Jones
04:27 PM Revision 243 (metacat): Fixed bug in DBEntityResolver so that it now properly delegates to
the system id found inthe database.
Changed DBValidate to use DBEntityResolver, rather than the OASIS
catalog, and to...
Matt Jones
02:03 PM Revision 237 (metacat): testing login
bojilova
01:05 PM Revision 234 (metacat): testing login
bojilova
12:08 PM Revision 233 (metacat): testing login
bojilova
11:42 AM Revision 232 (metacat): testing login
bojilova
10:54 AM Revision 231 (metacat): testing login
bojilova
10:45 AM Revision 230 (metacat): testing login
bojilova
10:40 AM Revision 229 (metacat): testing login
bojilova
10:28 AM Revision 228 (metacat): testing login
bojilova
10:03 AM Revision 227 (metacat): testing login
bojilova
09:50 AM Revision 226 (metacat): testing login
bojilova
09:37 AM Revision 225 (metacat): testing login
bojilova

06/28/2000

04:47 PM Revision 224 (metacat): testing login
bojilova
04:19 PM Revision 223 (metacat): testing
bojilova
02:33 PM Revision 222 (metacat): testing
bojilova
01:17 PM Revision 221 (metacat): testing
bojilova

06/27/2000

08:26 PM Bug #34: text matches in query algorithm don't span TEXT nodes
Because it is improbable, will require major query algorithm changes to fix it,
and will have minor impact when encou...
Matt Jones
08:23 PM Bug #34 (Resolved): text matches in query algorithm don't span TEXT nodes
When text sequences formthe document exceed the max field length of the database
filed (4000 characters for Oracle),...
Matt Jones
08:18 PM Bug #14: metacat TEXT nodes limited to 4K characters
Fixed bug where TEXT nodes couldn't be longer than 4000 characters, which is the
maximum length of a VARCHAR2 field i...
Matt Jones
08:14 PM Revision 220 (metacat): Fixed bug where TEXT nodes couldn't be longer than 4000 characters, which
is the maximum length of a VARCHAR2 field in Oracle. Now, if text
exceeds the field length, I break the text up into...
Matt Jones
07:40 PM Bug #27: DBReader doesn't recreate COMMENTS and PIs when reading a doc
Added two new classes (CommentNode and PINode) to allow DBReader to output
COMMENTs and PIs when reading a document. ...
Matt Jones
07:36 PM Revision 219 (metacat): Added feature to now ouput COMMENTs and PIs when the document is
read from the database with DBReader. Matt Jones
07:30 PM Revision 218 (metacat): updated build file jar references
Matt Jones
07:23 PM Revision 217 (metacat): fixed html file parameters
Matt Jones
06:25 PM Bug #33 (Resolved): problems with replicating of DTDs, because of PUBLIC IDs
Clients submitting documents with new, unknown doctypes can provide a reference
or an internal subset for a DTD, whi...
Matt Jones
05:47 PM Revision 216 (metacat): removed jar file because it is too dynamic
Matt Jones
05:00 PM Revision 215 (metacat): changed to
response.sendRedirect(response.encodeRedirectUrl("/xmltodb/lib/index.html")); bojilova
04:58 PM Revision 214 (metacat): binary additions for srb RMI client
Matt Jones
04:53 PM Revision 213 (metacat): Added srbrmi classes for authentication support
Matt Jones
03:43 PM Revision 212 (metacat): changed to use username/password entered on login
bojilova
03:36 PM Revision 211 (metacat): needed right <FORM ACTION="" ...> value
bojilova
02:25 PM Revision 210 (metacat): changes releted to login and session tracking
bojilova
02:24 PM Revision 209 (metacat): New- class that encapsulates session creation and user authentication
bojilova
02:23 PM Revision 208 (metacat): New- login page
bojilova
01:49 PM Revision 207 (metacat): added new javadoc documentation for new classes
Matt Jones

06/26/2000

10:15 PM Bug #24: MetaCatServlet should provide 2 more input parameters to DBWriter: accession# and action
Parameters added and they test out correctly now. Matt Jones
03:44 AM Bug #24: MetaCatServlet should provide 2 more input parameters to DBWriter: accession# and action
Will complete testing and bugfixes for bug # 13 and bug # 24 Matt Jones
03:42 AM Bug #24: MetaCatServlet should provide 2 more input parameters to DBWriter: accession# and action
Parameters have been added to MetaCatServlet and command line tools to
accomodate the new UPDATE and DELETE functions...
Matt Jones
10:05 PM Bug #13: metacat doesn't allow updates or deletes
Fixed errors with Update and Delete functions. Tested out fine under a variety
of error conditions.
Matt Jones
03:43 AM Bug #13: metacat doesn't allow updates or deletes
Will complete testing and bugfixes for bug # 13 and bug # 24 Matt Jones
03:40 AM Bug #13: metacat doesn't allow updates or deletes
Created basic update and delete functionality. Substantial changes to all
classes, but focused on DBWriter and MetaC...
Matt Jones
09:50 PM Revision 205 (metacat): Updated javadoc documentation.
Matt Jones
09:31 PM Revision 204 (metacat): Fixed bugs associated with the new UPDATE and DELETE functions of
DBWriter. There were problematic interactions between some static
variables used in DBEntityResolver and the way in ...
Matt Jones
03:35 AM Revision 203 (metacat): Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parame...
Matt Jones
 

Also available in: Atom