source: trunk/gli/src/org/greenstone/gatherer/cdm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11542   18 years kjdon changed how the owner is set to be like plugins - now we get a header …
(edit) @11502   18 years kjdon chnaged the default format statements for VList and DocumentText to …
(edit) @11491   18 years mdewsnip Now sets the "overwrite" flag when copying the collection images into …
(edit) @11477   18 years kjdon image copying error now adds in the paths of image to copy and images …
(edit) @11475   18 years kjdon changed plugin suggestion prompt add plugin button to have no elipsis …
(edit) @11464   18 years mdewsnip Fixed a bug where the variable model wasn't updated correctly, and …
(edit) @11425   18 years kjdon added child and sibling items to the format variables list
(edit) @11424   18 years kjdon added spaces between value and - and description in the OptionList
(edit) @11378   18 years mdewsnip Now looks at a plugin's block_exp as well as its process_exp to …
(edit) @11344   18 years mdewsnip Added an empty metadata set for putting exploded metadata into, and …
(edit) @11304   18 years kjdon when switching advanced searching on/off. now we call setMGPPEnabled …
(edit) @11284   18 years kjdon check for hiddenGLI before adding an argument to the arg display
(edit) @11283   18 years kjdon changed setHiddenGLI() to setHiddenGLI(bool)
(edit) @11282   18 years kjdon when setting up the fields of an exsiting argument, we need to copy …
(edit) @11174   18 years kjdon changed the replacelistener to handle replacing with an allfields index
(edit) @11130   18 years mdewsnip Removed some dead code.
(edit) @11080   18 years mdewsnip Removed the "progress" parameter from copyFile, as part of the …
(edit) @11079   18 years mdewsnip Added an "overwrite" parameter to copyFile to cause it to overwrite …
(edit) @11049   18 years mdewsnip A few minor tidy-ups of dead code.
(edit) @11048   18 years mdewsnip Replaced some "PlugIn" with "Plugin".
(edit) @11047   18 years mdewsnip Small fix to previous change.
(edit) @11046   18 years mdewsnip Tidied up plugin and classifier parsing and error output.
(edit) @11039   18 years mdewsnip Removed a bit of dead code.
(edit) @11038   18 years mdewsnip Tidied up the look of the Design pane. Each Design pane screen now has …
(edit) @11031   18 years kjdon removed instructions, changed title to be the same string as in the …
(edit) @11028   18 years kjdon new argument parsing means we can't have new args, so commented out …
(edit) @10976   18 years kjdon now change the instructions for mg/mgpp mode
(edit) @10975   18 years kjdon some tidying up and bug fixes for new combined mg/mgpp index panel
(edit) @10966   18 years kjdon huge shake up. removed the MGPPControls class, as it was almost a copy …
(edit) @10965   18 years kjdon moved the index_manager.setMGPPEnabled call into IndexManager
(edit) @10964   18 years kjdon default index doesn't need a level now, fixed a couple of bugs. index …
(edit) @10963   18 years kjdon check for empty level attribute before outputting level info in …
(edit) @10726   19 years mdewsnip (MAJOR CHANGE) This is the remote Greenstone building functionality …
(edit) @10611   19 years kjdon don't write out collectionmeta if the value is empty
(edit) @10610   19 years kjdon removed a comment
(edit) @10576   19 years mdewsnip Rearranged a few things when using classinfo.pl and pluginfo.pl, to …
(edit) @10556   19 years kjdon fixes to make the config file save only if it has changed
(edit) @10552   19 years kjdon removed the commented out references to old 'beta' element of config file
(edit) @10530   19 years kjdon modified to use new searchtypemanager isSearchTypeEnabled instead of …
(edit) @10529   19 years kjdon changed a comment - removed show_progress
(edit) @10528   19 years kjdon changed isMGPPEnabled to isSearchTypeEnabled, added isMGPP() and …
(edit) @10515   19 years mdewsnip Removed the unnecessary "self" variable.
(edit) @10511   19 years mdewsnip Changed the names of some functions in RemoteGreenstoneServer and made …
(edit) @10454   19 years mdewsnip Uploading the collect.cfg file is now done in the save() function of …
(edit) @10421   19 years kjdon added DocumentText, DocumentButtons and DocumentHeading default …
(edit) @10377   19 years mdewsnip Now uploads the collect.cfg file when it is saved, if using remote …
(edit) @10374   19 years mdewsnip Now uploads collection images to the server, if using remote building.
(edit) @10370   19 years mdewsnip Added a new LocalGreenstone class which contains functions that only …
(edit) @10345   19 years mdewsnip Removed some more crap out of the Utility class.
(edit) @10343   19 years kjdon move up and down buttons become disabled when selection at top/bottom
(edit) @10342   19 years mdewsnip Tidied up a lot of path variables. These were all over the place, and …
(edit) @10341   19 years kjdon when change the order of the classifiers, now it calls refresh in the …
(edit) @10332   19 years mdewsnip Renamed the collect_config_file option to collect_cfg_file, so it is …
(edit) @10259   19 years mdewsnip Created a new "remote" directory for classes related to using a remote …
(edit) @10250   19 years mdewsnip Moved all of the ZIP functions out of Utility and into a new ZipTools
(edit) @10240   19 years mdewsnip Moved functions to do with using a remote Greenstone server out of …
(edit) @10237   19 years mdewsnip New code for "incremental" building, by Matthew Whyte. I've only had …
(edit) @10079   19 years mdewsnip Made the PluginSuggestionPrompt a little bigger.
(edit) @10049   19 years chi If the buildtype does not contain any value, it means that buildtype …
(edit) @10011   19 years mdewsnip Moved Utility.getImage into JarTools, as part of tidying up the …
(edit) @10008   19 years mdewsnip Removed the Dimension objects from the Utility class, as part of …
(edit) @10006   19 years mdewsnip Moved Utility.parse to XMLTools.parseXMLFile, as part of tidying up …
(edit) @9997   19 years kjdon lots of changes. made the mgpp index and level lists behave like …
(edit) @9996   19 years kjdon removed the text class variable - we no longer cache the string …
(edit) @9995   19 years kjdon small changes
(edit) @9991   19 years kjdon re-indented the RemoveListener class code
(edit) @9908   19 years kjdon removed all 2.39 compat stuff. removed commented out beta stuff. added …
(edit) @9907   19 years kjdon added a build type selection element - mgpp/lucene
(edit) @9878   19 years davidb Code used to test for doesProcessFile first and then …
(edit) @9864   19 years mdewsnip Changed WarningDialog to take the direct message text, rather than the …
(edit) @9863   19 years mdewsnip Minor changes.
(edit) @9700   19 years mdewsnip Commented out a stray debug statement.
(edit) @9645   19 years kjdon assigned options previously sometimes went to the top of the list, …
(edit) @9642   19 years kjdon fixed up language type arguments - the list now displays the name not …
(edit) @9640   19 years mdewsnip Added a "TO DO" comment.
(edit) @9564   19 years kjdon added [] around Default Language in the selected langs box
(edit) @9563   19 years kjdon changed the interface a bit to make it more like the other two tabs. …
(edit) @9562   19 years kjdon made the move up and down buttons disabled to start with - cos nothing …
(edit) @9561   19 years kjdon changed the equals method to look at codes rather than using compareTo …
(edit) @9552   19 years mdewsnip Fixed a bug where adding indexes on metadata elements whose name …
(edit) @9440   19 years mdewsnip Changed non-sensical default HList format (only [Title] makes sense).
(edit) @9419   19 years mdewsnip Forgot to import DebugStream.
(edit) @9418   19 years mdewsnip Added check so the GLI doesn't crash when parsing a format statement …
(edit) @9350   19 years mdewsnip Changed WarningDialog to take the dialog title and message as …
(edit) @9305   19 years davidb Code used to that GAPlug can never be removed. This has been relaxed …
(edit) @9302   19 years mdewsnip Fix to the nasty bug where plugin options are not remembered.
(edit) @9252   19 years kjdon fixed a bug in the source list updating
(edit) @9202   19 years mdewsnip More GLI applet improvements, by Matthew Whyte. Now uploads only …
(edit) @9200   19 years mdewsnip Changed some function names in CheckList to be more obvious (well, to …
(edit) @9193   19 years mdewsnip Unnecessary import of Gatherer class.
(edit) @9192   19 years mdewsnip Was using a Troolean unnecessarily.
(edit) @9184   19 years mdewsnip Fixes for Java 1.5.0.
(edit) @9172   19 years mdewsnip Changed missing string to use an existing string that is better anyway.
(edit) @9166   19 years mdewsnip More improvements to the GLI applet, by Matthew Whyte. Now only …
(edit) @9161   19 years mdewsnip Made the "assign partitions" tab in the "Partition Indexes" section …
(edit) @9158   19 years mdewsnip Changed some "proceeding"s to "preceeding"s... John, John, John.
(edit) @9149   19 years kjdon one line not tabbed correctly
(edit) @9134   19 years mdewsnip Made some debug statements go to DebugStream now.
(edit) @9126   19 years kjdon moved the argument details xml parsing code to Argument.parseXML - the …
(edit) @9105   19 years kjdon added getExploderPlugin method - hacked for isis files, need to …
Note: See TracRevisionLog for help on using the revision log.