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) @33045   5 years ak19 1. Dr Bainbridge's fix for the Windows encoding issue when online doc …
(edit) @33043   5 years ak19 Not a bugfix, but to help with encoding issues, including to help with …
(edit) @33039   5 years kjdon setting berrybasket param to be saved in session
(edit) @32995   5 years kjdon custom interface strings in a colleciton now live in …
(edit) @32942   5 years kjdon added a comment to help in future
(edit) @32941   5 years kjdon gsflink.printdocument is a print friendly version of the document - …
(edit) @32892   5 years ak19 Part 1 of 2 commits to do with getting errorCallBack working on …
(edit) @32882   5 years davidb Tweak to logger class, previously a copy-and-paste error to GSXML?
(edit) @32830   5 years ak19 Second and final part of fixing up OAI stuff so that there's no lock …
(edit) @32717   5 years kjdon added new ck, 'cache key' param. see log for LIbraryServlet for details
(edit) @32653   5 years kjdon renamed groupsContains to csvContains as that better reflects what its …
(edit) @32647   5 years kjdon Added group param
(edit) @32491   6 years kjdon added a new transform method for 2 files where you can pass in the …
(edit) @32475   6 years kjdon set a no_archives att to the collection element if archives are not …
(edit) @32459   6 years kjdon added groupsContain method - can't just use a string contains as e.g. …
(edit) @32446   6 years kjdon overhaul of params class. default is now to not save - add params to …
(edit) @32443   6 years kjdon metadata to retrieve for cover image: add root_hascover as well as …
(edit) @32434   6 years kjdon don't need GSXML. prefix inside the class itself
(edit) @32429   6 years ak19 solr should only be accessible locally (from localhost, specifically …
(edit) @32419   6 years ak19 ProtocolPortProperties.java constructors can throw an Exception now.
(edit) @32363   6 years kjdon adding SENSITIVE_ATT - used for params that shouldn't be shown in the …
(edit) @32361   6 years kjdon added a new field to Param - sensitive. currently have default value, …
(edit) @32357   6 years ak19 GS3 Java code has moved away from using tomcat.port to using …
(edit) @32326   6 years kjdon adding in more servlet params to the constants class
(edit) @32319   6 years kjdon Georgy was having issues with setNodeText - the child node to be …
(edit) @32318   6 years kjdon removed some commented out code
(edit) @32212   6 years kjdon added in strings for gsflink.document/source
(edit) @32114   6 years Georgiy Litvinov Added request object to facilitate requests creation.
(edit) @32082   6 years kjdon fixed up a spelling mistake on a comment
(edit) @32081   6 years kjdon added display name to facet
(edit) @31965   7 years kjdon new implementation of getMetadataPrefixElement. Pass in hte …
(edit) @31915   7 years ak19 Dr Bainbridge thought about it and decided that the correct solution …
(edit) @31912   7 years ak19 Now GS3 tries to obtain the _earliesttimestamp entry of the oai-inf.db …
(edit) @31911   7 years ak19 First part of commit after using earliestDatestamp from oai-inf.db …
(edit) @31891   7 years kjdon need to check for 00 day in getDetailFromDate too, otherwise get the …
(edit) @31870   7 years kjdon added ed, ec, noText into the params
(edit) @31868   7 years kjdon added new method replaceNamedItemInList
(edit) @31866   7 years kjdon handle properly 6 digit dates - only output month and year otherwise …
(edit) @31665   7 years ak19 GS3 source code now updated to use SafeProcess instead of Process …
(edit) @31230   7 years ak19 Commit for GS3 server side part of OAI deletion police implementation. …
(edit) @31166   7 years Georgiy Litvinov Java code for groups breadcrumbs
(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 …
Note: See TracRevisionLog for help on using the revision log.