greenstone.org greenstone wiki greenstone trac planet greenstone

root/greenstone3/trunk/src


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @17907 [17907] 2008-11-24 15:43:01 ak19 Inserted code to first look for whether the db file is already there. If …
(edit) @17713 [17713] 2008-11-05 16:42:07 ak19 No longer defaults the db extension for all Macs to bdb.
(edit) @17606 [17606] 2008-10-24 16:03:18 oranfry undoing last change
(edit) @17605 [17605] 2008-10-24 16:01:20 oranfry update to gs3-setup.bat for new location of search4j
(edit) @17491 [17491] 2008-10-08 12:01:22 oranfry code to compile search4j in greenstone3
(edit) @17452 [17452] 2008-10-02 12:33:02 shaoqun few changes to suit ActivityManagement?: send back group info of users and …
(edit) @17096 [17096] 2008-08-29 14:12:25 oranfry deleting duplicates of the anttask source code
(edit) @17024 [17024] 2008-08-27 18:14:55 max When something goes wrong, send a document containing the error message in …
(edit) @17003 [17003] 2008-08-25 20:46:14 ak19 GathererApplet?4gs3.java and GathererApplet?.java (GLI code) have been …
(edit) @16999 [16999] 2008-08-25 18:57:50 ak19 When testing GathererApplet?4gs3 with all the update core java code, the …
(edit) @16944 [16944] 2008-08-21 14:02:40 kjdon add xmlns:xsl into the page element as well, in case we are doing o=xml …
(edit) @16943 [16943] 2008-08-21 14:01:44 kjdon oops, left in a xx in format statement
(edit) @16941 [16941] 2008-08-21 13:54:25 kjdon had a double && which I made a single & in the format …
(edit) @16938 [16938] 2008-08-21 13:24:40 kjdon modified session caching stuff so that if there is no collection name, use …
(edit) @16926 [16926] 2008-08-21 09:48:20 kjdon indented the file consistently
(edit) @16885 [16885] 2008-08-18 20:06:36 kjdon NZDLReceptionist is no more, so now inherit from DefaultReceptionist?
(edit) @16883 [16883] 2008-08-18 16:20:25 xiao add changes to work with the ActivityManagement?.java
(edit) @16882 [16882] 2008-08-18 16:18:45 xiao just add few constant strings
(edit) @16876 [16876] 2008-08-18 12:05:26 kjdon no longer need this. default receptionist gets collection description and …
(edit) @16875 [16875] 2008-08-18 12:03:37 kjdon added SERVICE_TYPE_OAI
(edit) @16874 [16874] 2008-08-18 12:02:54 kjdon when testing to see if we need to get service descriptions or not, ignore …
(edit) @16873 [16873] 2008-08-18 12:01:23 kjdon removed our email addresses from the code
(edit) @16871 [16871] 2008-08-18 11:53:36 kjdon added type=oai to all oai service elements
(edit) @16869 [16869] 2008-08-18 11:44:45 kjdon added license message
(edit) @16868 [16868] 2008-08-18 11:44:05 kjdon changed the name in the file
(edit) @16867 [16867] 2008-08-18 11:42:55 kjdon NZDLParams renamed to GS2Params
(edit) @16811 [16811] 2008-08-15 13:54:30 ak19 Mistake in previous commit fixed
(edit) @16810 [16810] 2008-08-15 13:50:46 ak19 GDBMWrapper converts the key string to UTF8 now before doing the lookup. …
(edit) @16809 [16809] 2008-08-15 13:49:47 ak19 GDBMWrapper converts the key string to UTF8 now before doing the lookup. …
(edit) @16798 [16798] 2008-08-14 20:17:05 ak19 getHrefOID() method modified: The href_url lookup key for internal links …
(edit) @16797 [16797] 2008-08-14 19:53:04 ak19 Added method displayAllEntries() to return a display String of the key, …
(edit) @16782 [16782] 2008-08-14 12:00:29 ak19 Since XMLConverter method nodeToElement() has now been made static, need …
(edit) @16781 [16781] 2008-08-14 11:58:01 ak19 Since XMLConverter method nodeToElement() has now been made static, need …
(edit) @16780 [16780] 2008-08-14 11:22:11 ak19 Made new nodeToElement method in XMLConverter static so that some classes …
(edit) @16690 [16690] 2008-08-08 15:18:47 max Fix the missing space and double quotes in the Doctype output.
(edit) @16688 [16688] 2008-08-08 13:23:59 davidb Changed 'Element process(Element)' in ModuleInterface? to 'Node …
(edit) @16652 [16652] 2008-08-05 14:36:54 shaoqun remove the caching of DBWrapper
(edit) @16648 [16648] 2008-08-05 11:30:04 shaoqun --
(edit) @16630 [16630] 2008-08-01 14:18:07 xiao modify to synchronize method executeQuery
(edit) @16515 [16515] 2008-07-23 12:19:52 davidb encodeURL altered to take Node rather than Element.
(edit) @16497 [16497] 2008-07-21 15:53:23 ak19 Reversing accidental commit
(edit) @16496 [16496] 2008-07-21 15:46:23 ak19 prepare-gs2building also downloads gliserver.pl and gsdlCGI.pm from gsdl's …
(edit) @16482 [16482] 2008-07-21 11:30:06 kjdon LuceneQueryResult?.DocInfo? now uses a string id_ instead of a long num_ for …
(edit) @16446 [16446] 2008-07-17 23:28:27 davidb Replacement of Java 1.5 code with Java 1.4 equivalent, plus tidied up …
(edit) @16374 [16374] 2008-07-14 12:10:15 davidb Change to Skin code (returning Node note Element) so XSLT encodes its …
(edit) @16355 [16355] 2008-07-11 10:20:17 kjdon MGPPRetrieveWrapper no longer has an UnloadIndexData? method
(edit) @16314 [16314] 2008-07-09 16:58:10 davidb Merging of skin work with the main trunk
(edit) @16260 [16260] 2008-07-01 15:41:10 xiao --
(edit) @16258 [16258] 2008-07-01 15:39:13 xiao --
(edit) @15977 [15977] 2008-06-12 21:09:02 shaoqun add a method to format bid numbers
(edit) @15948 [15948] 2008-06-10 13:44:47 xiao --
(edit) @15945 [15945] 2008-06-09 18:28:27 xiao add method getServiceMap used by Flax webservice
(edit) @15944 [15944] 2008-06-09 18:25:39 xiao add method getModuleMap used by Flax webservice
(edit) @15770 [15770] 2008-05-28 19:41:21 ak19 Tidier (more self-documenting) way of casting macro_resolver to …
(edit) @15767 [15767] 2008-05-28 16:22:47 ak19 Attempted fix for trac bug ticket #225 - NullPointerException?. Possibly n …
(edit) @15756 [15756] 2008-05-28 15:04:20 ak19 Greenstone image macros get resolved again after the database change.
(edit) @15754 [15754] 2008-05-28 15:03:53 ak19 Greenstone image macros get resolved again after the database change.
(edit) @15326 [15326] 2008-05-01 13:59:09 kjdon added support for JDBM (or other) in place of GDBM: use …
(edit) @15325 [15325] 2008-05-01 13:57:15 kjdon added support for JDBM (or other) in place of GDBM: new interface - …
(edit) @15324 [15324] 2008-05-01 13:54:37 kjdon added support for JDBM (or other) in place of GDBM: use …
(edit) @15323 [15323] 2008-05-01 13:35:09 kjdon added support for JDBM (or other) in place of GDBM: changed the possible …
(edit) @15322 [15322] 2008-05-01 13:34:09 kjdon added support for JDBM (or other) in place of GDBM: changed a comment
(edit) @15321 [15321] 2008-05-01 13:33:11 kjdon added DATABASE_TYPE_ELEM - used for distinguishing between gdbm and jdbm …
(edit) @15208 [15208] 2008-04-24 13:29:16 kjdon changed descendents to descendants to fit with other code (only in a …
(edit) @15149 [15149] 2008-03-28 16:19:30 oranfry reversing some accidental changes
(edit) @15148 [15148] 2008-03-28 16:14:08 oranfry a few changes to gs3-setup.bat
(edit) @15123 [15123] 2008-03-23 15:31:28 shaoqun add a service for searching Google ngram collections
(edit) @15081 [15081] 2008-03-12 16:34:18 xiao add the derby library and also some classes that use the library
(edit) @15080 [15080] 2008-03-12 16:31:33 xiao delete the dir containing the derby library temparorily
(edit) @15079 [15079] 2008-03-12 16:15:59 xiao a new dir containing the derby library
(edit) @15055 [15055] 2008-03-06 14:11:14 xiao add a method getNamedElements following the same concept of the method …
(edit) @15046 [15046] 2008-03-05 14:56:24 shaoqun temporarily remove this class from the repository cos' it depends on other …
(edit) @15041 [15041] 2008-03-05 11:56:35 ak19 Attempted fix for http://trac.greenstone.org/ticket/245 - Java crash, …
(edit) @15040 [15040] 2008-03-05 10:15:55 xiao add a method getCollectionList
(edit) @15039 [15039] 2008-03-04 17:30:00 shaoqun add a sql package
(edit) @15027 [15027] 2008-02-29 13:32:19 kjdon tidied up this file, working on configure and reconfigure stuff. Hopefully …
(edit) @15026 [15026] 2008-02-29 10:56:46 kjdon apparently perl can't detect little vs big endian on a mac, so our perl …
(edit) @15011 [15011] 2008-02-25 12:11:56 kjdon changed a couple of logger error messages to info messages
(edit) @15010 [15010] 2008-02-25 12:11:11 kjdon fixed a spelling mistake
(edit) @14947 [14947] 2008-01-24 10:18:25 shaoqun correct the last commitment
(edit) @14946 [14946] 2008-01-24 10:04:41 shaoqun try HitsPerPage? and StartPage? in service params first to work with …
(edit) @14945 [14945] 2008-01-18 11:38:39 shaoqun add two default value variables so that subclasses can overwrite them
(edit) @14943 [14943] 2008-01-15 10:17:17 shaoqun make it use the default level specified in buildConfig.xml
(edit) @14936 [14936] 2007-12-23 12:56:49 shaoqun fotgot to setIndex to the mg indexer before retrieving the document
(edit) @14752 [14752] 2007-10-31 14:22:14 qq6 set default_index_subcollection and default_index_language to …
(edit) @14642 [14642] 2007-10-10 17:45:38 anna Added ct parameter when processing the about pagerequest, so that …
(edit) @14641 [14641] 2007-10-10 17:42:59 anna Added the collection type (ct) parameter.
(edit) @14640 [14640] 2007-10-10 17:41:52 anna Added the buildType of a collection to its description, to generate ct …
(edit) @14633 [14633] 2007-10-08 10:03:52 shaoqun added synchronizing code
(edit) @14632 [14632] 2007-10-08 10:03:22 shaoqun added synchronizing code
(edit) @14604 [14604] 2007-10-05 11:12:11 oranfry brought important changes across from 3.03 branch, mostly version number …
(edit) @14561 [14561] 2007-09-24 11:11:15 shaoqun added a cache hack for Authentication by faking a collection name
(edit) @14552 [14552] 2007-09-20 16:20:43 qq6 fixed a bug of checking external link
(edit) @14551 [14551] 2007-09-20 13:07:31 qq6 go diectly to the external page if el=direct
(edit) @14539 [14539] 2007-09-18 16:16:23 shaoqun fix the session bug
(edit) @14534 [14534] 2007-09-17 15:46:42 qq6 set up the library name
(edit) @14533 [14533] 2007-09-17 15:44:27 qq6 set up the library name in setSiteDetails()
(edit) @14532 [14532] 2007-09-17 15:43:24 qq6 updated replacing macros
(edit) @14531 [14531] 2007-09-17 15:40:00 qq6 updated docnum2OID(String docnum)
(edit) @14530 [14530] 2007-09-17 15:39:07 qq6 deleted some comments
(edit) @14529 [14529] 2007-09-17 15:37:16 qq6 processing the external links
(edit) @14528 [14528] 2007-09-17 15:33:00 qq6 added setLibraryName(String library_name), getLibraryName()
(edit) @14527 [14527] 2007-09-17 15:31:57 qq6 added getHrefOID(String href_url)
(edit) @14526 [14526] 2007-09-17 15:30:51 qq6 added a param in macro_resolver.setSiteDetails()
(edit) @14525 [14525] 2007-09-17 15:27:38 qq6 adding href and rl values into the document node, if they can be …
(edit) @14524 [14524] 2007-09-17 15:18:14 qq6 the web page is redirect to an external link of "el=" is found from the …
(edit) @14521 [14521] 2007-09-17 11:19:55 shaoqun correct a mistake in the previous commit
(edit) @14520 [14520] 2007-09-17 11:16:38 shaoqun add a guard in case the feild params haven't been set
(edit) @14517 [14517] 2007-09-14 13:20:38 shaoqun reset the state of the mg indexer before setting it according to the query …
(edit) @14515 [14515] 2007-09-11 16:14:18 shaoqun add gsf namespace
(edit) @14498 [14498] 2007-09-06 18:08:23 xiao modify to make the session caching collection-specific.
(edit) @14483 [14483] 2007-09-06 11:19:44 xiao make MGPPRetrieveWrapper and MGPPSearchWrapper static variables; …
(edit) @14441 [14441] 2007-09-06 10:46:11 xiao make MGPPRetrieveWrapper a static variable; modify to make the calling of …
(edit) @14440 [14440] 2007-09-06 10:45:44 xiao make MGPPSearchWrapper a static variable; add a synchronized method …
(edit) @14431 [14431] 2007-09-06 10:40:09 xiao make MGRetrieveWrapper a static variable; modify to make the calling of …
(edit) @14428 [14428] 2007-09-06 10:39:23 xiao make MGSearchWrapper a static variable; modify to get all activities in …
(edit) @14421 [14421] 2007-09-06 08:31:07 xiao modify the flax shortcut action to use strings from GSXML instead of …
(edit) @14420 [14420] 2007-09-06 08:28:46 xiao add in few constant strings.
(edit) @14403 [14403] 2007-09-03 13:41:44 xiao add in two constant parameters.
(edit) @14402 [14402] 2007-09-03 13:39:51 qq6 added getCollectList() for making authentication groups
(edit) @14401 [14401] 2007-09-03 13:31:34 xiao add in two constant strings.
(edit) @14399 [14399] 2007-09-03 13:16:35 xiao modify the method configureServices so that if a service class is not …
(edit) @14398 [14398] 2007-09-03 13:10:27 xiao modify to accommodate the new subaction - FlaxPageGeneration?, deliverying …
(edit) @14397 [14397] 2007-09-03 13:09:22 xiao modify the method getInterfaceText so that if a interface text string is …
(edit) @14396 [14396] 2007-09-03 13:06:18 xiao add a method getConfigParams() so that we can set the page name into …
(edit) @14395 [14395] 2007-08-31 11:46:25 anna For preference page request, call aboutPage action to get the description …
(edit) @14378 [14378] 2007-08-20 16:20:05 shaoqun set case and stem only if they are supported by this collection
(edit) @14367 [14367] 2007-08-14 12:39:11 qq6 decrypt passwords when read in users' info from a txt file
(edit) @14366 [14366] 2007-08-14 12:36:54 qq6 encrypt or decrypt the password using rot-13
(edit) @14349 [14349] 2007-08-09 09:04:51 qq6 put some comments
(edit) @14348 [14348] 2007-08-08 19:10:49 qq6 deleted some outputs
(edit) @14347 [14347] 2007-08-08 19:08:22 qq6 give a warning message if the username has existed in the table
(edit) @14343 [14343] 2007-08-08 16:05:41 qq6 fixed a bug on changing password
(edit) @14341 [14341] 2007-08-08 15:06:50 qq6 fixed modifyUserInfo()
(edit) @14340