source: gli/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @15012   16 years davidb br.readLine() could return null in test for ImageMagick -- threw …
(edit) @14979   16 years davidb Mistakenly left in hard-wired FEDORA_HOME. Now removed. Set this …
(edit) @14978   16 years davidb Config files for fli.sh and client-fli.sh
(edit) @14977   16 years davidb script made more general so fli.sh can cascade into calling gli.sh …
(edit) @14976   16 years davidb Top level scripts for Fedora Librarian Interface
(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) @14937   16 years anna Updated French translations and improved English version. Many thanks …
(edit) @14907   16 years anna Improved GLI Help. Many thanks to John Rose.
(edit) @14895   16 years anna GLI Help in Simplified Chinese.
(edit) @14894   16 years anna Updated Chinese GLI Dictionary. Many thanks to Quan Qiu.
(edit) @14893   16 years anna Updated GLI Dictionary. Many thanks to John Rose.
(edit) @14892   16 years anna updated GLI Help. Many thanks to John Rose.
(edit) @14891   16 years anna small changes in expression suggested by John Rose.
(edit) @14873   16 years anna added Romanian language.
(edit) @14872   16 years anna Updated French GLI Help. Many thanks to John Rose.
(edit) @14867   16 years anna Complete Romanian GLI Help. Many thanks to Constantinescu Nicolaie.
(edit) @14866   16 years anna Update Russian GLI Help. Many thanks to Vyacheslav Bakharev and Sergey …
(edit) @14865   16 years anna Updated Arabic GLI Help. Many thanks to Usama Salama and Kamal Salih.
(edit) @14864   16 years anna Update Spanish GLI Help. Many thanks to Jesus Tramullas.
(edit) @14863   16 years anna Update French GLI Help. Many thanks to Georges Braoudakis and John Rose.
(edit) @14862   16 years anna update French GLI Help. Many thanks to Georges Braoudakis and John Rose.
(edit) @14861   16 years anna update French GLI Help and delete obsolete htm files.
(edit) @14860   16 years anna Updated English GLI Help files. Many thanks to John Rose.
(edit) @14859   16 years anna Improvements in English expressions, many thanks to John Rose.
(edit) @14853   16 years anna Complete Romanian translations for GLI Help. Many thanks to …
(edit) @14852   16 years anna Complete Romanian translations for GLI Dictionary. Many thanks to …
(edit) @14827   16 years anna added Arabic translations for file permissions. Many thanks to Usama …
(edit) @14820   16 years anna Improved file permission details.
(edit) @14819   16 years anna Improved error message for file permissions.
(edit) @14818   16 years anna when creating new collection fails, pass the name of the new …
Note: See TracRevisionLog for help on using the revision log.