source: main/trunk/greenstone3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34240   4 years ak19 First bugfix for preserving HTML in collection description. This fixes …
(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) @34166   4 years ak19 Adding Italian language translations of the gs3colcfg module. Many …
(edit) @34165   4 years ak19 Italian language updates to GS2 core module and translations for GS3 …
(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) @34157   4 years ak19 Undoing accidental commit of unintended files, part3
(edit) @34156   4 years ak19 Undoing accidental commit of unintended files, part2
(edit) @34155   4 years ak19 Undoing accidental commit of unintended files
(edit) @34154   4 years ak19 Useful debugging statement. Would have helped me solve a bug sooner by …
(edit) @34150   4 years ak19 Part 2. Untested. Setting svn externals property to pull …
(edit) @34149   4 years ak19 Adding note to stress the importance of ensuring the div containing …
(edit) @34116   4 years kjdon use global.properties, not build.properties. therefore call this with …
(edit) @34114   4 years kjdon for gs3, gwcgi is the tomcat context, i.e. greenstone3 by default. If …
(edit) @34112   4 years ak19 GS3 source code seems to already use FileInputStream with UTF-8 …
(edit) @34111   4 years ak19 Undoing additions surrounding JAVA_TOOL_OPTIONS where file.encoding is …
(edit) @34108   4 years kjdon added in a replace item for textmonth00, used by Datelist when month …
(edit) @34107   4 years kjdon added in a definition for textmonth00, used by DateList when the month …
(edit) @34103   4 years kjdon a couple small modifications. when comparing srcdoc with filename - to …
(edit) @34102   4 years kjdon there were issues in chrome with sending a post request to the …
(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) @34098   4 years ak19 The inclusion of chcp 850 in setup.bat was not sufficient when Tracie …
(edit) @34086   4 years davidb Refactoring code to have generateRedirect method needed some …
(edit) @34021   4 years davidb Tidy up on help/usage message
(edit) @34020   4 years davidb Changed to using newer version (8.5.51) of Tomcat
(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) @34010   4 years davidb icon image for MP4 video
(edit) @34002   4 years davidb Comment-based changes resulting from: (i) merging in differences from …
(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) @33992   4 years davidb Notes at start of file updated
(edit) @33991   4 years davidb A version of the tomcat/conf/server.xml file that is better aligned …
(edit) @33990   4 years davidb Some white-space changes for consistency with newer …
(edit) @33989   4 years davidb In a default setup, AJP is not used => so not needed. Commented out to …
(edit) @33975   4 years kjdon some mods to do with allowing multiple oaiservers. need …
(edit) @33974   4 years kjdon added in new oai.servlets field - if you want to run two oaiservlets, …
(edit) @33973   4 years kjdon tidied up the file a bit. added new servlet_url param to oaiserver - …
(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) @33958   4 years ak19 There were other xsl files using the original depositorTitleAndLink …
(edit) @33957   4 years ak19 1. depositor related interface display modified to work with recent …
(edit) @33956   4 years ak19 Related to commit 33953: made lots of accidental commits in rev 33953, …
(edit) @33955   4 years ak19 Undoing accidental commit of unintended files.
(edit) @33954   4 years ak19 Accidentally committed with other files. Undoing.
(edit) @33953   4 years ak19 Depositor link not used
(edit) @33943   4 years davidb Further tweaking of javah check after it failed to work on Bedrock LSB
(edit) @33935   4 years davidb Additional check added into get-isis target
(edit) @33934   4 years davidb Removal of static code block calling ancient/deprecated static …
(edit) @33932   4 years davidb Commented out Java version warning message, as it presents as …
(edit) @33931   4 years davidb Two changes to setup file. The first was to move the test for ant to …
(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) @33908   4 years kjdon meta values are already escaped. Don't want to escape them again …
(edit) @33897   4 years kjdon elsewhere in the code - GSXML.xmlSafe, we are escaping ' => ' we …
(edit) @33888   4 years kjdon added propertyFile attribute to gsf:interfaceText so that you can …
(edit) @33855   4 years davidb Code added to detect if the CGI parameter already specifies a …
(edit) @33827   4 years davidb Updated text about groupConfig.xml file
(edit) @33795   4 years kjdon remove edit bar and right side bar from print view of document
(edit) @33793   4 years ak19 Changes for getting a running GS3 server to display collections on …
(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) @33767   4 years kjdon renaming ServiceRack.properties to core_servlet_dictionary.properties
(edit) @33766   4 years kjdon renaming ServiceRack.properties to core_servlet_dictionary.properties
(edit) @33765   4 years kjdon renaming ServiceRack.properties to core_servlet_dictionary.properties
(edit) @33764   4 years kjdon renaming ServiceRack.properties to core_servlet_dictionary.properties
(edit) @33763   4 years kjdon renaming ServiceRack.properties to core_servlet_dictionary.properties
(edit) @33762   4 years kjdon renaming ServiceRack.properties to core_servlet_dictionary.properties
(edit) @33761   4 years kjdon renaming ServiceRack.properties to core_servlet_dictionary.properties
(edit) @33755   4 years kjdon set the encoding to utf-8 for all the files
(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) @33743   4 years kjdon added extra info to depositor line
(edit) @33742   4 years kjdon get depositor name from dictionary
(edit) @33741   4 years kjdon changed a comment
(edit) @33735   4 years kjdon replaced text strings with dictionary lookups, and if the …
(edit) @33734   4 years kjdon replaced a string with dictionary lookup
(edit) @33733   4 years kjdon on the first page of depositor, only show the list of collections the …
(edit) @33732   4 years kjdon added some depositor strings
(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) @33715   4 years ak19 Much shorter Eclipse project file, currently including just the jar …
(edit) @33714   4 years ak19 Updating Eclipse .classpath file's reference to jar lib files correct …
(edit) @33713   4 years kjdon refactoring LibraryServlet. runSecurityChecks was happening too late. …
Note: See TracRevisionLog for help on using the revision log.