source: trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10587   19 years mdewsnip Merged showNewCollectionPrompt into NewCollectionTask, to make things …
(edit) @10586   19 years mdewsnip Now handles mkcol.pl cancels a lot better -- no longer get multiple …
(edit) @10585   19 years kjdon reformatted the MetadataSet element so there are no spaces between …
(edit) @10581   19 years mdewsnip Moved the call to getRequestingPrompt out to a new function, so it can …
(edit) @10577   19 years mdewsnip Rearranged things a little for the West Yorkshire stuff.
(edit) @10576   19 years mdewsnip Rearranged a few things when using classinfo.pl and pluginfo.pl, to …
(edit) @10575   19 years mdewsnip Made URLField far simpler and more accurate. Removed the crazy regular …
(edit) @10569   19 years kjdon changed version to 2.61f
(edit) @10564   19 years mdewsnip Added a openCollectionFromLastTime function to CollectionManager to …
(edit) @10562   19 years mdewsnip Some stub changes to keep things happy, and removed the …
(edit) @10561   19 years mdewsnip Now calls the appropriate RemoteGreenstoneServer function itself.
(edit) @10560   19 years mdewsnip Added a getCollectionDirectoryPath() function that returns the path of …
(edit) @10559   19 years mdewsnip Moved opening a collection onto its own thread, so the progress bar …
(edit) @10558   19 years mdewsnip Added stub to keep things compiling.
(edit) @10557   19 years mdewsnip The RemoteFileQueue instance is now owned by RemoteGreenstoneServer, …
(edit) @10556   19 years kjdon fixes to make the config file save only if it has changed
(edit) @10555   19 years mdewsnip Opening files in an external program is now done in a separate thread, …
(edit) @10554   19 years mdewsnip Three new strings for the remote Greenstone server stuff (West Yorkshire).
(edit) @10552   19 years kjdon removed the commented out references to old 'beta' element of config file
(edit) @10548   19 years mdewsnip Now aborts the open collection dialog if something went wrong …
(edit) @10547   19 years mdewsnip Now uploads all the modified metadata.xml files when the EnrichPane
(edit) @10546   19 years mdewsnip Tidied up the delete function so it is hopefully slightly more …
(edit) @10545   19 years mdewsnip Added a couple of strings for the new "gliserver URL" field in …
(edit) @10544   19 years mdewsnip Removed some unnecessary imports.
(edit) @10543   19 years mdewsnip Fixed a bug where cgiBase wasn't set.
(edit) @10542   19 years mdewsnip (West Yorkshire) Now checks if the collection configurations have been …
(edit) @10541   19 years mdewsnip Changed an output statement to go to the debug stream.
(edit) @10540   19 years mdewsnip Added a "-use_remote_greenstone" argument, and added the …
(edit) @10539   19 years kjdon this zip utility is needed for the GLI applet on windows
(edit) @10533   19 years mdewsnip Updated the stubs to return boolean values indicating whether the …
(edit) @10532   19 years mdewsnip Now doesn't attempt to load a remote collection when authentication fails.
(edit) @10531   19 years kjdon changed the preview args for lucene collections
(edit) @10530   19 years kjdon modified to use new searchtypemanager isSearchTypeEnabled instead of …
(edit) @10529   19 years kjdon changed a comment - removed show_progress
(edit) @10528   19 years kjdon changed isMGPPEnabled to isSearchTypeEnabled, added isMGPP() and …
(edit) @10527   19 years kjdon removed show_progress argument
(edit) @10519   19 years mdewsnip Exceptions now handled through DebugStream, as they all should be.
(edit) @10518   19 years mdewsnip Made some public functions private.
(edit) @10517   19 years mdewsnip Made some Gatherer variables and functions static, and removed the …
(edit) @10515   19 years mdewsnip Removed the unnecessary "self" variable.
(edit) @10512   19 years mdewsnip Made the appropriate changes to the RemoteGreenstoneServer stub …
(edit) @10511   19 years mdewsnip Changed the names of some functions in RemoteGreenstoneServer and made …
(edit) @10487   19 years mdewsnip Changed output statement to be a debug statement.
(edit) @10480   19 years mdewsnip Minor efficiency improvements.
(edit) @10479   19 years mdewsnip Changed MetadataXMLFile.addMetadata and MetadataXMLFile.removeMetadata …
(edit) @10462   19 years mdewsnip More GEMS tidy ups: no classes now import the Gatherer class.
(edit) @10461   19 years mdewsnip Fixed a bug where the GEMS didn't know the GLI user directory, so …
(edit) @10460   19 years mdewsnip Now adds "-keepold" or "-removeold" to the buildcol.pl command …
(edit) @10456   19 years mdewsnip Now allows "-removeold" to be switched off for import.pl (in high …
(edit) @10455   19 years mdewsnip Uploading the collect.cfg file is now done in the save function of …
(edit) @10454   19 years mdewsnip Uploading the collect.cfg file is now done in the save() function of …
(edit) @10448   19 years kjdon test the existence of classes/org/... before trying to delete it
(edit) @10447   19 years kjdon some help was commented out, but other bits not - caused NPE when run. …
(edit) @10422   19 years mdewsnip Made makegli.bat run clean.bat also, to remove all class files so …
(edit) @10421   19 years kjdon added DocumentText, DocumentButtons and DocumentHeading default …
(edit) @10397   19 years mdewsnip Made the default build mode "full" -- this stuff is dodgy.
(edit) @10396   19 years mdewsnip Tidied up the Gatherer and GUIManager exit() functions to make sure …
(edit) @10393   19 years mdewsnip Added another stub for the West Yorkshire project.
(edit) @10392   19 years mdewsnip Now uploads the modified metadata.xml files to the server when …
(edit) @10390   19 years kjdon updated version to 2.61
(edit) @10389   19 years kjdon modified PROGRAM_VERSION - 2.61
(edit) @10388   19 years kjdon modified the AboutDialog.Date
(edit) @10387   19 years mdewsnip Tidied up the way collections are saved and closed, and added some …
(edit) @10382   19 years mdewsnip Can now base a new collection on an existing one, when using a remote …
(edit) @10381   19 years mdewsnip Added another couple of stub functions.
(edit) @10380   19 years mdewsnip Now uploads and deletes metadata sets on the server when metadata sets …
(edit) @10379   19 years mdewsnip Now downloads the collection configurations (when using a remote …
(edit) @10378   19 years mdewsnip Added a couple more stubs for the West Yorkshire functionality -- …
(edit) @10377   19 years mdewsnip Now uploads the collect.cfg file when it is saved, if using remote …
(edit) @10376   19 years mdewsnip Now downloads collection files to view them, if using a remote …
(edit) @10375   19 years mdewsnip Minor change.
(edit) @10374   19 years mdewsnip Now uploads collection images to the server, if using remote building.
(edit) @10373   19 years mdewsnip Now will create any intermediate directories as required.
(edit) @10372   19 years mdewsnip Gatherer.setGLIUserDirectoryPath() now creates the directory if it …
(edit) @10371   19 years mdewsnip Tidied up some more usage of gsdl_path.
(edit) @10370   19 years mdewsnip Added a new LocalGreenstone class which contains functions that only …
(edit) @10369   19 years mdewsnip Now sets gsdl_path to null so we will know if the GLI tries to do …
(edit) @10368   19 years mdewsnip Removed some occurrences of "gsdl_path", and added some checks so it …
(edit) @10367   19 years mdewsnip Added a new "-gliserver_url" command-line option for running a local …
(edit) @10364   19 years mdewsnip Removed the Utility::getWGetPath() function.
(edit) @10363   19 years mdewsnip Moved some applet specific code out of Gatherer.java and into …
(edit) @10362   19 years mdewsnip Now sets the gli directory path correctly.
(edit) @10346   19 years mdewsnip Saved a few lines.
(edit) @10345   19 years mdewsnip Removed some more crap out of the Utility class.
(edit) @10343   19 years kjdon move up and down buttons become disabled when selection at top/bottom
(edit) @10342   19 years mdewsnip Tidied up a lot of path variables. These were all over the place, and …
(edit) @10341   19 years kjdon when change the order of the classifiers, now it calls refresh in the …
(edit) @10333   19 years kjdon modified to use the new GSDL3HOME and GSDL3SRCHOME variables
(edit) @10332   19 years mdewsnip Renamed the collect_config_file option to collect_cfg_file, so it is …
(edit) @10331   19 years kjdon modified to use the new GSDL3HOME and GSDL3SRCHOEM variables
(edit) @10330   19 years kjdon gsdl3 mode now has two args: -gsdl3 which is gsdl3home (the web dir) …
(edit) @10325   19 years mdewsnip Opening files in an external program is now done through …
(edit) @10323   19 years mdewsnip Now returns null if an empty command is specified.
(edit) @10267   19 years mdewsnip Added some more general zip functions -- eventually the old ones will …
(edit) @10266   19 years mdewsnip Added some stubs for the new remote Greenstone server stuff.
(edit) @10265   19 years mdewsnip Added some more stuff when using a remote Greenstone server.
(edit) @10264   19 years mdewsnip Now downloads the collection configuration files when File -> Open is …
(edit) @10263   19 years mdewsnip Now downloads a collection from the remote Greenstone server if one is …
(edit) @10261   19 years mdewsnip Moved the RemoteFileQueue class into the new "remote" directory.
(edit) @10260   19 years mdewsnip Added a "NEW_FOLDER" constant to indicate new folder actions.
Note: See TracRevisionLog for help on using the revision log.