source: trunk/gsdl3/src/java/org/greenstone/gsdl3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8424   20 years schweer removed non-compiling alerting service stuff
(edit) @8422   20 years schweer George's bugfixes for adding documents to an existing collection; some …
(edit) @8421   20 years schweer bugfix about updating the ModifiedTime field
(edit) @8418   20 years schweer started work on alerting component
(edit) @8408   20 years schweer George's changes to detect documents that are new or have changed …
(edit) @8347   20 years kjdon first stab at generating the results the java way. seems to work …
(edit) @8346   20 years kjdon added null view to new LUCSearcher and MGSearcher calls
(edit) @8304   20 years kjdon temporary changes so that it compiles - need to do the searching …
(edit) @8210   20 years kjdon added vishnu stuff to the classpath so that Visualiser.java can compile
(edit) @8192   20 years kjdon service to use collection built with Imperail college's vishnu stuff
(edit) @8162   20 years nzdl added in a very ugly hack to escape : if present in url - this …
(edit) @8158   20 years nzdl renamed InfomineProxy to IViaProxy, and made it a bit more general - …
(edit) @8081   20 years kjdon filenames from urls can contain %20 instead of spaces, so need to …
(edit) @8080   20 years kjdon put quotes around all the paths that might have spaces in them
(edit) @8078   20 years kjdon commented out some print statements
(edit) @8012   20 years kjdon hopefully this wont cause an exception now. still need to implement …
(edit) @7993   20 years kjdon previously changed the subset param to use DisplayItemList instead of …
(edit) @7859   20 years kjdon reworked this so it gets gsdl3home from a config file rather than in …
(edit) @7825   20 years kjdon describe subset param displayItem should be displayItemList to be …
(edit) @7824   20 years kjdon changed one of the configure messages
(edit) @7823   20 years kjdon check that the content retrieved from MG is not null before using it
(edit) @7812   20 years kjdon fixed an error
(edit) @7806   20 years kjdon Added soap.jar into the classpath - it may not be in global CLASSPATH …
(edit) @7796   20 years kjdon add a predefined server class for localsite
(edit) @7778   20 years kjdon added distclean into the Makefiles
(edit) @7717   20 years kjdon added in mg and mgpp classes directory to local classpath
(edit) @7583   20 years kjdon minor stuff
(edit) @7479   20 years cs025 Removed redundant use of MalformedURLException
(edit) @7478   20 years cs025 Fixed stupid package error for URLTools
(edit) @7476   20 years cs025 Slow move towards completing mgpp indexer, improved IndexerInterface
(edit) @7475   20 years cs025 Improved factory methods for indexer creation
(edit) @7472   20 years cs025 Fixed GS2 collection configuration to use new classification loading …
(edit) @7470   20 years cs025 Added AbstractClassifier; started to improve loading of classifiers, etc.
(edit) @7468   20 years cs025 Used URLTools to get File converted to URL
(edit) @7467   20 years kjdon now uses all the mgpasses options
(edit) @7466   20 years cs025 Many changes to support date information, Windows pathnames in …
(edit) @7465   20 years cs025 Changes to cope with better file functionality; also proper handling …
(edit) @7462   20 years cs025 Small fixes to HTMLTidy; added URLTools.java
(edit) @7449   20 years kjdon now uses jni wrapper to mg passes instead of piping via stdin/out. …
(edit) @7445   20 years kjdon added in gs3build stuff for compilation
(edit) @7444   20 years kjdon added in an isWindows function
(edit) @7312   20 years kjdon GS3REtrieve now is not abstract, and provides the structure and …
(edit) @7311   20 years kjdon the indexers now output their overallName as baseIndexPrefix in the …
(edit) @7310   20 years kjdon moved translateOID to GS3OID - will need to move it somewhere else …
(edit) @7309   20 years kjdon classifiers now output info to the buildCOnfig.xml file
(edit) @7308   20 years kjdon changed the names of a couple of class variables to make it clearer …
(edit) @7307   20 years kjdon setName now adds the name to the list of matches
(edit) @7306   20 years kjdon capitalised a few remaining field names that were lower case
(edit) @7305   20 years kjdon AZListClassifier now takes a name argument
(edit) @7303   20 years kjdon now AZListCLassifier has a name parameter, and I modified slightly …
(edit) @7269   20 years cs025 Minor configuration changes for classifiers
(edit) @7268   20 years cs025 Updated Hierarchy classifiers; small other changes
(edit) @7210   20 years cs025 Removed ExtXML types…
(edit) @7192   20 years cs025 Added ordering information to classifiers.
(edit) @7191   20 years cs025 Added JPEG to document factory
(edit) @7190   20 years cs025 More file lookup searches.
(edit) @7189   20 years cs025 Fixes and improvements.
(edit) @7188   20 years cs025 Classifier fixes and improvements.
(edit) @7187   20 years cs025 Fixed FPTR incorrect use in METS output; added some comments.
(edit) @7186   20 years cs025 Merged changes; slow widening of configuration options.
(edit) @6900   20 years kjdon added a few tests for null nodes
(edit) @6898   20 years kjdon added in a lot more checks for failed build commands, now uses teh …
(edit) @6897   20 years kjdon added a new method: addServiceDescription
(edit) @6896   20 years kjdon build manager is saved as a class variable, and now this writes out a …
(edit) @6895   20 years kjdon use a setBuildManager method instead of passign the build manager into …
(edit) @6894   20 years kjdon added a check for no services in addExtraInfo
(edit) @6893   20 years kjdon added another method
(edit) @6873   20 years kjdon added some code to replace macros that come out of the GDBM db - the …
(edit) @6872   20 years kjdon fixed a comment
(edit) @6871   20 years kjdon sql database name is now a combination of site name and coll name
(edit) @6870   20 years kjdon now uses GSXML static strings for elem and att names, uses GSFile …
(edit) @6869   20 years kjdon replaced strings for elem and att names with GSXML statics
(edit) @6868   20 years kjdon now uses site name as well as coll name
(edit) @6866   20 years kjdon now need to specify a site to get a new Build object
(edit) @6865   20 years kjdon put a try-catch around creating and testing the connection to the db
(edit) @6864   20 years kjdon added some new element names
(edit) @6863   20 years kjdon added a few alternative methods to find coll directories, using …
(edit) @6805   20 years kjdon now installs the jar into web/lib as well as lib/java
(edit) @6776   20 years kjdon root:Title has been changed to root_Title
(edit) @6743   20 years cs025 Fixed constructor calls to MGIndexer/MGPPIndexer.
(edit) @6739   20 years cs025 Added date support.
(edit) @6738   20 years cs025 Added remove function, or tidied as appropriate.
(edit) @6737   20 years cs025 Minor adjustments to support date of accession.
(edit) @6736   20 years cs025 Added factory method, abstract indexer. Also modified Manager and …
(edit) @6735   20 years cs025 Added support for naming indexes
(edit) @6701   20 years cs025 Added date support
(edit) @6700   20 years cs025 First additions to support accession date, etc.
(edit) @6699   20 years cs025 Minor alterations.
(edit) @6698   20 years cs025 Fixed minor issues in indexermanager.
(edit) @6697   20 years cs025 Additions to cope with handling of date of accession, etc.
(edit) @6696   20 years cs025 Comments, modifications to BuildManager, corrections to …
(edit) @6695   20 years nzdl all request creation now done through GSXML.createBasicRequest - we …
(edit) @6694   20 years nzdl removed library from the urls - now they just start with ? which seems …
(edit) @6678   20 years nzdl when determining what metadata is needed to retrieve, now uses …
(edit) @6677   20 years nzdl now gets the query service description if on the about page
(edit) @6676   20 years nzdl moved the separator string constants to GSConstants
(edit) @6675   20 years nzdl added hte separator strings for metadata names
(edit) @6592   20 years nzdl modification to get the size out of the identify result - now it …
(edit) @6517   20 years kjdon now classifiers work, and searching works, and hierarchical docs work
(edit) @6516   20 years kjdon added more methods
Note: See TracRevisionLog for help on using the revision log.