source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8265   20 years mdewsnip Removed some unused functions.
(edit) @8264   20 years mdewsnip Tidied up debug file generation code.
(edit) @8263   20 years mdewsnip Removed an unnecessary import.
(edit) @8262   20 years mdewsnip Removed the FileNode functions from ArrayTools as this creates nasty …
(edit) @8261   20 years mdewsnip Moved another Gatherer dependency out of the Configuration class.
(edit) @8260   20 years mdewsnip Changed the way one Greenstone3 test was done to remove another …
(edit) @8259   20 years mdewsnip Moved some non-applet code out of Configuration and into Gatherer. …
(edit) @8258   20 years mdewsnip Made HelpFrame.setView static to remove another Gatherer class dependency.
(edit) @8257   20 years mdewsnip No longer dependent on the Gatherer class.
(edit) @8256   20 years mdewsnip Moved the current_modal static variable out of the Gatherer class into …
(edit) @8255   20 years mdewsnip No longer dependent on the Gatherer class (and rightfully so!).
(edit) @8254   20 years mdewsnip Removed the crazy jp.jar file. This contained one class: …
(edit) @8253   20 years mdewsnip Moved some stuff out of Configuration.updateUI into GUIManager because …
(edit) @8252   20 years kjdon changed the pagedimgplug -noheaderpage to -headerpage
(edit) @8251   20 years mdewsnip Added a comment to prevent people from using the Gatherer class here.
(edit) @8250   20 years mdewsnip Moved the download_url_zip and upload_url_zip functions from Utility …
(edit) @8249   20 years mdewsnip Moved the XMLStringToDOM() function from Utility into …
(edit) @8248   20 years mdewsnip Removed the getCollectionDir() function from Utility, since it is …
(edit) @8247   20 years mdewsnip Removed dependencies on the Gatherer class.
(edit) @8246   20 years kjdon changed the default to have noheaderpage, so the option is now …
(edit) @8245   20 years kjdon a few fixes for problems found on Ians laptop
(edit) @8244   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @8243   20 years mdewsnip Removed all occurrences of classes explicitly importing other classes …
(edit) @8242   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @8241   20 years kjdon some changes to get it compiling on windows
(edit) @8240   20 years mdewsnip Removed unnecessary imports of org.greenstone.gatherer.Gatherer.
(edit) @8239   20 years kjdon first stab at a windows makefile - copied from recpt makefile
(edit) @8238   20 years mdewsnip Converted to proper Unix files.
(edit) @8237   20 years kjdon put quotes around teh Maori longname - otherwise the local library …
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8235   20 years mdewsnip Removed debug static variable. All debugging output should go to the …
(edit) @8234   20 years mdewsnip New static class to remove the necessity for all debugging to go …
(edit) @8233   20 years mdewsnip All exceptions now go to the console, whether debugging is on or not.
(edit) @8232   20 years mdewsnip Removed the "config" variable, just to prevent anyone from trying to …
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8230   20 years mdewsnip Made this class static. Accesses to the configuration via …
(edit) @8229   20 years mdewsnip Made constructor public.
(edit) @8228   20 years kjdon added some casts to char * so that it compiled, line 98
(edit) @8227   20 years jrm21 all perl things should "use strict;" to catch errors! $cursection was …
(edit) @8226   20 years jrm21 tell HTMLPlug to extract the author metadata, and rename it to Creator.
(edit) @8225   20 years jrm21 support tag<tagname> as described in the pluginfo for HTMLPlug. The …
(edit) @8224   20 years kjdon added src/oaiservr into OTHERDIRS - this is what gets compiled
(edit) @8223   20 years cs025 Removed some unnecessary debugging messages which output via cout.
(edit) @8222   20 years cs025 Small fix to keep Mac OS X happy with <vector>
(edit) @8221   20 years cs025 Added AllList to provide a universal list of all documents, which …
(edit) @8220   20 years cs025 Extensions to underpin OAI - e.g. creation of the OAI classifier, …
(edit) @8219   20 years cs025 Fixes and extensions to remedy small changes with OAI and tidying of …
(edit) @8218   20 years jrm21 use the unicode::ensure_utf8() function on the extracted text so we …
(edit) @8217   20 years jrm21 added a safety check to ensure_utf8()
(edit) @8216   20 years mdewsnip Fixed a bug with mapping already-namespaced metadata elements.
(edit) @8215   20 years kjdon added a couple of strings - CollectionManager.Cannot_Create_Collection …
(edit) @8214   20 years kjdon a few changes to do with creating collections. different error if it …
(edit) @8213   20 years kjdon added a check for no collect directory in CollectionListModel()
(edit) @8212   20 years kjdon added a comment
(edit) @8211   20 years kjdon a directory is considered a site if it has a siteConfig.xml file - no …
(edit) @8210   20 years kjdon added vishnu stuff to the classpath so that Visualiser.java can compile
(edit) @8209   20 years kjdon removed the 'all' bit from the install command - don't want to remake …
(edit) @8208   20 years kjdon added in to the link command
(edit) @8207   20 years kjdon the soap server classes and now called soapserverlocalsite, …
(edit) @8206   20 years mdewsnip Updated Latvian interface, many thanks to Raitis Brodezhonok.
(edit) @8205   20 years mdewsnip Now uploads collection images directory to server correctly.
(edit) @8204   20 years mdewsnip Rewrote getMetadataExtractedFromFile() to read the doc.xml files line …
(edit) @8203   20 years mdewsnip Changed the _textmessageinvalid_ macro to move the text in the _If_ …
(edit) @8202   20 years jrm21 don't need host and target set anymore (since it works properly on …
(edit) @8201   20 years kjdon added in the path to the mg stuff for greenstone
(edit) @8200   20 years kjdon ran autoconf after George's commits to configure.in, committing the result.
(edit) @8199   20 years cs025 Fixed fault in use of STATIC - variable would never have defined…
(edit) @8198   20 years mdewsnip Updated to have "The Greenstone Digital Library Project" instead of …
(edit) @8197   20 years mdewsnip Applet needs to send hfiles as well as collect.cfg file to server for …
(edit) @8196   20 years mdewsnip Debug files are now written correctly when running as an applet.
(edit) @8195   20 years mdewsnip Latvian interface, many thanks to Raitis Brodezhonok for the translation.
(edit) @8194   20 years kjdon more info
(edit) @8193   20 years kjdon properties file for new visualiser class
(edit) @8192   20 years kjdon service to use collection built with Imperail college's vishnu stuff
(edit) @8191   20 years kjdon added in vishnu package
(edit) @8190   20 years mdewsnip No longer what this file was for, but it don't seem to be used no more.
(edit) @8189   20 years kjdon first version of Imperial College's Visualiser code
(edit) @8188   20 years cs025 Added include of <vector> as this wasn't picked up on Mico 2.3.11/Mac …
(edit) @8187   20 years cs025 Fixed header usage of <vector> which did not get picked up by …
(edit) @8186   20 years cs025 Added failure error message when the corba server cannot find valid …
(edit) @8185   20 years cs025 Added support for switching on/off MICO as a static library build; at …
(edit) @8184   20 years cs025 Added OAI Server directory to the central Makefile
(edit) @8183   20 years cs025 Added basic OAI Server configuration
(edit) @8182   20 years cs025 Added OAI Server code to Greenstone
(edit) @8181   20 years mdewsnip Oops... forgot to add classes/xml directory to the JAR file.
(edit) @8180   20 years mdewsnip Moved to top-level GLI directory.
(edit) @8179   20 years mdewsnip Some of the things to go into the JAR file are optional. Only try to …
(edit) @8178   20 years mdewsnip Some changes to tidy up creating GLI JAR files, both unsigned and …
(edit) @8177   20 years mdewsnip No longer needed (the makejar.sh script will use the classifiers.dat …
(edit) @8176   20 years mdewsnip Two files needed to create the signed JAR file for the GLI applet.
(edit) @8175   20 years mdewsnip Moved to gli/.greenstonestore.
(edit) @8174   20 years mdewsnip Making a signed JAR file for the applet is now done by specifying the …
(edit) @8173   20 years mdewsnip Removed a couple of jar files that no longer exist.
(edit) @8172   20 years davidb top level scripts to help build GLI applet (both unsigned and signed).
(edit) @8171   20 years mdewsnip FileFormat metadata for PostScript files should now be set correctly.
(edit) @8170   20 years mdewsnip Fixed some of the new FileFormat metadata so you only get one value …
(edit) @8169   20 years mdewsnip Removed a ton of crap (hopefully this doesn't break anything). Also …
(edit) @8168   20 years mdewsnip Added a function needed by gui/metaaudit/HeaderListener.java.
(edit) @8167   20 years mdewsnip Template profile.xml file.
(edit) @8166   20 years mdewsnip Added FileSize metadata in most plugins.
Note: See TracRevisionLog for help on using the revision log.