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) @13994   17 years lh92 Added code to read the pluginList from the collectConfig.xml. If …
(edit) @13989   17 years kjdon removed or commented out some logger.debug statements
(edit) @13977   17 years kjdon changed a comment
(edit) @13963   17 years kjdon in setNodeText, test for existence of old text node before removing it
(edit) @13908   17 years kjdon don't use FIELD_ELEM anymore
(edit) @13829   17 years kjdon added setNodeText method
(edit) @13571   17 years kjdon htmlUnafe was broken? Quan's changes
(edit) @13541   17 years shaoqun added the method that output a xml node to a nicely formatted string
(edit) @13270   18 years shaoqun replace Category class which is deprecated with Logger class
(edit) @13239   18 years kjdon added docnum2OID with a String arg
(edit) @13236   18 years kjdon fixed a typo
(edit) @13210   18 years kjdon Category is deprecated, should be using Logger instead. turned off …
(edit) @13207   18 years kjdon added isWindows9x()
(edit) @13125   18 years kjdon added indexOption element
(edit) @13124   18 years shaoqun added the code to use log4j and replace system.out or system.err to …
(edit) @12186   18 years kjdon gs3 building is now on hold, so removing the code from the main …
(edit) @11278   18 years kjdon tidied up translateOID a bit, and added code for np and pp (next and …
(edit) @11277   18 years kjdon pp and np are now valid extensions that need translating (previous and …
(edit) @11264   18 years kjdon recursively resolve the replacement values if resolve is set to true
(edit) @11263   18 years kjdon added a new field to macros: resolve. if true, will try to resolve …
(edit) @11010   18 years kjdon no longer save the collection param - so cross collection services …
(edit) @11009   18 years kjdon removed some old debug print statements
(edit) @10941   19 years kjdon added a constructor which takes a Locale instead of String lang
(edit) @10900   19 years kjdon removed a print statement
(edit) @10899   19 years kjdon instead of using isMac() to test for bigendianness, use Misc.isBigEndian()
(edit) @10783   19 years kjdon a few more tests for string comparisons
(edit) @10677   19 years kjdon make sure teh path separators are correct for gsdl3_home
(edit) @10650   19 years kjdon index stem now needed for GDBMDatabaseFile
(edit) @10649   19 years kjdon indexStem element added
(edit) @10616   19 years kjdon committed two methods printXMLNode added by David King
(edit) @10589   19 years nzdl removed some debug print statements
(edit) @10295   19 years kjdon new static class to hold global properties, read in from …
(edit) @10289   19 years kjdon changed the xml for siteConfig files a bit - removed SITE_NAME_ELEM …
(edit) @10202   19 years kjdon getString now uses a StringBuffer instead of concating lots of Strings
(edit) @10188   19 years kjdon ooops, had committed isMac() twice
(edit) @10187   19 years kjdon modified the gdbm db file path to use .bdb if on a mac
(edit) @10186   19 years kjdon added isMac() to test for Mac OS
(edit) @10169   19 years kjdon added isMac()
(edit) @10100   19 years kjdon removed a couple of unused methods, gsdl3home now points to the web …
(edit) @10087   19 years kjdon can now specify a class loader to use instead of the default - which …
(edit) @10086   19 years kjdon class loader now takes a parent class loader as a constructor arg - …
(edit) @10067   19 years kjdon turned off the defer node expansion feature in the xerces parser
(edit) @9912   19 years kjdon added in index handling for paths eg response[1]/docNodeList - so far …
(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   20 years kjdon change to reflect change in GS3SQLConnectionFactory
(edit) @8742   20 years kjdon changed the import statements for GS3SQLConnection and …
(edit) @8726   20 years kjdon finished the unXmlSafe method, and now unescape attribute values when …
(edit) @8672   20 years kjdon added in s0.ext to param list as an uglly hack so it wont be saved
(edit) @8671   20 years kjdon changed createParameterList to addParametersToList
(edit) @8657   20 years nzdl made the formatDate work even if the date only has 6 digits
(edit) @8649   20 years kjdon added methods for formatting dates and languages in a Locale sensitive …
(edit) @8643   20 years nzdl metadata macros now work, hopefully
(edit) @8616   20 years kjdon modified the macro resolution - now replace items can be metadata as …
(edit) @8615   20 years kjdon removed hp and hn params that aren't being used anymore
(edit) @8573   20 years kjdon a new class used to convert g2 macros into text. the text can be a …
(edit) @8562   20 years kjdon interfaces are now based on another, rather than all using the default …
(edit) @8540   20 years kjdon added a test for image mimetypes
(edit) @8488   20 years kjdon Added a couple of element names for config file elements
(edit) @8438   20 years kjdon added a new function to check whether a document is hierarchical or …
(edit) @8437   20 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   21 years kjdon added some string handling methods
(edit) @5979   21 years kjdon changed this completely
(edit) @5962   21 years kjdon uses class loader instead of gs3home ref
(edit) @5961   21 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
Note: See TracRevisionLog for help on using the revision log.