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) @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   9 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 …
(edit) @26555   11 years sjm84 Fixing the location of the collectionConfig file
(edit) @26538   11 years sjm84 Added the usersdb directory to the list of places that shouldn't be …
(edit) @26506   11 years davidb Support for o=json as output type in Greenstone 3
(edit) @26499   11 years sjm84 The debug behaviour is triggered via the debug cgi argument instead of …
(edit) @26473   11 years davidb Block of code added to monitors for the new '<gsf:foreach-metadata>' …
(edit) @26458   11 years sjm84 Phase one of commiting the improved debugging system
(edit) @26426   11 years sjm84 Some tidying
(edit) @26334   12 years sjm84 Fixing the language setting not working correctly when getting …
(edit) @26325   12 years sjm84 Changing how collection text is retrieved so that they can contain gsf …
(edit) @26320   12 years kjdon if we can't find an xsl name, and we are page action, then use teh …
(edit) @26232   12 years sjm84 CL names can now be specified with either dots or slashes in URLs e.g. …
(edit) @26195   12 years kjdon if the greenstone context (/greenstone3 normally) is empty, and …
(edit) @26169   12 years sjm84 Removed some code that has been made redundant
(edit) @26055   12 years sjm84 Adding constants for the various XML namespaces used in the code
(edit) @26051   12 years shaoqun
(edit) @26025   12 years sjm84 Analyse xsl files in advance to find out what metadata we need
(edit) @25999   12 years xiao gslib file may be non-existent in some servlets (it's not there for …
(edit) @25988   12 years kjdon inlineImport... now calls mergedXSLTDocumentCascade to find all copies …
(edit) @25987   12 years kjdon pass interface name to inlineImport... method, don't hard code …
(edit) @25912   12 years sjm84 Switching to managing imports and includes ourselves as well as some …
(edit) @25872   12 years kjdon library.xsl now called gslib.xsl
(edit) @25871   12 years kjdon commented out some long debug things
(edit) @25848   12 years sjm84 Some minor reformatting
(edit) @25821   12 years kjdon added o=skinandlibdocfinal to see the xslt after second config pass. …
(edit) @25817   12 years kjdon don't add dt=hierarchy always
(edit) @25760   12 years sjm84 Receptionist's clean up will now clean up the MessageRouter
(edit) @25749   12 years sjm84 Reformatting this file
(edit) @25748   12 years sjm84 Some tidying
(edit) @25747   12 years sjm84 Some tidying
(edit) @25746   12 years sjm84 Reformatted this file
(edit) @25727   12 years kjdon getting rid of my email address
(edit) @25719   12 years sjm84 Reformatting this file and reorganising imports
(edit) @25703   12 years kjdon preProcess moved from ui/xslt to interfaces/core/transform
(edit) @25645   12 years sjm84 Minor reformatting
(edit) @25644   12 years sjm84 Adding in some unfinished code that will help us view the XML a page …
(edit) @25635   12 years sjm84 Fixing Greenstone 3's use (or lack thereof) of generics, this was done …
(edit) @25591   12 years sjm84 Some tidying up as well as adding system commands
(edit) @25580   12 years ak19 SystemAction now supports pinging on a collection with …
(edit) @25571   12 years ak19 Added a ping SystemAction to mirror GS2's updated ability to ping the …
(edit) @25536   12 years sjm84 A fix for the jsessionid problem
(edit) @25445   12 years ak19 Error reporting is now improved again, much better than in previous …
(edit) @25424   12 years sjm84 Added searching RESTful urls
(edit) @25423   12 years ak19 Better error reporting during transformations. Extended the …
(edit) @25350   12 years sjm84 Several fixes for the URL filter
(edit) @25309   12 years sjm84 Fixed the associated files security hole (I think)
Note: See TracRevisionLog for help on using the revision log.