source: main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36001   2 years cstephen Surface cookie consent parameter as XML param. Use commons StringUtils
(edit) @35897   2 years cstephen Update the version of jQuery injected by the clientside XSLT bootstrapper
(edit) @35363   3 years kjdon new Long(long) and new Integer(int) are deprecated. Use …
(edit) @35362   3 years kjdon Class.newInstance() is deprecated. Use …
(edit) @35295   3 years kjdon if we want to add new namespaces into collection's xsl files, we need …
(edit) @35225   3 years kjdon OAI identifiers should be (I think??) …
(edit) @34103   4 years kjdon a couple small modifications. when comparing srcdoc with filename - to …
(edit) @34017   4 years kjdon add error element, don't just print a message to log, if we have …
(edit) @33993   4 years kjdon when downloading a pdf, browsers seem to make more than one request - …
(edit) @33968   4 years kjdon pass in oai_config from server, rather than reading it in itself
(edit) @33726   4 years ak19 Changing lowercase utf-8 parameter to uppercase UTF-8 in case that …
(edit) @33650   5 years kjdon updated to match the new xsl file names; lots of variable renames to …
(edit) @33647   5 years kjdon added/changed a few of the output values for debugging the transform
(edit) @33641   5 years kjdon commented out some debug statements
(edit) @33640   5 years kjdon oops, I must have 'tidied' up the file and then not compiled it to …
(edit) @33632   5 years kjdon overhaul of TransformingReceptionist. changed the order of inlining …
(edit) @33619   5 years kjdon need to handle the case where a collection file (eg image) gets …
(edit) @33406   5 years kjdon if there is a semicolon after the file name, it ends up in the URL …
(edit) @33387   5 years kjdon removed all my debug statements
(edit) @33347   5 years kjdon made it optional whether the user gets shown the terms and conditions …
(edit) @33241   5 years kjdon moved the assoc file security code into its own function. now can add …
(edit) @33212   5 years kjdon changed how we remember who has verified. Can't store in hte session …
(edit) @33181   5 years kjdon intermediary commit - am still tidying up the code. 1. servlet context …
(edit) @33180   5 years kjdon adding library_name in front of sites for colleciton assoc file links …
(edit) @33080   5 years kjdon test for null element
(edit) @33079   5 years kjdon make TransformingReceptionist call Receptionist.configure rather than …
(edit) @33078   5 years kjdon adding in processing <format><paramDefault> in siteConfig and …
(edit) @33058   5 years kjdon assocfilepath might have multiple directories, so make sure we get them all
(edit) @32988   5 years kjdon 1. added code to match document/HASHxxx/print - goes to a=d&sa=print, …
(edit) @32892   5 years ak19 Part 1 of 2 commits to do with getting errorCallBack working on …
(edit) @32870   5 years ak19 1. set_set now renamed to set_oaiset after Dr Bainbridge suggested the …
(edit) @32869   5 years ak19 1. Other possible return value from getCollectionListForSet() is now …
(edit) @32868   5 years ak19 After 3 attempts, finally succeeded in implementing Kathy's …
(edit) @32830   5 years ak19 Second and final part of fixing up OAI stuff so that there's no lock …
(edit) @32657   5 years ak19 When building release binaries, we don't seem to have …
(edit) @32654   5 years kjdon forgot to add document keyword to keywords list
(edit) @32646   5 years kjdon we are now putting group info into restful url, eg …
(edit) @32549   6 years kjdon receptionist now passes languageList (from interfaceConfig) to teh …
(edit) @32450   6 years kjdon now storing and passing round gsparams class so that service clusters …
(edit) @32366   6 years kjdon instead of blindly copying the paramList into the new pageRequest …
(edit) @31915   7 years ak19 Dr Bainbridge thought about it and decided that the correct solution …
(edit) @31913   7 years ak19 Committing useful debug statement, but commented out.
(edit) @31912   7 years ak19 Now GS3 tries to obtain the _earliesttimestamp entry of the oai-inf.db …
(edit) @31871   7 years kjdon commented out some debug statements
(edit) @31790   7 years kjdon removed an unecessary log message
(edit) @31229   7 years ak19 Converting informative logger messages emitted with logger.error() …
(edit) @31127   7 years ak19 Related to previous revision (31125). Fix to concurrency problem when …
(edit) @30840   8 years kjdon adding in handling for displayItems in siteConfig file, and for …
(edit) @30595   8 years kjdon removed an erroneous quote mark
(edit) @30589   8 years kjdon use the new GSXSLT.findExtraMetadataNames in action and …
(edit) @30586   8 years kjdon use standard GSXML function to add namespaces
(edit) @30558   8 years kjdon undoing last commit which was made in error
(edit) @30553   8 years kjdon added ability for teh collectionConfig.xml file to carry additional …
(edit) @30483   8 years davidb Tidy up on comments.
(edit) @30482   8 years davidb Changes to help with compiling and running this for Android
(edit) @30481   8 years davidb Used to be an internal class to URLFilter, but this didn't play well …
(edit) @30477   8 years davidb Changes in the Java code to support the new approach taken to …
(edit) @30034   9 years ak19 The OAI Validator has added more tests, one of them had failed: when …
(edit) @29997   9 years kjdon when getting extra metadata names, lets put them in a set and check it …
(edit) @29921   9 years Georgiy Litvinov Hierarchy classifier bugfix
(edit) @29555   9 years kjdon removed hard coded search parameters - it should just use service defaults
(edit) @29421   10 years kjdon adding in debug stuff for a collection, eg so that can run greenbug. …
(edit) @29308   10 years kjdon commented out debug response print statement
(edit) @29270   10 years kjdon removed some old stuff
(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) @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) @28971   10 years kjdon removing servletcontext gsdocument attribute. just create a new …
(edit) @28966   10 years kjdon Lots of changes. Mainly to do with removing this.doc from everywhere. …
(edit) @28885   10 years kjdon handle reset request - reconfigure the message router and then reload …
(edit) @28882   10 years kjdon removed a comment
(edit) @28881   10 years kjdon added getCollectionListForSet method to avoid duplicating code. added …
(edit) @28879   10 years kjdon changed collection_list from NodeList to Element as NodeList
(edit) @28873   10 years kjdon added destroy method to OAIServer, which calls cleanUp on the …
(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) @28853   10 years kjdon I have got rid of site: from the oai set names. Maybe this needs to go …
(edit) @28280   11 years sjm84 Possible fix to an issue I was having where parts of some files were …
(edit) @28257   11 years sjm84 Don't call this if name is null
(edit) @28256   11 years sjm84 Don't call this if name is null
(edit) @28248   11 years sjm84 Changed an error to a debug as it is not really an error
(edit) @28162   11 years davidb Slightly tider printing of error message, so easier to make sense of
(edit) @28006   11 years sjm84 Fixing a bug caused when the context and the interface have the same name
(edit) @27999   11 years sjm84 Fixes for metadata with base interfaces
(edit) @27992   11 years sjm84 Changing the way the file is turned into bytes
(edit) @27991   11 years sjm84 Get gslib.xsl the way we get all other xsl files
(edit) @27989   11 years sjm84 Return was in the wrong place
(edit) @27988   11 years sjm84 Removing a print statement
(edit) @27987   11 years sjm84 If a file cannot be found in the given interface then check if it is …
(edit) @27923   11 years sjm84 Part of moving the userDB from localsite to web
(edit) @27672   11 years kjdon adding new functionality to identify request
(edit) @27617   11 years sjm84 Various improvements and fixes mostly to do with adding depositor …
(edit) @27127   11 years sjm84 The debug information will no longer be inserted if the user is not an …
(edit) @27090   11 years ak19 Now XMLTransformer sets the doctype of the document generated from …
(edit) @26910   11 years davidb Debug tidy up
(edit) @26909   11 years davidb ... without the key map lookup debug block
(edit) @26908   11 years davidb Some (commented out) debug statements that focus on cleanUp
(edit) @26848   11 years davidb Extra check added to avoid a null-pointer exception (situation came to …
Note: See TracRevisionLog for help on using the revision log.