source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13642   17 years lh92 FOP package for transforming XML files into PDF
(edit) @13641   17 years kjdon added in unicode ranges for mongolian
(edit) @13640   17 years kjdon added years to the dates of all news items. removed new stickers from …
(edit) @13639   17 years kjdon added a url macro
(edit) @13638   17 years kjdon xsl transform files copied from gsdl-tutorials repository
(edit) @13637   17 years kjdon README file for greenstone tutorials. needs updating for new …
(edit) @13636   17 years kjdon shell scripts for generating tutorial html. these need updating for …
(edit) @13635   17 years kjdon image needed for one of the tutorials
(edit) @13634   17 years lh92 a new repository for all greenstone documentation
(edit) @13633   17 years (none) This commit was manufactured by cvs2svn to create branch 'lh92'.
(edit) @13632   17 years lh92 Initial revision
(edit) @13631   17 years shaoqun added the code to guard the null library_url
(edit) @13630   17 years shaoqun changed the text font size of the collection name
(edit) @13629   17 years kjdon changed fpic to fPIC, hope it doesn't stuff anything up. I don't …
(edit) @13628   17 years kjdon updated this to the version from gsdl. log message from that file: …
(edit) @13627   17 years kjdon need to compile unac too
(edit) @13626   17 years kjdon updated this to the version from gsdl. log message from that file: …
(edit) @13625   17 years kjdon now runs configure in packages/unac directory
(edit) @13624   17 years kjdon version file
(edit) @13623   17 years kjdon distclean should remove configure byproducts
(edit) @13622   17 years kjdon remove config.h on a distclean
(edit) @13621   17 years kjdon removed cvs version info
(edit) @13620   17 years kjdon these files added to repository by mistake
(edit) @13619   17 years kjdon put quotes around classpath in java command
(edit) @13618   17 years kjdon removed a coupld of unnecessary things, fixed a couple of bugs
(edit) @13617   17 years shaoqun made toc display nicely
(edit) @13616   17 years shaoqun added morestrings
(edit) @13615   17 years shaoqun added a browser program path property
(edit) @13614   17 years shaoqun remove the java path that was added for testing
(edit) @13613   17 years kjdon lucene stuff is a bit of a pain at the moment. we are using stuff from …
(edit) @13612   17 years kjdon added windows c++ stuff into compile-gs2build - need to do this cos …
(edit) @13611   17 years kjdon changed the compile-lucene target to use java directly rather than the …
(edit) @13610   17 years nzdl added a new style for the collections that don't have a collection image
(edit) @13609   17 years nzdl display a background image for the collections that don't have a …
(edit) @13608   17 years kjdon added in target for compiling lucenewrap java code
(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 …
Note: See TracRevisionLog for help on using the revision log.