source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12321   18 years kjdon made MAXNUMERIC a global variable instead of a \#define. Its now a …
(edit) @12320   18 years kjdon delete -> delete [] change submitted by Emanuel Dejanu
(edit) @12319   18 years kjdon The inverted file dictionary was not ordered properly. ascii values …
(edit) @12318   18 years kjdon some changes submitted by Emanuel Dejanu
(edit) @12317   18 years kjdon close a file handle
(edit) @12316   18 years kjdon setCSTr for levels, changed the length from 8 to 3
(edit) @12315   18 years kjdon mgpp's ParseQuery now takes a fourth argumnet, maxnumeric - leave as …
(edit) @12314   18 years kjdon maxnumeric moved from mgqueryfilterclass to queryfilterclass, cos now …
(edit) @12313   18 years kjdon made MAXNUMERIC a global variable instead of a \#define. Its now a …
(edit) @12312   18 years kjdon fixed a bug that produced a NPE
(edit) @12311   18 years nzdl removed some earlier versions of collections, added two new dec …
(edit) @12310   18 years davidb Minor mods to Gatherer exit code to allow -- for the Windows case -- …
(edit) @12309   18 years kjdon changed to explodes=yes, put table tags around the HTMLDisplay …
(edit) @12308   18 years kjdon changed default level from Document to Doc cos that is what Greenstone uses
(edit) @12307   18 years kjdon removed some unused code
(edit) @12306   18 years kjdon changed a debug statement so that its not printing out a null value
(edit) @12305   18 years kjdon removed gui.ArgumentControl class and ArgumentConfiguration inner …
(edit) @12304   18 years kjdon made the LEVEL string [] protected
(edit) @12303   18 years kjdon made BasicSeparator a static class, removed some custom plugin code
(edit) @12302   18 years kjdon removed an unused variable and unused method, blank feature and part …
(edit) @12301   18 years kjdon changed the default features back to have "" as the first one - will …
(edit) @12300   18 years kjdon removed some unused variables
(edit) @12299   18 years kjdon made SearchMetadataTableCellRenderer a static class
(edit) @12298   18 years kjdon close the bufferedreader
(edit) @12297   18 years kjdon changed = to ==
(edit) @12296   18 years kjdon a coupld of strings for FormatManager and ExplodeMEtadataPrompt
(edit) @12295   18 years kjdon changed string concatenation to use a StringBuffer
(edit) @12294   18 years kjdon changed an & to &&, changed != "" to \!.equals("")
(edit) @12293   18 years kjdon getExploderPlugin changed to getExploderPlugins, and returns an …
(edit) @12292   18 years kjdon there may be multiple plugins that can explode a particular file …
(edit) @12291   18 years kjdon set explodes to yes, added a space before 'and' when concatenation authors
(edit) @12290   18 years kjdon had to add 'use FileHandle' to this file - was getting an error about …
(edit) @12289   18 years kjdon Made this POSIX compliant (I think) based on patch sent in by James …
(edit) @12288   18 years kjdon modified LanguageManager strings, and a coupld of others
(edit) @12287   18 years kjdon Made these POSIX compliant (I think) based on patch and comments sent …
(edit) @12286   18 years kjdon Made this POSIX compliant (I think) based on patch sent in by James …
(edit) @12285   18 years kjdon changed make to $(MAKE) so it still works even if you are using gmake
(edit) @12284   18 years kjdon added language partitions to the list of metadata
(edit) @12283   18 years kjdon made this more like LanguageManager. A bit more simple.
(edit) @12282   18 years kjdon changed the toString method to not output 'subcollection'
(edit) @12281   18 years kjdon renamed ListListener to AssignedListListener
(edit) @12280   18 years kjdon no longer display 'format' in the list of assigned formats
(edit) @12279   18 years kjdon no longer display 'plugin', or 'classify' in the list of assigned …
(edit) @12278   18 years kjdon tidied this up. now can have a list of languages per partition.
(edit) @12277   18 years kjdon Language can now have more than one lang code associated with it. …
(edit) @12276   18 years sjboddie Added "Sort Field" (sf) argument that can be passed through to a …
(edit) @12275   18 years mdewsnip Added a command-line option for sorting the search results.
(edit) @12274   18 years mdewsnip Added support for "indexed_section" and "info_section" gsdldoctype …
(edit) @12273   18 years shaoqun added all features
(edit) @12272   18 years mdewsnip Moved some code out of a loop that should only be done once.
(edit) @12271   18 years kjdon setTitle (line 71) should be using the dictionary
(edit) @12270   18 years kjdon set_OIDtype now takes two arguments, the type and the metadata (used …
(edit) @12269   18 years kjdon fixed a typo in a comment
(edit) @12268   18 years kjdon set_OIDtype now takes a second argument which is the metadata element …
(edit) @12267   18 years kjdon added import.OIDmetadata option
(edit) @12266   18 years kjdon added a new option: OIDmetadata, which is used with OIDtype=assigned, …
(edit) @12265   18 years nzdl Chi's changes from the last BBC build
(edit) @12264   18 years mdewsnip New classes to support incremental building with Lucene, many thanks …
(edit) @12263   18 years kjdon moved the setCaretPostion statement to after the setText statement, so …
(edit) @12262   18 years mdewsnip Now parses the query terms returned from Lucene into the Greenstone …
(edit) @12261   18 years mdewsnip Changed the way query terms are output. Also shows the number of query …
(edit) @12260   18 years mdewsnip Updated to include the new query term stuff, and the classes in packages.
(edit) @12259   18 years mdewsnip Remove some unused stuff.
(edit) @12258   18 years mdewsnip Now references the GS2Lucene classes in the org.nzdl.gsdl.LuceneWrap
(edit) @12257   18 years mdewsnip Added package definitions.
(edit) @12256   18 years mdewsnip Now returns query terms and their frequencies.
(edit) @12255   18 years mdewsnip Upgraded the version of Lucene from 1.4.1 to 2.0.0... what's the worst …
(edit) @12254   18 years mdewsnip Made this compatible with Lucene 1.9 and newer.
(edit) @12253   18 years kjdon removed the custom attribute setting
(edit) @12252   18 years kjdon ArgumentConfiguration getArguments no longer takes any arguments - …
(edit) @12251   18 years kjdon added a getElement method, and removed the Custom methods - can no …
(edit) @12250   18 years kjdon changed the way the pluginfo.pl command is built up - uses an …
(edit) @12249   18 years kjdon minor style change
(edit) @12248   18 years kjdon changed the way the classinfo.pl command is built up - uses an …
(edit) @12247   18 years kjdon made ArgumentContainer a base class instead of an interface and moved …
(edit) @12246   18 years mdewsnip GSDLHOME and GSDLOS environment variables need to be set for …
(edit) @12245   18 years kjdon added getCollection[Plugins|Classifiers]DirectoryPath methods
(edit) @12244   18 years kjdon changed the formatting so there is not the horrible big space anymore
(edit) @12243   18 years kjdon removed the custom attribute
(edit) @12242   18 years mdewsnip Added "-p" to the mkdir command so it doesn't die if the directory …
(edit) @12241   18 years kjdon changed the menu bar key
(edit) @12240   18 years kjdon removed NoMetadataSetsSelected strings, added …
(edit) @12239   18 years kjdon removed NoMetadataSetsSelected warning - no longer used, added …
(edit) @12238   18 years kjdon need to remove the set from the model before removing it from the …
(edit) @12237   18 years kjdon format pane has a reduced set of options for GS3 collections - no …
(edit) @12236   18 years kjdon replace escaped double quotes with double quotes in format statements
(edit) @12235   18 years kjdon removed stuff to do with extensions - these are no longer in …
(edit) @12234   18 years kjdon The inverted file dictionary was not ordered properly. ascii values …
(edit) @12233   18 years mdewsnip Fixed a small problem with rtf_to_html() where negative numbers are …
(edit) @12232   18 years mdewsnip Reduced the large image size from 1250 to 800.
(edit) @12231   18 years mdewsnip Now includes the architect name (and links to their page) in the …
(edit) @12230   18 years kjdon imageXXX macros now take the URL as an argument, rather than using …
(edit) @12229   18 years kjdon set_navbarmacros now uses httpbrowseCL1 etc rather than …
(edit) @12228   18 years mdewsnip Updated the News Coverage page.
(edit) @12227   18 years mdewsnip Added "A B C ... Z" links on the "browse institutions by state" page.
(edit) @12226   18 years davidb Instead of GLI saying it needs to restart when the language interface …
(edit) @12225   18 years davidb Instead of GLI saying it needs to restart when the language interface …
(edit) @12224   18 years mdewsnip Changed the way place styles are determined, to work around an oddity …
(edit) @12223   18 years mdewsnip Finished off the bibliography search page... I think.
(edit) @12222   18 years mdewsnip More changes to advanced search forms, particularly bibliography.
Note: See TracRevisionLog for help on using the revision log.