source: trunk/gsdl3/src/java/org/greenstone/gsdl3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5142   21 years kjdon consistent code style - removed underscore from class variables
(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) @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) @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) @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) @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) @4950   21 years kjdon now about action gets the service descriptions for each service, so it …
(edit) @4943   21 years kjdon when get back the coll descriptions, want all the contents now, not …
(edit) @4942   21 years kjdon some coll metadata is now displayItems instead, so the configuration …
(edit) @4941   21 years kjdon added a new method to copy all the children from one node to another
(edit) @4904   21 years kjdon trying to make this work with cgi args - not quite there yet I think
(edit) @4903   21 years kjdon tidied up a lot of stuff, particularly the display text stuff, …
(edit) @4902   21 years kjdon tidied up display text stuff
(edit) @4875   21 years kjdon the goto form uses gp arg - this is the gotopage arg. if present we …
(edit) @4874   21 years kjdon added a new extension to OIDs: ss, specified sibling. the format is …
(edit) @4862   21 years kjdon addeda test for null info from the gdbm db, when creating the doc …
(edit) @4861   21 years kjdon not using orientation and documentInterleave for classifiers any …
(edit) @4860   21 years kjdon we now look for stylesheets in teh collection before the site - note …
(edit) @4859   21 years kjdon commented out some printlns
(edit) @4858   21 years kjdon simple doc types with no sections are returned a bit differently - …
(edit) @4857   21 years kjdon now looks for metadata names from format statements
(edit) @4856   21 years kjdon added some metadata stuff for finding out list of metadata from format …
(edit) @4855   21 years kjdon a new simplified browse action for gs2 colls
(edit) @4853   21 years kjdon now uses GS2PerlConstructor constatns rather than base class …
(edit) @4852   21 years kjdon changed the base constructor class a bit - the import, build, new …
(edit) @4827   21 years kjdon fixed a bug to do with paged documents and .fc/ns etc in the oids
(edit) @4719   21 years kjdon changed the doc node creation (for the docs in the result list) to add …
(edit) @4718   21 years kjdon fixed a bug
(edit) @4717   21 years kjdon in the middle of doing document display stuff - so this is unfinished, …
(edit) @4709   21 years kjdon fixed some little things
(edit) @4708   21 years kjdon workign on document type stuff - so that xslt knows what type of …
(edit) @4707   21 years kjdon get display format info for documents
(edit) @4706   21 years kjdon no longer use ConfigVars, use a HashMap instead
(edit) @4705   21 years kjdon a new file with some constants in it for eg servlet params, and other …
(edit) @4704   21 years kjdon no longer use ConfigVars, so pass in variables individually. also …
(edit) @4703   21 years kjdon cgi request type changed to page request type
(edit) @4702   21 years kjdon added method for retrieving strings from resource bundles, including …
(edit) @4701   21 years kjdon transformer now takes a HashMap of parameters to set as global params …
(edit) @4700   21 years kjdon no longer use ConfigVars, so methods that used that no take all teh …
(edit) @4699   21 years kjdon added some new args for form search
(edit) @4698   21 years kjdon renamed some args, added some new ones
(edit) @4697   21 years kjdon no longer use this - use a HashMap instead to hold teh config …
(edit) @4696   21 years kjdon now we set a type on the format element
(edit) @4695   21 years kjdon no longer use ConfigVars, use a HashMap instead
(edit) @4694   21 years kjdon GSCGI.REQUEST_ONLY_ARG has changed to GSCGI.RESPONSE_ONLY_ARG - I …
(edit) @4693   21 years kjdon some of the arg names have changed
(edit) @4692   21 years kjdon no longer use ConfigVars, use a HashMap instead. request type cgi is …
(edit) @4691   21 years kjdon several changes: ConfigVars replaced by a HashMap, we no longer add in …
(edit) @4690   21 years kjdon no longer use ConfigVars, now we use a HashMap - so now there is no …
(edit) @4287   21 years kjdon added some code for highlighting search terms in the document. this …
(edit) @4286   21 years kjdon commented out some unnecessary print statements
(edit) @4285   21 years kjdon changed slightly the pretty printing stuff - any nodes that are …
(edit) @4280   21 years kjdon fixed a bug
(edit) @4271   21 years kjdon new method to tidy up whitespace in a string
(edit) @4268   21 years kjdon changed to use archivedir instead of assocfilepath for image location
(edit) @4267   21 years kjdon coll description now returns lang specific metadata
(edit) @4260   21 years kjdon added in some extra stuff for structure retrieve - instead of just the …
(edit) @4259   21 years kjdon LibraryServlet now caches cgi args, and adds them into the request
(edit) @4258   21 years kjdon simplified actions, the receptionist does a lot more of teh work now. …
(edit) @4257   21 years kjdon simplified actions, the receptionist does a lot more of teh work now. …
(edit) @4247   21 years kjdon index param put in even if there is only one index
(edit) @4246   21 years kjdon added response only arg to the phind url
(edit) @4245   21 years kjdon now have interface config file which lives in the directory for each …
(edit) @4244   21 years kjdon small change to getNumberedItem
(edit) @4243   21 years kjdon new elem names and a new method
(edit) @4242   21 years kjdon cgi args now have save data - whether or not they should be saved …
(edit) @4241   21 years kjdon a new CGI class for NZDL - this has a lot more hard coded args in it
(edit) @4223   21 years kjdon MGPPWrapper methods getDocument and loadIndexData no longer take …
(edit) @4222   21 years kjdon MGPPWrapper methods getDocument and loadIndexData no longer take …
(edit) @4189   21 years kjdon added a bit more info to the page data, now looks for sibling arg
(edit) @4188   21 years kjdon fixed a bug
(edit) @4155   21 years kjdon added unknown page method
(edit) @4154   21 years kjdon fixed a typo
(edit) @4153   21 years kjdon a new Receptionist for NZDL - adds some extra info to the pageExtra so …
(edit) @4152   21 years kjdon there are now two optional init-params for the servlet: receptionist …
Note: See TracRevisionLog for help on using the revision log.