source: gli/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16329   16 years ak19 Changes to work with the remote GS server knowing the server version …
(edit) @16328   16 years ak19 Providing the GLI server URL is compulsory now when launching …
(edit) @16307   16 years ak19 Corrected bug. Configuring a plugin used to throw an exception when …
(edit) @16304   16 years ak19 Undid previous commit: extra clause on scheduling which will be …
(edit) @16295   16 years ak19 ArchivesInfPlugin has 0 options which caused GLI to try and load it …
(edit) @16286   16 years ak19 Corrected previous commit. Scheduling is not dependent on GLI running …
(edit) @16285   16 years ak19 Replaced gli4gs3.bat by gli.bat which is the sole Windows script to …
(edit) @16283   16 years ak19 Replaced by gli.sh which is the Linux script to start GLI for both GS3 …
(edit) @16272   16 years ak19 New method canDoScheduling() replaces if tests in various locations. …
(edit) @16267   16 years davidb Support for 'collectgroup' added, whereby Greenstone 2 collections can …
(edit) @16265   16 years ak19 Scheduling method requires that Greenstone be version 2 AND that the …
(edit) @16251   16 years ak19 Fixed erroneous use of Debug instead of DebugStream in previous …
(edit) @16250   16 years ak19 For GSDLRemote case. Moved duplicate scheduling code into scheduling() …
(edit) @16148   16 years osborn Code fixes to Scheduling Component
(edit) @16146   16 years osborn Addition of GLI Scheduling components
(edit) @16144   16 years osborn addition of GLI scheduling components
(edit) @16143   16 years osborn addition of components for GLI scheduling module
(edit) @16135   16 years osborn Additions for GLI Scheduling Component
(edit) @16134   16 years osborn Additions for Scheduling Component
(edit) @16133   16 years osborn Additions for Scheduling Component
(edit) @16132   16 years osborn Additions for Scheduling Component
(edit) @16130   16 years osborn Additions for Scheduling Component
(edit) @16129   16 years osborn Addition of SCHEDULE keyword and related changes for scheduling component
(edit) @16127   16 years osborn New progress monitor for GLI scheduling component
(edit) @16111   16 years ak19 In uploadFileInternal(), undid introduction of dummy value and …
(edit) @16098   16 years ak19 1. RemoteGS3 uploadFileInternal works with GS3's gliserver.pl again: a …
(edit) @16082   16 years oranfry this should make the makegli.bat script work
(edit) @16042   16 years oranfry replace should have been replaceAll
(edit) @16023   16 years kjdon added a bit of code to convert old plugin names to new ones, for …
(edit) @15981   16 years oranfry the java 1.4 compiled ChackJavaVersion class
(edit) @15978   16 years ak19 maximum (and minimum) occurance -> occurrence
(edit) @15965   16 years ak19 Changed typo on datatype attribute: changed Charater String to …
(edit) @15964   16 years ak19 Removed use of Patter.quote() which requires Java 1.5 or higher and …
(edit) @15883   16 years kjdon changed a string to a StaticStrings variable
(edit) @15882   16 years kjdon plugin overhaul: changed the hard wired plugin names to use the new names
(edit) @15863   16 years ak19 Exit Client GLI (Gatherer.exit()) when user pressed cancel first time …
(edit) @15862   16 years ak19 Reverted to older version since my changes to make the blocky chars …
(edit) @15848   16 years anna Improved expressions in English GLI Help, thanks to John Rose.
(edit) @15801   16 years oranfry prevent null pointer exception when launching gems
(edit) @15775   16 years oranfry the String.contains() method does not exist in java 1.4, using indexOf()
(edit) @15769   16 years ak19 FireDocumentEvent prints exceptions to debugstream
(edit) @15750   16 years ak19 Another typo: to the -> the
(edit) @15749   16 years ak19 Typo: you're -> your
(edit) @15693   16 years ak19 Corrected a miscalculation of the start_offset. Turned DocumentEvent
(edit) @15686   16 years anna Improvements on the English GLI Help. Thanks to John Rose.
(edit) @15641   16 years ak19 Added a fireInsertUpdate(DocEvent) method
(edit) @15629   16 years ak19 Removed the hardcoded Running Greenstone Librarian Interface since it …
(edit) @15628   16 years ak19 Removed the debugging output statements and some minor changes to …
(edit) @15626   16 years ak19 Removed debug statements
(edit) @15622   16 years ak19 DocumentEvent only fired in the WriterThread.run() method now since …
(edit) @15621   16 years ak19 BuildButtonListener implements DocumentListener now so that it it …
(edit) @15610   16 years ak19 Rewrote parts to make gli.sh be able to launch both Greenstone 3 and …
(edit) @15609   16 years ak19 Helper batch files that act as subroutines for the modified gli.bat …
(edit) @15608   16 years ak19 Rewrote gli.bat to now work with both Greenstone 2 and Greenstone 3 …
(edit) @15606   16 years ak19 Windows script to launch FLI (the Fedora Librarian Interface)
(edit) @15581   16 years ak19 Changed method parseXML(Reader r) to tell us where XML parsing went …
(edit) @15506   16 years ak19 Does not print Fedora login connection exception to stderr, since the …
(edit) @15505   16 years ak19 Login error message has a yellow background
(edit) @15397   16 years ak19 For FLI: Removed gsdl.xml file creation from java file Gatherer.java …
(edit) @15389   16 years ak19 Updated to remind FLI users to first source the setup script for the …
(edit) @15388   16 years ak19 Readme file on how to run FLI--to be modified in future when some …
(edit) @15374   16 years ak19 FedoraLogin allows for looping whenever connecting to a Fedora server fails
(edit) @15373   16 years ak19 1. FedoraLogin loops on exception; 2. When using FLI and GS server is …
(edit) @15371   16 years anna Fixed references to the move_down button. Also updated translations, …
(edit) @15370   16 years anna Fixed references to the move down buttons.
(edit) @15367   16 years anna update html files
(edit) @15366   16 years anna fixed a typo
(edit) @15365   16 years anna Fixed several typos and removed one sentence that is not applicable.
(edit) @15362   16 years ak19 Modified built() to check whether FLI collection has been built for …
(edit) @15361   16 years ak19 Preview button when clicked now uses the correct url to loads the …
(edit) @15354   16 years oranfry In gli.bat and gli4gs3.bat, use the temp directory speicified in the …
(edit) @15352   16 years oranfry correcting a bug spotted by quan, was checking for presence of …
(edit) @15310   16 years ak19 New CheckJavaVersion that works with a default minimum required Java …
(edit) @15199   16 years kjdon if have found perl in the registry, then its not on the path. Add it …
(edit) @15184   16 years kjdon added an extra output message. This should be translated
(edit) @15175   16 years kjdon changed the version number to be svn-trunk. this will be changed to a …
(edit) @15164   16 years ak19 modified Download Collection file's ERROR string handling, added …
(edit) @15163   16 years ak19 method run() modified to work properly in those cases where GSDL is remote
(edit) @15159   16 years kjdon changed the preferences button on the download panel to say 'configure …
(edit) @15157   16 years ak19 Added entry for tooltip …
(edit) @15156   16 years ak19 Doesn't allow users to delete the currently open collection. Modified …
(edit) @15155   16 years ak19 When calling mkcol to create a new collection, no longer add empty …
(edit) @15154   16 years ak19 runLocal() method now uniformly executes a process with arguments …
(edit) @15137   16 years kjdon added NavigationBar into the list of format options. I added pulldown …
(edit) @15135   16 years kjdon Added in extra java files explicitly to compile line for …
(edit) @15125   16 years ak19 runLocal executes a Process with single string command in general, but …
(edit) @15122   16 years ak19 Prompt dialog to work with new script replace_srcdoc_with_html.pl. …
(edit) @15112   16 years ak19 Added CollectionPopupMenu.Refresh, Menu.Replace_SrcDoc_With_HTML and …
(edit) @15111   16 years ak19 Added code to work with new replace_srcdoc_with_html.pl script
(edit) @15110   16 years ak19 1. rt.exec(args) is now used on Linux as well instead of its specific …
(edit) @15109   16 years ak19 Now works with replace_srcdoc_with_html.pl (mainly added 2 methods)
(edit) @15108   16 years ak19 Now works with replace_srcdoc_with_html.pl
(edit) @15107   16 years ak19 Added Refresh on rightclick AND now allows multiple selected documents …
(edit) @15106   16 years ak19 To work with new replace_srcdoc_with_html.pl script
(edit) @15105   16 years ak19 Works with new replace_srcdoc_with_html.pl
(edit) @15083   16 years davidb mistakenly commited code with version number set to 1.0. Changed back …
(edit) @15082   16 years davidb mistakenly commited code with version number set to 1.0. Changed back …
(edit) @15033   16 years anna Improved English expression as John Rose suggested.
(edit) @15031   16 years mdewsnip Fixed bug when parsing quoted arguments starting with a minus character.
(edit) @15014   16 years davidb Adjustment to fli.sh start-up script so it can distinguishes between …
Note: See TracRevisionLog for help on using the revision log.