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) @31166   7 years Georgiy Litvinov Java code for groups breadcrumbs
(edit) @31127   7 years ak19 Related to previous revision (31125). Fix to concurrency problem when …
(edit) @31125   7 years ak19 Experimental fix for concurrent access issue when using document …
(edit) @31124   7 years ak19 1. Dr Bainbridge found another oversight in the existing code. 2. …
(edit) @31123   7 years ak19 Using the document editor, showed up that multiple metadata …
(edit) @31109   7 years ak19 Fixing nullpointer exception thrown when there is no collection groups …
(edit) @30958   8 years kjdon in DocumentMetadataRetrieve, this was creating a paramlist with …
(edit) @30891   8 years kjdon removed some commented out code. when looking up metadata, if we have …
(edit) @30834   8 years kjdon CollectionClassLoader changed to CustomClassLoader
(edit) @30820   8 years kjdon don't add empty root title
(edit) @30731   8 years kjdon if we are setting text, then we just remove the NoText metadata if its …
(edit) @30704   8 years kjdon use the top OID for marking doc in database - only top level ids are …
(edit) @30669   8 years kjdon adding sortby to use dictionary lookup
(edit) @30668   8 years kjdon removed some debug strings
(edit) @30667   8 years kjdon can now specify a dictionary name in a displayItem that uses a key
(edit) @30647   8 years kjdon getTextString returns null if not found, so need to check for null …
(edit) @30634   8 years kjdon modifying the way levels, indexes, classifier buttons are displayed. …
(edit) @30633   8 years kjdon getDisplayText has moved classes
(edit) @30632   8 years kjdon getDisplayText has moved classes
(edit) @30631   8 years kjdon getDisplayText has moved classes
(edit) @30630   8 years kjdon getDisplayText has moved classes
(edit) @30629   8 years kjdon moved getDisplayText into ServiceRack from GSXML so that if there is a …
(edit) @30617   8 years ak19 Bugfix to oversight: web document editor didn't reindex on removing …
(edit) @30616   8 years ak19 Useful debug statement when we get an InvocationTargetException
(edit) @30588   8 years kjdon use new GSXML.STD_NAMESPACES_ATTS instead of adding each one individually
(edit) @30587   8 years kjdon use new GSXML.ALL_NAMESPACES_ATTS instead of adding each one individually
(edit) @30556   8 years kjdon check values not null before iterating over them
(edit) @30555   8 years kjdon undoing last commit which was made by mistake
(edit) @30553   8 years kjdon added ability for teh collectionConfig.xml file to carry additional …
(edit) @30541   8 years Georgiy Litvinov Fixed CollectionGroups non-existent collections check
(edit) @30540   8 years Georgiy Litvinov Added collection groups. Config file in …
(edit) @30516   8 years Georgiy Litvinov Moved to incremental rebuild in webeditor
(edit) @30476   8 years kjdon the property file to look up has changed with the new rearrangement of …
(edit) @30475   8 years kjdon now we have a main ServiceRack.properties file for most of the core …
(edit) @30474   8 years kjdon added some info
(edit) @30260   9 years jmt12 Replacing hardcoded database file extensions with call to DBHelper …
(edit) @30161   9 years kjdon need to make the metadata_list element before adding something to …
(edit) @30150   9 years kjdon doing a simplified paging for cross coll searching. We give a maxdocs …
(edit) @30147   9 years kjdon making start_results always start at 0, as sometimes it was 1, …
(edit) @30145   9 years kjdon set the index to match the default level, just in case we are doing …
(edit) @30056   9 years Georgiy Litvinov Fixes for highlighting bug.
(edit) @30049   9 years Georgiy Litvinov While using Solr field highlighted by Solr Servlet. Also added …
(edit) @29990   9 years kjdon classifier metadata can have macros, eg _textmonth06_ in a datelist. …
(edit) @29989   9 years kjdon add in the replaceListRef macros to the macro resolver
(edit) @29979   9 years Georgiy Litvinov RSS Feed Links url use baseUrl from request. Fixed broken links when …
(edit) @29947   9 years ak19 First of two commits to fix rebuilding a collection using the online …
(edit) @29869   9 years ak19 First part of commit for ensuring the user is authenticated when …
(edit) @29731   9 years kjdon need to add the metadata for the form searches so that the action …
(edit) @29637   9 years Jeremy Symon Convert MAXDOCS_PARAM to int when calling setMaxDocs. Fixes error …
(edit) @29630   9 years kjdon setting case and stem based on param defaults
(edit) @29558   9 years kjdon work around does_paging, does_chunking. only add in maxdocs, …
(edit) @29544   9 years kjdon sort order param is now reversesort, and moved here instead of in …
(edit) @29543   9 years kjdon I went to update the solr code with the new reverse sort param, and …
(edit) @29541   9 years kjdon changed sort order param to reverse sort param. matches better what …
(edit) @29523   9 years kjdon implementing siblings and children, descendents still to implement. …
(edit) @29428   9 years kjdon use paramDefaults for setting up queryer, and default_sort
(edit) @29427   9 years kjdon read in defaultSort element and store it. Use this for default rank …
(edit) @29426   9 years kjdon changed default hits per page from 10 to 20
(edit) @29421   9 years kjdon adding in debug stuff for a collection, eg so that can run greenbug. …
(edit) @29409   9 years kjdon adding a reset method to MGPPSearchWrapper. When we rebuild a …
(edit) @29318   10 years kjdon adding in sort by and sort order params for lucene advanced field query
(edit) @29309   10 years kjdon removed my name
(edit) @29267   10 years kjdon allow users to manually set a record's date stamp by setting …
(edit) @29235   10 years ak19 Dr Bainbridge fixed another wrong document error (WRONG_DOCUMENT_ERR) …
(edit) @29168   10 years ak19 Dr Bainbridge fixed an operator issue in solr: the exclamation mark …
(edit) @29143   10 years ak19 Part of port from lucene3.3.0 to lucene4.7.2. LuceneWrapper related. …
(edit) @29090   10 years kjdon added code for setting mdoffset attributes for docNodes in a …
(edit) @29067   10 years kjdon changed metadataFormat stuff. service uses some info from main …
(edit) @28986   10 years kjdon method name change
(edit) @28970   10 years kjdon removed some commented out lines
(edit) @28969   10 years kjdon removing this.doc. Haven't tested as can't compile properly without …
(edit) @28966   10 years kjdon Lots of changes. Mainly to do with removing this.doc from everywhere. …
(edit) @28958   10 years davidb Remote Greenstone user authenticaton stopped working, because the code …
(edit) @28861   10 years kjdon removed use of this.doc. Some static strings now coming from GSXML not …
(edit) @28860   10 years kjdon removed all use of this.doc. I have left the variable in though so I …
(edit) @28281   11 years sjm84 Removing a bad print statement
(edit) @28235   11 years sjm84 Removed some print statements
(edit) @28233   11 years sjm84 Adding a new edit mode flag
(edit) @28218   11 years sjm84 Should now create a database on server start
(edit) @28210   11 years sjm84 Some fixes for when using the derby database as well as some improvements
(edit) @28202   11 years sjm84 Some major changes to DerbyWrapper to try and make it more reliable …
(edit) @28181   11 years kjdon making search param defaults able to be set in config file. uses …
(edit) @28180   11 years kjdon removed my email address
(edit) @28161   11 years sjm84 Fixed a silly mistake that was causing non-admins to not be able to …
(edit) @28120   11 years sjm84 Should be web/etc not [sitename]/etc
(edit) @28118   11 years sjm84 Fixed a silly mistake I think
(edit) @28061   11 years kjdon rank param keywords
(edit) @28030   11 years kjdon adding in sort order option
(edit) @28029   11 years kjdon moved some stuff back to super class. setting reverse_sort is …
(edit) @27950   11 years kjdon check that we actually have stem/case/accentfold before setting them - …
(edit) @27817   11 years kjdon testing for null to avoid exceptions
(edit) @27800   11 years kjdon adding in sorting based on sort list, not index list
(edit) @27718   11 years sjm84 Phase two of fixing collectionConfig templates being incorrect in Greenbug
(edit) @27717   11 years sjm84 A minor error check
(edit) @27165   11 years sjm84 Added a new call that resolves call-template calls
(edit) @27164   11 years sjm84 Check and make sure a user is authenticated before allowing changes to …
(edit) @27137   11 years ak19 Undoing accidental commit
(edit) @27135   11 years ak19 Shifting instructions for svn updating gs2build/common-src/cgi-bin …
(edit) @27109   11 years sjm84 Major change to how the files are located. Also added the …
(edit) @27087   11 years ak19 Implemented RSS support for GS3. At present, can see this with a=rss …
Note: See TracRevisionLog for help on using the revision log.