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) @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 …
(edit) @27085   11 years kjdon added sortorder param to lucene searching
(edit) @27076   11 years sjm84 Debug service calls now require the user to be an administrator
(edit) @27075   11 years sjm84 Reformatting this file ahead of some changes
(edit) @27054   11 years sjm84 Removing some debug statements and reformatting
(edit) @27023   11 years sjm84 Add a new service to get the templates from the gslib file
(edit) @26914   11 years davidb Fixed two silly typos
(edit) @26912   11 years davidb Some adjustments to code, focusing on use of openDatabase() and …
(edit) @26669   11 years sjm84 Saving match statements in Greenbug should now work correctly
(edit) @26578   11 years sjm84 Removing a test that was causing a null pointer exception
(edit) @26577   11 years sjm84 Reformatting this file ahead of some changes
(edit) @26561   11 years sjm84 Make sure angle brackets in attributes are properly escaped
(edit) @26556   11 years sjm84 Differentiating between requested match and name templates
(edit) @26493   11 years sjm84 The back-end service that gets and saves templates
(edit) @26425   11 years sjm84 Hopefully fixed the hashing algorithm so that it produces the same …
(edit) @26406   12 years kjdon made the list of collections use language dependent descriptions. …
(edit) @26352   12 years kjdon set up the queryer based on our colleciton defaults
(edit) @26344   12 years kjdon fiddling with index options (stem, case, accent). can now set the …
(edit) @26311   12 years ak19 Second bugfix. Just one line for an elusive bug: need search results …
(edit) @26274   12 years ak19 Bugfix: sometimes GS3 asks for docnodes with ids like hash.dir, which …
Note: See TracRevisionLog for help on using the revision log.