source: trunk/gsdl3/src/java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8744   19 years kjdon moved this class out of the GS3SQLConnection class
(edit) @8742   19 years kjdon changed the import statements for GS3SQLConnection and …
(edit) @8741   19 years kjdon moved GS3SQLConnection and GS3SQLConnectionFactory to the database package
(edit) @8731   19 years mdewsnip Much more advanced query term highlighting. Supports query term …
(edit) @8726   20 years kjdon finished the unXmlSafe method, and now unescape attribute values when …
(edit) @8723   20 years kjdon returning the actual query as 'query' metadata
(edit) @8714   20 years kjdon fixed up query term highlighting with the new s1. service params
(edit) @8710   20 years chi Change program layout
(edit) @8709   20 years chi Change program layout
(edit) @8708   20 years chi add indentation for METS output file
(edit) @8705   20 years chi change program layout
(edit) @8704   20 years chi Change program layout
(edit) @8703   20 years chi Modifications for the validated METS format and program layout change
(edit) @8702   20 years chi Change program layout
(edit) @8701   20 years chi change program layout
(edit) @8700   20 years chi modifications for the validated METS format and program layout change
(edit) @8699   20 years chi Change program layout
(edit) @8698   20 years chi Modifications for the validated METS format and program layout change
(edit) @8697   20 years kjdon fixed a typo
(edit) @8690   20 years kjdon check the doctype in gdbm db first, before trying to work it out.
(edit) @8689   20 years kjdon removed some stuff that was committed by mistake
(edit) @8677   20 years kjdon SXML.createParameterList changed to addParametersToList
(edit) @8676   20 years kjdon now we look for s0 parameters which get passed to all teh retrieve …
(edit) @8675   20 years kjdon metadata in format statements is only in metadata elements now
(edit) @8674   20 years kjdon several changes all at once. GDBMWrapper methods docnum2Oid and …
(edit) @8673   20 years kjdon a little bit of code formatting, renamed somemethods so that oid is …
(edit) @8672   20 years kjdon added in s0.ext to param list as an uglly hack so it wont be saved
(edit) @8671   20 years kjdon changed createParameterList to addParametersToList
(edit) @8657   20 years nzdl made the formatDate work even if the date only has 6 digits
(edit) @8649   20 years kjdon added methods for formatting dates and languages in a Locale sensitive …
(edit) @8645   20 years schweer talk to alerting service via SOAP
(edit) @8643   20 years nzdl metadata macros now work, hopefully
(edit) @8642   20 years kjdon fixed a bug in adding macros to teh resolver
(edit) @8633   20 years schweer detect changed documents (untested); posting events still has to be …
(edit) @8616   20 years kjdon modified the macro resolution - now replace items can be metadata as …
(edit) @8615   20 years kjdon removed hp and hn params that aren't being used anymore
(edit) @8612   20 years nzdl for gs2 colls, casefolding is on by default
(edit) @8611   20 years nzdl use UTF-8 for reading in xslt files
(edit) @8610   20 years schweer collection name is needed for notification
(edit) @8604   20 years nzdl some a tags are not links, so don't add back the href if there wasn't …
(edit) @8575   20 years kjdon added a hack to select the first classifier node if its horizontal at …
(edit) @8574   20 years kjdon now uses the macro resolver instead of the replacements arraylist
(edit) @8573   20 years kjdon a new class used to convert g2 macros into text. the text can be a …
(edit) @8572   20 years nzdl actually had to change the default value not the order
(edit) @8562   20 years kjdon interfaces are now based on another, rather than all using the default …
(edit) @8558   20 years kjdon swapped the order or some/all in the match param, so that some will be …
(edit) @8543   20 years kjdon when loading up the recognisers, the xml element is passed in to …
(edit) @8542   20 years kjdon addRecogniser now returns the recogniser, so it can be configured if …
(edit) @8541   20 years kjdon added a new method, which currently does nothing, to configure a …
(edit) @8540   20 years kjdon added a test for image mimetypes
(edit) @8497   20 years kjdon a new class for creating new collecitons, run it using gs3-mkcol.sh
(edit) @8495   20 years kjdon New AbstractRecogniser class - skeleton to aid with implementing new …
(edit) @8494   20 years kjdon Added a constructor taking DOcumentID as arg
(edit) @8493   20 years kjdon This must now set the listrepository documentList in each recogniser, …
(edit) @8492   20 years kjdon added in a new method to create documents from a URL
(edit) @8491   20 years kjdon Added into configureCollection code to load up the recognisers
(edit) @8490   20 years kjdon slightly reordered the code, removed the addition of recognisers, cos …
(edit) @8489   20 years kjdon formatting changes in preparation for adding my changes
(edit) @8488   20 years kjdon Added a couple of element names for config file elements
(edit) @8484   20 years kjdon just formatting changes in preparation for my changes
(edit) @8476   20 years kjdon made it compile with java 1.5
(edit) @8461   20 years kjdon added in Chi's changes for METS documents. mostly the addition of …
(edit) @8460   20 years kjdon added in Chi's changes for METS doc handling
(edit) @8459   20 years kjdon formatting change and added in a case for METS documents
(edit) @8458   20 years kjdon Chi's new REcogniser for METS generated by GS2 import.pl -saveas METS
(edit) @8457   20 years kjdon now chooses between METSDocument and HTMLDocument when getting nodes - …
(edit) @8456   20 years kjdon added in Chi's change
(edit) @8455   20 years kjdon added in a GS2METSRecogniser to the recogniserManager's recogniser list
(edit) @8448   20 years kjdon only changed formatting style, in preparation for adding in Chi's changes
(edit) @8440   20 years kjdon modified how the runtime stuff is called - now uses util/Processing …
(edit) @8439   20 years kjdon when creating doc nodes, now we choose hierarchy or simple based on …
(edit) @8438   20 years kjdon added a new function to check whether a document is hierarchical or …
(edit) @8437   20 years kjdon a new class that handles Processing - methods for doing a …
(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) @7730   20 years kjdon new top level makefile for java source
(edit) @7717   20 years kjdon added in mg and mgpp classes directory to local classpath
Note: See TracRevisionLog for help on using the revision log.