source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14095   17 years mdewsnip Removed non-HTML 4 compliant <p> tag.
(edit) @14091   17 years qq6 add gdbm path
(edit) @14090   17 years mdewsnip Added a new value for the "ifl" argument: when equal to "2", it only …
(edit) @14072   17 years mdewsnip Moved document cover image non-compliant HTML out of the C++ code and …
(edit) @14015   17 years qq6 added a method to close the database
(edit) @14014   17 years qq6 close the user and key database after verification
(edit) @14013   17 years qq6 added a method to close the database
(edit) @13982   17 years lh92 Added UseBook variable for Realistic Book
(edit) @13967   17 years kjdon Added new cgi argument (book) to switch between displaying …
(edit) @13966   17 years kjdon set numsections and numwords macros as well as numdocs
(edit) @13957   17 years kjdon the first element in the collections drop down list is not selectable …
(edit) @13941   17 years nzdl when processing the submissions, the translation keys are encoded to …
(edit) @13844   17 years mdewsnip Jeffrey's (DL Consulting) changes to userdb to make it a proper class, …
(edit) @13789   17 years mdewsnip Fixed a problem with my previous change causing the local library to …
(edit) @13780   17 years mdewsnip GLI/LOCAL LIBRARY: To prevent the problems with the GLI being unable …
(edit) @13773   17 years kjdon mg, mgpp, unac. lucenewrap moved from gsdl into separate indexers …
(edit) @13692   17 years mdewsnip Finished the Microsoft Excel spreadsheet generation page that I …
(edit) @13672   17 years lh92 added a new action 'status' which generats a page of the current …
(edit) @13587   17 years kjdon fixed a bug where search result sorting wasn't provided for lucene …
(edit) @13570   17 years kjdon catch unforseen exceptions, and check for null sort_field and …
(edit) @13569   17 years kjdon added OTHER_ERROR
(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) @13530   17 years shaoqun srp arg could have multiple char as well
(edit) @13528   17 years mdewsnip "I'm feeling lucky" URLs now include the cl argument.
(edit) @13526   17 years mdewsnip The "srn" and "srp" CGI arguments must be multicharacter otherwise …
(edit) @13473   17 years shaoqun added the method used by translator
(edit) @13470   17 years shaoqun make it accept xml files from a command line
(edit) @13463   17 years kjdon decode_cgi_arg returns utf-8 if the original encoding was utf-8. need …
(edit) @13461   17 years kjdon added some comments for decode_cgi_arg method
(edit) @13457   17 years kjdon cgi_safe method renamed to cgi_safe_unicode, see comment in cgiutils
(edit) @13456   17 years kjdon cgi_safe was sometimes getting passed in unicode, sometimes utf-8. for …
(edit) @13451   17 years shaoqun added id=toc_top to the toppest level table of the table of contents
(edit) @13432   17 years shaoqun added a print option for DocumentButtons format
(edit) @13367   17 years mdewsnip Moved a static English string out of the C++ code and into a macro, so …
(edit) @13366   17 years shaoqun added code to support the display of previous and next search result …
(edit) @13365   17 years shaoqun add DocumentSearchResultLinks to control the display of search result …
(edit) @13280   17 years mdewsnip Tidied up the "I'm feeling lucky" functionality and added an "ifln" …
(edit) @13223   17 years shaoqun used utf-8 coding for the input stream
(edit) @13133   18 years mdewsnip Languages that should be displayed right-to-left are now specified in …
(edit) @13132   18 years mdewsnip Stopped running to_utf8 on the submitted strings, as this is causing …
(edit) @13131   18 years mdewsnip Now uses the existing decode_commas function in cgiutils.
(edit) @13118   18 years kjdon added [DocTopOID] which gives the top level document identifier
(edit) @13117   18 years kjdon make sure we have actually found something before iterating, in get_href
(edit) @13116   18 years kjdon added .rt to the list of OID modifiers - this is the root id of the …
(edit) @13111   18 years mdewsnip Added "-fexceptions" to LDFLAGS to prevent an error compiling on Mac …
(edit) @13103   18 years kjdon cgi_safe, do unicode encoding for characters less than 127 rather than …
(edit) @13063   18 years kjdon make sure some matchTerms are set in terminfo - no termvariants are …
(edit) @13054   18 years mdewsnip Now puts the terms through xmlSafe() as well, to prevent invalid XML …
(edit) @13017   18 years kjdon when doing special formatting for datelist, allow yyyy-mm-dd format
(edit) @13000   18 years mdewsnip Now displays the "cached" attribute of a Lucene ResultSet, for debugging.
(edit) @12999   18 years mdewsnip Code for caching query results (eg. in index/sidx/cache), disabled by …
(edit) @12998   18 years kjdon added in accentfolding support to makefile
(edit) @12997   18 years kjdon added ifdef win32 around the u_char and u-long typedefs to get rid of …
(edit) @12996   18 years kjdon changed u_char and u_long hash defines to typedefs, otherwise they can …
(edit) @12995   18 years kjdon sysfuncs.h was only needed for u_char, changed u_chars to unsigned …
(edit) @12994   18 years kjdon moved all the STEM methods and hash defines from mg_files.h into stemmer.h
(edit) @12993   18 years mdewsnip Now stores the query results XML in a string buffer before outputting …
(edit) @12992   18 years mdewsnip Added the command (commented out) for skipping lucene_query.pl and …
(edit) @12991   18 years mdewsnip Ooops... managed to lose the header of the XML output in my recent changes.
(edit) @12990   18 years kjdon added accent folding support into makefiles
(edit) @12989   18 years mdewsnip Follow to close the searcher object.
(edit) @12987   18 years mdewsnip You can now specify the query string as a command-line argument to …
(edit) @12986   18 years kjdon added accentfolding support to the makefile
(edit) @12983   18 years mdewsnip Moved the stuff for running the query into a new runQuery function, in …
(edit) @12981   18 years mdewsnip Tidied up command-line option parsing in preparation for allowing the …
(edit) @12980   18 years mdewsnip Now passes the endresults value (if defined) into the …
(edit) @12978   18 years kjdon changed line 528 to avoid a compile warnign on windows
(edit) @12976   18 years mdewsnip Rearranged some code to make the fact that the term information is now …
(edit) @12975   18 years mdewsnip Simplified all the term frequency stuff considerably, and made it …
(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) @12927   18 years kjdon added in accentfold option
(edit) @12926   18 years kjdon added in accentfolding stuff
(edit) @12922   18 years kjdon added --disable-accentfold option to main configure, which is used to …
(edit) @12916   18 years kjdon changed the comment to say MGPP instead of GNU tar
(edit) @12915   18 years kjdon the compilation of the accent folding stuff (which needs unac package …
(edit) @12914   18 years kjdon allow IndexData to be constructed even if stem indexes are missing - …
(edit) @12913   18 years kjdon we now check for existence of stem index for our stem method in …
(edit) @12912   18 years kjdon turned off accent folding if partial matching is being done - can't do …
(edit) @12888   18 years kjdon Accent folding patch thanks to Juan Grigera. added unac includes and lib
(edit) @12887   18 years kjdon Accent folding patch thanks to Juan Grigera. addedd in support for …
(edit) @12886   18 years kjdon Accent folding patch thanks to Juan Grigera. Added in all the extra …
(edit) @12885   18 years kjdon Accent folding patch thanks to Juan Grigera. now has more options for …
(edit) @12884   18 years kjdon Accent folding patch thanks to Juan Grigera. parsing of …
(edit) @12882   18 years kjdon added accentfolding option. setting up default stem method now uses …
(edit) @12881   18 years kjdon Accent folding patch thanks to Juan Grigera. file suffixes with …
(edit) @12880   18 years kjdon Accent folding patch thanks to Juan Grigera. Added a make_suffix function
(edit) @12879   18 years kjdon Accent Folding patch thanks to Juan Grigera. mgpp_stemmer now does …
(edit) @12871   18 years kjdon Accent Folding patch, thanks to Juan Grigera. Added AccentFold filteroption
(edit) @12870   18 years kjdon Accent Folding patch, thanks to Juan Grigera. Added AccentFold option …
(edit) @12869   18 years kjdon Accent Folding patch, thanks to Juan Grigera. defaultStemMethod uses …
(edit) @12868   18 years kjdon AccentFolding patch, thanks to Juan Grigera. added accentfolding to …
(edit) @12867   18 years kjdon use stemindexes from build.cfg to set colinfo stemIndexes value
(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 …
Note: See TracRevisionLog for help on using the revision log.