source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12430   18 years mdewsnip Now handles hyperlinks in RTF properly.
(edit) @12429   18 years mdewsnip Changed the "-filter" argument to use a general Lucene QueryFilter, …
(edit) @12428   18 years mdewsnip Lucene now supports "some" and "all" queries, so look at t variable …
(edit) @12427   18 years mdewsnip Errors parsing the XML documents from Lucene never went anywhere …
(edit) @12426   18 years mdewsnip Deleted the code for removing entities, since it seemed to be …
(edit) @12425   18 years mdewsnip Fixed a bug where buildcol would try to continue when invalid …
(edit) @12424   18 years mdewsnip Turned "use strict" on and tried to tidy up some confusing code.
(edit) @12423   18 years shaoqun enable the preview buton when there is a previouly built collecton and …
(edit) @12422   18 years shaoqun add a new warning that can be disabled by users
(edit) @12421   18 years mdewsnip Now catches TooManyClauses exceptions from Lucene and tells the user …
(edit) @12420   18 years mdewsnip Now sets queryresultsclass.syntax_error to true if a PARSE_EXCEPTION …
(edit) @12419   18 years mdewsnip Removed a lot of commented out stuff that was just copied from mgppsearch.
(edit) @12418   18 years mdewsnip Now returns parse exceptions and too many clauses exceptions as …
(edit) @12417   18 years shaoqun added methods for printing out xml nodes
(edit) @12416   18 years shaoqun fixed bugs that causes DefaultIndex not to be parsed properly for mgpp
(edit) @12415   18 years mdewsnip Moved the code that messes around with the query to add the fuzziness …
(edit) @12414   18 years shaoqun force the model to refresh when set root, e.g. call setRoot method
(edit) @12413   18 years shaoqun added code to use customized radio icons to make them noticable on windows
(edit) @12412   18 years shaoqun add an icon for radion button
(edit) @12411   18 years sjboddie Made a couple of receptionist methods virtual, so they can more easily …
(edit) @12410   18 years mdewsnip Added support for the new "-filter" option to lucene_query.pl (used by …
(edit) @12409   18 years mdewsnip The "collectdir" comments were inaccurate; fixed.
(edit) @12408   18 years mdewsnip Added a "-filter" option which can currently be used for specifying …
(edit) @12407   18 years kjdon changed the Z3950_OBJS list to not include COMMONOBJECTS, and only …
(edit) @12406   18 years shaoqun uses the cache_dir par rather than ${ENV{'HOME'} to get the cache dir
(edit) @12405   18 years kjdon removed from here all the things that get compiled up when you compile …
(edit) @12404   18 years cvs_anon added in src/phind/generate so that suffix.exe is compiled
(edit) @12403   18 years kjdon removed from here all the things that get compiled up when you compile …
(edit) @12402   18 years mdewsnip Fixed a new bug where metadata element names weren't being converted …
(edit) @12401   18 years kjdon allows as part of the gsdl metadata name in the marctodc mapping file
(edit) @12400   18 years kjdon cgicc stuff, we get the arguments form formData then put them back …
(edit) @12399   18 years kjdon I rearranged some stuff so that all the essential checks are done …
(edit) @12398   18 years kjdon added import.no_import_dir
(edit) @12397   18 years kjdon in the read function. moved the line setting …
(edit) @12396   18 years mdewsnip Now uses the Image_Order field of tblImages to sort the place images, …
(edit) @12395   18 years shaoqun xslt transformation java code
(edit) @12394   18 years shaoqun class for xslt transformation
(edit) @12393   18 years mdewsnip Changed "Advisory Committee" page to "Project Background".
(edit) @12392   18 years mdewsnip Added the first versions of the proper US state map images.
(edit) @12391   18 years mdewsnip Now ignores all-bold lines.
(edit) @12390   18 years mdewsnip More fixes, many thanks to John Thompson and DL Consulting Ltd.
(edit) @12389   18 years mdewsnip The "the following words were too common and were ignored" message …
(edit) @12388   18 years mdewsnip Fuzzy searching with Lucene, many thanks to John Thompson and DL …
(edit) @12387   18 years mdewsnip Fixes for fuzzy searching, many thanks to John Thompson and DL …
(edit) @12386   18 years shaoqun added a yaz dll for yaz-client
(edit) @12385   18 years shaoqun added a xml2 dll for yaz
(edit) @12384   18 years shaoqun added a iconv dll for yaz
(edit) @12383   18 years shaoqun added yaz-client
(edit) @12382   18 years mdewsnip Now includes the stopwordsmsg in the search results.
(edit) @12381   18 years shaoqun added a dll for yaz
(edit) @12380   18 years mdewsnip Now shows the stopwords removed by Lucene, many thanks to Me and DL …
(edit) @12379   18 years kjdon added ... to New Index and Edit index buttons
(edit) @12378   18 years kjdon added FURTHER_DIALOG_INDICATOR (...)
(edit) @12377   18 years mdewsnip Now returns query term occurrences correctly, and does fuzzy searching …
(edit) @12376   18 years mdewsnip Now stores term vectors (for the TX field only), to support query term …
(edit) @12375   18 years mdewsnip Ooops... StopWord output went to STDERR instead of STDOUT.
(edit) @12374   18 years mdewsnip Now "-out" is used to specify the out file (on Windows).
(edit) @12373   18 years mdewsnip Bit tidy up, particularly regarding command-line option parsing.
(edit) @12372   18 years mdewsnip Now returns the stop words that have been removed from the query.
(edit) @12371   18 years mdewsnip If sections_index_document_metadata is on, top level sections no …
(edit) @12370   18 years kjdon now create the archives directory here rather than expecting plugouts …
(edit) @12369   18 years kjdon moved undo and redo from CDM.FormatMAnager to General, changed a …
(edit) @12368   18 years kjdon grab the focus into textarea when we gain focus
(edit) @12367   18 years kjdon this now saves on losefocus, and has undo and redo buttons rather than …
(edit) @12366   18 years kjdon preview button click now calls loseFocus on current view
(edit) @12365   18 years kjdon undo and redo string keys are now General not CDM.FormatManager
(edit) @12364   18 years mdewsnip Now uses the t variable to control whether a "some" or "all" search is …
(edit) @12363   18 years kjdon sort_metadata renamed to store_output_info_reference, and modified the …
(edit) @12362   18 years kjdon import.sortmeta can now be a comma separated list
(edit) @12361   18 years kjdon changed a comment
(edit) @12360   18 years kjdon changed sortmeta type to metadata instead of metadatum, cos the latter …
(edit) @12359   18 years kjdon added a comment
(edit) @12358   18 years kjdon added back in the unshift that I removed in last commit
(edit) @12357   18 years mdewsnip Put back in adding GSDLCOLLECTDIR/perllib to INC, so …
(edit) @12356   18 years kjdon modified Michael's indexed_section change so that gsdldoctype of …
(edit) @12355   18 years kjdon updated to use plugouts instead of docsave
(edit) @12354   18 years kjdon removed docsave reference
(edit) @12353   18 years kjdon docsave has been replaced by plugouts
(edit) @12352   18 years kjdon changed setting of initial value for metadata type to look at preset …
(edit) @12351   18 years kjdon some varied changes
(edit) @12350   18 years kjdon change parseClassify to use a StringBuffer in an inner loop, and added …
(edit) @12349   18 years kjdon added support for setting languagemetadata to be used with language …
(edit) @12348   18 years kjdon made selectValue a static method
(edit) @12347   18 years kjdon added language_metadata strings
(edit) @12346   18 years kjdon moved text outside the source list. select all button is now on mgpp …
(edit) @12345   18 years kjdon added a tooltip for the inherited metadata icon
(edit) @12344   18 years shaoqun mixed bugs of the last update
(edit) @12343   18 years shaoqun a classes that can be used to stop a process
(edit) @12342   18 years kjdon added modegli=3 to maxnumeric option
(edit) @12341   18 years shaoqun fixed the bugs
(edit) @12340   18 years kjdon maxnumeric is set using set_maxnumeric (by buildcol.pl) rather than …
(edit) @12339   18 years kjdon added buildcol.maxnumeric
(edit) @12338   18 years kjdon added the maxnumeric option to buildcol. so it can be set in GLI. …
(edit) @12337   18 years shaoqun added strings for exporting panel
(edit) @12336   18 years shaoqun added more export versions and xslt transformation
(edit) @12335   18 years shaoqun now it uses plugouts
(edit) @12334   18 years shaoqun a module that displays plugouts info
(edit) @12333   18 years shaoqun now it uses plugout
(edit) @12332   18 years shaoqun added strings for plugouts
(edit) @12331   18 years kjdon removed a debug print statement
Note: See TracRevisionLog for help on using the revision log.