source: greenstone3/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18101   15 years ak19 Dr Nichols has changed this file so that stopping the tomcat server …
(edit) @17907   15 years ak19 Inserted code to first look for whether the db file is already there. …
(edit) @17713   15 years ak19 No longer defaults the db extension for all Macs to bdb.
(edit) @17606   16 years oranfry undoing last change
(edit) @17605   16 years oranfry update to gs3-setup.bat for new location of search4j
(edit) @17491   16 years oranfry code to compile search4j in greenstone3
(edit) @17452   16 years shaoqun few changes to suit ActivityManagement: send back group info of users …
(edit) @17096   16 years oranfry deleting duplicates of the anttask source code
(edit) @17024   16 years max When something goes wrong, send a document containing the error …
(edit) @17003   16 years ak19 GathererApplet4gs3.java and GathererApplet.java (GLI code) have been …
(edit) @16999   16 years ak19 When testing GathererApplet4gs3 with all the update core java code, …
(edit) @16944   16 years kjdon add xmlns:xsl into the page element as well, in case we are doing …
(edit) @16943   16 years kjdon oops, left in a xx in format statement
(edit) @16941   16 years kjdon had a double && which I made a single & in the format statement
(edit) @16938   16 years kjdon modified session caching stuff so that if there is no collection name, …
(edit) @16926   16 years kjdon indented the file consistently
(edit) @16885   16 years kjdon NZDLReceptionist is no more, so now inherit from DefaultReceptionist
(edit) @16883   16 years xiao add changes to work with the ActivityManagement.java
(edit) @16882   16 years xiao just add few constant strings
(edit) @16876   16 years kjdon no longer need this. default receptionist gets collection description …
(edit) @16875   16 years kjdon added SERVICE_TYPE_OAI
(edit) @16874   16 years kjdon when testing to see if we need to get service descriptions or not, …
(edit) @16873   16 years kjdon removed our email addresses from the code
(edit) @16871   16 years kjdon added type=oai to all oai service elements
(edit) @16869   16 years kjdon added license message
(edit) @16868   16 years kjdon changed the name in the file
(edit) @16867   16 years kjdon NZDLParams renamed to GS2Params
(edit) @16811   16 years ak19 Mistake in previous commit fixed
(edit) @16810   16 years ak19 GDBMWrapper converts the key string to UTF8 now before doing the …
(edit) @16809   16 years ak19 GDBMWrapper converts the key string to UTF8 now before doing the …
(edit) @16798   16 years ak19 getHrefOID() method modified: The href_url lookup key for internal …
(edit) @16797   16 years ak19 Added method displayAllEntries() to return a display String of the …
(edit) @16782   16 years ak19 Since XMLConverter method nodeToElement() has now been made static, …
(edit) @16781   16 years ak19 Since XMLConverter method nodeToElement() has now been made static, …
(edit) @16780   16 years ak19 Made new nodeToElement method in XMLConverter static so that some …
(edit) @16690   16 years max Fix the missing space and double quotes in the Doctype output.
(edit) @16688   16 years davidb Changed 'Element process(Element)' in ModuleInterface to 'Node …
(edit) @16652   16 years shaoqun remove the caching of DBWrapper
(edit) @16648   16 years shaoqun
(edit) @16630   16 years xiao modify to synchronize method executeQuery
(edit) @16515   16 years davidb encodeURL altered to take Node rather than Element.
(edit) @16497   16 years ak19 Reversing accidental commit
(edit) @16496   16 years ak19 prepare-gs2building also downloads gliserver.pl and gsdlCGI.pm from …
(edit) @16482   16 years kjdon LuceneQueryResult.DocInfo now uses a string id_ instead of a long num_ …
(edit) @16446   16 years davidb Replacement of Java 1.5 code with Java 1.4 equivalent, plus tidied up …
(edit) @16374   16 years davidb Change to Skin code (returning Node note Element) so XSLT encodes its …
(edit) @16355   16 years kjdon MGPPRetrieveWrapper no longer has an UnloadIndexData method
(edit) @16314   16 years davidb Merging of skin work with the main trunk
(edit) @16260   16 years xiao
(edit) @16258   16 years xiao
(edit) @15977   16 years shaoqun add a method to format bid numbers
(edit) @15948   16 years xiao
(edit) @15945   16 years xiao add method getServiceMap used by Flax webservice
(edit) @15944   16 years xiao add method getModuleMap used by Flax webservice
(edit) @15770   16 years ak19 Tidier (more self-documenting) way of casting macro_resolver to …
(edit) @15767   16 years ak19 Attempted fix for trac bug ticket #225 - NullPointerException. …
(edit) @15756   16 years ak19 Greenstone image macros get resolved again after the database change.
(edit) @15754   16 years ak19 Greenstone image macros get resolved again after the database change.
(edit) @15326   16 years kjdon added support for JDBM (or other) in place of GDBM: use …
(edit) @15325   16 years kjdon added support for JDBM (or other) in place of GDBM: new interface - …
(edit) @15324   16 years kjdon added support for JDBM (or other) in place of GDBM: use …
(edit) @15323   16 years kjdon added support for JDBM (or other) in place of GDBM: changed the …
(edit) @15322   16 years kjdon added support for JDBM (or other) in place of GDBM: changed a comment
(edit) @15321   16 years kjdon added DATABASE_TYPE_ELEM - used for distinguishing between gdbm and …
(edit) @15208   16 years kjdon changed descendents to descendants to fit with other code (only in a …
(edit) @15149   16 years oranfry reversing some accidental changes
(edit) @15148   16 years oranfry a few changes to gs3-setup.bat
(edit) @15123   16 years shaoqun add a service for searching Google ngram collections
(edit) @15081   16 years xiao add the derby library and also some classes that use the library
(edit) @15080   16 years xiao delete the dir containing the derby library temparorily
(edit) @15079   16 years xiao a new dir containing the derby library
(edit) @15055   16 years xiao add a method getNamedElements following the same concept of the method …
(edit) @15046   16 years shaoqun temporarily remove this class from the repository cos' it depends on …
(edit) @15041   16 years ak19 Attempted fix for http://trac.greenstone.org/ticket/245 - Java crash, …
(edit) @15040   16 years xiao add a method getCollectionList
(edit) @15039   16 years shaoqun add a sql package
(edit) @15027   16 years kjdon tidied up this file, working on configure and reconfigure stuff. …
(edit) @15026   16 years kjdon apparently perl can't detect little vs big endian on a mac, so our …
(edit) @15011   16 years kjdon changed a couple of logger error messages to info messages
(edit) @15010   16 years kjdon fixed a spelling mistake
(edit) @14947   16 years shaoqun correct the last commitment
(edit) @14946   16 years shaoqun try HitsPerPage and StartPage in service params first to work with …
(edit) @14945   16 years shaoqun add two default value variables so that subclasses can overwrite them
(edit) @14943   16 years shaoqun make it use the default level specified in buildConfig.xml
(edit) @14936   16 years shaoqun fotgot to setIndex to the mg indexer before retrieving the document
(edit) @14752   17 years qq6 set default_index_subcollection and default_index_language to …
(edit) @14642   17 years anna Added ct parameter when processing the about pagerequest, so that …
(edit) @14641   17 years anna Added the collection type (ct) parameter.
(edit) @14640   17 years anna Added the buildType of a collection to its description, to generate ct …
(edit) @14633   17 years shaoqun added synchronizing code
(edit) @14632   17 years shaoqun added synchronizing code
(edit) @14604   17 years oranfry brought important changes across from 3.03 branch, mostly version …
(edit) @14561   17 years shaoqun added a cache hack for Authentication by faking a collection name
(edit) @14552   17 years qq6 fixed a bug of checking external link
(edit) @14551   17 years qq6 go diectly to the external page if el=direct
(edit) @14539   17 years shaoqun fix the session bug
(edit) @14534   17 years qq6 set up the library name
(edit) @14533   17 years qq6 set up the library name in setSiteDetails()
(edit) @14532   17 years qq6 updated replacing macros
(edit) @14531   17 years qq6 updated docnum2OID(String docnum)
Note: See TracRevisionLog for help on using the revision log.