source: main/trunk/greenstone3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35332   3 years kjdon there were 2 almost identical methods findUser(un, pw) and …
(edit) @35330   3 years davidb Removal of scrappy notes at the bottom of the file
(edit) @35329   3 years davidb README notes on the purpose of this directory, and what to run
(edit) @35328   3 years davidb Changed to get list of located jar files from located-jar-list.txt
(edit) @35327   3 years davidb Change to better/more consistent name
(edit) @35326   3 years davidb Separate out the work of locating the jars, from the actual …
(edit) @35325   3 years davidb README file to explain the purpose of this new sub-directory area of …
(edit) @35323   3 years davidb As a result of working with 'ant', jar depencies essentially need to …
(edit) @35316   3 years davidb Missing @JAVACFLAGS@ line in Makefile.in to setup Makefile using the …
(edit) @35313   3 years davidb Nightly builds setup looks to still be using a JDK 1.7, which does not …
(edit) @35310   3 years davidb Making javac default now source/target 1.6, rather than 1.4. This …
(edit) @35307   3 years davidb Making javac default now source/target 1.6, rather than 1.4. This …
(edit) @35303   3 years anupama 1. In trying to hunt down where UserTermInfo's toString() and …
(edit) @35299   3 years anupama 1. UserTermInfo.toString() now displays expandedGroups instead of …
(edit) @35298   3 years anupama Working version of hierarchical groups: now the usersDB stores …
(edit) @35295   3 years kjdon if we want to add new namespaces into collection's xsl files, we need …
(edit) @35290   3 years anupama 1. Use of groups local variable name in LibServlet method is …
(edit) @35288   3 years anupama Related to previous commits to do with expanding user groups. Still …
(edit) @35287   3 years anupama Part 2 of commit on expanded user groups, related to prev commit …
(edit) @35286   3 years anupama First commit to do with supporting user groups of the form …
(edit) @35266   3 years kjdon when running my new local twso library, it ran into trouble. My …
(edit) @35225   3 years kjdon OAI identifiers should be (I think??) …
(edit) @35179   3 years davidb Now that an audio-content based recommender service (using Weka) is …
(edit) @34644   3 years davidb Version of file that is designed to work with planned changes in GS v3.11
(edit) @34558   3 years kjdon updating svn urls to point to the new https server
(edit) @34522   3 years ak19 Reinstating the crucial change that Dr Bainbridge had introduced into …
(edit) @34479   4 years davidb Change made after testing with Greenstone3 install on atea.space, …
(edit) @34218   4 years kjdon added a comment for helpfulness
(edit) @34217   4 years kjdon when getting the baseURL, and taking the servlet name off, need to use …
(edit) @34215   4 years kjdon removed hard coded lang=en, and now pass in lang to getMetadataList, …
(edit) @34164   4 years ak19 Adding warning comments about where stderr messages n …
(edit) @34160   4 years ak19 Completing TODO from Kathy's commit message for 34116 for …
(edit) @34154   4 years ak19 Useful debugging statement. Would have helped me solve a bug sooner by …
(edit) @34116   4 years kjdon use global.properties, not build.properties. therefore call this with …
(edit) @34112   4 years ak19 GS3 source code seems to already use FileInputStream with UTF-8 …
(edit) @34103   4 years kjdon a couple small modifications. when comparing srcdoc with filename - to …
(edit) @34101   4 years ak19 Correcting syntax error and overlooked another instance of …
(edit) @34100   4 years ak19 Related to trac changesets committed for 33793, 34098 and 34099 …
(edit) @34086   4 years davidb Refactoring code to have generateRedirect method needed some …
(edit) @34019   4 years kjdon replaced a couple of text strings
(edit) @34018   4 years kjdon check for error element in response - add that in if present, instead …
(edit) @34017   4 years kjdon add error element, don't just print a message to log, if we have …
(edit) @33994   4 years davidb The introduction of UTF8Control class means we can now work directly …
(edit) @33993   4 years kjdon when downloading a pdf, browsers seem to make more than one request - …
(edit) @33972   4 years kjdon fixed a typo in a comment
(edit) @33971   4 years kjdon get servlet_url param and pass to getOAIConfigXML, as now the files …
(edit) @33970   4 years kjdon changed OAIConfig naming to OAIConfig-oaiserver.xml - so multiple …
(edit) @33969   4 years kjdon we no longer use OAIConfig.xml as the filename, now we use eg …
(edit) @33968   4 years kjdon pass in oai_config from server, rather than reading it in itself
(edit) @33967   4 years kjdon you might want to change the oaiserver url, eg if you have 2 oai …
(edit) @33943   4 years davidb Further tweaking of javah check after it failed to work on Bedrock LSB
(edit) @33934   4 years davidb Removal of static code block calling ancient/deprecated static …
(edit) @33929   4 years davidb Newer JDKs don't have javah => make file change that takes account of this
(edit) @33928   4 years davidb Streamlining of how test for JDK/javac is done
(edit) @33897   4 years kjdon elsewhere in the code - GSXML.xmlSafe, we are escaping ' => ' we …
(edit) @33775   4 years kjdon fixed a typo in a comment
(edit) @33774   4 years kjdon getTextString code moved to Dictionary.getTextSTring, as its no longer …
(edit) @33773   4 years kjdon the default dictionary is not ServiceRack.properties any more. Instead …
(edit) @33772   4 years kjdon don't need to pass in ServiceRack to getTextSTring anymore. …
(edit) @33771   4 years kjdon use the new Dictionary.getTExtSTring instead of repeating all the code here
(edit) @33770   4 years kjdon updated to match new args for Dictionary.getTextString
(edit) @33769   4 years kjdon updated getTextSTring to contain all the functionality from …
(edit) @33768   4 years kjdon removed some code that was commented out, and some methods that were …
(edit) @33751   4 years ak19 Related to previous commit. Dr Bainbridge came up with a better …
(edit) @33750   4 years ak19 Fixed a NullPointerException without stacktrace, noticed with …
(edit) @33733   4 years kjdon on the first page of depositor, only show the list of collections the …
(edit) @33731   4 years kjdon now that userContext has teh right info, we don't need to check …
(edit) @33726   4 years ak19 Changing lowercase utf-8 parameter to uppercase UTF-8 in case that …
(edit) @33720   4 years ak19 Implemented Dr Bainbridge's suggestions based on Kathy's solution to …
(edit) @33719   4 years kjdon fixed up processRedirectRequest method. for some reason parts had been …
(edit) @33713   4 years kjdon refactoring LibraryServlet. runSecurityChecks was happening too late. …
(edit) @33712   4 years kjdon modified createBasicRequest to use userContext methods, and to include …
(edit) @33711   4 years kjdon added editEnabled into UserContext
(edit) @33705   4 years kjdon reindented the file, no code changes
(edit) @33700   4 years kjdon starting to put some of the strings into a dictionary - using …
(edit) @33699   4 years kjdon first stab at requiring a user to be logged in to use the depositor, …
(edit) @33672   4 years kjdon modified slightly so that the error messages come from the dictionary …
(edit) @33671   4 years kjdon added a static getTextString method - currently this is in Action.java …
(edit) @33670   4 years kjdon added editEnabled att string
(edit) @33669   4 years kjdon removed an annoying debug message
(edit) @33650   4 years kjdon updated to match the new xsl file names; lots of variable renames to …
(edit) @33647   4 years kjdon added/changed a few of the output values for debugging the transform
(edit) @33641   4 years kjdon commented out some debug statements
(edit) @33640   4 years kjdon oops, I must have 'tidied' up the file and then not compiled it to …
(edit) @33632   4 years kjdon overhaul of TransformingReceptionist. changed the order of inlining …
(edit) @33631   4 years kjdon added a bit more error reporting
(edit) @33630   4 years kjdon minor comment changes
(edit) @33629   4 years kjdon added methods using Parameter2 - for params with text node values
(edit) @33627   4 years kjdon removed unnecessary comments
(edit) @33619   5 years kjdon need to handle the case where a collection file (eg image) gets …
(edit) @33612   5 years kjdon work to do with params. add in default values to params if they are …
(edit) @33611   5 years kjdon added global setting to params - thesea re for params that are valid …
(edit) @33610   5 years kjdon USER_SESSION_CACHE_ATT moved to GSParams, as it is stored in session …
(edit) @33533   5 years kjdon some collections might not have Title or root_Title metadata, so check …
(edit) @33406   5 years kjdon if there is a semicolon after the file name, it ends up in the URL …
(edit) @33403   5 years ak19 Mistake to do with launchdir in SafeProcess: if the environment for …
(edit) @33387   5 years kjdon removed all my debug statements
(edit) @33385   5 years kjdon need to import response node as it is not part of same document
(edit) @33373   5 years kjdon need to check for null result from getTextString - otherwise get a …
(edit) @33347   5 years kjdon made it optional whether the user gets shown the terms and conditions …
Note: See TracRevisionLog for help on using the revision log.