source: main/trunk/greenstone3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32830   5 years ak19 Second and final part of fixing up OAI stuff so that there's no lock …
(edit) @32829   5 years ak19 Related to previous commit: coll_db may not be instantiated if …
(edit) @32828   5 years ak19 The major change is that opening the coll db and oai-inf db is moved …
(edit) @32768   5 years kjdon need to check whether group is null before testing its value
(edit) @32717   5 years kjdon added new ck, 'cache key' param. see log for LIbraryServlet for details
(edit) @32716   5 years kjdon params are cached in a user's session per collection, or for eg cross …
(edit) @32661   5 years kjdon when getting the list of collections from a group, use …
(edit) @32657   5 years ak19 When building release binaries, we don't seem to have …
(edit) @32656   5 years kjdon oh dearsvn diff service/CrossCollectionSearch.java I mistakenly …
(edit) @32655   5 years kjdon add collection attribute to snippet elements. group names come in like …
(edit) @32654   5 years kjdon forgot to add document keyword to keywords list
(edit) @32653   5 years kjdon renamed groupsContains to csvContains as that better reflects what its …
(edit) @32649   5 years kjdon add group info into about page response if we have a group param in …
(edit) @32648   5 years kjdon made service names public so we can use them outside. Also, removed …
(edit) @32647   5 years kjdon Added group param
(edit) @32646   5 years kjdon we are now putting group info into restful url, eg …
(edit) @32619   5 years ak19 3 significant changes in 1 commit particularly impacting Lucene …
(edit) @32610   5 years ak19 The solene_src object does not appear to be used by either lucene or …
(edit) @32608   5 years ak19 Copying the methods printing out the caller (callstack) information …
(edit) @32553   5 years kjdon allow missing groupDescriptions element in groupConfig.xml
(edit) @32549   5 years kjdon receptionist now passes languageList (from interfaceConfig) to teh …
(edit) @32547   5 years kjdon paramDefault elements for searching can now go in the format element …
(edit) @32546   5 years kjdon use variable instead of hard coded string for paramDefault
(edit) @32545   5 years kjdon changes to query term highlighting. 1. added back in the functionality …
(edit) @32505   6 years kjdon moved soem code into a new method getFormattedArchiveDoc. Modified …
(edit) @32491   6 years kjdon added a new transform method for 2 files where you can pass in the …
(edit) @32490   6 years kjdon we need to supply entity resolver to the transform call, otherwise it …
(edit) @32475   6 years kjdon set a no_archives att to the collection element if archives are not …
(edit) @32467   6 years kjdon removed a log message as its showing up heaps when its not actually an …
(edit) @32459   6 years kjdon added groupsContain method - can't just use a string contains as e.g. …
(edit) @32455   6 years kjdon removed a debug log message
(edit) @32453   6 years kjdon replacing hard coded param names with static string variables. set up …
(edit) @32452   6 years kjdon removed author email
(edit) @32451   6 years kjdon changed param names to use _PARAM so easier to identify them. changed …
(edit) @32450   6 years kjdon now storing and passing round gsparams class so that service clusters …
(edit) @32449   6 years kjdon we now pass in the GSParams class to the service cluster, so all its …
(edit) @32448   6 years kjdon params class changed, now returns false by default for shouldsave. so …
(edit) @32447   6 years kjdon initialise params class earlier, so we can pass to MR as well as to …
(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) @32433   6 years ak19 Oversight. If httpPort is 80, don't append colon and 80 to form base URL.
(edit) @32432   6 years ak19 1. Since there's a chance that 127.0.0.1 isn't always the loopback …
(edit) @32429   6 years ak19 solr should only be accessible locally (from localhost, specifically …
(edit) @32428   6 years Georgiy Litvinov Throw new exception to prevent NPE in XMLTransformer
(edit) @32419   6 years ak19 ProtocolPortProperties.java constructors can throw an Exception now.
(edit) @32418   6 years ak19 Fix. If tomcat.port exists in a properties file, it does not …
(edit) @32413   6 years kjdon added some extra username checking to make sure it doesn't already …
(edit) @32391   6 years kjdon need to make sure recaptcha key is in service if we are a failed …
(edit) @32390   6 years kjdon replaced hard coded text strings with static Strings. when doing …
(edit) @32369   6 years kjdon lots of changes. moved to version 2 of recaptcha. moved all the error …
(edit) @32366   6 years kjdon instead of blindly copying the paramList into the new pageRequest …
(edit) @32363   6 years kjdon adding SENSITIVE_ATT - used for params that shouldn't be shown in the …
(edit) @32362   6 years kjdon when libraryservlet is adding params to the paramList of the request, …
(edit) @32361   6 years kjdon added a new field to Param - sensitive. currently have default value, …
(edit) @32358   6 years ak19 Forgot to commit with previous rev 32357. Newly added class. Commit …
(edit) @32357   6 years ak19 GS3 Java code has moved away from using tomcat.port to using …
(edit) @32348   6 years Georgiy Litvinov Fixed no metadata problem using relative link to access document.
(edit) @32344   6 years ak19 1. Writing out tomcat.port.http(s) to global.properties only of set to …
(edit) @32342   6 years kjdon switch(string) is only java 7, and we are using java 6, so made this …
(edit) @32336   6 years ak19 Correcting errors introduced in the last minute before commits.
(edit) @32335   6 years ak19 Simplifying the code.
(edit) @32334   6 years ak19 All the changes (still preliminary) that use tomcat.https.port and …
(edit) @32329   6 years ak19 Shifting from log4j.properties and its .in file in resources/web to …
(edit) @32327   6 years kjdon changed the way we read in servlet init params - now loop through them …
(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) @32308   6 years kjdon make metadata dynamic in a hashmap instead of named fields in am Item …
(edit) @32297   6 years kjdon adding assocfilepath and srclinkFile to attributes returned in berry …
(edit) @32293   6 years Georgiy Litvinov Fixed a bug in collectionGroups
(edit) @32213   6 years kjdon OAI: don't have hardcoded custom outputting for dc.identifier anymore. …
(edit) @32212   6 years kjdon added in strings for gsflink.document/source
(edit) @32176   6 years Georgiy Litvinov Safe read from group config file
(edit) @32160   6 years Georgiy Litvinov Cache last document to speed up multisection documents load.
(edit) @32141   6 years ak19 More changes related to GLIapplet.jnlp being renamed to GLIappWebStart
(edit) @32138   6 years ak19 New class WebGatherer.java to replace GathererApplet.java in JNLP use …
(edit) @32136   6 years ak19 Committing the first checkpoint of getting the GLIApplet to work with …
(edit) @32128   6 years Georgiy Litvinov Remove all sections from requests except needed by inline template.
(edit) @32127   6 years ak19 Fixing up the GS3 GLI applet. To get it to work, follow the …
(edit) @32115   6 years Georgiy Litvinov Fixed NPE in case empty group title
(edit) @32114   6 years Georgiy Litvinov Added request object to facilitate requests creation.
(edit) @32111   6 years kjdon pass in base interfaces array to the call to find …
(edit) @32084   6 years kjdon getFacets now includes a lang arg, so we can get teh correct …
(edit) @32083   6 years kjdon getFacets now includes a lang arg, so we can get teh correct …
(edit) @32082   6 years kjdon fixed up a spelling mistake on a comment
(edit) @32081   6 years kjdon added display name to facet
(edit) @32075   6 years kjdon don;t bother finding out document type from server if it has already …
(edit) @32071   6 years ak19 Changes to set the docType of the <document> element and to set the …
(edit) @32070   6 years kjdon need to set docType for the main document element when editing
(edit) @32069   6 years kjdon forgot to add the import GlobalProperties line
(edit) @32068   6 years kjdon if docEdit=1, then we just retrieve the entire document from archives, …
(edit) @32064   6 years kjdon for processDocXMLGetSection we need to actually add the section to the …
(edit) @32063   6 years kjdon added xmltransformer to base action for any actions that need it. will …
(edit) @31976   7 years kjdon changed some comments
(edit) @31966   7 years kjdon metadata prefix elements don't change, so don't need to create it each …
(edit) @31965   7 years kjdon new implementation of getMetadataPrefixElement. Pass in hte …
(edit) @31916   7 years ak19 Adjusting some comments to correctly reflect the most recent changes.
(edit) @31915   7 years ak19 Dr Bainbridge thought about it and decided that the correct solution …
(edit) @31913   7 years ak19 Committing useful debug statement, but commented out.
Note: See TracRevisionLog for help on using the revision log.