source: gli/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18835   15 years anna Fixed the problem that can't set a format statement to empty.
(edit) @18715   15 years ak19 In Java 6, File.toURL() is deprecated and we're advised to use …
(edit) @18688   15 years kjdon removed the Ms from the file
(edit) @18687   15 years kjdon made all the index options always visible, just disabled if they are …
(edit) @18686   15 years kjdon renamed STEMOPTIONS to INDEXOPTIONS as that is what it is in config …
(edit) @18685   15 years kjdon renamed STEMOPTIONS to INDEXOPTIONS as that is what it is in config file
(edit) @18684   15 years ak19 For some reason the remoteGreenstoneServer was not instantiated soon …
(edit) @18650   15 years ak19 Renaming toplevel gsdlsite.cfg to llssite.cfg (lls = local library server)
(edit) @18646   15 years ak19 When deleting a file from the remote GS server or checking for its …
(edit) @18645   15 years ak19 Base64 encoding the filename that is to be src_replaced or exploded in …
(edit) @18644   15 years ak19 Instead of using sun's BASE64Encoder on fedora login (which throws …
(edit) @18639   15 years kjdon plugin and classifiers both look for metadata names in argument values …
(edit) @18631   15 years ak19 For remote GLI, the book says replace and rename are to be greyed out. …
(edit) @18630   15 years ak19 Refresh disabled in remote case.
(edit) @18611   15 years kjdon change the test for MG build type, as build_type not always updated …
(edit) @18610   15 years kjdon some indenting change, and set build type after changing the indexes …
(edit) @18609   15 years kjdon set buildtype after notifying listeners, as it may be used to …
(edit) @18608   15 years kjdon return null if we are asking for an index that does not exist, in …
(edit) @18607   15 years kjdon when doing base this coll on, check inside collectgroups for more …
(edit) @18606   15 years kjdon when basing a collection on an existing one, don't add the …
(edit) @18593   15 years kjdon GLI three modes change: file tree filters are now editable in …
(edit) @18589   15 years kjdon GLI three modes change: systems mode is no more.
(edit) @18588   15 years kjdon GLI three modes change: duplicate plugins can be added now in …
(edit) @18587   15 years kjdon GLI three modes change: partition index will now be visible in …
(edit) @18583   15 years kjdon added format: to the Date metadata in DateList default format
(edit) @18571   15 years kjdon made List (was GenericList) the default classifier in the available …
(edit) @18533   15 years kjdon added Level strings to the list for translation
(edit) @18525   15 years kjdon explicitly save the coll config file after adding a new plugin from …
(edit) @18524   15 years kjdon trim the string that we get out of the dictionary to get rid of …
(edit) @18462   15 years oranfry No longer expects ?xml to be the only acceptable xml opening marker, …
(edit) @18414   15 years kjdon a few more mods for RTL gli
(edit) @18412   15 years kjdon more modifications for RTL GLI, thanks to Amin Hedjazi
(edit) @18397   15 years ak19 Changed to work with the tail filename (of the replacement file) …
(edit) @18396   15 years ak19 Storing the commandOutput, in case any data is returned from runninig …
(edit) @18377   15 years ak19 Useful debugging statement, left commented out. Can be used to look at …
(edit) @18376   15 years ak19 Prepended the xml declaration to the Options tag, so that the …
(edit) @18372   15 years kjdon set the ComponentOrientation for a few things, for RTL gli
(edit) @18370   15 years kjdon committed code submitted by Amin Hedjazi for making the GLI right to …
(edit) @18302   15 years kjdon added action commands to document and section checkboxes. it was …
(edit) @18221   15 years ak19 Fixed a bug I had introduced which closed the download panel even when …
(edit) @18199   15 years kjdon a fix provided by John from Dl Consulting. File->Save now saves the …
(edit) @18195   15 years ak19 Fixed a bug where GS3 crashed with infinite ?s printed to the screen …
(edit) @18194   15 years ak19 Removed the M char from XMLTools
(edit) @18175   15 years ak19 Fixed bug I introduced 2 of my commits ago: When in the Enrich Dialog …
(edit) @18170   15 years oranfry merged in code to do error reporting on xml parsing, even without …
(edit) @18136   15 years ak19 Now first checks whether glisite.cfg exists and loads that, if not it …
(edit) @18131   15 years ak19 Updated method missingEXEC() to present the user with the likely URL …
(edit) @18130   15 years ak19 Ok button is made the default button so that it is activated on …
(edit) @17994   15 years ak19 When a collection is deleted in GLI it's now also deleted on the GS3 …
(edit) @17940   15 years kjdon I think I have disabled scheduling for systems specialist mode. now …
(edit) @17916   15 years davidb FLI based version now uses blue fli-*.gif images rather than the …
(edit) @17844   15 years kjdon modified pluginToString to be like classifyToString where we look for …
(edit) @17838   15 years ak19 Job is no longer set to null in deleteDownloadJob. That's only done in …
(edit) @17837   15 years ak19 Debugging thread skips newlines
(edit) @17826   15 years kjdon changed method name from setDispalyName to setDisplayName
(edit) @17801   15 years kjdon never copy over library_url_gs2/3 or open_collection_gs2/3 when …
(edit) @17798   15 years kjdon always update config file unless version numbers match
(edit) @17773   15 years ak19 Fixed bug I introduced in recent changes to Download panel which …
(edit) @17752   15 years kjdon GA changed to GreenstoneXML
(edit) @17732   15 years kjdon a couple more additions to the plugin name map
(edit) @17665   16 years ak19 In the case of OAIDownloads, GLI and WgetDownload.pm no longer uses …
(edit) @17651   16 years ak19 Corrected my mistake: fixed authentication to work with both wget …
(edit) @17630   16 years ak19 1. Previously the GLI client and GLI applet used to have a problem …
(edit) @17629   16 years ak19 Reinstated the line in destroy() that sets gatherer to null, since it …
(edit) @17628   16 years ak19 Minor change to stop the GLIApplet from closing the browser
(edit) @17621   16 years ak19 Correction to previous changes I made to GAuthenticator: it now only …
(edit) @17616   16 years mdewsnip Fix to bug where some "subcollection" entries in the collect.cfg file …
(edit) @17612   16 years ak19 Turned class RemoteGreenstoneServer.java from an all-static class into …
(edit) @17560   16 years ak19 Explicitly specified look and feel so that it does not break. This is …
(edit) @17551   16 years ak19 Authenticator now only prompts for proxy details for WGet and no …
(edit) @17548   16 years ak19 Takes the latest changes to WgetDownload.pm into account: useWget …
(edit) @17526   16 years ak19 Dr Bainbridge adjusted code to replace the variable called busy which …
(edit) @17525   16 years ak19 Added code for telling the perl script to forcibly terminate wget when …
(edit) @17353   16 years ak19 Fixed NPE that is thrown when the old_library_url was null
(edit) @17282   16 years ak19 Fixed ull-pointer exception thrown (when using Z3950) by code recently …
(edit) @17252   16 years kjdon small changes to do with updating fields based on saveas, and disable …
(edit) @17235   16 years ak19 To bypass wget's unintuitive way of dealing with URLs that refer to …
(edit) @17211   16 years kjdon removed the code that stored the collection creator email address in …
(edit) @17145   16 years kjdon export script has been modified to only use one collection. So …
(edit) @17132   16 years kjdon added GreenstoneMETS and FedoraMETS instead of METS in the saveas …
(edit) @17131   16 years kjdon indented to 2 spaces. added a new constructor which takes a dialog as …
(edit) @17121   16 years ak19 Gatherer ensures that the GLI user cache directory exists, so that the …
(edit) @17114   16 years kjdon added separate_cjk option to index options. added tooltips to all options
(edit) @17113   16 years kjdon added SEPARATE_CJK_OPTION_STR
(edit) @17101   16 years davidb Typcast added to assignment statement to keep Java 1.4 happy
(edit) @17095   16 years ak19 FLI exports a separate docMETS xml file representing a collection …
(edit) @17094   16 years ak19 Separate open_collection entry in configuration for FLI for GS2 and …
(edit) @17086   16 years davidb Addition of file filters for PDF and Office Docs (both Microsoft and Word)
(edit) @17035   16 years kjdon moved MetadataXMLPlugin 'below the line' in plugin list. you always …
(edit) @17034   16 years kjdon METSPlugin changed to GreenstoneMETSPlugin
(edit) @17031   16 years kjdon added a plugin mapping for METSPlug
(edit) @17014   16 years ak19 1. Made MetadataWrap and MetadataItem members final rather than …
(edit) @17012   16 years ak19 Some comments to explain code Dr Bainbridge recently added in.
(edit) @17011   16 years davidb Generalisation of skimming doc.xml files for metadata
(edit) @17009   16 years davidb Generalisation of skimming doc.xml files to find extracted metadata. …
(edit) @17006   16 years ak19 Final bugfix in GathererApplet4gs3.java before it gets removed from …
(edit) @17005   16 years ak19 Fixed a bug (missing help files) that caused an exception when the …
(edit) @17004   16 years ak19 Fixed small bug that made the browser (Firefox) crash when trying to …
(edit) @17000   16 years ak19 Merged GathererApplet.java and GathererApplet4gs3.java
(edit) @16998   16 years ak19 GathererApplet4gs3.java connects to gliserver.pl instead of the …
Note: See TracRevisionLog for help on using the revision log.