source: trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7853   20 years kjdon made this up to date with gli.sh, most importantly, now run …
(edit) @7851   20 years kjdon set the default debug mode back to false
(edit) @7827   20 years mdewsnip More of the new metadata code.
(edit) @7822   20 years mdewsnip All this new code just lying around makes me nervous, so I'm …
(edit) @7820   20 years davidb Top-level utility program for unzipping archives. Used by upload …
(edit) @7794   20 years kjdon disable brwose to find collections for GS3
(edit) @7755   20 years mdewsnip No longer used.
(edit) @7754   20 years mdewsnip Removed two unused JAR files from the lib directory: parser and polloxml.
(edit) @7753   20 years mdewsnip Removed JAR files from the classpath that no longer exist.
(edit) @7749   20 years davidb plugins.dat and classifiers.dat now located here so they make it in to …
(edit) @7748   20 years davidb Top class name changed from Gatherer.class to GathererProg.class. …
(edit) @7747   20 years davidb Separate config file used for when Greenstone building is remote from …
(edit) @7746   20 years davidb New files to support GLI as signed applet. GLI applet needs to …
(edit) @7745   20 years davidb Tweak to printout of debugging information.
(edit) @7744   20 years davidb Look for data in resource (Jar) file before local file system. Needed …
(edit) @7743   20 years davidb GA format changed so full pathname no longer used, but name local to …
(edit) @7742   20 years davidb Enhancement to debugging information.
(edit) @7741   20 years davidb Images are now located through Utility class. This means that images …
(edit) @7740   20 years davidb General changes made to support GLI as an applet.
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7738   20 years davidb Restructuring of files to prepare the way for an applet version of GLI
(edit) @7699   20 years kjdon added in -t 2 to teh args for wget to make it stop after two tries if …
(edit) @7697   20 years kjdon commented out a println
(edit) @7696   20 years mdewsnip Updated configuration version for the gsdl-2.51u UNESCO release.
(edit) @7695   20 years mdewsnip Mirroring is now on by default.
(edit) @7694   20 years mdewsnip Updated AboutDialog.Date for the gsdl-2.51u UNESCO distribution.
(edit) @7691   20 years mdewsnip Fixed a bug where switching to a file with no metadata would cause an …
(edit) @7690   20 years kjdon http_proxy environment vars don't seem to work under windows - put it …
(edit) @7689   20 years kjdon stop the progress bar if we close a download while its still running
(edit) @7687   20 years kjdon proxy host, port, user and password are now set in an envornment …
(edit) @7680   20 years kjdon added a WGETPATH var that can be used to set wget manually instead of …
(edit) @7679   20 years kjdon wget may be specified by the user in gli.sh, but otherwise we use teh …
(edit) @7678   20 years kjdon wget version and path not passed in to constructor anymore
(edit) @7677   20 years kjdon removed a print statement
(edit) @7676   20 years kjdon we no longer test wget in here. user can set wgetpath if they want, …
(edit) @7675   20 years kjdon added functions to set the WGet path and version
(edit) @7674   20 years kjdon added a function to find the path to greenstone's wget
(edit) @7669   20 years kjdon removed the bit where the destination was removed from the url - don't …
(edit) @7667   20 years kjdon lots of changes to the mirroring and MissingWGET and OldWGET strings
(edit) @7666   20 years kjdon made a few changes for the mirror pane, but there is still a lot of …
(edit) @7664   20 years kjdon added back in the wget tests for mirroring
(edit) @7663   20 years kjdon removed a couple of commented-out bits
(edit) @7662   20 years kjdon lots of changes. url field is now just a plain textfield. does no …
(edit) @7661   20 years kjdon pass mode changed call to mirror pane
(edit) @7660   20 years kjdon removed the clear cache button from preferences
(edit) @7659   20 years kjdon renamed GProgressBar to DownloadProgressBar. Also changed the buttons …
(edit) @7658   20 years kjdon renamed collection/Job to collection/DownloadJob. also fixed a bug in …
(edit) @7657   20 years kjdon added in a check for WGet in run - only does this if the mirror pane …
(edit) @7656   20 years kjdon removed commented out bits for Hunt and Preview - these are never …
(edit) @7655   20 years kjdon added in wget warnings (old and missing)
(edit) @7653   20 years kjdon added ians changes to the mirror text, regenerated the index and …
(edit) @7648   20 years kjdon uncommented the mirror bits, and flagged the sections as modified - …
(edit) @7647   20 years mdewsnip Special case: you can now delete files from the "Downloaded Files" folder.
(edit) @7642   20 years mdewsnip Removed some dead functions and commented out a couple on their way out.
(edit) @7641   20 years mdewsnip Removed a couple of dead functions.
(edit) @7639   20 years mdewsnip Added the ability to refresh the "Downloaded Files" folder when …
(edit) @7634   20 years mdewsnip Removed crappy old stripNL function which made a mess of Unicode strings.
(edit) @7633   20 years mdewsnip Some function and variable name changes, and added the web …
(edit) @7624   20 years mdewsnip Fixed quite a few places where the GLI was looking for "ex" instead of …
(edit) @7620   20 years mdewsnip Quickly hacked up a new stripNL function which will hopefully work OK …
(edit) @7613   20 years mdewsnip Set Greenstone 2.51 release date for AboutDialog.Date string.
(edit) @7609   20 years kjdon fixed the bug where when you drag a document with existing namespaced …
(edit) @7608   20 years mdewsnip Fixed a bug where creating a new folder under a closed folder would …
(edit) @7605   20 years mdewsnip Added a two second wait as well, so the OS has finished deleting the …
(edit) @7604   20 years kjdon format statements are now written out with new lines intact, not …
(edit) @7603   20 years kjdon removed the xml stuff - we don't use it at present and it is …
(edit) @7602   20 years mdewsnip Ooops... fixed a typo.
(edit) @7601   20 years mdewsnip Have hopefully (and finally!) fixed the nasty race conditions with the …
(edit) @7600   20 years mdewsnip Removed a couple of references to the now defunct preview pane.
(edit) @7598   20 years kjdon write out format statements with ex.metadata still intact
(edit) @7597   20 years kjdon made static strings for the format names and default format strings - …
(edit) @7592   20 years mdewsnip Much simplified the installLocation function to hopefully remove the …
(edit) @7591   20 years mdewsnip Multi-line statements are now read in with newline characters added.
(edit) @7590   20 years mdewsnip Multiple line format statements now have '\' characters written at the …
(edit) @7579   20 years kjdon added quotes to a couple of strings:CDM.General.Icon_Collection and …
(edit) @7578   20 years kjdon added [numleafdocs] to the format list
(edit) @7574   20 years mdewsnip Removed a couple of dead functions, and deprecated stripNL (it makes a …
(edit) @7573   20 years mdewsnip Now writes the Hierarchy hfiles out as UTF-8 correctly.
(edit) @7558   20 years kjdon made the dialog wider
(edit) @7554   20 years mdewsnip Editable metadata combobox now also available for Librarians.
(edit) @7552   20 years kjdon fixed a bug
(edit) @7551   20 years mdewsnip Fixed format statement writing so extracted namespaces are removed …
(edit) @7550   20 years mdewsnip Tidied up the little interface for specifying multiple metadata …
(edit) @7546   20 years mdewsnip Classifier -metadata elements from the extracted metadata set are now …
(edit) @7545   20 years mdewsnip Oh my God... John, John, John, you deserve a good talking to for that …
(edit) @7543   20 years mdewsnip I'm sure I'd already committed this... changed the metadata comboboxes …
(edit) @7542   20 years mdewsnip Removed gory red colours set when the title or description aren't …
(edit) @7540   20 years mdewsnip Some minor tidy ups with removing dead code.
(edit) @7539   20 years mdewsnip Not finished, and unlikely to be done in the foreseeable future.
(edit) @7538   20 years mdewsnip Never started, and unlikely to be finished in the foreseeable future.
(edit) @7537   20 years mdewsnip No longer used.
(edit) @7536   20 years mdewsnip A very simple XSLT file for extracting the text from the help XML files.
(edit) @7535   20 years mdewsnip Removed unused constructor.
(edit) @7534   20 years mdewsnip The value trees are now refreshed correctly when the collection changes.
(edit) @7532   20 years kjdon added a colon at the end of X documents were considered for processing:
(edit) @7531   20 years kjdon added some spaces to the front of some of the log messages
(edit) @7530   20 years kjdon hacked this so that it reads in attribute values that contain spaces - …
(edit) @7529   20 years mdewsnip Why was the value tree case-insensitive?!?
(edit) @7526   20 years kjdon fixed up some indenting. also, when you base a collection on an …
(edit) @7525   20 years kjdon added a method to coppy the contents of a directory
Note: See TracRevisionLog for help on using the revision log.