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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37693   15 months davidb Fields changed to public so they can be access from the …
(edit) @37692   15 months davidb Makes more sense for the variable named to be greenstone_username; and …
(edit) @37674   15 months anupama Finally adding in what Dr Bainbridge explained: we should be able to …
(edit) @37660   15 months anupama ModifyUsersDB() had been modified in revision 35333 and important code …
(edit) @37615   15 months kjdon this will now ask for format info from each collection in the …
(edit) @37614   15 months kjdon now looks for a ccServices element (cross collection) - and stores its …
(edit) @37613   15 months kjdon added a couple of element/attribute name constants. Also added …
(edit) @37610   15 months anupama Changing derby fallback port to GS default derby port 8327 instead of …
(edit) @37601   15 months anupama Attempting to fix GS3 compile error.
(edit) @37597   15 months davidb Added in check to avoid reading in emacs auto-save buffer files (given …
(edit) @37596   15 months kjdon we need to ignore the dtd when reading in the doc.xml. old collections …
(edit) @37585   15 months davidb moved setting the status error code to be earlier so it is guaranteed …
(edit) @37551   16 months kjdon fixed a typo
(edit) @37546   16 months kjdon FavouriteBasket needs to add format info for DisplayItems service
(edit) @37545   16 months kjdon can't have {0} etc in javascript - lets replace these with ... as we …
(edit) @37519   16 months kjdon added findMatchingELement - this looks for the specified node name as …
(edit) @37518   16 months kjdon simplified Favourites - items now are just collection and id. no …
(edit) @37517   16 months kjdon check for null user result
(edit) @37516   16 months kjdon new action - this is like general action in that is passes the args to …
(edit) @37515   16 months kjdon usign the new GetRequiredMEtadataNames - has an extra arg, and we no …
(edit) @37514   16 months kjdon usign the new GetRequiredMEtadataNames - has an extra arg, and we no …
(edit) @37513   16 months kjdon modified getREquiredMEtadataNames to look on format and in extra …
(edit) @37471   16 months davidb small tweak to logger message to make what is happening with …
(edit) @37390   16 months davidb A set of changes related to supporting GoogleIdentity signin
(edit) @37363   16 months kjdon GSXML.extractParams will put namespaced params eg p.c into a sub-map. …
(edit) @37362   16 months kjdon added a comment
(edit) @37204   17 months davidb Copy tidy-up, mostly changing whitespace to tabs to improve …
(edit) @37177   18 months davidb Introduction of new optional parameter docVersion. If null (or equal …
(edit) @37136   18 months davidb LibraryServlet.java changed to test for GlobalProperties
(edit) @37098   18 months davidb Addition clause/case added in to handle 'excerptid-text' CGI arg
(edit) @37097   18 months davidb Adding in new CGI arg excerptit-text
(edit) @37096   18 months davidb More careful typecasting for Element as we can now have TEXT_NODE …
(edit) @37095   18 months davidb Added block to deal with a TEXT_NODE (which can occur when CGI arg …
(edit) @37022   19 months davidb Monitoring for metadata for the new <gsf:image @image> version of gsf:image
(edit) @36985   19 months kjdon the custom class loader now uses site resources file if no …
(edit) @36978   19 months kjdon now this does a check to see if the doc id is valid before proceding …
(edit) @36977   19 months kjdon made service names public so we can use them from other classes rather …
(edit) @36976   19 months kjdon added a method to use to check whether a doc id is valid or not
(edit) @36975   19 months kjdon made all the service names public, and added _SERVICE to the variable …
(edit) @36972   19 months kjdon now we use displayItems in preference to title, description, …
(edit) @36970   19 months kjdon added a helper method to create new displayitems
(edit) @36913   20 months kjdon add servlet_context as a config param, so it can be used by xslt. …
(edit) @36903   20 months kjdon csvContains - made param names more general, and added trim() in case …
(edit) @36881   20 months anupama Removed debugging.
(edit) @36879   20 months anupama GS3 shouldn't allow system commands to go through unless it's either …
(edit) @36869   20 months anupama Finished up Kathy's bugfix to central method …
(edit) @36794   21 months anupama Dr Bainbridge fixed a diffcol classifier's subsidiary documents …
(edit) @36648   22 months kjdon made this a bit tidier. configure now gets the groupinfoservicename. …
(edit) @36642   22 months kjdon adding pathList into all pages, if not there already. - want to have …
(edit) @36641   22 months kjdon updated CollectionGroups service name
(edit) @36640   22 months kjdon made the group param be saved for a collection - we want it to get …
(edit) @36639   22 months kjdon added _SERVICE to service names, for clarity
(edit) @36638   22 months kjdon making pingModule public as quite handy to see if a service is …
(edit) @36592   22 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) @36169   2 years kjdon there was a (cut and paste?) error in passing the site name to …
(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) @36064   2 years kjdon a few more berry->favourite changes
(edit) @36062   2 years kjdon we are getting rid of BerryBaskets in favour of FavouriteBaskets - in …
(edit) @36023   2 years cstephen Migrated the GoogleSigninJDBCRealm to use a DataSourceRealm as a …
(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) @35897   2 years cstephen Update the version of jQuery injected by the clientside XSLT bootstrapper
(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) @35507   3 years kjdon OOOPS. so many debugging messages were left in :-(
(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) @35350   3 years davidb Code rewritten to avoid try-resource code pattern, as this is not …
(edit) @35346   3 years davidb Custom Realm for Greenstone that monitors for a 'googlesignin' and if …
(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) @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) @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 …
Note: See TracRevisionLog for help on using the revision log.