source: main/trunk/greenstone3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29045   10 years ak19 Kathy suggested that the GS3 buildConfig.xml generated from GS2 …
(edit) @29043   10 years ak19 Second of 2 part commit for improving FormatConversion from GS2 to …
(edit) @29040   10 years kjdon identifier variable wasn't working, so I have changed its definition
(edit) @29035   10 years ak19 on't output anything for gsf:format-gs2 elements,
(edit) @29008   10 years ak19 Reverting accidental commit of unnecessary changes, although they were …
(edit) @29007   10 years ak19 Forgot to commit the config file used by HTML Tidy when run by GLI's …
(edit) @28989   10 years kjdon simplified MessageRouter which uses OAICollection instread of …
(edit) @28988   10 years kjdon removed this.converter - now call XMLConverter methods statically. …
(edit) @28987   10 years kjdon some tidying up. have started work on new metadata format stuff, but …
(edit) @28986   10 years kjdon method name change
(edit) @28985   10 years kjdon use OAIMessageRouter instead of MessageRouter. this will use …
(edit) @28984   10 years kjdon made a new OAICollection class. Inherits from Collection. ALll OAI …
(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) @28981   10 years kjdon calling XMLConverter methods statically now. get rid of this.converter
(edit) @28978   10 years kjdon removed commented out code. removed static variable outputEscaping. …
(edit) @28972   10 years kjdon removing this.converter and this.doc - just create a new document when …
(edit) @28971   10 years kjdon removing servletcontext gsdocument attribute. just create a new …
(edit) @28970   10 years kjdon removed some commented out lines
(edit) @28969   10 years kjdon removing this.doc. Haven't tested as can't compile properly without …
(edit) @28968   10 years kjdon commented out the debug lines printing out all the lines and key/values
(edit) @28966   10 years kjdon Lots of changes. Mainly to do with removing this.doc from everywhere. …
(edit) @28965   10 years kjdon removing stored Document field - now get passed it as needed or work …
(edit) @28964   10 years kjdon nodeToElement now in GSXML. Some param changes for a few GSXML methods
(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) @28961   10 years ak19 Need to update formatconverter binary in GS3 since it has been …
(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) @28957   10 years kjdon metadata now has lower case m
(edit) @28952   10 years davidb uname cmd exists only on unix/mac, so restricting get-isisgdl target …
(edit) @28947   10 years kjdon need to import replacement node into current document before adding it …
(edit) @28942   10 years ak19 When testing on the Win 7 machine with Firefox, the jquery.blockUI.js …
(edit) @28937   10 years kjdon moved global.properties.in and log4j.properties.in to resources/web - …
(edit) @28908   10 years kjdon added in a copy step for global.properties.in and log4j.properties.in …
(edit) @28907   10 years kjdon moved gsdl3site.cfg.in file to resources/cgi. On prepare it's copied …
(edit) @28906   10 years kjdon generating OAIConfig.xml from OAIConfig.xml in resources/oai instead …
(edit) @28905   10 years kjdon Configuration files that may be edited by the user, and that need some …
(edit) @28904   10 years kjdon added a target copy-dot-in-files. Configuration files that may be …
(edit) @28903   10 years kjdon moved OAIConfig.in from web/WEB-INF/classes into new resources/oai. …
(edit) @28902   10 years kjdon new folder to contain oaiconfig.xml for editing
(edit) @28901   10 years kjdon script I wrote to check usage of interface keys. Was ages ago so I …
(edit) @28900   10 years kjdon added a devel folder for developer tools. Added bin/script folder in …
(edit) @28891   10 years kjdon added a placeholder Manager element and comment. using only default …
(edit) @28890   10 years kjdon chnaged a comment
(edit) @28889   10 years kjdon don't want this file in repository. Just create it when we need it.
(edit) @28887   10 years shaoqun Updated default jquery js files + included base64 plugin
(edit) @28885   10 years kjdon handle reset request - reconfigure the message router and then reload …
(edit) @28884   10 years kjdon implemented handling for oaiserver?reset request - reloads the …
(edit) @28883   10 years kjdon added a method to create response for reset request for oaiserver
(edit) @28882   10 years kjdon removed a comment
(edit) @28881   10 years kjdon added getCollectionListForSet method to avoid duplicating code. added …
(edit) @28880   10 years kjdon added a field in data for initial time that resumption token started - …
(edit) @28879   10 years kjdon changed collection_list from NodeList to Element as NodeList
(edit) @28878   10 years kjdon oai code uses dates in milliseconds, so convert the greenstone seconds …
(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) @28873   10 years kjdon added destroy method to OAIServer, which calls cleanUp on the …
(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) @28862   10 years kjdon destroy method of Thread has been deprecated. and …
(edit) @28861   10 years kjdon removed use of this.doc. Some static strings now coming from GSXML not …
(edit) @28860   10 years kjdon removed all use of this.doc. I have left the variable in though so I …
(edit) @28859   10 years kjdon I had removed some constants from OAIXML, so now need to use …
(edit) @28858   10 years kjdon need to check usrContext not null before getting lang out of it
(edit) @28857   10 years kjdon removed this.doc as DOM is not thread safe. adding oai super set …
(edit) @28856   10 years kjdon removed this.doc, as DOM is not thread safe. Use a new DOM each time …
(edit) @28855   10 years kjdon changed to use new DOM for response xml rather than the request DOM. …
(edit) @28854   10 years kjdon need to import OAIResumptionToken
(edit) @28853   10 years kjdon I have got rid of site: from the oai set names. Maybe this needs to go …
(edit) @28852   10 years kjdon Got rid of this.document. DOM not thread safe, so now we must create a …
(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) @28848   10 years kjdon adding in super set info, and a couple of syntax changes
(edit) @28847   10 years shaoqun
(edit) @28846   10 years kjdon indented file in preparation for major changes
(edit) @28798   10 years ak19 2 fixes to open GS2 collections in GLI: quotes surrounding attributes …
(edit) @28797   10 years ak19 Want formatconverter binary in GS3. It's been compiled in GS2.
(edit) @28780   10 years ak19 Now the default version of the convert_coll_from_gs2.pl does not try …
(edit) @28749   10 years davidb quick fix to help with assignment of variable/metadata that is a string
(edit) @28680   10 years davidb Added URL for example sites
(edit) @28678   10 years davidb Instructions on how to set up a 'local' folder for developers
(edit) @28644   10 years jlwhisler A new interface created using a CSS template by luiszuno.com. Based on …
(edit) @28643   10 years ak19 Reverting to 28635, but gs2build/build-src/Makefile.in now still sets …
(edit) @28636   10 years ak19 As part of getting diffcol to work with GS3, GS3 needs to be compiled …
(edit) @28631   10 years jlwhisler added language partition to quick search
(edit) @28625   10 years jlwhisler Commented out the services descriptions list that appears on the about …
(edit) @28624   10 years jlwhisler Removed previous edit to add colon in after single search index in the …
(edit) @28623   10 years jlwhisler Updated quick search area. Added in drop down for partition indexes. …
(edit) @28622   10 years jlwhisler Updated display page so that, for documents with no text that are not …
(edit) @28613   10 years ak19 Minor correction to previous commit to make the new get-isisgdl ant …
(edit) @28612   10 years ak19 Redoing the previous commit: for GS3, ant handles getting IsisGdl
(edit) @28611   10 years ak19 SVN version of GS3 grabs IsisGdl.macleopard for Lions
(edit) @28610   10 years ak19 Fixing an error Professor Witten discovered: PDFBox got extracted as …
(edit) @28581   10 years jlwhisler Added a choose-title template here as a backup. Noticed that if you …
(edit) @28580   10 years jlwhisler Added a quickSearch parameter for the display of a single search …
(edit) @28559   11 years jlwhisler Fixed an idiosyncrasy so that when there is only one search index, the …
(edit) @28558   11 years jlwhisler Fixed an idiosyncrasy so that when there is only one search index, the …
(edit) @28553   11 years jlwhisler Changed how the HList is handled so that the list is outside the table …
Note: See TracRevisionLog for help on using the revision log.