Custom Query (424 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 424)

Ticket Owner Reporter Resolution Summary
#392 ak19 kjdon fixed OAI source doc download
Description

OAI download sometimes needs to get two files, but only one is present.

The code (OAIDownloader) goes through and looks for identifier tags, extracts the URL, works out the extension, then saves the file as the same name as the oai file with the new extension. This is fine until you come to a case where there are two identifiers with the same extension, as they get saved to the same filename.

#393 ak19 ak19 duplicate RemoteGreenstoneServer and GLIApplet tasks
Description
  1. Thread problem: random infinite wait for next action in queue when the queue should actually already contain the next action
  2. When the username/password typed in at the startup of GLI is wrong, keeps popping up invalid authentication dialog
  3. exit condition when user presses cancel, or on connectexception should quit while(true) loop in ActionQueue.java's run() and Gatherer should exit()
  4. New bug: GLIapplet used to build and preview a collection, then browser pointed elsewhere before user returns to open the GLI applet and rebuilds the collection. On clicking preview the browser crashes.
  • Fixed: Bug in GLIapplet since 2.80 and after. If after using the GLIapplet, the user pointed the browser elsewhere and returned to the GLIapplet, this would cause the reloading of GLIapplet to wait forever.

Fixed by making RemoteGreenstoneServer class into an OOP class rather than being filled with static methods and variables. Now this class is split into 3, the other two being RemoteGreenstoneServerAction.java and ActionQueue.java

#403 kjdon kjdon fixed GLI metadata names in config file
Description

GLI currently displays metadata names in plugin/classifier options etc as the language specific version. And then supposedly writes out the canonical name to the config file.

But the conversion between display and file does not work properly.

Need to look at this and make it better.

Affects indexes (though I think these are working correctly), plugins, classifiers.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.