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) @38966   3 weeks anupama In commit r 22306, I had made the AbstractBrowse protected method …
(edit) @38953   4 weeks kjdon avoid NodeList, use our own copyAllChildren method
(edit) @38919   6 weeks kjdon added handling for CDATA sections in getString
(edit) @38856   2 months anupama Testing if usersDB exists should use the full path. There was an error …
(edit) @38847   2 months kjdon committing tidy up code changes from SDL. There was somehting wring …
(edit) @38845   2 months kjdon check for null parent before getting child nodes
(edit) @38769   3 months anupama Following Dr Bainbridge's task description and with his fixes: changes …
(edit) @38153   8 months kjdon when looking for interface files, in the web/interfaces/xxx/resources …
(edit) @38105   8 months kjdon we don't want to put counts into a hashmap, as this throws away the …
(edit) @38004   9 months kjdon added a formatNewLines method, to replace \n with <br/>. Useful for …
(edit) @37957   9 months kjdon a new method to identify the top level children, eg CL1.2, and not CL1 …
(edit) @37821   10 months kjdon added a coment
(edit) @37804   11 months anupama The double questionmark (with assignment) javascript operator called …
(edit) @37693   13 months davidb Fields changed to public so they can be access from the …
(edit) @37674   13 months anupama Finally adding in what Dr Bainbridge explained: we should be able to …
(edit) @37660   14 months anupama ModifyUsersDB() had been modified in revision 35333 and important code …
(edit) @37613   14 months kjdon added a couple of element/attribute name constants. Also added …
(edit) @37610   14 months anupama Changing derby fallback port to GS default derby port 8327 instead of …
(edit) @37601   14 months anupama Attempting to fix GS3 compile error.
(edit) @37597   14 months davidb Added in check to avoid reading in emacs auto-save buffer files (given …
(edit) @37596   14 months kjdon we need to ignore the dtd when reading in the doc.xml. old collections …
(edit) @37545   14 months kjdon can't have {0} etc in javascript - lets replace these with ... as we …
(edit) @37519   14 months kjdon added findMatchingELement - this looks for the specified node name as …
(edit) @37390   15 months davidb A set of changes related to supporting GoogleIdentity signin
(edit) @37362   15 months kjdon added a comment
(edit) @37177   16 months davidb Introduction of new optional parameter docVersion. If null (or equal …
(edit) @37136   16 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   18 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   20 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   21 months kjdon new method getCollectionDisplayItemText - you pass in a node …
(edit) @36507   21 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   2 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   4 years kjdon updated getTextSTring to contain all the functionality from …
(edit) @33720   4 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
Note: See TracRevisionLog for help on using the revision log.