source: main/trunk/greenstone3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33283   5 years kjdon added new favouritebasket param, and set it to be saved (like …
(edit) @33279   5 years kjdon added a metadata element to service description, 'does_facetsearch' - …
(edit) @33278   5 years kjdon added a basic getGenericText where you can specify the dictionary …
(edit) @33256   5 years kjdon additional debug statements which need removing later. PLus, changed …
(edit) @33241   5 years kjdon moved the assoc file security code into its own function. now can add …
(edit) @33240   5 years kjdon no longer want to save hmvf param in session
(edit) @33220   5 years kjdon need to check for username being which it usually is if user not …
(edit) @33215   5 years kjdon in asking for something from eg heritage2 interface file, need to look …
(edit) @33212   5 years kjdon changed how we remember who has verified. Can't store in hte session …
(edit) @33208   5 years kjdon changing to use correct class name for logging
(edit) @33181   5 years kjdon intermediary commit - am still tidying up the code. 1. servlet context …
(edit) @33180   5 years kjdon adding library_name in front of sites for colleciton assoc file links …
(edit) @33179   5 years kjdon making recaptcha response string public so others can use it
(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) @33176   5 years kjdon changing some strings for constants
(edit) @33175   5 years kjdon the servlet context is one per tomcat install, not one per servlet. ie …
(edit) @33113   5 years ak19 Tentative fix to the first of 2 GS3 authentication related bugs …
(edit) @33112   5 years ak19 Related to previous commit. Using StringBuffer for more optimal …
(edit) @33111   5 years ak19 GS309RC1 had a bug when doc editing a meta like ex.Title that …
(edit) @33090   5 years kjdon looking up default param values when start a new session to see if any …
(edit) @33084   5 years kjdon uid is no longer an attribute of the request. Instead its part of the …
(edit) @33083   5 years kjdon changed uid to equal session id, instead of incremented integer. As …
(edit) @33080   5 years kjdon test for null element
(edit) @33079   5 years kjdon make TransformingReceptionist call Receptionist.configure rather than …
(edit) @33078   5 years kjdon adding in processing <format><paramDefault> in siteConfig and …
(edit) @33077   5 years kjdon added some more methods to do with default values - want to be able to …
(edit) @33072   5 years kjdon DeleteItem service had never been implemented, only DeleteItems, …
(edit) @33058   5 years kjdon assocfilepath might have multiple directories, so make sure we get them all
(edit) @33051   5 years ak19 Tweak to Friday's commit to URL encode param values: can't use …
(edit) @33046   5 years ak19 After previous commit of URL encoding params in QUERY_STRING sent from …
(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) @33001   5 years kjdon commented out a debug statement as it has huge output and clogs up the …
(edit) @32999   5 years kjdon a bit of tidying and commenting
(edit) @32996   5 years kjdon re-indented the code
(edit) @32995   5 years kjdon custom interface strings in a colleciton now live in …
(edit) @32991   5 years kjdon refactored the code as lots of functions were doing the same thing. …
(edit) @32990   5 years kjdon missing a }
(edit) @32989   5 years kjdon added a warning message
(edit) @32988   5 years kjdon 1. added code to match document/HASHxxx/print - goes to a=d&sa=print, …
(edit) @32985   5 years kjdon mods to store new humanverify settings. in collectionConfig security …
(edit) @32945   5 years kjdon just deleted some commented out code
(edit) @32944   5 years kjdon making some methods/variables public so we can access them from other …
(edit) @32943   5 years kjdon added the code to handle gsflink.printdocument for Identifiers
(edit) @32942   5 years kjdon added a comment to help in future
(edit) @32941   5 years kjdon gsflink.printdocument is a print friendly version of the document - …
(edit) @32939   5 years kjdon add LibraryName attribute to the servlet context so that URLFilter can …
(edit) @32892   5 years ak19 Part 1 of 2 commits to do with getting errorCallBack working on …
(edit) @32882   5 years davidb Tweak to logger class, previously a copy-and-paste error to GSXML?
(edit) @32870   5 years ak19 1. set_set now renamed to set_oaiset after Dr Bainbridge suggested the …
(edit) @32869   5 years ak19 1. Other possible return value from getCollectionListForSet() is now …
(edit) @32868   5 years ak19 After 3 attempts, finally succeeded in implementing Kathy's …
(edit) @32858   5 years ak19 Fix to bug introduced by oversight in recent commit.
(edit) @32855   5 years ak19 Debugging from perl (mod)metadataaction cgiaction now gets printed to …
(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   6 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 …
Note: See TracRevisionLog for help on using the revision log.