Project

General

Profile

Activity

From 08/14/2002 to 09/12/2002

09/12/2002

01:19 PM Bug #561: Error Export and Export to zip
Matthew wrote a new class named XMLTransformer which is based on the Xalan
2.4.0. In export method, the new class wa...
Jing Tao

09/10/2002

02:28 PM Bug #587: Open dialog couldn't search network if relogin
In OpenDialogCommand class, move the code to create ownerquery from
constructor to execute method. So the ownerquery...
Jing Tao
11:30 AM Bug #587 (Resolved): Open dialog couldn't search network if relogin
If you skip login when you launched Morpho, then Open menu will only search
data package locally. But after you rel...
Jing Tao
11:19 AM Bug #453: Update itislib functionality to use new information
Jing, did you test if the new version fixes the synonym search problems in
Morpho? For example, does it find package...
Matt Jones
11:10 AM Bug #453: Update itislib functionality to use new information
itislib modul was download from cvs and "ant install". Type "./itislib Ursus"
it works well. But if type"./itislib b...
Jing Tao
11:12 AM Bug #454: Impove efficiency of itislib code to use new structure of responses
In the conference in 9/9/02, we decided just make sure itislib.jar working.
So please see bug 453
Jing Tao

09/06/2002

04:55 PM Bug #583: Refresh will destory the sorted table
A new class named SortTableCommand was created. This can make the code
reusable. Then add a method named sortTable i...
Jing Tao
01:08 PM Bug #583 (Resolved): Refresh will destory the sorted table
Currently, if table is sorted and then do a refresh action. The sorted table
will be destroied and become unsorted....
Jing Tao
04:50 PM Bug #582: Query plugin using a method directly from datapackag plugin
Method getNextId() was created in both DataPackageInterface and
DataPackagePlugin. Now code in query plugin doesn't ...
Jing Tao
10:27 AM Bug #582 (Resolved): Query plugin using a method directly from datapackag plugin
In SaveQueryCommmand class, it uses a method getNextId() directly for
AccessionNumber class which is in datapackage...
Jing Tao
11:25 AM Bug #581: Update Xalan.jar file to current version
I put xercesImpl.jar and xml-apis.jar whcih are shipped with xalan 2.4.0. into
morpho lib too. From documentation (x...
Jing Tao
11:16 AM Bug #469: minimize size of final distribution
I took the linux machine and found the morpho-config.jar is 135 KB and
morpho.jar is 747 KB. Almost the same size as...
Jing Tao

09/03/2002

11:18 AM Bug #581: Update Xalan.jar file to current version
Xalan.jar was updated to 2.4.0 and lots of files were revised too. Currently,
morpho workes well in Java 1.4, but no...
Jing Tao
11:16 AM Bug #581 (Resolved): Update Xalan.jar file to current version
Matt updated Xerces.jar file. We need to update Xalan too and to make them
compatible.
Jing Tao
08:10 AM Bug #469: minimize size of final distribution
Just now I took a look the both jar file. Currently, in morpho-jar file are
eml dtd file, some xml files and some st...
Jing Tao

09/02/2002

08:40 PM Bug #256: allow toolbar to display alternative widgets
The bug fix described here may not be needed as of Java 1.3. The Action class
was changed in Java 1.3 as described in...
Dan Higgins
08:21 PM Bug #469: minimize size of final distribution
Where are these reportedly large jar files? My morpho.jar is currently 711KB
and morpho-config.jar is reported as 13...
Dan Higgins

08/23/2002

05:46 PM Bug #573: butterfly still flaps after cancelling a revise search request
This is duplicated bug(it is as same as 572). Please look bug 572.
Jing Tao
05:45 PM Bug #572: butterfly still flaps after cancelling a revise search request
In ReviseSearchCommand class, only after search started, the MorphoFrame will
be set busy. When it finished, it set ...
Jing Tao
05:30 PM Bug #574 (In Progress): l--o--n--g timeout for unsuccessful network ping on Linux
Tried starting Morpho on a Linux machine (a) with with IPChains blocking
connections, and (b) with IPChains not runn...
Matthew Brooke
05:06 PM Bug #571: fix height of toolbar on windows
Good grief - I finally manage to fix a bug, and Jones gets here and posts a
comment before me... :-)
Anyway:
Fixed ...
Matthew Brooke
04:57 PM Bug #571: fix height of toolbar on windows
Looks like brooke fixed it by using getPreferredSize() instead of getSize().
FIXED. (Wow that was easy :)
Matt Jones

08/22/2002

06:05 PM Bug #573 (Resolved): butterfly still flaps after cancelling a revise search request
If you search for something, then click "Revise Search" to reopen the search
dialog, the butterfly starts flapping i...
Matt Jones
06:05 PM Bug #572 (Resolved): butterfly still flaps after cancelling a revise search request
If you search for something, then click "Revise Search" to reopen the search
dialog, the butterfly starts flapping i...
Matt Jones
11:53 AM Bug #439: Table Popup menu options should also appear in application menu
Jing, we did discuss it extensively. The prototype screen shots of the menus
precisely show where they are supposed ...
Matt Jones
11:19 AM Bug #439: Table Popup menu options should also appear in application menu
Maybe we need to discuss which menu they should go in some time.
By the way, I have another relative question:
I kno...
Jing Tao
10:53 AM Bug #439: Table Popup menu options should also appear in application menu
This is now part of the UI redesign and needs to be completed for the 1.2
release. Jing should be handling this as p...
Matt Jones
11:49 AM Bug #555: extend windowing framework to allow multiple windows with menus
This is now complete. Some side issues have cropped up, but they have been
entered as separate bugs (see bug 569, bu...
Matt Jones
11:43 AM Bug #571 (Resolved): fix height of toolbar on windows
The toolbar in MorphoFrame is sized by subtracting the height of the menu bar
from the hieight of the Progress Indic...
Matt Jones
11:27 AM Bug #570 (In Progress): convert editor/DocFrame to use MorphoFrame
The current editor package has a class DocFrame that extends JFrame. It needs
to be changed so that all editor wind...
Matt Jones
11:11 AM Bug #569 (Resolved): enabling/diabling menus and toolbars in MorphoFrame
In the current architecture, each MorphoFrame's menus and toolbars are created
by the UIController. However, the co...
Matt Jones
10:52 AM Bug #561: Error Export and Export to zip
This is likely a classloader issue, where an alternate CL is not able to search
the classpath. Make sure that the cu...
Matt Jones

08/19/2002

05:11 PM Bug #555: extend windowing framework to allow multiple windows with menus
I have largely finished merging the MULTIDOC_BRANCH onto the head. This means
that the main application class is now...
Matt Jones

08/15/2002

03:57 PM Bug #561 (Resolved): Error Export and Export to zip
Now the morpho code in CVS head has a problem in both export and export to zip
action. When I tried these actions a...
Jing Tao
 

Also available in: Atom