source: trunk/gsdl3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5266   21 years kjdon for a collection that hasn't been built with greenstone build stuff. …
(edit) @5265   21 years kjdon this is used when querying isn't collection specific, but it occurs …
(edit) @5264   21 years kjdon removed unnecessary print statements
(edit) @5263   21 years kjdon document display stuff for plain XML collections. uses subaction …
(edit) @5262   21 years kjdon fixed an oversight
(edit) @5261   21 years kjdon added method for finding a stylesheet in a coll
(edit) @5260   21 years kjdon fixed a bug in extractParams - it used to assume all childNodes were …
(edit) @5259   21 years kjdon a retrieval class for TEI docs (based on nzetc docs that I had access …
(edit) @5258   21 years kjdon a basic retrieval service for plain XML documents which may just be …
(edit) @5257   21 years kjdon a very basic lucene search service. searches 'contents' for teh words, …
(edit) @5227   21 years kjdon a new service rack for accessing infomine searching at riverside. …
(edit) @5226   21 years kjdon now looks for proxy element in site config file - if its there, it …
(edit) @5224   21 years kjdon commented out building stuff, added in a proxy thing to fill in if you …
(edit) @5203   21 years kjdon deleted some unused stuff
(edit) @5202   21 years kjdon added a list of languages - to be used in the preferences page. shoul …
(edit) @5201   21 years kjdon display info is now storeed in displayItems not metadata items
(edit) @5200   21 years kjdon more text strings
(edit) @5199   21 years kjdon for now, I'll store metadata display names in here - but maybe they …
(edit) @5198   21 years kjdon changes to the nav bar and buttons
(edit) @5195   21 years kjdon invisible params should have s1. added on too
(edit) @5194   21 years kjdon paging of teh results is now done by the action, however we still need …
(edit) @5193   21 years kjdon removed a commented out bit
(edit) @5192   21 years kjdon minor change
(edit) @5191   21 years kjdon now we are doing query results paging in tehaction, not the xslt - …
(edit) @5190   21 years kjdon metadata display names now come from a different properties file. …
(edit) @5189   21 years kjdon metadata display names now come from a different properties file. …
(edit) @5188   21 years kjdon query responses now can include 2 metadatas - numDocsMatched and …
(edit) @5187   21 years kjdon code tidy, added method to set teh entity resolver for the parser. not …
(edit) @5186   21 years kjdon added methods for gettign and removing the last link in the path
(edit) @5162   21 years kjdon a start at some preferences
(edit) @5155   21 years kjdon code style consistency check - class variables no longer end in _
(edit) @5151   21 years kjdon changed an error message
(edit) @5148   21 years kjdon code style consistency check - class variables no longer end in _
(edit) @5147   21 years kjdon GSCGI replaced by GSParams
(edit) @5146   21 years kjdon add the lang list to the page - should only be done for pref page??
(edit) @5145   21 years kjdon we now keep a language list - read in from teh config file, that lists …
(edit) @5144   21 years kjdon we now keep a language list - read in from teh config file, that lists …
(edit) @5143   21 years kjdon this has been replaced by GSParams
(edit) @5142   21 years kjdon consistent code style - removed underscore from class variables
(edit) @5138   21 years kjdon some more stuff
(edit) @5137   21 years kjdon more metadata
(edit) @5136   21 years kjdon added some metadata names here - they should really go in a better …
(edit) @5135   21 years kjdon small changes
(edit) @5134   21 years kjdon have modified the results navigation arrows. hits per page param will …
(edit) @5133   21 years kjdon small changes
(edit) @5132   21 years kjdon changed the style a bit. now have variable names for some of the …
(edit) @5131   21 years kjdon removed a divider bar, enlarged the text for the classification names
(edit) @5130   21 years kjdon small modifications to the about page
(edit) @5129   21 years kjdon xslt for help and prefs pages - only have the page banners so far, …
(edit) @5127   21 years kjdon made this a bit smarter about whether it gets teh coll description or …
(edit) @5126   21 years kjdon describe requests to services can now take a parameter 'subset' just …
(edit) @5123   21 years kjdon fixed a couple of names
(edit) @5122   21 years kjdon now uses new version of tomcat
(edit) @5121   21 years kjdon added in service descriptions and some other small changes
(edit) @5120   21 years kjdon some style templates have been renamed, hopefully I haven't stuffed …
(edit) @5119   21 years kjdon now have navigation bar, some style templates have been renamed, …
(edit) @5118   21 years kjdon images to make up the nav bar and button backgrounds
(edit) @5117   21 years kjdon only add the Title metadata to be returned if there is none specified
(edit) @5116   21 years kjdon added a test for a null element
(edit) @5115   21 years kjdon the service elem is now part of the service response - used to be just …
(edit) @5114   21 years kjdon now handles the case where there is no metadata for a cluster or collection
(edit) @5113   21 years kjdon now the recept adds in a collection description for each page, which …
(edit) @5112   21 years kjdon added in functionality to use a different type of collection. the file …
(edit) @5111   21 years kjdon added a transform(File, File) method
(edit) @5110   21 years kjdon small changes
(edit) @5109   21 years kjdon added a few new methods
(edit) @5108   21 years kjdon gadually standardising my Java code. have turned all class variables …
(edit) @5107   21 years kjdon service descriptions now include a displayItem called description …
(edit) @5098   21 years kjdon gadually standardising my Java code. have turned all class variables …
(edit) @5069   21 years kjdon now uses the new tomcat, hope this works, haven't tested it on …
(edit) @5068   21 years kjdon uses a new version of tomcat
(edit) @5067   21 years kjdon new version of tomcat
(edit) @4996   21 years kjdon no longer use shortnames for service params
(edit) @4995   21 years kjdon fixed a bug
(edit) @4994   21 years kjdon Library2 now takes cgi args as input, and returns the page. you can …
(edit) @4993   21 years kjdon added in a forgotten displayItem
(edit) @4992   21 years kjdon NZDLParams replaces the old NZDLCGI
(edit) @4991   21 years kjdon new class that replaces GSCGI - holds the interface params and whether …
(edit) @4990   21 years kjdon now inherits from TransformingReceptionist, cos there is no WebReceptionist
(edit) @4989   21 years kjdon removed some unnecessary stuff
(edit) @4988   21 years kjdon the base receptionist class now has a GSParams class - this contains …
(edit) @4987   21 years kjdon no longer have a WebReceptionist class
(edit) @4986   21 years kjdon now use GSParams class instead of GSCGI class
(edit) @4982   21 years kjdon service params are now namespaced to avoid conflict with same named …
(edit) @4981   21 years kjdon service params are now namespaced to avoid conflict with same named …
(edit) @4980   21 years kjdon added a method that actions can use to add parameters to teh …
(edit) @4979   21 years kjdon the param for Gates annotation service is now an ENUM_MULTI, instead …
(edit) @4978   21 years kjdon added a new method to create a param list of name-value pairs in xml, …
(edit) @4977   21 years kjdon moved some paramlist handling stuff to here from other xsl files. …
(edit) @4976   21 years kjdon put the paramlist cgi mode tempalte into service-params.xsl
(edit) @4975   21 years kjdon removed the paramlist template - now just uses teh standard one in …
(edit) @4971   21 years kjdon only add services to the list if they have configured properly
(edit) @4970   21 years kjdon dont use activate script for actiavte coll, use convert script
(edit) @4969   21 years kjdon no longer use activate script - only use convert script. building …
(edit) @4955   21 years kjdon changed an entry
(edit) @4953   21 years kjdon some new properties files
(edit) @4951   21 years kjdon display teh service display name instead of its internal id
(edit) @4950   21 years kjdon now about action gets the service descriptions for each service, so it …
(edit) @4948   21 years kjdon col name, description and icon now come from displayItems not metadata
(edit) @4943   21 years kjdon when get back the coll descriptions, want all the contents now, not …
Note: See TracRevisionLog for help on using the revision log.