source: trunk/gsdl3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3657   21 years kjdon name changes
(edit) @3656   21 years kjdon changed config files to reflect new service classes (serviceRacks)
(edit) @3655   21 years kjdon tidy up
(edit) @3654   21 years kjdon build.xsl replaced by more general process.xsl
(edit) @3653   21 years kjdon resource.xsl replaced with document.xsl
(edit) @3652   21 years kjdon uses xml properly now.
(edit) @3651   21 years kjdon replaces PhindServices
(edit) @3650   21 years kjdon replaces old ServicesImpl
(edit) @3649   21 years kjdon tidy up of services. MGPPGDBMServices replaced with GS2MGPPSearch and …
(edit) @3648   21 years kjdon brought it up to date with some naming changes
(edit) @3647   21 years kjdon uses ServiceRack instead of ServicesImpl
(edit) @3646   21 years kjdon aadded a few more constants
(edit) @3645   21 years kjdon actions tidied up a bit, ResourceAction changed to DocumentAction, …
(edit) @3644   21 years kjdon tidying up
(edit) @3643   21 years kjdon the beginnings of status and error handling stuff
(edit) @3642   21 years kjdon resource now called document. some status stuff added too.
(edit) @3641   21 years kjdon CGIArgConverter.java replaced by GSCGI.java
(edit) @3640   21 years kjdon changed the installation stuff a bit. The things that should only be …
(edit) @3637   21 years kjdon added back in some usage notes
(edit) @3636   21 years kjdon added jar files to the classpath after installing them - needed for …
(edit) @3635   21 years kjdon this now needs to be run after install.bash, so removed the lines that …
(edit) @3634   21 years kjdon it now checks to see if $GSDL3HOME is set before running.
(edit) @3623   21 years say1 bug fix
(edit) @3622   21 years say1 changed path to java executables
(edit) @3621   21 years say1 added XSLTServices.java
(edit) @3620   21 years say1 added the new site config stuff
(edit) @3618   21 years say1 added methods to insert errors into XML
(edit) @3617   21 years say1 fixed classpath problem (no longer finds crimson)
(edit) @3616   21 years say1 new xml data files
(edit) @3615   21 years say1 java updates new collections now appear on web server
(edit) @3613   21 years say1 changed javadoc path to absolute path
(edit) @3606   21 years kjdon fixed a bug
(edit) @3605   21 years kjdon added field query stuff
(edit) @3604   21 years kjdon * empty log message *
(edit) @3603   21 years kjdon query action now handles all queries with a generic method. the …
(edit) @3602   21 years kjdon added new method for getting a numbered item from a list
(edit) @3601   21 years kjdon now handles multiparams
(edit) @3600   21 years kjdon added some new methods for xml-safeing, and handling multiparams
(edit) @3599   21 years kjdon servlet now handles params with multiple values - needed for from …
(edit) @3598   21 years kjdon aded some more text strings
(edit) @3597   21 years kjdon the sa param no longer uses lower case names, eg a=q&sa=text is now …
(edit) @3596   21 years kjdon added new param types - multi param, and changed the templates so that …
(edit) @3595   21 years kjdon textquery renamed to basicquery - this is now a default query …
(edit) @3594   21 years kjdon new parameter - default language for the interface
(edit) @3593   21 years say1 more comments and error handling
(edit) @3592   21 years say1 better test cases
(edit) @3591   21 years say1 restructured CLASSPATH code
(edit) @3588   21 years say1 QueryDocumentStream working for compiled-in XSLT queries
(edit) @3585   21 years kjdon Removed some debug prints, changed some error messages
(edit) @3584   21 years kjdon removed a couple of unnecessary printlns
(edit) @3583   22 years kjdon added a helpful bit at the end
(edit) @3582   22 years kjdon fixed a couple of bugs
(edit) @3581   22 years kjdon fixed a bug
(edit) @3580   22 years kjdon images used in classifiers
(edit) @3579   22 years kjdon resources/java added to classpath - this is where the properties files …
(edit) @3578   22 years kjdon some small changes to do with lang stuff
(edit) @3577   22 years kjdon new dictionary class - wrapper around a resource bundle. used for …
(edit) @3576   22 years kjdon added some comments, now uses GSXML.static variables instead of …
(edit) @3575   22 years kjdon minor changes
(edit) @3574   22 years kjdon default language for interface now added into config vars
(edit) @3573   22 years kjdon added method for param display element
(edit) @3572   22 years kjdon transform method now returns an Element instead of a string
(edit) @3571   22 years kjdon makefiles no longer needed in subdirectories
(edit) @3570   22 years kjdon actions and receptionist now deal with Elements, not strings. has a …
(edit) @3569   22 years kjdon now handles multiple requests in the same message properly
(edit) @3568   22 years kjdon tidied up a bit, uses new page structure and new display elements
(edit) @3567   22 years kjdon tidied up a bit, using new Dictionary stuff
(edit) @3566   22 years kjdon Makefiles not needed in subdirectories
(edit) @3565   22 years kjdon service param handling put into separate file so that all services can …
(edit) @3564   22 years kjdon langauge stuff now comes from display elements. also changed the page …
(edit) @3563   22 years kjdon langauge stuff now uses properties files and resource bundles. these …
(edit) @3562   22 years kjdon the lang.xml files are no longer used - use properties files instead
(edit) @3561   22 years kjdon installation now carried out by a script
(edit) @3560   22 years kjdon small change
(edit) @3559   22 years kjdon removed javadoc stuff - now do this from top level gsdl
(edit) @3558   22 years kjdon a file to ensure cvs keeps the directory even if empty
(edit) @3557   22 years kjdon added docs to cvs
(edit) @3556   22 years kjdon javadoc now goes into ./docs/javadoc instead of ./javadocs
(edit) @3555   22 years kjdon a deployment descriptor file for the soap service called …
(edit) @3554   22 years kjdon a script to install soap and try to deploy the localsite service
(edit) @3553   22 years kjdon changed hard coded path to @gsdl3home@/sites/localsite - the …
(edit) @3552   22 years kjdon changed this a wee bit
(edit) @3551   22 years kjdon changed hard-coded gsdl3home path to @gsdl3home@ which will be …
(edit) @3550   22 years kjdon minor change to classpath
(edit) @3549   22 years kjdon added a .keepme file to packages directory so that cvs will keep it.
(edit) @3548   22 years say1 added new "selfContained" package. not finished and running yet
(edit) @3547   22 years say1 fine tuned install.bash: more feedback, less verbose subcommands, …
(edit) @3545   22 years say1 fixed install.bash to make it not overwrite locally-changed files
(edit) @3544   22 years say1 added install.bash a program to install gsdl3
(edit) @3519   22 years kjdon added a comment
(edit) @3514   22 years kjdon removed these - dont know why they were even in the repository to …
(edit) @3513   22 years kjdon new service and action for coll building gsdl2 style
(edit) @3512   22 years kjdon all modules now talk the same messages; all xml elems and atts have …
(edit) @3511   22 years kjdon param options changed name
(edit) @3509   22 years kjdon made all the xml elem names etc constants
(edit) @3505   22 years kjdon Communicator more general now, Communicators are configured using the …
(edit) @3504   22 years kjdon the SOAP communication now uses literal XML rather than Strings - much …
(edit) @3503   22 years kjdon changed prompt
(edit) @3502   22 years kjdon process now uses Elements instead of Nodes
(edit) @3501   22 years kjdon small change
Note: See TracRevisionLog for help on using the revision log.