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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37095   17 months davidb Added block to deal with a TEXT_NODE (which can occur when CGI arg …
(edit) @37022   17 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   18 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   19 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 …
(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) @34558   3 years kjdon updating svn urls to point to the new https server
(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 …
(edit) @34154   4 years ak19 Useful debugging statement. Would have helped me solve a bug sooner by …
(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) @34103   4 years kjdon a couple small modifications. when comparing srcdoc with filename - to …
(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) @34086   4 years davidb Refactoring code to have generateRedirect method needed some …
(edit) @34019   4 years kjdon replaced a couple of text strings
(edit) @34018   4 years kjdon check for error element in response - add that in if present, instead …
(edit) @34017   4 years kjdon add error element, don't just print a message to log, if we have …
(edit) @33994   4 years davidb The introduction of UTF8Control class means we can now work directly …
(edit) @33993   4 years kjdon when downloading a pdf, browsers seem to make more than one request - …
(edit) @33972   4 years kjdon fixed a typo in a comment
(edit) @33971   4 years kjdon get servlet_url param and pass to getOAIConfigXML, as now the files …
(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) @33968   4 years kjdon pass in oai_config from server, rather than reading it in itself
(edit) @33967   4 years kjdon you might want to change the oaiserver url, eg if you have 2 oai …
(edit) @33897   4 years kjdon elsewhere in the code - GSXML.xmlSafe, we are escaping ' => &apos; we …
(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 …
Note: See TracRevisionLog for help on using the revision log.