source: main/trunk/greenstone3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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. …
(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) @33704   4 years kjdon added some authentication error strings. some are used by the …
(edit) @33703   4 years kjdon added more breadcrumbs for ease of finding your way back to the start
(edit) @33702   4 years kjdon added depositorTitleAndLink template. TODO - get depositor text from …
(edit) @33701   4 years kjdon added more breadcrumbs to the page. And now it displays an error if …
(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) @33668   4 years kjdon a few changes to debuginfo texts
(edit) @33667   4 years kjdon preProcess.xsl renamed to expand-gslib.xsl to better indicate what it does
(edit) @33650   4 years kjdon updated to match the new xsl file names; lots of variable renames to …
(edit) @33649   4 years kjdon renamed config_format and text_fragment_format to better represent …
(edit) @33648   4 years kjdon changed the debuginfo xsl and strings to match the new o=xxx debug options
(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) @33639   4 years kjdon need to select child nodes, otherwise the gsf:default node ends up in …
(edit) @33638   4 years kjdon gslib doesn't use xml-to-string.xsl. its only used by formatmanager, …
(edit) @33637   4 years kjdon we can now use gsf and gslib in layout files.
(edit) @33636   4 years kjdon include means the stylesheet gets added inline, import mea s it gets …
(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) @33628   4 years kjdon not sure why documentNode was a gsf:template here. Can't be like that …
(edit) @33627   4 years kjdon removed unnecessary comments
(edit) @33619   4 years kjdon need to handle the case where a collection file (eg image) gets …
(edit) @33614   5 years kjdon added a new line
(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) @33595   5 years kjdon new displayBaskets template - to avoid replicating code in query and …
(edit) @33594   5 years kjdon call gslib:displayBasket instead of replicating the code here
(edit) @33593   5 years kjdon the test for facets should be facetList/facet/count, as the facets get …
(edit) @33592   5 years kjdon reindented the file
(edit) @33591   5 years kjdon added in some strings for 'this collection contains x documents and …
(edit) @33590   5 years kjdon added 'this colleciton contains X documents and was last build Y days …
(edit) @33544   5 years ak19 1. Dr Bainbridge had the correct fix for solr dealing with phrase …
(edit) @33542   5 years kjdon use_hlist_for option is no longer valid
(edit) @33533   5 years kjdon some collections might not have Title or root_Title metadata, so check …
(edit) @33510   5 years kjdon isEditingTurnedOn renamed to isEditingAllowed, and added …
(edit) @33509   5 years kjdon only display Map GPS editing stuff if its allowed in config file
(edit) @33508   5 years kjdon pass a param into readyPageForEditing - indicates whether to add the …
Note: See TracRevisionLog for help on using the revision log.