source: trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @10259   19 years mdewsnip Created a new "remote" directory for classes related to using a remote …
(edit) @10252   19 years mdewsnip Unzip.java now takes the zip file path and the directory to unzip into …
(edit) @10250   19 years mdewsnip Moved all of the ZIP functions out of Utility and into a new ZipTools
(edit) @10249   19 years mdewsnip Made the Gatherer's exit variable static, for consistency.
(edit) @10248   19 years mdewsnip A new RemoteFileQueue class that is conceptually similar to FileQueue
(edit) @10247   19 years mdewsnip Changed FileQueue.addJob to take an array of source_nodes, and deal …
(edit) @10246   19 years mdewsnip Moved null test a bit earlier in the process.
(edit) @10245   19 years mdewsnip Tidied up FileManager.java in preparation for updating collections on …
(edit) @10244   19 years mdewsnip A few fixes to previous changes for building collections remotely …
(edit) @10243   19 years mdewsnip The GathererApplet.java file wasn't being compiled.
(edit) @10242   19 years mdewsnip Moved a lot of the duplicated code out of GathererProg and …
(edit) @10241   19 years mdewsnip New class for functions needed to use a remote Greenstone server.
(edit) @10240   19 years mdewsnip Moved functions to do with using a remote Greenstone server out of …
(edit) @10239   19 years mdewsnip Added the "isApplet" variable to allow the GLI to use a remote …
(edit) @10238   19 years mdewsnip Added some strings for the new "Complete Rebuild/Incremental Rebuild" …
(edit) @10237   19 years mdewsnip New code for "incremental" building, by Matthew Whyte. I've only had …
(edit) @10232   19 years mdewsnip Now tells the user that the collection could not be created if no …
(edit) @10219   19 years mdewsnip Will now attempt to delete the zip file is downloading is cancelled …
(edit) @10214   19 years mdewsnip Some comments by Matthew Whyte.
(edit) @10210   19 years davidb Script can now cope with whether or not appletpasswd (storing the …
(edit) @10209   19 years davidb Windows version of makejar.sh
(edit) @10208   19 years davidb Retrieval of building/build.cfg now done in a platform independent way.
(edit) @10207   19 years davidb Minor changes to zipping and unzipping files to be compatible with …
(edit) @10205   19 years mdewsnip Can now create a collection with Unicode title and description. This …
(edit) @10200   19 years kjdon in getValue added a check for null node
(edit) @10167   19 years mdewsnip Fixed a bug where folder-level metadata would be shown on any folder …
(edit) @10079   19 years mdewsnip Made the PluginSuggestionPrompt a little bigger.
(edit) @10049   19 years chi If the buildtype does not contain any value, it means that buildtype …
(edit) @10016   19 years mdewsnip Fixed a bug where the GLI would attempt to enable/disable non-existant …
(edit) @10013   19 years mdewsnip Now all JAR-file related, base.getResource* stuff is in the JarTools class.
(edit) @10012   19 years mdewsnip Removed the last of the graphical functions from the Utility class -- …
(edit) @10011   19 years mdewsnip Moved Utility.getImage into JarTools, as part of tidying up the …
(edit) @10010   19 years mdewsnip Moved Utility.isInJar and Utility.extractFromJar into a new JarTools
(edit) @10009   19 years mdewsnip Moved Utility.getHelpFolder into HelpFrame, as part of tidying up the …
(edit) @10008   19 years mdewsnip Removed the Dimension objects from the Utility class, as part of …
(edit) @10007   19 years mdewsnip Moved Utility.formatPath into FileQueue, as part of tidying up the …
(edit) @10006   19 years mdewsnip Moved Utility.parse to XMLTools.parseXMLFile, as part of tidying up …
(edit) @10003   19 years mdewsnip Brought non-English interfaces up to current state.
(edit) @10002   19 years mdewsnip Removed unnecessary whitespace.
(edit) @10001   19 years mdewsnip Removed a lot of unnecessary whitespace.
(edit) @9997   19 years kjdon lots of changes. made the mgpp index and level lists behave like …
(edit) @9996   19 years kjdon removed the text class variable - we no longer cache the string …
(edit) @9995   19 years kjdon small changes
(edit) @9991   19 years kjdon re-indented the RemoveListener class code
(edit) @9982   19 years mdewsnip Removed the pointless and unused "Language" and "Version" strings.
(edit) @9981   19 years mdewsnip The getImage function no longer tries to load images …
(edit) @9946   19 years mdewsnip The GLI interface is now available in Latvian.
(edit) @9945   19 years mdewsnip The GLI in Latvian! Many thanks to Raitis Brodezhonok for the translation.
(edit) @9943   19 years mdewsnip Fix to the bug that prevented adding the same attribute to an element …
(edit) @9942   19 years davidb Modifications to handling of zip files.
(edit) @9920   19 years mdewsnip Was trying to delete a file that no longer exists, now that the Javac …
(edit) @9909   19 years kjdon added cdm buildtype strings
(edit) @9908   19 years kjdon removed all 2.39 compat stuff. removed commented out beta stuff. added …
(edit) @9907   19 years kjdon added a build type selection element - mgpp/lucene
(edit) @9906   19 years kjdon added BUILDTYPE_ELEMENT. why do we have different strings for teh …
(edit) @9897   19 years davidb Modification so the information collated from the popup window is …
(edit) @9896   19 years davidb Additional changes to creating 'tmp' directory for applet version of …
(edit) @9895   19 years davidb Modifications so information collated in WriteCDImagePrompt is …
(edit) @9894   19 years davidb Code was hardwired to work only in "collect/" directory. This …
(edit) @9891   19 years kjdon gsdlpath and gsdl3path may now be set as environment variables - so we …
(edit) @9889   19 years davidb exportcol.pl minus argument -nonetscape can't be last argument before …
(edit) @9888   19 years davidb Support added for running remote commands (GLI applet) that specify …
(edit) @9887   19 years mdewsnip Tidied up the way the Warnings preferences are done, in response to my …
(edit) @9885   19 years davidb Support for applet version of export to cd-rom image put back in.
(edit) @9884   19 years davidb Extra functionality to support export to cd-rom image added back in. …
(edit) @9883   19 years davidb Support for collect.zip being in Jar file put back in. This lets the …
(edit) @9878   19 years davidb Code used to test for doesProcessFile first and then …
(edit) @9877   19 years davidb GLIUserFolder can now take a parameter to override where on the file …
(edit) @9876   19 years davidb Additional functionality added to GLIUserFolder. Under Windows, but …
(edit) @9875   19 years davidb Setting of g_man to null (when exiting GLI) needed for applet version. …
(edit) @9871   19 years mdewsnip Fixed a small bug where switching from an inherited piece of metadata …
(edit) @9869   19 years mdewsnip Dealing with the user config.xml files is now much smarter. Instead of …
(edit) @9868   19 years mdewsnip Added general.email option, removed warning.InheritedMetadata option, …
(edit) @9865   19 years mdewsnip More minor tidy-ups.
(edit) @9864   19 years mdewsnip Changed WarningDialog to take the direct message text, rather than the …
(edit) @9863   19 years mdewsnip Minor changes.
(edit) @9862   19 years mdewsnip Removed the javac version check -- this was starting to get out of …
(edit) @9857   19 years mdewsnip A few changes made as part of the recent EnrichPane changes.
(edit) @9856   19 years mdewsnip Major changes to the metadata value table and tree in the Enrich pane. …
(edit) @9855   19 years mdewsnip Minor changes.
(edit) @9846   19 years mdewsnip Removed an unnecessary import and changed the copyright year.
(edit) @9835   19 years kjdon changed GreenstoneDirectoryMetadata to DirectoryMetadata
(edit) @9828   19 years kjdon deactivate a collection (GS3, tomcat) before deleting the index …
(edit) @9827   19 years kjdon under windows, the DragTreeSelectionModel didn't get compiled (why???) …
(edit) @9801   19 years mdewsnip Tidied up opening collections, and showLoadCollectionBox (now …
(edit) @9800   19 years mdewsnip Now switches back to the Gather pane before closing the collection, to …
(edit) @9793   19 years mdewsnip GEMS never created it's own Dictionary, so all interface strings …
(edit) @9789   19 years mdewsnip Ooops... MissingEXEC.Message had "library" and "gsdl" around the wrong way.
(edit) @9755   19 years mdewsnip Replaced all the nonsense where string arrays were created for running …
(edit) @9753   19 years mdewsnip Made it so you don't have to enter a description when creating a new …
(edit) @9704   19 years mdewsnip Exporting would never work because the arguments array had two null …
(edit) @9701   19 years mdewsnip Prevented the "Could not understand gsdlsourcefilename" warning for …
(edit) @9700   19 years mdewsnip Commented out a stray debug statement.
Note: See TracRevisionLog for help on using the revision log.