source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13607   17 years shaoqun added a image of the collection background
(edit) @13606   17 years shaoqun added a image of the banner background
(edit) @13605   17 years mdewsnip Started work on the "Replace" option when using a remote Greenstone.
(edit) @13604   17 years mdewsnip Added remote Greenstone support for the "Rename" option when …
(edit) @13603   17 years shaoqun change getState method name to avoid name conflict in java 1.5
(edit) @13602   17 years shaoqun change getState method name to avoid name conflict in java 1.5
(edit) @13601   17 years mdewsnip Now loads the classifiers and plugins after the GUI has opened, so it …
(edit) @13600   17 years mdewsnip Now always downloads the collection configurations when the GLI is …
(edit) @13599   17 years mdewsnip Tidied up the openCollectionFromLastTime() stuff in preparation for …
(edit) @13598   17 years mdewsnip Minor code tidy up.
(edit) @13597   17 years mdewsnip Fixed a bug I just added that caused opening a remote collection to …
(edit) @13596   17 years mdewsnip Moved the ServletConfiguration class into the new greenstone3 package.
(edit) @13595   17 years mdewsnip Removed some more occurrences of Gatherer.c_man.
(edit) @13594   17 years mdewsnip Moved the LocalGreenstone class into the "greenstone" package.
(edit) @13593   17 years mdewsnip Moved the GSDLSiteConfig class out of the util package and into the …
(edit) @13592   17 years mdewsnip Moved the LocalLibraryServer class into the "greenstone" package.
(edit) @13591   17 years mdewsnip Tidied up all the CollectionManager functions for getting loaded …
(edit) @13590   17 years kjdon mgpp and lucene. made them always use doc and sec levels for the text …
(edit) @13589   17 years kjdon indented the file using emacs. no code changes
(edit) @13588   17 years kjdon updated jar file for my changes to LuceneQuery - made it use a class …
(edit) @13587   17 years kjdon fixed a bug where search result sorting wasn't provided for lucene …
(edit) @13586   17 years mdewsnip Added a static getLoadedCollectionName() function into …
(edit) @13585   17 years mdewsnip Made all CollectionManager variables static in preparation for making …
(edit) @13584   17 years mdewsnip Moved the code to deal with the local library when deleting a …
(edit) @13583   17 years mdewsnip Fixed a bug that caused an exception when deleting the currently …
(edit) @13582   17 years mdewsnip Removed some unnecessary package imports.
(edit) @13581   17 years shaoqun added the code to whether the collection image exist
(edit) @13580   17 years shaoqun suppress the less and more arrows when there is only one section
(edit) @13579   17 years mdewsnip The "busy" cursor is now displayed right up until exploding a metadata …
(edit) @13578   17 years kjdon fixed a bug where javascript error on homeprefs page meant that …
(edit) @13577   17 years mdewsnip Sped up repeated operations on the same metadata.xml file by keeping …
(edit) @13576   17 years kjdon implemented the core functionality for this.
(edit) @13575   17 years kjdon getNodeContent() now takes lang as a param
(edit) @13574   17 years kjdon if there is only one level, add level param as an invisible parameter …
(edit) @13573   17 years kjdon made HTIS_PER_PAGE_PARAM an int rather than an enum
(edit) @13572   17 years kjdon getNodeContent() now takes a lang param
(edit) @13571   17 years kjdon htmlUnafe was broken? Quan's changes
(edit) @13570   17 years kjdon catch unforseen exceptions, and check for null sort_field and …
(edit) @13569   17 years kjdon added OTHER_ERROR
(edit) @13568   17 years shaoqun added the guard to check the null node begore using it
(edit) @13567   17 years shaoqun the content of a document will not be retrieved if the default index …
(edit) @13566   17 years shaoqun added a logger, the class doesnot work on windows because the readline …
(edit) @13565   17 years shaoqun added new strings
(edit) @13564   17 years shaoqun added the code to allow using user specified browser programe
(edit) @13563   17 years shaoqun Added the option to allow the choose of the lauching browser programe
(edit) @13562   17 years shaoqun used the ant output to determine the state of the running ant process
(edit) @13561   17 years shaoqun removed the starting and launcnging process to the Server class
(edit) @13560   17 years shaoqun made starting server and lauching browser into seperate processes
(edit) @13559   17 years shaoqun added the server logger
(edit) @13558   17 years kjdon fixed up the clean command
(edit) @13557   17 years kjdon in GS3 we will use GS2LuceneQuery directly, so moved most of the …
(edit) @13556   17 years kjdon a results class for when we are doing queries through Java rather than …
(edit) @13555   17 years kjdon added GPL license info
(edit) @13554   17 years shaoqun added the script od running gems in gsdl3
(edit) @13553   17 years shaoqun a workable version
(edit) @13552   17 years shaoqun add the current directory into the classpath
(edit) @13551   17 years mdewsnip Added a new option: sort_using_unicode_collation, which uses the …
(edit) @13550   17 years mdewsnip Improvements to Unicode handling in preparation for adding the Unicode …
(edit) @13549   17 years shaoqun added new styles for the active classifer and the selected section in toc
(edit) @13548   17 years shaoqun added a span tag to hightlight the selected section in toc
(edit) @13547   17 years shaoqun added tr tags to display table cells properly
(edit) @13546   17 years shaoqun added a id to indicate the active classifier
(edit) @13545   17 years shaoqun made it do the correct string comparison on unicode filenames
(edit) @13544   17 years shaoqun it seems that the replacement of spaces with %20 is unnecessary, so …
(edit) @13543   17 years shaoqun fixed the bug that cause the server couldn't locate the file which is …
(edit) @13542   17 years shaoqun it seems that the replacement of spaces with %20 is unnecessary, so …
(edit) @13541   17 years shaoqun added the method that output a xml node to a nicely formatted string
(edit) @13540   17 years mdewsnip Ooops... didn't mean to commit these.
(edit) @13536   17 years mdewsnip Initial revision
(edit) @13535   17 years mdewsnip Removed some unused functions.
(edit) @13534   17 years shaoqun changed the layout tags for search result links in document pages
(edit) @13533   17 years mdewsnip The GURL class is no longer used.
(edit) @13532   17 years mdewsnip Removed some unused code.
(edit) @13531   17 years mdewsnip Removed some unused functions.
(edit) @13530   17 years shaoqun srp arg could have multiple char as well
(edit) @13529   17 years shaoqun added a guide to make sure collection is not null before saving it
(edit) @13528   17 years mdewsnip "I'm feeling lucky" URLs now include the cl argument.
(edit) @13527   17 years mdewsnip Now looks at the "cl" argument to avoid showing the "next search …
(edit) @13526   17 years mdewsnip The "srn" and "srp" CGI arguments must be multicharacter otherwise …
(edit) @13525   17 years shaoqun fixed the bug that failed to get collection details from the remote site
(edit) @13524   17 years mdewsnip Now just prints a warning if the text file contains no text, as …
(edit) @13523   17 years shaoqun modify the stylename of the buttons of the home page
(edit) @13522   17 years shaoqun modify the style of the buttons of the home page
(edit) @13521   17 years shaoqun modify the styleof the buttons of document pages
(edit) @13520   17 years mdewsnip Now refreshes the collection and workspace trees correctly when "show …
(edit) @13519   17 years mdewsnip Removed a weird bit of code that caused a NPE when trying to open …
(edit) @13518   17 years mdewsnip Running this on a big-endian machine would fail to read little-endian …
(edit) @13517   17 years nzdl I tidied this up heaps, changed some of the options, removed …
(edit) @13516   17 years nzdl add a gsdl-2.72 download link to the download page
(edit) @13515   17 years nzdl add gsdl-2.72 downloading links
(edit) @13514   17 years nzdl add the gsdl-2.72 and GLI client distribution notice
(edit) @13513   17 years nzdl Add the gsdl-2.72 notice, delete the gsdl-2.71 notice
(edit) @13512   17 years kjdon forgot to add in variable and configure option for enabling accentfolding
(edit) @13511   17 years kjdon gs2build-extra/packages.Makefile is now gs2build-extra/packages.Makefile.in
(edit) @13510   17 years kjdon use a Makefile.in for packages now instead of just a Makefile - need …
(edit) @13509   17 years kjdon updated configure for previous commit to configure.in. NOTE, autoconf …
(edit) @13508   17 years kjdon we now have a Makefile.in in packages dir, instead of just Makefile
(edit) @13507   17 years kjdon added in stuff for unac package
(edit) @13506   17 years shaoqun added new styles for ul and li tags
(edit) @13505   17 years shaoqun replaced some div tags with ul and li tags
Note: See TracRevisionLog for help on using the revision log.