source: main/trunk/greenstone3/src/java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37959   9 months kjdon when we have HLists we always want to get all the siblings along the …
(edit) @37958   9 months kjdon indented nicely a section of code in preparation for committing changes.
(edit) @37957   9 months kjdon a new method to identify the top level children, eg CL1.2, and not CL1 …
(edit) @37901   10 months kjdon test for null format element before using it
(edit) @37821   10 months kjdon added a coment
(edit) @37804   11 months anupama The double questionmark (with assignment) javascript operator called …
(edit) @37695   13 months davidb Values needs to be the string 'true' not 'enabled'
(edit) @37694   13 months davidb GoogleSignin Code now upgraded so a new Google user is auto-registered …
(edit) @37693   13 months davidb Fields changed to public so they can be access from the …
(edit) @37692   13 months davidb Makes more sense for the variable named to be greenstone_username; and …
(edit) @37674   13 months anupama Finally adding in what Dr Bainbridge explained: we should be able to …
(edit) @37660   13 months anupama ModifyUsersDB() had been modified in revision 35333 and important code …
(edit) @37622   14 months anupama The gs3-server app would not open a new tab in an existing firefox …
(edit) @37615   14 months kjdon this will now ask for format info from each collection in the …
(edit) @37614   14 months kjdon now looks for a ccServices element (cross collection) - and stores its …
(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) @37585   14 months davidb moved setting the status error code to be earlier so it is guaranteed …
(edit) @37551   14 months kjdon fixed a typo
(edit) @37546   14 months kjdon FavouriteBasket needs to add format info for DisplayItems service
(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) @37518   14 months kjdon simplified Favourites - items now are just collection and id. no …
(edit) @37517   14 months kjdon check for null user result
(edit) @37516   14 months kjdon new action - this is like general action in that is passes the args to …
(edit) @37515   14 months kjdon usign the new GetRequiredMEtadataNames - has an extra arg, and we no …
(edit) @37514   14 months kjdon usign the new GetRequiredMEtadataNames - has an extra arg, and we no …
(edit) @37513   14 months kjdon modified getREquiredMEtadataNames to look on format and in extra …
(edit) @37471   15 months davidb small tweak to logger message to make what is happening with …
(edit) @37390   15 months davidb A set of changes related to supporting GoogleIdentity signin
(edit) @37363   15 months kjdon GSXML.extractParams will put namespaced params eg p.c into a sub-map. …
(edit) @37362   15 months kjdon added a comment
(edit) @37204   16 months davidb Copy tidy-up, mostly changing whitespace to tabs to improve …
(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) @37098   17 months davidb Addition clause/case added in to handle 'excerptid-text' CGI arg
(edit) @37097   17 months davidb Adding in new CGI arg excerptit-text
(edit) @37096   17 months davidb More careful typecasting for Element as we can now have TEXT_NODE …
(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) @36985   18 months kjdon the custom class loader now uses site resources file if no …
(edit) @36978   18 months kjdon now this does a check to see if the doc id is valid before proceding …
(edit) @36977   18 months kjdon made service names public so we can use them from other classes rather …
(edit) @36976   18 months kjdon added a method to use to check whether a doc id is valid or not
(edit) @36975   18 months kjdon made all the service names public, and added _SERVICE to the variable …
(edit) @36972   18 months kjdon now we use displayItems in preference to title, description, …
(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) @36881   19 months anupama Removed debugging.
(edit) @36879   19 months anupama GS3 shouldn't allow system commands to go through unless it's either …
(edit) @36869   19 months anupama Finished up Kathy's bugfix to central method …
(edit) @36794   20 months anupama Dr Bainbridge fixed a diffcol classifier's subsidiary documents …
(edit) @36648   20 months kjdon made this a bit tidier. configure now gets the groupinfoservicename. …
(edit) @36642   20 months kjdon adding pathList into all pages, if not there already. - want to have …
(edit) @36641   20 months kjdon updated CollectionGroups service name
(edit) @36640   20 months kjdon made the group param be saved for a collection - we want it to get …
(edit) @36639   20 months kjdon added _SERVICE to service names, for clarity
(edit) @36638   20 months kjdon making pingModule public as quite handy to see if a service is …
(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) @36280   23 months kjdon we now use greenstone.default.servlet instead of …
(edit) @36279   23 months kjdon when compiling the list of servlets to select in gg3 server, ignore …
(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   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) @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) @35361   3 years kjdon Class.newInstance() is deprecated. Use …
(edit) @35360   3 years kjdon new Boolean(boolean) is deprecated. Anyway, we don't need to create a …
(edit) @35359   3 years kjdon new Long(long) is deprecated. Use Long.valueOf instead
(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 …
Note: See TracRevisionLog for help on using the revision log.