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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37518   15 months kjdon simplified Favourites - items now are just collection and id. no …
(edit) @37517   15 months kjdon check for null user result
(edit) @37204   17 months davidb Copy tidy-up, mostly changing whitespace to tabs to improve …
(edit) @37177   17 months davidb Introduction of new optional parameter docVersion. If null (or equal …
(edit) @36985   19 months kjdon the custom class loader now uses site resources file if no …
(edit) @36977   19 months kjdon made service names public so we can use them from other classes rather …
(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) @36639   21 months kjdon added _SERVICE to service names, for clarity
(edit) @36592   22 months kjdon modified Dictionary, so that if a lang fragment starts with [PENDING], …
(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) @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) @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) @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) @34215   4 years kjdon removed hard coded lang=en, and now pass in lang to getMetadataList, …
(edit) @33972   4 years kjdon fixed a typo in a comment
(edit) @33967   4 years kjdon you might want to change the oaiserver url, eg if you have 2 oai …
(edit) @33775   5 years kjdon fixed a typo in a comment
(edit) @33774   5 years kjdon getTextString code moved to Dictionary.getTextSTring, as its no longer …
(edit) @33773   5 years kjdon the default dictionary is not ServiceRack.properties any more. Instead …
(edit) @33768   5 years kjdon removed some code that was commented out, and some methods that were …
(edit) @33751   5 years ak19 Related to previous commit. Dr Bainbridge came up with a better …
(edit) @33750   5 years ak19 Fixed a NullPointerException without stacktrace, noticed with …
(edit) @33672   5 years kjdon modified slightly so that the error messages come from the dictionary …
(edit) @33533   5 years kjdon some collections might not have Title or root_Title metadata, so check …
(edit) @33373   5 years kjdon need to check for null result from getTextString - otherwise get a …
(edit) @33346   5 years kjdon check for empty child_id, and null DBInfo before using them
(edit) @33341   5 years kjdon tidied up relational metadata retrieval. implemented descendants and …
(edit) @33308   5 years kjdon now you can set hidden='true' to an index element in …
(edit) @33305   5 years kjdon get the list of level ids (= shortnames) and store it locally. This …
(edit) @33279   5 years kjdon added a metadata element to service description, 'does_facetsearch' - …
(edit) @33220   5 years kjdon need to check for username being which it usually is if user not …
(edit) @33208   5 years kjdon changing to use correct class name for logging
(edit) @33179   5 years kjdon making recaptcha response string public so others can use it
(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) @33084   5 years kjdon uid is no longer an attribute of the request. Instead its part of the …
(edit) @33072   5 years kjdon DeleteItem service had never been implemented, only DeleteItems, …
(edit) @33051   5 years ak19 Tweak to Friday's commit to URL encode param values: can't use …
(edit) @33045   5 years ak19 1. Dr Bainbridge's fix for the Windows encoding issue when online doc …
(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) @32892   5 years ak19 Part 1 of 2 commits to do with getting errorCallBack working on …
(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) @32661   6 years kjdon when getting the list of collections from a group, use …
(edit) @32656   6 years kjdon oh dearsvn diff service/CrossCollectionSearch.java I mistakenly …
(edit) @32655   6 years kjdon add collection attribute to snippet elements. group names come in like …
(edit) @32648   6 years kjdon made service names public so we can use them outside. Also, removed …
(edit) @32619   6 years ak19 3 significant changes in 1 commit particularly impacting Lucene …
(edit) @32610   6 years ak19 The solene_src object does not appear to be used by either lucene or …
(edit) @32553   6 years kjdon allow missing groupDescriptions element in groupConfig.xml
(edit) @32547   6 years kjdon paramDefault elements for searching can now go in the format element …
(edit) @32490   6 years kjdon we need to supply entity resolver to the transform call, otherwise it …
(edit) @32467   6 years kjdon removed a log message as its showing up heaps when its not actually an …
(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) @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) @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) @32357   6 years ak19 GS3 Java code has moved away from using tomcat.port to using …
(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) @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) @32115   6 years Georgiy Litvinov Fixed NPE in case empty group title
(edit) @32084   7 years kjdon getFacets now includes a lang arg, so we can get teh correct …
(edit) @32083   7 years kjdon getFacets now includes a lang arg, so we can get teh correct …
(edit) @32064   7 years kjdon for processDocXMLGetSection we need to actually add the section to the …
(edit) @31966   7 years kjdon metadata prefix elements don't change, so don't need to create it each …
(edit) @31912   7 years ak19 Now GS3 tries to obtain the _earliesttimestamp entry of the oai-inf.db …
(edit) @31911   7 years ak19 First part of commit after using earliestDatestamp from oai-inf.db …
(edit) @31869   7 years kjdon modified an error message
(edit) @31867   7 years kjdon setting classifier style attribute - can't remember why! Also, need to …
(edit) @31771   7 years kjdon we need to pass library_name to the incremental-buildcol so that it …
(edit) @31729   7 years kjdon modified to use tls or ssl to send mail if requested
(edit) @31665   7 years ak19 GS3 source code now updated to use SafeProcess instead of Process …
(edit) @31592   7 years ak19 Removed unwanted debugging now that Windows testing of the new …
(edit) @31591   7 years ak19 1. SafeProcess.CustomProcessHandler replaces …
(edit) @31580   7 years ak19 Accidentally committed a file I didn't want to.
(edit) @31579   7 years ak19 Correction.
(edit) @31546   7 years ak19 Minor spelling correction ahead of major commits to do with GS3 user …
(edit) @31544   7 years ak19 Dr Bainbridge found oversight in recently committed code: needed to …
(edit) @31541   7 years ak19 1. GS2Construct.modifyMetadata() now calls a more generic method to …
(edit) @31540   7 years ak19 Some commits ahead of further changes: 1. Kathy came up with better …
Note: See TracRevisionLog for help on using the revision log.