source: main/trunk/greenstone3/src/java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   8 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
(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) @30483   8 years davidb Tidy up on comments.
(edit) @30482   8 years davidb Changes to help with compiling and running this for Android
(edit) @30481   8 years davidb Used to be an internal class to URLFilter, but this didn't play well …
(edit) @30477   8 years davidb Changes in the Java code to support the new approach taken to …
(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) @30360   8 years Georgiy Litvinov Removed unnecessary checks from previous commit
(edit) @30359   8 years Georgiy Litvinov Added URI Encoding method for xslt utils
(edit) @30264   9 years jmt12 Added static block to ensure database wrapper registers its name and …
(edit) @30263   9 years jmt12 Added an extra catch to report exceptions *other* than …
(edit) @30262   9 years jmt12 Altered the collectionDatabaseFile function to no longer use hardcoded …
(edit) @30261   9 years jmt12 Added a function to allow databases to register themselves (and their …
(edit) @30260   9 years jmt12 Replacing hardcoded database file extensions with call to DBHelper …
(edit) @30240   9 years ak19 Removed debug statement.
(edit) @30237   9 years ak19 I think I've got the final fix in, but with debug statements. It's …
(edit) @30234   9 years ak19 Adding in debugging for installer
(edit) @30233   9 years ak19 More derby port and server changes to get the installer to set the …
(edit) @30232   9 years ak19 Modifications for testing in installer
(edit) @30231   9 years ak19 Admin passwords set during installer stopped working, probably because …
(edit) @30196   9 years ak19 Fixes to do with networked Derby: port and host number changes …
(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) @30094   9 years Georgiy Litvinov Check for existence of snippets
(edit) @30056   9 years Georgiy Litvinov Fixes for highlighting bug.
(edit) @30055   9 years ak19 Fixing bug in GS3 installer that didn't use the longer password …
(edit) @30049   9 years Georgiy Litvinov While using Solr field highlighted by Solr Servlet. Also added …
(edit) @30043   9 years ak19 Fixed a bug in shutting down the derbyserver. Noticed on Windows after …
(edit) @30034   9 years ak19 The OAI Validator has added more tests, one of them had failed: when …
(edit) @29997   9 years kjdon when getting extra metadata names, lets put them in a set and check it …
(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) @29988   9 years ak19 1. Targets for stopping and starting the derby server now first check …
(edit) @29979   9 years Georgiy Litvinov RSS Feed Links url use baseUrl from request. Fixed broken links when …
(edit) @29977   9 years ak19 Related to commits 29903 and 29923. Adding a property for the …
(edit) @29947   9 years ak19 First of two commits to fix rebuilding a collection using the online …
Note: See TracRevisionLog for help on using the revision log.