source: trunk/gsdl3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @4876   21 years kjdon added a new extension to OIDs: ss, specified sibling. the format is …
(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) @4714   21 years kjdon fixed a typo
(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) @4261   21 years kjdon new method to get all teh keys
(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) @4239   21 years kjdon removed some commented out stuff
(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) @4156   21 years kjdon finished translateOID
(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 …
(edit) @4145   21 years kjdon new pageExtra element in greenstone xml
(edit) @4144   21 years kjdon all stuff for the page generated by teh Receptionist (config and …
(edit) @4142   21 years kjdon service describe requests no longer use info att
(edit) @4141   21 years kjdon info param renamed subset param, service describe requests no longer …
(edit) @4140   21 years kjdon info param renamed subset param
(edit) @4106   21 years kjdon more configure stuff
(edit) @4105   21 years kjdon more system configuration stuff
(edit) @4104   21 years kjdon some more system action args - should these be specific to system action??
(edit) @4101   21 years kjdon some miscellaneous functions
(edit) @4100   21 years kjdon createParameter for description has new name: …
(edit) @4099   21 years kjdon new cgi arg for configuring system
(edit) @4098   21 years kjdon createParameter for description has new name: createParameterDescription
(edit) @4097   21 years kjdon I am rearranging stuff so that you can reconfigure all the bits …
(edit) @4096   21 years kjdon rearranging stuff so that you can reconfigure all teh bits …
(edit) @4095   21 years kjdon added in the new system action
(edit) @4094   21 years kjdon a new action used for configuration of teh system - can send cgi …
(edit) @4093   21 years kjdon moved something to the general process method from the specific …
(edit) @4087   21 years kjdon added a new getDOM(File, String) that specifies an encoding to read …
(edit) @4086   21 years kjdon now reads in the config files using utf-8 rather than the default …
(edit) @4081   21 years kjdon added All fields to field list
(edit) @4080   21 years kjdon what metadata to ask for is now dynamically determined from the xslt …
(edit) @4079   21 years kjdon added a method for working out what metadata is needed for a …
(edit) @4078   21 years kjdon added method for creating a param list for metadata specification
Note: See TracRevisionLog for help on using the revision log.