source: main/trunk/greenstone3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29544   9 years kjdon sort order param is now reversesort, and moved here instead of in …
(edit) @29543   9 years kjdon I went to update the solr code with the new reverse sort param, and …
(edit) @29541   9 years kjdon changed sort order param to reverse sort param. matches better what …
(edit) @29523   9 years kjdon implementing siblings and children, descendents still to implement. …
(edit) @29522   9 years kjdon need to check that namespaceURI is not null before using it, new …
(edit) @29521   9 years kjdon get the format element and look for parameter defaults in it. If we …
(edit) @29467   9 years ak19 Jeremy found that status could be used instead of accountstatus for …
(edit) @29439   9 years kjdon fixed up a few null pointer exceptions that showed up with infomine …
(edit) @29428   9 years kjdon use paramDefaults for setting up queryer, and default_sort
(edit) @29427   9 years kjdon read in defaultSort element and store it. Use this for default rank …
(edit) @29426   9 years kjdon changed default hits per page from 10 to 20
(edit) @29421   9 years kjdon adding in debug stuff for a collection, eg so that can run greenbug. …
(edit) @29409   9 years kjdon adding a reset method to MGPPSearchWrapper. When we rebuild a …
(edit) @29318   10 years kjdon adding in sort by and sort order params for lucene advanced field query
(edit) @29311   10 years kjdon don't need to initialize resumption tokens here - it is done in …
(edit) @29310   10 years kjdon look for a disabled attribute for security block - easily turn off …
(edit) @29309   10 years kjdon removed my name
(edit) @29308   10 years kjdon commented out debug response print statement
(edit) @29307   10 years kjdon commented out page debug print statement
(edit) @29306   10 years kjdon added disabled attribute - used in security element
(edit) @29270   10 years kjdon removed some old stuff
(edit) @29267   10 years kjdon allow users to manually set a record's date stamp by setting …
(edit) @29266   10 years kjdon added in GS_OAI_DATE_STAMP: gs.OAIDateStamp - used to manually set the …
(edit) @29265   10 years kjdon check for null coll_config_xml before trying to modify it for debug, …
(edit) @29235   10 years ak19 Dr Bainbridge fixed another wrong document error (WRONG_DOCUMENT_ERR) …
(edit) @29224   10 years kjdon commenting out the doc xml cache. When doing doc editing through a …
(edit) @29175   10 years ak19 Fixing off by one error of boolean operators in the GS3 search form …
(edit) @29168   10 years ak19 Dr Bainbridge fixed an operator issue in solr: the exclamation mark …
(edit) @29164   10 years kjdon check for null coll_config_xml before trying to modify it for debug, …
(edit) @29143   10 years ak19 Part of port from lucene3.3.0 to lucene4.7.2. LuceneWrapper related. …
(edit) @29092   10 years kjdon allow comma separated list in name attribute for gsf:metadata. when …
(edit) @29090   10 years kjdon added code for setting mdoffset attributes for docNodes in a …
(edit) @29089   10 years kjdon added a method to retrieve a piece of metadata for the doc node. Used …
(edit) @29067   10 years kjdon changed metadataFormat stuff. service uses some info from main …
(edit) @29066   10 years kjdon small code tidy
(edit) @29065   10 years kjdon configure the collection with the OAIConfig xml. this breaks the split …
(edit) @29064   10 years kjdon simplify code cos we are always only looking for OAIPMH servicerack. …
(edit) @29063   10 years kjdon getMetadataPrefixElement code was all oai_dc specific. New string …
(edit) @29062   10 years kjdon added Identifier field into the DBInfo. Useful for OAI, cna just get …
(edit) @29058   10 years kjdon small change for niceness
(edit) @29057   10 years kjdon added a few functions for helping with returning oai metadata
(edit) @29049   10 years kjdon allow an exception with no sets for document level security. This can …
(edit) @28989   10 years kjdon simplified MessageRouter which uses OAICollection instread of …
(edit) @28988   10 years kjdon removed this.converter - now call XMLConverter methods statically. …
(edit) @28987   10 years kjdon some tidying up. have started work on new metadata format stuff, but …
(edit) @28986   10 years kjdon method name change
(edit) @28985   10 years kjdon use OAIMessageRouter instead of MessageRouter. this will use …
(edit) @28984   10 years kjdon made a new OAICollection class. Inherits from Collection. ALll OAI …
(edit) @28983   10 years kjdon added OAI_SERVICE_RACK static string
(edit) @28982   10 years kjdon added a couple of convenience methods and changed the name of another …
(edit) @28981   10 years kjdon calling XMLConverter methods statically now. get rid of this.converter
(edit) @28978   10 years kjdon removed commented out code. removed static variable outputEscaping. …
(edit) @28972   10 years kjdon removing this.converter and this.doc - just create a new document when …
(edit) @28971   10 years kjdon removing servletcontext gsdocument attribute. just create a new …
(edit) @28970   10 years kjdon removed some commented out lines
(edit) @28969   10 years kjdon removing this.doc. Haven't tested as can't compile properly without …
(edit) @28968   10 years kjdon commented out the debug lines printing out all the lines and key/values
(edit) @28966   10 years kjdon Lots of changes. Mainly to do with removing this.doc from everywhere. …
(edit) @28965   10 years kjdon removing stored Document field - now get passed it as needed or work …
(edit) @28964   10 years kjdon nodeToElement now in GSXML. Some param changes for a few GSXML methods
(edit) @28963   10 years kjdon moved a method here from XMLConverter. Removed Document param from …
(edit) @28962   10 years kjdon getDOM was already creating a new parser each time, so we don't need …
(edit) @28959   10 years davidb Related to previous commit. Minor change to make parsing more robust.
(edit) @28958   10 years davidb Remote Greenstone user authenticaton stopped working, because the code …
(edit) @28947   10 years kjdon need to import replacement node into current document before adding it …
(edit) @28937   10 years kjdon moved global.properties.in and log4j.properties.in to resources/web - …
(edit) @28885   10 years kjdon handle reset request - reconfigure the message router and then reload …
(edit) @28884   10 years kjdon implemented handling for oaiserver?reset request - reloads the …
(edit) @28883   10 years kjdon added a method to create response for reset request for oaiserver
(edit) @28882   10 years kjdon removed a comment
(edit) @28881   10 years kjdon added getCollectionListForSet method to avoid duplicating code. added …
(edit) @28880   10 years kjdon added a field in data for initial time that resumption token started - …
(edit) @28879   10 years kjdon changed collection_list from NodeList to Element as NodeList
(edit) @28878   10 years kjdon oai code uses dates in milliseconds, so convert the greenstone seconds …
(edit) @28877   10 years kjdon added lastmodified static string
(edit) @28874   10 years kjdon in reset token file, only try to create a new file if one doesn't …
(edit) @28873   10 years kjdon added destroy method to OAIServer, which calls cleanUp on the …
(edit) @28872   10 years kjdon deleted old unused code. added code to save current tokens to a file …
(edit) @28871   10 years kjdon added a comment
(edit) @28862   10 years kjdon destroy method of Thread has been deprecated. and …
(edit) @28861   10 years kjdon removed use of this.doc. Some static strings now coming from GSXML not …
(edit) @28860   10 years kjdon removed all use of this.doc. I have left the variable in though so I …
(edit) @28859   10 years kjdon I had removed some constants from OAIXML, so now need to use …
(edit) @28858   10 years kjdon need to check usrContext not null before getting lang out of it
(edit) @28857   10 years kjdon removed this.doc as DOM is not thread safe. adding oai super set …
(edit) @28856   10 years kjdon removed this.doc, as DOM is not thread safe. Use a new DOM each time …
(edit) @28855   10 years kjdon changed to use new DOM for response xml rather than the request DOM. …
(edit) @28854   10 years kjdon need to import OAIResumptionToken
(edit) @28853   10 years kjdon I have got rid of site: from the oai set names. Maybe this needs to go …
(edit) @28852   10 years kjdon Got rid of this.document. DOM not thread safe, so now we must create a …
(edit) @28851   10 years kjdon tidied up OAIXML. Moved out any generic methods. Split off resumption …
(edit) @28850   10 years kjdon moved a couple of methods here from OAIXML as they are just generic …
(edit) @28849   10 years kjdon added writeDOM method
(edit) @28847   10 years shaoqun
(edit) @28846   10 years kjdon indented file in preparation for major changes
(edit) @28382   11 years davidb Elimination of the 'this.doc' field from the Action baseclass and the …
(edit) @28295   11 years kjdon we can't use getServletName() to work out the servlet name in URL (eg …
(edit) @28283   11 years sjm84 Trying a new method for printing XML
(edit) @28281   11 years sjm84 Removing a bad print statement
(edit) @28280   11 years sjm84 Possible fix to an issue I was having where parts of some files were …
Note: See TracRevisionLog for help on using the revision log.