source: trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11061   18 years mdewsnip Patched over a Java 1.4.2 + GTK bug.
(edit) @11060   18 years mdewsnip Fixed a problem with the CreatePane being blank with Java 1.5.0 and …
(edit) @11059   18 years mdewsnip Made sure the import progress bar never goes beyond the maximum.
(edit) @11053   18 years mdewsnip Bugger... fix to last change.
(edit) @11052   18 years mdewsnip A couple of very minor changes.
(edit) @11051   18 years mdewsnip Removed some unused strings from StaticStrings.
(edit) @11050   18 years mdewsnip Removed a couple more dead strings.
(edit) @11049   18 years mdewsnip A few minor tidy-ups of dead code.
(edit) @11048   18 years mdewsnip Replaced some "PlugIn" with "Plugin".
(edit) @11047   18 years mdewsnip Small fix to previous change.
(edit) @11046   18 years mdewsnip Tidied up plugin and classifier parsing and error output.
(edit) @11045   18 years mdewsnip Removed some strings that are no longer used.
(edit) @11042   18 years mdewsnip New index files from recent changes.
(edit) @11041   18 years mdewsnip Changed some section names to be the same as the screen in the GLI.
(edit) @11040   18 years mdewsnip Finished the updates to the help text that Katherine did most of on …
(edit) @11039   18 years mdewsnip Removed a bit of dead code.
(edit) @11038   18 years mdewsnip Tidied up the look of the Design pane. Each Design pane screen now has …
(edit) @11037   18 years mdewsnip Added an underline below the pane title, to make it look a little nicer.
(edit) @11036   18 years kjdon changes to help for 2.63
(edit) @11035   18 years kjdon got rid of Contents and Anchor headings
(edit) @11034   18 years kjdon deleted CDM.XXX.Instructions and CDM.XXX.Title for all the sections of …
(edit) @11033   18 years kjdon changed the split to be horizontal, and made the contents a bit bigger
(edit) @11032   18 years kjdon new class that generates a header panel for design pane sections - …
(edit) @11031   18 years kjdon removed instructions, changed title to be the same string as in the …
(edit) @11028   18 years kjdon new argument parsing means we can't have new args, so commented out …
(edit) @11027   18 years kjdon check for null metadata_element_element before doing get attribute, line 54
(edit) @11025   18 years mdewsnip Updates to the GLI Latvian interface, thanks to Raitis Brodezhonok …
(edit) @11007   18 years mdewsnip Added check for unparseable XML files when attempting to update the …
(edit) @11006   18 years mdewsnip Removed an unused function.
(edit) @10992   18 years kjdon now uses an external DTD, …
(edit) @10991   18 years kjdon Tidied up the metadata sets. Now they all use the same DTD, which is …
(edit) @10976   18 years kjdon now change the instructions for mg/mgpp mode
(edit) @10975   18 years kjdon some tidying up and bug fixes for new combined mg/mgpp index panel
(edit) @10971   18 years kjdon metadata elements can now have predefined values, defined in the …
(edit) @10970   18 years kjdon lined up a couple of strings, deleted a couple of unused ones, added …
(edit) @10969   18 years kjdon added InvalidMetadata strings - for elemenets that have a restricted …
(edit) @10967   18 years kjdon added a string for IndexManager.Allfields_Index
(edit) @10966   18 years kjdon huge shake up. removed the MGPPControls class, as it was almost a copy …
(edit) @10965   18 years kjdon moved the index_manager.setMGPPEnabled call into IndexManager
(edit) @10964   18 years kjdon default index doesn't need a level now, fixed a couple of bugs. index …
(edit) @10963   18 years kjdon check for empty level attribute before outputting level info in …
(edit) @10962   18 years kjdon added a getAll() method, and also made the mouse listener check for …
(edit) @10922   18 years kjdon mgpp args, if build type is lucene, use ct=2 otherwise use ct=1 …
(edit) @10877   18 years kjdon tidied up the if/elses in AddSetListener:actionPerformed()
(edit) @10836   18 years mdewsnip Removed some stuff committed to the wrong place.
(edit) @10805   18 years kjdon a couple of changes to MissingExec_GS3 strings
(edit) @10797   19 years chi useful icons and images for GAI
(edit) @10796   19 years chi Some useful icons and images can be used in GAI.
(edit) @10788   19 years mdewsnip Tidied these up by basing them on gli.bat and gli.sh, removing the …
(edit) @10787   19 years mdewsnip Fixed minor typo.
(edit) @10761   19 years mdewsnip Removed a few unused strings.
(edit) @10759   19 years mdewsnip Scripts for running the GLI program with a remote Greenstone. These …
(edit) @10758   19 years mdewsnip No longer used since the "gliserver" script doesn't use it.
(edit) @10757   19 years mdewsnip Source code for CheckJavaVersion.class: looks at the Java version and …
(edit) @10729   19 years mdewsnip No longer compiles Zipup.java (no longer exists).
(edit) @10728   19 years mdewsnip Replace Zipup.java with remote/ZipFiles.java.
(edit) @10726   19 years mdewsnip (MAJOR CHANGE) This is the remote Greenstone building functionality …
(edit) @10691   19 years kjdon fixed up the folder selection highlighting (cue lines) - the lines now …
(edit) @10690   19 years mdewsnip Replaced a silly and slow (especially with Java 1.5) way of finding …
(edit) @10689   19 years kjdon with java 1.5 the tudor collection was taking ages to copy. here we …
(edit) @10687   19 years kjdon added quotes around gsdlpath in line 95
(edit) @10682   19 years chi Problems solving of long-delay to drag a tree structure in Gather …
(edit) @10669   19 years mdewsnip Removed the '#' character from the LockFileDialog.Error strings, as …
(edit) @10668   19 years mdewsnip Added code to remove comments from the text strings -- this is needed …
(edit) @10667   19 years mdewsnip Translations done by Raitis Brodezhonok via the GTI.
(edit) @10666   19 years mdewsnip Updated/added some strings for the remote Greenstone collection building.
(edit) @10659   19 years mdewsnip Write CD/DVD image prompt now gives an estimate of the size of the …
(edit) @10647   19 years mdewsnip A lot of tidy ups and bug fixes. The help now works again in an applet …
(edit) @10644   19 years kjdon LocalLIbraryServer.isRunning now checks if its actually running or …
(edit) @10643   19 years kjdon changed this so isRunning() does check to see if it is actually …
(edit) @10642   19 years kjdon added a new method to LocalLIbraryServer to check that the server.exe …
(edit) @10640   19 years chi Change version number
(edit) @10639   19 years chi Change version number.
(edit) @10638   19 years chi Change the Date for New Release Version 2.62.
(edit) @10635   19 years kjdon CollectionManager install collection error messages added
(edit) @10634   19 years kjdon changed the error messages for install to come from the Dictionary, …
(edit) @10632   19 years kjdon removed the check for floppy drives in the list roots bit. used to …
(edit) @10627   19 years kjdon added a couple of file not deleted strings
(edit) @10626   19 years kjdon show a message if a file can't be deleted
(edit) @10625   19 years kjdon undid my previous change - opened up a whole can of worms
(edit) @10624   19 years kjdon if \%GSDLHOME\% == GSDLHOME, then don't use it for GSDLPATH
(edit) @10619   19 years kjdon some strings for bad plugin and classifier arguments
(edit) @10618   19 years kjdon made these look for BadArgument, BadArgumentValue, BadClassifier, …
(edit) @10612   19 years kjdon if the 'you are about to assign folder level metadata' dialog has been …
(edit) @10611   19 years kjdon don't write out collectionmeta if the value is empty
(edit) @10610   19 years kjdon removed a comment
(edit) @10604   19 years mdewsnip Fixed a nasty bug discovered at the 2005 Fiji workshop: if you enter a …
(edit) @10602   19 years mdewsnip Broke the help while messing around with paths for the remote building …
(edit) @10593   19 years mdewsnip The text field when editing metadata values on Windows had a border …
(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.
Note: See TracRevisionLog for help on using the revision log.