source: trunk/gli/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11780   18 years mdewsnip Added a "no collection loaded" message to the collection area when no …
(edit) @11778   18 years kjdon initialised title_final - seems to stop a bug the prevents it from …
(edit) @11763   18 years mdewsnip Removed some code that is no longer required... I think.
(edit) @11762   18 years mdewsnip Fixed a bug where filtering the workspace tree before opening the …
(edit) @11761   18 years mdewsnip Fixed the bug I added with the collection tree merging where you …
(edit) @11754   18 years kjdon removed the netscape option as we no longer bundle netscape on a CD
(edit) @11753   18 years kjdon fixed a bug in the arguments passed to export.pl
(edit) @11666   18 years kjdon superclass PlugInfo or ClassInfo has been moved outsidde the Arguments …
(edit) @11662   18 years mdewsnip Fixed a nasty bug where the gliserver URL setting is automatically …
(edit) @11651   18 years mdewsnip Removed another piece of unused code now that there is only one …
(edit) @11635   18 years kjdon changed the file chooser add button to 'add' instead of 'add metadata set'
(edit) @11630   18 years mdewsnip Moved another function out of Utility and into XMLTools.
(edit) @11629   18 years mdewsnip Kissed the horrible TreeSynchronizer goodbye.
(edit) @11628   18 years mdewsnip Tidied up the MetaAuditFrame so it doesn't require any parameters or …
(edit) @11627   18 years mdewsnip The collection tree object is now created and owned by CollectionManager.
(edit) @11626   18 years mdewsnip Now there is only one collection tree, and it is added/removed from …
(edit) @11625   18 years mdewsnip Removed some more stuff from Utility.
(edit) @11624   18 years mdewsnip Moved PROGRAM_NAME and PROGRAM_VERSION strings out of Utility and into …
(edit) @11623   18 years mdewsnip Removed some pointless static variables from Utility.
(edit) @11622   18 years mdewsnip Lots more object-orientation improvements to the collection and …
(edit) @11621   18 years mdewsnip Removed the monstrous old run() function, and a couple of other (now …
(edit) @11620   18 years mdewsnip Rearranged some more workspace and collection tree code to reduce …
(edit) @11619   18 years mdewsnip The workspace and collection tree filters are now owned by the trees …
(edit) @11618   18 years mdewsnip Removed another dead function.
(edit) @11617   18 years mdewsnip Minor changes.
(edit) @11616   18 years mdewsnip Rearranged some code to reduce duplication and for better object …
(edit) @11614   18 years mdewsnip Moved some common settings into DragTree.
(edit) @11613   18 years mdewsnip Made a customised RightClickMenu for the WorkspaceTree and put it in …
(edit) @11612   18 years mdewsnip Moved the MappingPrompt out of GatherPane and into it's own class …
(edit) @11608   18 years mdewsnip Created a CollectionTreeRightClickMenu class inside CollectionTree so …
(edit) @11603   18 years mdewsnip I'm not sure what the FocusListener stuff was all about, but it …
(edit) @11601   18 years mdewsnip Moved the KeyListener from GatherPane into DragTree and removed the …
(edit) @11599   18 years mdewsnip Moved the RecycleBin object into the Gatherer class so it can be more …
(edit) @11598   18 years mdewsnip You can now delete files from the "Downloaded Files" folder when no …
(edit) @11595   18 years mdewsnip Fixed a bug preventing files from being deleted from the "Downloaded …
(edit) @11574   18 years mdewsnip Added a couple of seconds of wait time when releasing a collection, in …
(edit) @11542   18 years kjdon changed how the owner is set to be like plugins - now we get a header …
(edit) @11511   18 years shaoqun check job_queues size again in run method
(edit) @11510   18 years shaoqun comment out the standard output
(edit) @11509   18 years shaoqun synchronize the job_queues in run method
(edit) @11508   18 years shaoqun changed the string for download only html files
(edit) @11507   18 years shaoqun add new parameter for wget that specifies which file extenstions …
(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) @11490   18 years shaoqun make requisite_checkbox appear in all mode
(edit) @11481   18 years shaoqun update PROGRAM_VERSION to 2.70
(edit) @11480   18 years shaoqun set the height of progress bar to 20
(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) @11446   18 years kjdon disabled rename and replace entries in collection tree right click …
(edit) @11444   18 years kjdon check to see if there are elements in the set, if not, disable merge. …
(edit) @11443   18 years kjdon remove the correct amount of text from the error messages
(edit) @11440   18 years kjdon replace task now stores directory for next time
(edit) @11439   18 years mdewsnip Now removes empty FileSet elements when all the metadata from a …
(edit) @11436   18 years kjdon changed dialog size so looks ok on windows
(edit) @11432   18 years mdewsnip Made explode dialog slightly bigger again, so hopefully it looks nice …
(edit) @11431   18 years mdewsnip Removed debug statement.
(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) @11423   18 years kjdon changed teh title so it matches the menu item
(edit) @11415   18 years kjdon srclink, srcicon etc should be displayed in Format variables. but they …
(edit) @11410   18 years kjdon changed mb to Mb
(edit) @11404   18 years mdewsnip Fixed a bug in the new "not one file only" metadata stuff.
(edit) @11391   18 years mdewsnip Internal collection names are now made up from ASCII characters only.
(edit) @11388   18 years mdewsnip Minor improvement to previous change.
(edit) @11387   18 years mdewsnip Fixed a minor bug where an extra file icon was added to the tree if …
(edit) @11386   18 years mdewsnip Added a comment about the memory usage when uploading large files.
(edit) @11385   18 years mdewsnip Converted an order n-squared bit of code to order n, thus greatly …
(edit) @11378   18 years mdewsnip Now looks at a plugin's block_exp as well as its process_exp to …
(edit) @11367   18 years kjdon added a space between number of files and 'files'
(edit) @11365   18 years mdewsnip A few minor bug fixes and improvements for the new "exploded metadata set".
(edit) @11344   18 years mdewsnip Added an empty metadata set for putting exploded metadata into, and …
(edit) @11327   18 years mdewsnip Fixed up some formatting.
(edit) @11318   18 years kjdon changed a print statement to DebugStream
(edit) @11316   18 years kjdon made gather_pane public - want to get access to the workspace tree so …
(edit) @11315   18 years kjdon added in replace option to collection tree menu
(edit) @11314   18 years kjdon added in COPY_FILE_ONLY and REPLACE jobs. the first copies a file in …
(edit) @11313   18 years kjdon added two new job types - COPY_FILE_ONLY, which copies without trying …
(edit) @11312   18 years kjdon removed most System.err.printlns - some deleted, some changed to …
(edit) @11308   18 years kjdon commented out Michael's print statements. Also, in runLocal(), …
(edit) @11304   18 years kjdon when switching advanced searching on/off. now we call setMGPPEnabled …
(edit) @11301   18 years mdewsnip Now detects and prevents you from editing metadata in metadata.xml …
(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) @11246   18 years mdewsnip User interface for the new ability to rename files in the collection …
(edit) @11242   18 years mdewsnip Added the back-end code for supporting file/folder renames in the …
(edit) @11241   18 years mdewsnip Removed the unused folder_level variable from FileJob.
(edit) @11240   18 years mdewsnip Huge speed improvement when namespacing metadata.xml files -- why is …
(edit) @11182   18 years kjdon if we have changed versions of greenstone, we don't want to caryr over …
(edit) @11181   18 years kjdon a few changes to do with netscape compatibililty and size estimation
(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) @11129   18 years mdewsnip Changed an error message to a note, since it wasn't actually an error.
(edit) @11125   18 years kjdon removed some unnecessary functions
(edit) @11109   18 years kjdon changed version number to 2.63
(edit) @11086   18 years mdewsnip Added cyclic loop checking and made the Stop button work.
(edit) @11085   18 years mdewsnip Slaughtered the behemoth FileQueue.run() function. This was 500 lines …
(edit) @11084   18 years mdewsnip Was inserting nodes in the wrong place: files were being inserted …
Note: See TracRevisionLog for help on using the revision log.