source: main/trunk/greenstone3/src/java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31615   7 years ak19 Adding a basic run process method, runBasicProcess(), one to be used …
(edit) @31602   7 years ak19 Follows Dr Bainbridge's suggestion to prevent URL based calls to …
(edit) @31594   7 years ak19 More equalising of debugging between the gli and gs3 src code versions …
(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) @31590   7 years ak19 Better synchronization I think. I've declared methods as synchronized, …
(edit) @31588   7 years ak19 Correcting another difference with gli version of SafeProcess
(edit) @31587   7 years ak19 Changes to GS3 src SafeProcess.java to bring it up to speed with GLI's …
(edit) @31580   7 years ak19 Accidentally committed a file I didn't want to.
(edit) @31579   7 years ak19 Correction.
(edit) @31578   7 years ak19 Removed debugging and other minor cosmetic changes after successful …
(edit) @31574   7 years ak19 Trying to correct the GS2PerlConstructor.runPerlCommand() function …
(edit) @31573   7 years ak19 Commit ahead of larger changes: Misc.NEWLINE now works sets the …
(edit) @31572   7 years ak19 Minor changes ahead of more major ones. Explicitly marking …
(edit) @31569   7 years ak19 Initial attempt at an all-in-one class that can safely run a java …
(edit) @31568   7 years ak19 Clarifying the name of an old class
(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 …
(edit) @31537   7 years ak19 First commit for getting user comments working for GS3. It all works, …
(edit) @31414   7 years ak19 Minor: clarifying an existing comment.
(edit) @31345   7 years Georgiy Litvinov Added all collection option
(edit) @31344   7 years Georgiy Litvinov Update to previous commit
(edit) @31343   7 years Georgiy Litvinov Additional method to pass group path inside s1.collection param …
(edit) @31285   7 years Georgiy Litvinov Java code for hierarchy view in cross collection search
(edit) @31265   7 years Georgiy Litvinov Fixed null pointer exception while rebuilding collection via web editor
(edit) @31262   7 years Georgiy Litvinov Add snippets to cross collection search results
(edit) @31249   7 years kjdon when doing highlightqueryterms we pass in the id of the document we …
(edit) @31241   7 years ak19 Corrected misunderstanding on distinction between whether we're …
(edit) @31236   7 years ak19 More checking of oaiinf_db: need to make sure it exists before trying …
(edit) @31230   7 years ak19 Commit for GS3 server side part of OAI deletion police implementation. …
(edit) @31229   7 years ak19 Converting informative logger messages emitted with logger.error() …
(edit) @31185   7 years Georgiy Litvinov Remove both s1.collection s1.group from cache in case either of them …
(edit) @31181   7 years Georgiy Litvinov Added java code to use groups in cross collection search
(edit) @31166   7 years Georgiy Litvinov Java code for groups breadcrumbs
(edit) @31137   7 years kjdon can't use a HashMap to store two params with the same name. doh. lets …
(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) @31061   7 years ak19 My previous 'fix' fixed the display for the backdrop collection, but …
(edit) @31056   7 years ak19 Got the metadata names in the Browse classifier of the backdrop …
(edit) @30958   7 years kjdon in DocumentMetadataRetrieve, this was creating a paramlist with …
(edit) @30891   7 years kjdon removed some commented out code. when looking up metadata, if we have …
(edit) @30860   8 years kjdon added in formatTimestamp method to convert a timestamp to human …
(edit) @30840   8 years kjdon adding in handling for displayItems in siteConfig file, and for …
(edit) @30839   8 years kjdon displayItem handling moved to DisplayITemUtil class
(edit) @30838   8 years kjdon use CustomClassLoader instead of CollectionClassLoader. Also don't …
(edit) @30837   8 years kjdon use the new DisplayItemUtil class instead of loca methods
(edit) @30836   8 years kjdon along with site metadata we now need to get site displayItems
(edit) @30835   8 years kjdon along with site metadata we now need to get site displayItems
(edit) @30834   8 years kjdon CollectionClassLoader changed to CustomClassLoader
(edit) @30833   8 years kjdon added siteResourcesDir method
(edit) @30832   8 years kjdon moved displayitem handling into this class, as I want to use it in …
(edit) @30831   8 years kjdon added more generalised versions of mergeMetadataLists and …
(edit) @30830   8 years kjdon CollectionClassLoader changed to CustomClassLoader
(edit) @30829   8 years kjdon renamed CollectionClassLoader to CustomClassLoader as now I want to …
(edit) @30820   8 years kjdon don't add empty root title
(edit) @30810   8 years kjdon when loading all the text strings for a particular prefix into a …
(edit) @30782   8 years kjdon changed the default public and system bits for doctype to transitional …
(edit) @30770   8 years kjdon when getting all the strings with a specified prefix, we actually want …
(edit) @30731   8 years kjdon if we are setting text, then we just remove the NoText metadata if its …
(edit) @30730   8 years kjdon get root_assocfilepath by default, in case we have links to source …
(edit) @30729   8 years kjdon a couple of change meta functions were not writing out changes back to …
(edit) @30728   8 years kjdon use root_assocfilepath instead of assocfilepath in case we are at a …
(edit) @30704   8 years kjdon use the top OID for marking doc in database - only top level ids are …
(edit) @30670   8 years kjdon can now get displayItem values from a dictionary. for collections, …
(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) @30666   8 years kjdon if att value is null for getNamedElement, will now return the first …
(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) @30595   8 years kjdon removed an erroneous quote mark
(edit) @30589   8 years kjdon use the new GSXSLT.findExtraMetadataNames in action and …
(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) @30586   8 years kjdon use standard GSXML function to add namespaces
(edit) @30585   8 years kjdon added method findExtraMetadataNames. This looks through xsl to find …
(edit) @30584   8 years kjdon added GSLIB namespace to the list. Also created strings and methods …
(edit) @30563   8 years Georgiy Litvinov Undoing solr cores initialization commit to move code in solr …
(edit) @30558   8 years kjdon undoing last commit which was made in error
(edit) @30557   8 years kjdon commit to add the full message: added ability for the …
(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) @30554   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) @30552   8 years kjdon added extraInfo element string
(edit) @30550   8 years Georgiy Litvinov At collection initialization stage added checks for activated Solr …
(edit) @30542   8 years Georgiy Litvinov Added checkFileExistence method for xslt checks. Fixed invisible group …
(edit) @30541   8 years Georgiy Litvinov Fixed CollectionGroups non-existent collections check
Note: See TracRevisionLog for help on using the revision log.