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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37390   15 months davidb A set of changes related to supporting GoogleIdentity signin
(edit) @37362   16 months kjdon added a comment
(edit) @37177   17 months davidb Introduction of new optional parameter docVersion. If null (or equal …
(edit) @37136   17 months davidb LibraryServlet.java changed to test for GlobalProperties
(edit) @37097   17 months davidb Adding in new CGI arg excerptit-text
(edit) @37095   17 months davidb Added block to deal with a TEXT_NODE (which can occur when CGI arg …
(edit) @37022   18 months davidb Monitoring for metadata for the new <gsf:image @image> version of gsf:image
(edit) @36976   18 months kjdon added a method to use to check whether a doc id is valid or not
(edit) @36970   18 months kjdon added a helper method to create new displayitems
(edit) @36913   19 months kjdon add servlet_context as a config param, so it can be used by xslt. …
(edit) @36903   19 months kjdon csvContains - made param names more general, and added trim() in case …
(edit) @36640   21 months kjdon made the group param be saved for a collection - we want it to get …
(edit) @36592   21 months kjdon modified Dictionary, so that if a lang fragment starts with [PENDING], …
(edit) @36508   22 months kjdon new method getCollectionDisplayItemText - you pass in a node …
(edit) @36507   22 months kjdon factored out the guts of addLanguageSpecificDisplayItems so that we …
(edit) @36108   2 years kjdon commented out debug message line, otherwise it floods the log with …
(edit) @36107   2 years kjdon greenstone.org now https
(edit) @36067   2 years kjdon got rid of berrybasket param (only having favourites now) and added …
(edit) @36001   2 years cstephen Surface cookie consent parameter as XML param. Use commons StringUtils
(edit) @35998   2 years cstephen Fix lang retrieval in XSLTUtil#getInterfaceStringsAsJavascript when a …
(edit) @35996   2 years cstephen Fix the implementation of …
(edit) @35745   3 years cstephen Modified the Javascript object graph that is generated in …
(edit) @35707   3 years cstephen Add support for multiple namespaces in interface property keys; i.e. …
(edit) @35484   3 years davidb Java support for: Workpackaged themed color scheme for DL
(edit) @35394   3 years kjdon need to do the class loader trick for the javascript version of …
(edit) @35392   3 years davidb Fix hardcoded js-based interface strings initialisation
(edit) @35391   3 years kjdon getInterfaceText now uses a custom classloader, which looks in …
(edit) @35390   3 years kjdon added getInterfaceResourceDir method. to match those for site and …
(edit) @35364   3 years kjdon XMLREaderFactory is deprecated. Use SAXParserFactory instead. Hope …
(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) @35333   3 years kjdon a few mods to this. Allow username of ALL - will do the required mods …
(edit) @35332   3 years kjdon there were 2 almost identical methods findUser(un, pw) and …
(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) @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) @35225   3 years kjdon OAI identifiers should be (I think??) …
(edit) @34218   4 years kjdon added a comment for helpfulness
(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) @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) @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) @33994   4 years davidb The introduction of UTF8Control class means we can now work directly …
(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) @33897   4 years kjdon elsewhere in the code - GSXML.xmlSafe, we are escaping ' => &apos; we …
(edit) @33769   5 years kjdon updated getTextSTring to contain all the functionality from …
(edit) @33720   5 years ak19 Implemented Dr Bainbridge's suggestions based on Kathy's solution to …
(edit) @33712   5 years kjdon modified createBasicRequest to use userContext methods, and to include …
(edit) @33711   5 years kjdon added editEnabled into UserContext
(edit) @33671   5 years kjdon added a static getTextString method - currently this is in Action.java …
(edit) @33670   5 years kjdon added editEnabled att string
(edit) @33669   5 years kjdon removed an annoying debug message
(edit) @33631   5 years kjdon added a bit more error reporting
(edit) @33630   5 years kjdon minor comment changes
(edit) @33629   5 years kjdon added methods using Parameter2 - for params with text node values
(edit) @33627   5 years kjdon removed unnecessary comments
(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) @33295   5 years kjdon tidied up the getInterfaceText methods. now they all call base method …
(edit) @33283   5 years kjdon added new favouritebasket param, and set it to be saved (like …
(edit) @33278   5 years kjdon added a basic getGenericText where you can specify the dictionary …
(edit) @33240   5 years kjdon no longer want to save hmvf param in session
(edit) @33215   5 years kjdon in asking for something from eg heritage2 interface file, need to look …
(edit) @33178   5 years kjdon hmvf param should be saved now - this is set when a user has accepted …
(edit) @33177   5 years kjdon adding some more string constants
(edit) @33077   5 years kjdon added some more methods to do with default values - want to be able to …
(edit) @33045   5 years ak19 1. Dr Bainbridge's fix for the Windows encoding issue when online doc …
(edit) @33043   5 years ak19 Not a bugfix, but to help with encoding issues, including to help with …
(edit) @33039   5 years kjdon setting berrybasket param to be saved in session
(edit) @32995   5 years kjdon custom interface strings in a colleciton now live in …
(edit) @32942   5 years kjdon added a comment to help in future
(edit) @32941   5 years kjdon gsflink.printdocument is a print friendly version of the document - …
(edit) @32892   5 years ak19 Part 1 of 2 commits to do with getting errorCallBack working on …
(edit) @32882   5 years davidb Tweak to logger class, previously a copy-and-paste error to GSXML?
(edit) @32830   5 years ak19 Second and final part of fixing up OAI stuff so that there's no lock …
(edit) @32717   5 years kjdon added new ck, 'cache key' param. see log for LIbraryServlet for details
(edit) @32653   6 years kjdon renamed groupsContains to csvContains as that better reflects what its …
(edit) @32647   6 years kjdon Added group param
(edit) @32491   6 years kjdon added a new transform method for 2 files where you can pass in the …
(edit) @32475   6 years kjdon set a no_archives att to the collection element if archives are not …
(edit) @32459   6 years kjdon added groupsContain method - can't just use a string contains as e.g. …
(edit) @32446   6 years kjdon overhaul of params class. default is now to not save - add params to …
(edit) @32443   6 years kjdon metadata to retrieve for cover image: add root_hascover as well as …
(edit) @32434   6 years kjdon don't need GSXML. prefix inside the class itself
(edit) @32429   6 years ak19 solr should only be accessible locally (from localhost, specifically …
(edit) @32419   6 years ak19 ProtocolPortProperties.java constructors can throw an Exception now.
(edit) @32363   6 years kjdon adding SENSITIVE_ATT - used for params that shouldn't be shown in the …
(edit) @32361   6 years kjdon added a new field to Param - sensitive. currently have default value, …
(edit) @32357   6 years ak19 GS3 Java code has moved away from using tomcat.port to using …
(edit) @32326   6 years kjdon adding in more servlet params to the constants class
(edit) @32319   6 years kjdon Georgy was having issues with setNodeText - the child node to be …
(edit) @32318   6 years kjdon removed some commented out code
(edit) @32212   6 years kjdon added in strings for gsflink.document/source
(edit) @32114   6 years Georgiy Litvinov Added request object to facilitate requests creation.
Note: See TracRevisionLog for help on using the revision log.