source: trunk/gli/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8382   20 years mdewsnip Updated program version for the 2.52 web release.
(edit) @8381   20 years kjdon major mods to the mg index controls. added a replace button, enabled …
(edit) @8380   20 years kjdon I seemed to get into a situation where children was null. It only …
(edit) @8379   20 years kjdon added two methods: clearSelection and setSelectedObjects
(edit) @8375   20 years mdewsnip First set of changes to improve the GEMS, by Attila Aros.
(edit) @8374   20 years kjdon don't sort the list returned from getSources - it contains elements …
(edit) @8372   20 years mdewsnip Changed a warning statement to go to the DebugStream.
(edit) @8371   20 years mdewsnip Added some code for ignoring legacy "hidden" metadata.
(edit) @8368   20 years mdewsnip Specifically don't load the legacy hidden metadata set.
(edit) @8367   20 years mdewsnip More code for speeding up metadata editing: focus stays on metadata …
(edit) @8364   20 years mdewsnip Much improved algorithm for selecting the best row in the table after …
(edit) @8360   20 years kjdon changed the removelistener for classifier list - if remove a …
(edit) @8359   20 years mdewsnip Avoided an extra valueChanged(TreeSelectionEvent) call when the pane …
(edit) @8358   20 years mdewsnip Spaces are now removed from the start and end of classifier arguments.
(edit) @8356   20 years mdewsnip Removed some unused stuff.
(edit) @8355   20 years mdewsnip Commented out some unused code.
(edit) @8354   20 years mdewsnip The collection tree is no longer closed down annoyingly when the …
(edit) @8353   20 years mdewsnip Changed the collectionChanged() functions to refresh(), and added an …
(edit) @8352   20 years mdewsnip Made some static variables final.
(edit) @8351   20 years kjdon removed some print statements
(edit) @8343   20 years mdewsnip Made some annoying debug statements go to DebugStream instead of …
(edit) @8342   20 years mdewsnip Made a couple of debug statements go to DebugStream instead of System.err.
(edit) @8336   20 years mdewsnip Changed the configuration version for the Greenstone 2.52 release.
(edit) @8335   20 years mdewsnip Changed the GLI version number for the UNESCO Greenstone 2.52 release.
(edit) @8332   20 years mdewsnip Removed a couple of items from the "About" dialog that are no longer …
(edit) @8313   20 years mdewsnip Finally committing the (many) changes to the GLI to use the new …
(edit) @8274   20 years mdewsnip Made the GEMS start initially with the core GLI metadata sets, and …
(edit) @8270   20 years mdewsnip Source files for the Greenstone Editor for Metadata Sets (GEMS). This …
(edit) @8267   20 years mdewsnip Added a .mds file filter class for creating file filters for metadata sets.
(edit) @8266   20 years mdewsnip Moved the init_images function from Gatherer into Utility (it is used …
(edit) @8265   20 years mdewsnip Removed some unused functions.
(edit) @8264   20 years mdewsnip Tidied up debug file generation code.
(edit) @8263   20 years mdewsnip Removed an unnecessary import.
(edit) @8262   20 years mdewsnip Removed the FileNode functions from ArrayTools as this creates nasty …
(edit) @8261   20 years mdewsnip Moved another Gatherer dependency out of the Configuration class.
(edit) @8260   20 years mdewsnip Changed the way one Greenstone3 test was done to remove another …
(edit) @8259   20 years mdewsnip Moved some non-applet code out of Configuration and into Gatherer. …
(edit) @8258   20 years mdewsnip Made HelpFrame.setView static to remove another Gatherer class dependency.
(edit) @8257   20 years mdewsnip No longer dependent on the Gatherer class.
(edit) @8256   20 years mdewsnip Moved the current_modal static variable out of the Gatherer class into …
(edit) @8255   20 years mdewsnip No longer dependent on the Gatherer class (and rightfully so!).
(edit) @8254   20 years mdewsnip Removed the crazy jp.jar file. This contained one class: …
(edit) @8253   20 years mdewsnip Moved some stuff out of Configuration.updateUI into GUIManager because …
(edit) @8251   20 years mdewsnip Added a comment to prevent people from using the Gatherer class here.
(edit) @8250   20 years mdewsnip Moved the download_url_zip and upload_url_zip functions from Utility …
(edit) @8249   20 years mdewsnip Moved the XMLStringToDOM() function from Utility into …
(edit) @8248   20 years mdewsnip Removed the getCollectionDir() function from Utility, since it is …
(edit) @8247   20 years mdewsnip Removed dependencies on the Gatherer class.
(edit) @8243   20 years mdewsnip Removed all occurrences of classes explicitly importing other classes …
(edit) @8240   20 years mdewsnip Removed unnecessary imports of org.greenstone.gatherer.Gatherer.
(edit) @8238   20 years mdewsnip Converted to proper Unix files.
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8235   20 years mdewsnip Removed debug static variable. All debugging output should go to the …
(edit) @8234   20 years mdewsnip New static class to remove the necessity for all debugging to go …
(edit) @8233   20 years mdewsnip All exceptions now go to the console, whether debugging is on or not.
(edit) @8232   20 years mdewsnip Removed the "config" variable, just to prevent anyone from trying to …
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8230   20 years mdewsnip Made this class static. Accesses to the configuration via …
(edit) @8229   20 years mdewsnip Made constructor public.
(edit) @8216   20 years mdewsnip Fixed a bug with mapping already-namespaced metadata elements.
(edit) @8214   20 years kjdon a few changes to do with creating collections. different error if it …
(edit) @8213   20 years kjdon added a check for no collect directory in CollectionListModel()
(edit) @8212   20 years kjdon added a comment
(edit) @8211   20 years kjdon a directory is considered a site if it has a siteConfig.xml file - no …
(edit) @8205   20 years mdewsnip Now uploads collection images directory to server correctly.
(edit) @8204   20 years mdewsnip Rewrote getMetadataExtractedFromFile() to read the doc.xml files line …
(edit) @8197   20 years mdewsnip Applet needs to send hfiles as well as collect.cfg file to server for …
(edit) @8196   20 years mdewsnip Debug files are now written correctly when running as an applet.
(edit) @8180   20 years mdewsnip Moved to top-level GLI directory.
(edit) @8175   20 years mdewsnip Moved to gli/.greenstonestore.
(edit) @8169   20 years mdewsnip Removed a ton of crap (hopefully this doesn't break anything). Also …
(edit) @8168   20 years mdewsnip Added a function needed by gui/metaaudit/HeaderListener.java.
(edit) @8165   20 years mdewsnip Removed some debug statements and made others go to the debug stream.
(edit) @8164   20 years mdewsnip Added headers at the top of each file.
(edit) @8163   20 years mdewsnip Minor tidy up.
(edit) @8160   20 years mdewsnip A few new functions for dealing with metadata element display names …
(edit) @8156   20 years mdewsnip Tidied up the toString() function.
(edit) @8152   20 years kjdon fixed a bug whereby the user could delete GAPlug immediately after …
(edit) @8150   20 years mdewsnip Added code to completely ignore bibliographic data.
(edit) @8149   20 years mdewsnip Added some null pointer checks.
(edit) @8148   20 years mdewsnip When attempting to parse an XML file, now checks that the file exists …
(edit) @8147   20 years mdewsnip Modified my previous fix slightly.
(edit) @8146   20 years mdewsnip Added null pointer check.
(edit) @8144   20 years mdewsnip New function for clearing the loaded profile.xml file when a …
(edit) @8143   20 years mdewsnip Fixed code for converting between Windows and Unix file paths.
(edit) @8142   20 years mdewsnip Added some comments for the skimFile functions.
(edit) @8141   20 years mdewsnip Now can add elements to metadata sets when importing non-namespaced …
(edit) @8140   20 years mdewsnip One of the last pieces of new metadata code: support for importing …
(edit) @8137   20 years mdewsnip Even more improvements to the new metadata code.
(edit) @8136   20 years mdewsnip Added a function to return a HashMap of the metadata importing …
(edit) @8135   20 years mdewsnip Improvements to the new metadata code, this time for handling DLS-type …
(edit) @8134   20 years mdewsnip A couple of minor changes to the new metadata code.
(edit) @8132   20 years mdewsnip More improvements to new metadata code, including language-specific …
(edit) @8131   20 years mdewsnip More improvements to the new metadata code, including …
(edit) @8130   20 years mdewsnip Used by the new metadata code.
(edit) @8129   20 years mdewsnip Changed two functions to return a clone of the important list of each …
(edit) @8128   20 years mdewsnip More work on opening legacy collections and dealing with …
(edit) @8127   20 years mdewsnip A bit more new metadata code, this time for importing legacy metadata.
(edit) @8126   20 years mdewsnip Fix a bug where the Enrich pane value tree wasn't being updated …
(edit) @8125   20 years mdewsnip A few more improvements and bug fixes to the new metadata code.
Note: See TracRevisionLog for help on using the revision log.