source: gli/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16880   16 years kjdon don't use dot prefix at all for search collection meta for gs3, so …
(edit) @16879   16 years kjdon search metadata eg index nmaes etc, don't use dot prefix in greenstone 3
(edit) @16855   16 years kjdon added in support for displaying a warning element at lower modes
(edit) @16853   16 years kjdon added a warning element string. have yet to implement handling these …
(edit) @16840   16 years ak19 Accidental paste of invalid chars in previous commit (1. Fix of bug …
(edit) @16839   16 years ak19 1. Fix of bug introduced in changes made in previous commit; 2. …
(edit) @16838   16 years ak19 Moved the displayString and toString() added recently in …
(edit) @16834   16 years ak19 Removed the longer calcDisplayString() and now the call to this …
(edit) @16770   16 years ak19 Removed debug statement
(edit) @16680   16 years anna Improved customization of metadata sets/elements used in the …
(edit) @16678   16 years davidb Fixed oversight in GLI reading GS3 collectionConfig.xml where it …
(edit) @16671   16 years ak19 Instead of Base64 decoding the gsdl_source_filename it now URL …
(edit) @16637   16 years ak19 toString() method tries to display the filename in UTF8 if it is UTF8 …
(edit) @16579   16 years ak19 Modified to work with changes in doc.pm: doc.pm Base64 encodes …
(edit) @16471   16 years ak19 Minor change in test for ConnectException
(edit) @16464   16 years ak19 FEDORA_VERSION has become the secondary environment variable when …
(edit) @16463   16 years ak19 FEDORA_VERSION has become the secondary environment variable when …
(edit) @16400   16 years ak19 Checking canDoScheduling() before trying to do buildSchedule stuff
(edit) @16399   16 years ak19 Making canDoScheduling() a static public method
(edit) @16397   16 years ak19 Minor change.
(edit) @16371   16 years ak19 RemoteGreenstoneServer Authentication method no longer prefills fedora …
(edit) @16369   16 years ak19 Made the login button the default button (activated on pressing Enter) …
(edit) @16361   16 years ak19 New static string for when client FLI runs against a remote GS server …
(edit) @16360   16 years ak19 Changes for when client FLI runs against a remote GS server and remote …
(edit) @16359   16 years ak19 Changes for when client FLI runs against a remote GS server and remote …
(edit) @16358   16 years ak19 Changes for when client FLI runs against a remote GS server and remote …
(edit) @16338   16 years ak19 Completely changed in order to still work with WarningDialog but now …
(edit) @16337   16 years ak19 Changed to let user-provided Fedora connection details be written into …
(edit) @16336   16 years ak19 Lets GLI main window display server version number at the top
(edit) @16335   16 years ak19 Value_field is now a JComponent rather than a JTextField, since …
(edit) @16334   16 years ak19 Three changes: 1. Added method and corresponding Action class to get …
(edit) @16333   16 years anna By default GLI Help reads the index files (table of content) from …
(edit) @16331   16 years ak19 Fixed a bug in showXMLParseFailureLine() and it now informs the …
(edit) @16330   16 years ak19 Changes to work with the remote GS server which now knows its server …
(edit) @16329   16 years ak19 Changes to work with the remote GS server knowing the server version …
(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) @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) @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) @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) @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) @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) @15693   16 years ak19 Corrected a miscalculation of the start_offset. Turned DocumentEvent
(edit) @15641   16 years ak19 Added a fireInsertUpdate(DocEvent) method
(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) @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) @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) @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) @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) @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) @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) @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) @15031   16 years mdewsnip Fixed bug when parsing quoted arguments starting with a minus character.
(edit) @15012   16 years davidb br.readLine() could return null in test for ImageMagick -- threw …
(edit) @14975   16 years davidb New files added to support Fedora in GLI
(edit) @14974   16 years davidb Changes to GLI to support export into Fedora. New utility called …
(edit) @14818   16 years anna when creating new collection fails, pass the name of the new …
(edit) @14817   16 years anna Improved error message when GLI had permission problems when opening …
(edit) @14783   16 years anna If a plugin option has a display name, use the displayName instead of …
(edit) @14775   16 years oranfry giving credit to the maker of the new folder and delete icons
(edit) @14753   16 years qq6 Convert gs2 collects to gs3 collects
Note: See TracRevisionLog for help on using the revision log.