source: trunk/gsdl/src/recpt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13017   18 years kjdon when doing special formatting for datelist, allow yyyy-mm-dd format
(edit) @12990   18 years kjdon added accent folding support into makefiles
(edit) @12943   18 years kjdon look for gs.DocumentHeader and DocumentHeader metadata, and if found, …
(edit) @12930   18 years kjdon changed set_query_type_args to make plain the default if no search …
(edit) @12926   18 years kjdon added in accentfolding stuff
(edit) @12866   18 years kjdon added af (accent folding) arg, and ks, ss and afs which state whether …
(edit) @12865   18 years kjdon need to call set_stem_index_args to set up the ss, ks and afs args
(edit) @12864   18 years kjdon set_stem_index_args sets ks, ss, and afs args depending on the value …
(edit) @12863   18 years kjdon added in stemIndexes to colinfo_t, plus some #defines. stemIndexes …
(edit) @12796   18 years davidb Minor fix to error statement (compiled under Windows, but not Linux).
(edit) @12794   18 years davidb Changes to make depositor action work under Windows. Main change is …
(edit) @12792   18 years kjdon added parentheses for saving in addstemcase
(edit) @12791   18 years kjdon fixed up a non-compiling mistake
(edit) @12786   18 years kjdon added sort field macro for use in query form with lucene, query …
(edit) @12785   18 years kjdon added new set_sfselection_macro method
(edit) @12784   18 years kjdon modified query parsing for mgpp and lucene. hopefully it will work …
(edit) @12783   18 years kjdon removed declarations which are not used outside this file, changed the …
(edit) @12771   18 years mdewsnip Changed the new "fuzziness" argument to take an integer instead of a …
(edit) @12770   18 years mdewsnip Changed the Lucene "-fuzzy" argument to "-fuzziness <value>", for more …
(edit) @12768   18 years kjdon no longer use arg qf for simple/advanced form. Use the b arg, so that …
(edit) @12720   18 years mdewsnip Some HTML 4 compliance fixes to the search history stuff.
(edit) @12685   18 years mdewsnip Commented out or removed Lucene debugging comments.
(edit) @12579   18 years kjdon set the filesize in the fileupload data
(edit) @12576   18 years kjdon we now use a specialised header on the select page too. Wizardaction …
(edit) @12575   18 years kjdon changed a logout message to say wizardaction rather than collectoration
(edit) @12567   18 years kjdon changed the special metadata formatting for Language and Date. Now …
(edit) @12565   18 years mdewsnip A fix to compensate for the change to the way commas in CGI values are …
(edit) @12562   18 years kjdon reverted back to the previous version because it really was needed. …
(edit) @12555   18 years kjdon reverted split_cgi_args back to 1.25 version, pre davids depositor …
(edit) @12549   18 years mdewsnip Fixed up the creation of the _homeextra_ table so it is HTML 4 compliant.
(edit) @12525   18 years kjdon added depositor h/cpp/obj files
(edit) @12524   18 years kjdon commented out strings.h include as complains on windows, and doesn't …
(edit) @12518   18 years kjdon removed cgicc
(edit) @12517   18 years kjdon deleted some commented out stuff
(edit) @12516   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12515   18 years kjdon deleted some stuff that's not used
(edit) @12514   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor.
(edit) @12513   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12512   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12511   18 years kjdon fixed a typo
(edit) @12510   18 years kjdon Got rid of cgicc code - we now use Stefan's fileupload in cgiwrapper
(edit) @12509   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12508   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12507   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12503   18 years kjdon bsummary page now displays build log as well as import and fail logs
(edit) @12495   18 years kjdon we need to add in xml2 lib for z3950server linking cos yaz now …
(edit) @12488   18 years mdewsnip Some XHTML compliance changes.
(edit) @12485   18 years mdewsnip The username of the person submitting translations is now passed to …
(edit) @12480   18 years mdewsnip Changed a "g_EmptyText" argument default to g_EmptyText.
(edit) @12476   18 years kjdon removed the extra ct arg from the view collection button href, and …
(edit) @12475   18 years kjdon added the directory name into the list of collection names
(edit) @12474   18 years mdewsnip Urdu is now displayed right-to-left also.
(edit) @12463   18 years kjdon set versionnum macro so that it can be used in the HTML header
(edit) @12446   18 years kjdon deleted the code for ifl=1 when there are no matching docs. now output …
(edit) @12428   18 years mdewsnip Lucene now supports "some" and "all" queries, so look at t variable …
(edit) @12421   18 years mdewsnip Now catches TooManyClauses exceptions from Lucene and tells the user …
(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) @12407   18 years kjdon changed the Z3950_OBJS list to not include COMMONOBJECTS, and only …
(edit) @12400   18 years kjdon cgicc stuff, we get the arguments form formData then put them back …
(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) @12380   18 years mdewsnip Now shows the stopwords removed by Lucene, many thanks to Me and DL …
(edit) @12315   18 years kjdon mgpp's ParseQuery now takes a fourth argumnet, maxnumeric - leave as …
(edit) @12276   18 years sjboddie Added "Sort Field" (sf) argument that can be passed through to a …
(edit) @12229   18 years kjdon set_navbarmacros now uses httpbrowseCL1 etc rather than …
(edit) @12183   18 years sjboddie Added expand_from_current_level option to …
(edit) @12174   18 years kjdon changed the way navigation bar is made. no longer test on tabtextXXX. …
(edit) @12161   18 years mdewsnip Fixed up the "I'm feeling lucky" functionality, which was broken when …
(edit) @12082   18 years sjboddie Minor changes to get thing compiling under windows. I'm using an old …
(edit) @12044   18 years sjboddie Wrapped browsetools up into a class and renamed it browsetoolsclass. …
(edit) @12019   18 years davidb Minor improvements to depositor action.
(edit) @12008   18 years davidb A minor tweak to let this action work with the older version of cgicc …
(edit) @12002   18 years davidb First cut at 'The Depositor' -- Greenstone support for institutional …
(edit) @12001   18 years davidb Experimental addition for nicer URLs for retrieving a document from …
(edit) @12000   18 years davidb 'ct' 'qt' and 'qto' cgi arguments changed to be 'multi-character' this …
(edit) @11998   18 years davidb First cut at 'The Depositor' -- Greenstone support for institutional …
(edit) @11988   18 years kjdon changed the defaults for ct, qt and qto to be empty, then …
(edit) @11987   18 years kjdon added a new method set_query_type_args, which sets ct, qt and qto …
(edit) @11986   18 years kjdon collection links on home page no longer need to set ct, qt, qto args …
(edit) @11985   18 years kjdon no searchTypes array any more - it is now a format statement
(edit) @11964   18 years kjdon changed the collection_macros data type to be collectionmeta_map, so …
(edit) @11958   18 years kjdon don't have short and long help anymore, just one help message. some of …
(edit) @11946   18 years mdewsnip Fixed a bug causing an infinite loop with a classifier with an empty HList.
(edit) @11889   18 years mdewsnip Fixed a couple of calls to output_section_group where "" was passed in …
(edit) @11772   18 years kjdon if we need to display a DateList, we get mdtype and set argsdm
(edit) @11771   18 years kjdon removed the dm arg from the date list classifier in navigation bar …
(edit) @11770   18 years kjdon we still output documents even if can't get their date
(edit) @11765   18 years kjdon made mgpp query parsing better for plain searching. now handles bool …
(edit) @11751   18 years kjdon made the history work again after John broke it by changin g& to &amp;
(edit) @11641   18 years kjdon added an ID to toc div for classifiers, so can format the display …
(edit) @11638   18 years kjdon added a few CSS class attributes for date_list, date_list_year, …
(edit) @11637   18 years kjdon added an extra class h_item_current to the current h item
(edit) @11569   18 years mdewsnip Had to add #if HAVE_UNISTD_H around #include <unistd.h> because …
(edit) @11539   18 years kjdon when deciding if a classifier is a datelist or not, now we check …
(edit) @11503   18 years kjdon modified the default format string to match what's in GLI
(edit) @11460   18 years mdewsnip Added the (unfinished) Excel spreadsheet generation action into the GTI.
(edit) @11445   18 years mdewsnip Now escapes '&' in xml_safe too.
(edit) @11441   18 years grbuchan Removed erroneous space character after -L in expat library option
(edit) @11413   18 years kjdon fixed up some stuff to do with navbar, and spacers and search buttons
Note: See TracRevisionLog for help on using the revision log.