source: trunk/gli/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7059   20 years kjdon made the range bit work for integer args
(edit) @7054   20 years kjdon removed GLI Import and Build Log from the header to the log file. just …
(edit) @7022   20 years kjdon now reads in build options in the right language, and doesn't use the …
(edit) @7016   20 years mdewsnip Removed some more dead code.
(edit) @7015   20 years mdewsnip Removed some dead code.
(edit) @7014   20 years mdewsnip Taken out anything collection specific. This is bad.
(edit) @7013   20 years mdewsnip Added a check to prevent NPEs when the section title is blank.
(edit) @7011   20 years mdewsnip Fixed a bug where the workspace tree was not being refreshed when the …
(edit) @6999   20 years kjdon made the clearCache methods static so they can be called when there is …
(edit) @6996   20 years kjdon now if you change the interface lang, it calls clearPluginCache and …
(edit) @6995   20 years kjdon added a new method clear[Plugin|Classifier]Cache which deletes the …
(edit) @6992   20 years kjdon now load up plugins and classifiers in the right language
(edit) @6991   20 years kjdon commented out the comment to a commented out method - it was causing …
(edit) @6990   20 years kjdon made the size bigger
(edit) @6972   20 years mdewsnip Updated the PROGRAM_VERSION string for the UNESCO CD-ROM (Greenstone …
(edit) @6944   20 years kjdon a case for Argument.REGEXP was missing causing adding of regexp args …
(edit) @6901   20 years mdewsnip Added a line back in whose absence I suspect might be causing the "no …
(edit) @6899   20 years kjdon commented out the transform print statements
(edit) @6891   20 years kjdon fixed a bug in getAttributes
(edit) @6890   20 years kjdon fixed a typo in a comment
(edit) @6889   20 years mdewsnip Fixed some bugs concerning file/folder level metadata.
(edit) @6888   20 years mdewsnip Moved some code from the old util/MetadataXML.java in here, since it …
(edit) @6887   20 years mdewsnip Only contained a couple of single use functions, so these have been …
(edit) @6886   20 years mdewsnip Improved the code for switching to the folder inherited metadata came from.
(edit) @6885   20 years mdewsnip Commented out exception handler -- it is very annoying to not see …
(edit) @6884   20 years mdewsnip Added a reminder so no-one tries to remove …
(edit) @6882   20 years mdewsnip Un-removing file.
(edit) @6881   20 years mdewsnip Fixed a bug matching filenames to metadata.xml filesets.
(edit) @6879   20 years mdewsnip Renamed GDM* classes to MetadataXMLFile*, for our sanity.
(edit) @6878   20 years mdewsnip No longer used.
(edit) @6877   20 years mdewsnip Being renamed to MetadataXMLFileParser.java, for our sanity.
(edit) @6876   20 years mdewsnip Being renamed to MetadataXMLFileManager.java, for our sanity.
(edit) @6875   20 years mdewsnip Don't know what this is, so I'm removing it (have backup).
(edit) @6874   20 years mdewsnip Being renamed to MetadataXMLFile.java, for our sanity.
(edit) @6862   20 years kjdon don't attempt to load DBPlug on Macs either
(edit) @6861   20 years kjdon more fixing up of label size and layout
(edit) @6859   20 years kjdon added in Davids fix for something which I can't remember - now catches …
(edit) @6855   20 years mdewsnip Ooops... should have compiled my changes before committing them…
(edit) @6854   20 years mdewsnip Fixed another problem with dictionary strings not being read as UTF-8 …
(edit) @6853   20 years mdewsnip No longer needs to destroy dictionary.
(edit) @6852   20 years mdewsnip Fixed up tabbing.
(edit) @6851   20 years mdewsnip Commented out an unused function.
(edit) @6850   20 years mdewsnip Now reads the collection configuration files as UTF-8, as it should.
(edit) @6849   20 years mdewsnip Fix to the weird "half-good, half-bad" Unicode display on Windows. …
(edit) @6848   20 years mdewsnip Fix to a bug where files were incorrectly marked as having folder …
(edit) @6847   20 years kjdon unfixed the size of labels so that other langs fit in
(edit) @6846   20 years kjdon unfixed the size of labels so that other langs fit in
(edit) @6845   20 years kjdon unfixed the size of labels and reorganized the layout so other …
(edit) @6844   20 years kjdon removed the fixed sizing from the move up and down buttons so they …
(edit) @6843   20 years kjdon changed the layout and unfixed the label sizes so other langs text can …
(edit) @6842   20 years mdewsnip Variable names changes needed because of the name change of the …
(edit) @6841   20 years mdewsnip Used to be CollectionPane.java.
(edit) @6840   20 years mdewsnip Used to be MetaEditPane.java.
(edit) @6839   20 years mdewsnip Used to be GConfigPane.java.
(edit) @6838   20 years mdewsnip Been renamed to DesignPane.java, for our sanity.
(edit) @6837   20 years mdewsnip Being renamed to EnrichPane.java, for our sanity.
(edit) @6836   20 years mdewsnip Being renamed to GatherPane.java, for our sanity.
(edit) @6834   20 years kjdon commented out preferred size for label so French text fits in
(edit) @6833   20 years kjdon fixed a bug where the mode wasn't being updated on the title bar if no …
(edit) @6830   20 years mdewsnip No longer uses DoubleImageButtons - a simple JButton will do, is much …
(edit) @6829   20 years mdewsnip No longer needed.
(edit) @6828   20 years mdewsnip Added a transformation from plain text to a regular expression that …
(edit) @6827   20 years mdewsnip Filenames written out to metadata.xml files are now transformed so …
(edit) @6826   20 years mdewsnip Rewrote the refresh function, not necessarily because there was …
(edit) @6825   20 years mdewsnip After the recent changes to the Dictionary (no more registering …
(edit) @6824   20 years mdewsnip The MetaEditPane should not need its own refreshTrees function, since …
(edit) @6823   20 years mdewsnip Refreshing trees should not need to do MetaEditPane, since its tree is …
(edit) @6822   20 years mdewsnip Changed plugin and classifiers tooltips to use the new …
(edit) @6821   20 years mdewsnip Tidied up the Dictionary a lot. Now that a restart is always required …
(edit) @6801   20 years kjdon when you select a feature the part selector is disabled unless parts …
(edit) @6800   20 years kjdon added in a check for null that was throwing an exception when exit GLI …
(edit) @6795   20 years kjdon made the getCommand method return String[] instead of String in case …
(edit) @6790   20 years kjdon pass the args for the strings into the result prompt
(edit) @6786   20 years kjdon under linux now checks for mozilla and netscape, and only if one of …
(edit) @6785   20 years kjdon a simple class to run an external command and get the output and error …
(edit) @6770   20 years kjdon fixed all the javadoc errors. (hope I didn't commit anything I wasn't …
(edit) @6748   20 years kjdon tidied up preview stuff. if windows and mac, just uses the start/open …
(edit) @6744   20 years kjdon when loading plugins in windows, check for DBPlug and dont attempt to …
(edit) @6672   20 years jmt12 Yet another last minute fix
(edit) @6671   20 years jmt12 More tests to prevent nulls
(edit) @6666   20 years jmt12 Commented out several debug statements that were useful while trying …
(edit) @6665   20 years jmt12 Forgot to check if there was a cdm loaded before asking if it could …
(edit) @6663   20 years jmt12 Corrected version number for the brand new, all shiney and improved, …
(edit) @6662   20 years jmt12 Worked around stupid collection title clash warning dialog crashes …
(edit) @6661   20 years jmt12 Obsolete
(edit) @6659   20 years jmt12 Due to popular demand, the URLField now has basic validation again. …
(edit) @6656   20 years jmt12 Unfortunately my quick-fix to the WGet not updating FileNodes problem …
(edit) @6655   20 years jmt12 Temporarily disabled old config error dialog as it isn't multilingual, …
(edit) @6643   20 years jmt12 Yet another valiant, but in vain, attempt to solve the smooty spooty …
(edit) @6642   20 years jmt12 Further tweaks, fixes and changes to the mirroring stuff, the …
(edit) @6641   20 years jmt12 In an attempt to solve the intermitant spooty modal dialog hang bug, …
(edit) @6639   20 years jmt12 Prevent hand entered section metadata being extracted in the same way …
(edit) @6638   20 years jmt12 Reinstated emtpy title error warning supressions, as this is the …
(edit) @6637   20 years jmt12 Further tweaks, fixes and changes to the mirroring stuff, the …
(edit) @6636   20 years jmt12 Fixed a tiny bug where the email provided here would always overwrite …
(edit) @6634   20 years jmt12 Again I don't remember changing anything more drastic than making a …
(edit) @6633   20 years jmt12 Hmm. I looks like a removed a space.
(edit) @6632   20 years jmt12 In order to allow for other types of logs, the …
(edit) @6631   20 years jmt12 Due to the lack of a 'perfect' pattern against which valid URLs match, …
(edit) @6630   20 years jmt12 File associations are now stored in the user specific config. Also, to …
Note: See TracRevisionLog for help on using the revision log.