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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30860   8 years kjdon added in formatTimestamp method to convert a timestamp to human …
(edit) @30833   8 years kjdon added siteResourcesDir method
(edit) @30832   8 years kjdon moved displayitem handling into this class, as I want to use it in …
(edit) @30831   8 years kjdon added more generalised versions of mergeMetadataLists and …
(edit) @30830   8 years kjdon CollectionClassLoader changed to CustomClassLoader
(edit) @30829   8 years kjdon renamed CollectionClassLoader to CustomClassLoader as now I want to …
(edit) @30810   8 years kjdon when loading all the text strings for a particular prefix into a …
(edit) @30782   8 years kjdon changed the default public and system bits for doctype to transitional …
(edit) @30770   8 years kjdon when getting all the strings with a specified prefix, we actually want …
(edit) @30729   8 years kjdon a couple of change meta functions were not writing out changes back to …
(edit) @30728   8 years kjdon use root_assocfilepath instead of assocfilepath in case we are at a …
(edit) @30666   8 years kjdon if att value is null for getNamedElement, will now return the first …
(edit) @30629   8 years kjdon moved getDisplayText into ServiceRack from GSXML so that if there is a …
(edit) @30585   8 years kjdon added method findExtraMetadataNames. This looks through xsl to find …
(edit) @30584   8 years kjdon added GSLIB namespace to the list. Also created strings and methods …
(edit) @30552   8 years kjdon added extraInfo element string
(edit) @30542   8 years Georgiy Litvinov Added checkFileExistence method for xslt checks. Fixed invisible group …
(edit) @30540   8 years Georgiy Litvinov Added collection groups. Config file in …
(edit) @30516   8 years Georgiy Litvinov Moved to incremental rebuild in webeditor
(edit) @30477   8 years davidb Changes in the Java code to support the new approach taken to …
(edit) @30360   8 years Georgiy Litvinov Removed unnecessary checks from previous commit
(edit) @30359   8 years Georgiy Litvinov Added URI Encoding method for xslt utils
(edit) @30264   9 years jmt12 Added static block to ensure database wrapper registers its name and …
(edit) @30263   9 years jmt12 Added an extra catch to report exceptions *other* than …
(edit) @30262   9 years jmt12 Altered the collectionDatabaseFile function to no longer use hardcoded …
(edit) @30261   9 years jmt12 Added a function to allow databases to register themselves (and their …
(edit) @30240   9 years ak19 Removed debug statement.
(edit) @30237   9 years ak19 I think I've got the final fix in, but with debug statements. It's …
(edit) @30234   9 years ak19 Adding in debugging for installer
(edit) @30233   9 years ak19 More derby port and server changes to get the installer to set the …
(edit) @30232   9 years ak19 Modifications for testing in installer
(edit) @30231   9 years ak19 Admin passwords set during installer stopped working, probably because …
(edit) @30196   9 years ak19 Fixes to do with networked Derby: port and host number changes …
(edit) @30055   9 years ak19 Fixing bug in GS3 installer that didn't use the longer password …
(edit) @30049   9 years Georgiy Litvinov While using Solr field highlighted by Solr Servlet. Also added …
(edit) @30043   9 years ak19 Fixed a bug in shutting down the derbyserver. Noticed on Windows after …
(edit) @29977   9 years ak19 Related to commits 29903 and 29923. Adding a property for the …
(edit) @29903   9 years ak19 Changing over from embedded derby db to networked derby server. Not …
(edit) @29753   9 years ak19 Related to commits 29687, 29729, 29730. The changes to incorporating …
(edit) @29752   9 years ak19 Related to commits 29687, 29729, 29730. The changes to incorporating …
(edit) @29730   9 years ak19 The second and final part of the commits to getting GLI running again …
(edit) @29728   9 years ak19 Adjusting gs3-server code to work with changes made to 29686 where …
(edit) @29522   9 years kjdon need to check that namespaceURI is not null before using it, new …
(edit) @29467   9 years ak19 Jeremy found that status could be used instead of accountstatus for …
(edit) @29306   10 years kjdon added disabled attribute - used in security element
(edit) @29266   10 years kjdon added in GS_OAI_DATE_STAMP: gs.OAIDateStamp - used to manually set the …
(edit) @29224   10 years kjdon commenting out the doc xml cache. When doing doc editing through a …
(edit) @29175   10 years ak19 Fixing off by one error of boolean operators in the GS3 search form …
(edit) @29089   10 years kjdon added a method to retrieve a piece of metadata for the doc node. Used …
(edit) @29063   10 years kjdon getMetadataPrefixElement code was all oai_dc specific. New string …
(edit) @29062   10 years kjdon added Identifier field into the DBInfo. Useful for OAI, cna just get …
(edit) @29058   10 years kjdon small change for niceness
(edit) @29057   10 years kjdon added a few functions for helping with returning oai metadata
(edit) @28983   10 years kjdon added OAI_SERVICE_RACK static string
(edit) @28982   10 years kjdon added a couple of convenience methods and changed the name of another …
(edit) @28978   10 years kjdon removed commented out code. removed static variable outputEscaping. …
(edit) @28968   10 years kjdon commented out the debug lines printing out all the lines and key/values
(edit) @28965   10 years kjdon removing stored Document field - now get passed it as needed or work …
(edit) @28963   10 years kjdon moved a method here from XMLConverter. Removed Document param from …
(edit) @28962   10 years kjdon getDOM was already creating a new parser each time, so we don't need …
(edit) @28959   10 years davidb Related to previous commit. Minor change to make parsing more robust.
(edit) @28958   10 years davidb Remote Greenstone user authenticaton stopped working, because the code …
(edit) @28883   10 years kjdon added a method to create response for reset request for oaiserver
(edit) @28880   10 years kjdon added a field in data for initial time that resumption token started - …
(edit) @28877   10 years kjdon added lastmodified static string
(edit) @28874   10 years kjdon in reset token file, only try to create a new file if one doesn't …
(edit) @28872   10 years kjdon deleted old unused code. added code to save current tokens to a file …
(edit) @28871   10 years kjdon added a comment
(edit) @28858   10 years kjdon need to check usrContext not null before getting lang out of it
(edit) @28851   10 years kjdon tidied up OAIXML. Moved out any generic methods. Split off resumption …
(edit) @28850   10 years kjdon moved a couple of methods here from OAIXML as they are just generic …
(edit) @28849   10 years kjdon added writeDOM method
(edit) @28847   10 years shaoqun
(edit) @28846   10 years kjdon indented file in preparation for major changes
(edit) @28382   11 years davidb Elimination of the 'this.doc' field from the Action baseclass and the …
(edit) @28283   11 years sjm84 Trying a new method for printing XML
(edit) @28234   11 years sjm84 Removed some print statements
(edit) @28233   11 years sjm84 Adding a new edit mode flag
(edit) @28219   11 years sjm84 Some fixes
(edit) @28218   11 years sjm84 Should now create a database on server start
(edit) @28210   11 years sjm84 Some fixes for when using the derby database as well as some improvements
(edit) @28202   11 years sjm84 Some major changes to DerbyWrapper to try and make it more reliable …
(edit) @28201   11 years sjm84 Some major changes to DerbyWrapper to try and make it more reliable …
(edit) @28179   11 years kjdon added string for paramDefault for collectionConfig.xml
(edit) @27999   11 years sjm84 Fixes for metadata with base interfaces
(edit) @27924   11 years sjm84 Part of moving the userDB from localsite to web
(edit) @27908   11 years sjm84 Added a way to clear the data saved by the depositor
(edit) @27824   11 years davidb Small adjustment to give better 'file not found' error reporting
(edit) @27807   11 years sjm84 Added a function to empty the user database (useful for testing)
(edit) @27719   11 years sjm84 Some depositor updates
(edit) @27716   11 years sjm84 Need to store xpath data from the collectionConfig for debug purposes
(edit) @27671   11 years kjdon added a couple of methods to get soem extra xml for the identify request
(edit) @27617   11 years sjm84 Various improvements and fixes mostly to do with adding depositor …
(edit) @27316   11 years sjm84 Reformatting this file as well as tidying imports
(edit) @27178   11 years davidb Monitor for 'server' as suffix on DBtype (used in parallel building), …
(edit) @27137   11 years ak19 Undoing accidental commit
(edit) @27135   11 years ak19 Shifting instructions for svn updating gs2build/common-src/cgi-bin …
(edit) @27090   11 years ak19 Now XMLTransformer sets the doctype of the document generated from …
(edit) @27087   11 years ak19 Implemented RSS support for GS3. At present, can see this with a=rss …
(edit) @27078   11 years sjm84 Creating a basic request now also adds in the user groups
Note: See TracRevisionLog for help on using the revision log.