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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9874   19 years kjdon merged from branch ant-install-branch: merge 1
(edit) @9434   19 years kjdon added replaceFirstLInk funciton
(edit) @9425   19 years kjdon added getResourceDir methods to provide the path to the collection …
(edit) @9424   19 years kjdon added a new constructor that takes a specified classloader which is …
(edit) @9422   19 years kjdon a new class loader class that knows about the resources directory in a …
(edit) @9261   19 years kjdon fixed a bug in addError
(edit) @9050   19 years kjdon modified the get method to convert to utf-8, so other languages should …
(edit) @9005   19 years kjdon added insertIntoOrderedList and createParameterDescription2 (takes …
(edit) @8962   19 years kjdon made a base class which GS2MAcroREsolver inherits
(edit) @8961   19 years kjdon interior node renamed to internal, added in the doc types
(edit) @8923   19 years kjdon added in printing of comments
(edit) @8869   19 years schweer notifications will only be sent if the collectionConfig.xml of the …
(edit) @8827   19 years kjdon small change, testing for null things
(edit) @8826   19 years kjdon small code formatting
(edit) @8824   19 years kjdon added a cgiSafe method
(edit) @8746   19 years kjdon change to reflect change in GS3SQLConnectionFactory
(edit) @8742   19 years kjdon changed the import statements for GS3SQLConnection and …
(edit) @8726   19 years kjdon finished the unXmlSafe method, and now unescape attribute values when …
(edit) @8672   19 years kjdon added in s0.ext to param list as an uglly hack so it wont be saved
(edit) @8671   19 years kjdon changed createParameterList to addParametersToList
(edit) @8657   19 years nzdl made the formatDate work even if the date only has 6 digits
(edit) @8649   19 years kjdon added methods for formatting dates and languages in a Locale sensitive …
(edit) @8643   19 years nzdl metadata macros now work, hopefully
(edit) @8616   19 years kjdon modified the macro resolution - now replace items can be metadata as …
(edit) @8615   19 years kjdon removed hp and hn params that aren't being used anymore
(edit) @8573   19 years kjdon a new class used to convert g2 macros into text. the text can be a …
(edit) @8562   19 years kjdon interfaces are now based on another, rather than all using the default …
(edit) @8540   19 years kjdon added a test for image mimetypes
(edit) @8488   19 years kjdon Added a couple of element names for config file elements
(edit) @8438   19 years kjdon added a new function to check whether a document is hierarchical or …
(edit) @8437   19 years kjdon a new class that handles Processing - methods for doing a …
(edit) @8078   20 years kjdon commented out some print statements
(edit) @7444   20 years kjdon added in an isWindows function
(edit) @7310   20 years kjdon moved translateOID to GS3OID - will need to move it somewhere else …
(edit) @6893   20 years kjdon added another method
(edit) @6865   20 years kjdon put a try-catch around creating and testing the connection to the db
(edit) @6864   20 years kjdon added some new element names
(edit) @6863   20 years kjdon added a few alternative methods to find coll directories, using …
(edit) @6675   20 years nzdl added hte separator strings for metadata names
(edit) @6516   20 years kjdon added more methods
(edit) @6515   20 years kjdon made the strings final and added some new ones
(edit) @6514   20 years kjdon new OID class for gs3 oids which are slightly different
(edit) @6513   20 years kjdon fixed a typo
(edit) @6372   20 years kjdon changed the separator from File.separator to / cos the ids are URIs …
(edit) @6357   20 years kjdon fixed a bug and added retrieval for some classification stuff
(edit) @6356   20 years kjdon added some strings for classifiers
(edit) @6303   20 years kjdon a couple of helper classes - need to check with george - may be able …
(edit) @6298   20 years kjdon new attribute for requests: uid. this is a user id that relates to a …
(edit) @6297   20 years kjdon added an exists method
(edit) @6272   20 years kjdon got rid of a few unnecessary strings
(edit) @6232   20 years kjdon added some string handling methods
(edit) @5979   20 years kjdon changed this completely
(edit) @5962   20 years kjdon uses class loader instead of gs3home ref
(edit) @5961   20 years kjdon added a copy file method
(edit) @5700   21 years kjdon ec arg no longer saved
(edit) @5691   21 years kjdon new args for expanding document and content
(edit) @5663   21 years kjdon fixed up some bad javadoc
(edit) @5434   21 years kjdon * empty log message *
(edit) @5433   21 years kjdon dont use this at the moment, but commit it for safekeeping
(edit) @5400   21 years kjdon tidying up println stuff
(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) @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) @5143   21 years kjdon this has been replaced by GSParams
(edit) @5142   21 years kjdon consistent code style - removed underscore from class variables
(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) @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) @4978   21 years kjdon added a new method to create a param list of name-value pairs in xml, …
(edit) @4941   21 years kjdon added a new method to copy all the children from one node to another
(edit) @4902   21 years kjdon tidied up display text stuff
(edit) @4874   21 years kjdon added a new extension to OIDs: ss, specified sibling. the format is …
(edit) @4860   21 years kjdon we now look for stylesheets in teh collection before the site - note …
(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) @4285   21 years kjdon changed slightly the pretty printing stuff - any nodes that are …
(edit) @4271   21 years kjdon new method to tidy up whitespace in a string
(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) @4145   21 years kjdon new pageExtra element in greenstone xml
(edit) @4140   21 years kjdon info param renamed subset param
(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) @4087   21 years kjdon added a new getDOM(File, String) that specifies an encoding to read …
Note: See TracRevisionLog for help on using the revision log.