source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @440   25 years sjboddie changed mg-1.3d to mg
(edit) @438   25 years sjboddie moved OID translation stuff from …
(edit) @437   25 years sjboddie fixed small bug in ShowSectionTitles
(edit) @436   25 years sjboddie made it so dates may be only 4 digits (i.e. year only)
(edit) @432   25 years sjboddie added ability to set receptionist from configuration files
(edit) @431   25 years sjboddie a few small changes related to new format options
(edit) @430   25 years sjboddie added ability to set receptionist from collect.cfg
(edit) @423   25 years sjboddie added overloaded get_info function for getting info on multiple OIDs
(edit) @422   25 years sjboddie made format_date function global
(edit) @421   25 years sjboddie added collectinfo argument to some functions
(edit) @420   25 years sjboddie -added collectinfo argument to some functions -caught up with changes …
(edit) @419   25 years sjboddie -added ability to display nested classifications (expanded versions of …
(edit) @418   25 years sjboddie -added collectinfo argument to some functions -made some function …
(edit) @412   25 years sjboddie wrote handler for DateList classification
(edit) @411   25 years sjboddie fixed up wrapping of classificationlinks
(edit) @410   25 years sjboddie added some date formatting
(edit) @407   25 years sjboddie added an [icon] option, added ability to call get_formatted_string …
(edit) @406   25 years sjboddie get_children now takes a getParents argument
(edit) @405   25 years sjboddie List and AZList classifications now use format strings
(edit) @404   25 years sjboddie got List and AZList classifications using format strings - tidied up a bit
(edit) @403   25 years sjboddie no longer display documents that don't match all phrases in query string
(edit) @401   25 years rjmcnab Fixed a weird bug to do with a faulty case statement.
(edit) @400   25 years rjmcnab Changed the logic for getting the results string slightly
(edit) @399   25 years rjmcnab Made the output_document function virtual.
(edit) @398   25 years sjboddie changed isApprox
(edit) @397   25 years sjboddie some changes to the way quoted queries are handled
(edit) @396   25 years sjboddie got using phrasesearch for post-processing
(edit) @395   25 years sjboddie changed to use termfreqclassarray type
(edit) @394   25 years sjboddie added termfreqclassarray type
(edit) @393   25 years sjboddie removed all the old post-processing stuff
(edit) @390   25 years rjmcnab Moved the adding of the actions to librarymain so that they can be …
(edit) @389   25 years rjmcnab Moved the adding of the actions to librarymain so that they can be …
(edit) @388   25 years rjmcnab Moved the setting of argsinfo into the constructor. Added the …
(edit) @387   25 years rjmcnab Fixed a small bug in the POST implementation.
(edit) @386   25 years rjmcnab fixed an error to do with the way time is dealt with on different …
(edit) @379   25 years rjmcnab Added tipaction, authenaction, userdb, and usersaction
(edit) @377   25 years rjmcnab Added authenaction and usersaction
(edit) @376   25 years rjmcnab Added support for authenaction and usersaction
(edit) @375   25 years rjmcnab Added functionality to modify a gdbm database.
(edit) @374   25 years rjmcnab Put users in their own gdbm database. Moved a lot of functionality to …
(edit) @373   25 years rjmcnab Initial revision.
(edit) @370   25 years rjmcnab Moved infodbclass to src/recpt
(edit) @369   25 years rjmcnab Got something basic working.
(edit) @368   25 years rjmcnab Moved from src/colservr and added capability to write out data.
(edit) @367   25 years rjmcnab Moved to src/recpt
(edit) @366   25 years rjmcnab Stored origin of cgiarg with argument.
(edit) @365   25 years rjmcnab Added ability to receive POST cgi form data.
(edit) @364   25 years rjmcnab Stored information relating to the cgi argument's origin with the cgi …
(edit) @363   25 years rjmcnab Initial revision.
(edit) @362   25 years rjmcnab Added calls to define_external_cgiargs.
(edit) @361   25 years rjmcnab Added function check_external_cgiargs so that actions that are not …
(edit) @359   25 years sjboddie fixed parent(All) function so it only outputs parents and not current …
(edit) @358   25 years rjmcnab Fixed a couple of compiler conflicts
(edit) @357   25 years rjmcnab Initial revision.
(edit) @356   25 years rjmcnab Setting macros needed for a second query.
(edit) @355   25 years rjmcnab Added result_num to the ResultDocInto_t structure.
(edit) @354   25 years rjmcnab Added ability to print the result number
(edit) @353   25 years rjmcnab Added the result number to the ResultDocInfo_t
(edit) @352   25 years sjboddie format stuff
(edit) @351   25 years rjmcnab Added ability to combine two or more independant queries.
(edit) @350   25 years rjmcnab broke search_index into index+subcollection+language within mgsearch
(edit) @349   25 years rjmcnab Added ability to combine two independant queries.
(edit) @348   25 years rjmcnab Slight change for multiple phrase matching.
(edit) @347   25 years sjboddie had another crack at the format string code - created a new …
(edit) @346   25 years sjboddie changed around the way browsetools works
(edit) @345   25 years sjboddie added formattools
(edit) @344   25 years sjboddie Made some changes to allow for new way classifiers work (i.e. you can …
(edit) @343   25 years rjmcnab Disabled quoted strings.
(edit) @337   25 years sjboddie had a go at getting a query result format string working
(edit) @336   25 years sjboddie added format option to collection info
(edit) @334   25 years rjmcnab Changes for better reporting of number documents which match a query. …
(edit) @333   25 years rjmcnab fixed bug :-
(edit) @328   25 years rjmcnab Initial revision.
(edit) @327   25 years rjmcnab reduced MAXDOCS to 200 (more reasonable ???). I also added a virtual …
(edit) @326   25 years rjmcnab Added a set of utf8 encoded equivalent terms of a query term. I also …
(edit) @325   25 years rjmcnab Added code to plug in the equivalent terms of each of the query terms. …
(edit) @324   25 years rjmcnab Added a function to get the equivalent terms of a query term. I also …
(edit) @323   25 years rjmcnab fixed a small warning.
(edit) @322   25 years rjmcnab Fixed a small warning.
(edit) @319   25 years rjmcnab made stemming functions available from mgsearch and made the stems for …
(edit) @312   25 years sjboddie Fixed up default index for get_document
(edit) @311   25 years rjmcnab Added a couple of fields to queryinfo to handle a special version of mg.
(edit) @310   25 years rjmcnab Added a couple of fields to ResultDocInfo_t to handle a special …
(edit) @309   25 years sjboddie now sets a _navigationbar_ macro even if there aren't any …
(edit) @308   25 years rjmcnab A bit of hacking to remove the restriction that the index to get a …
(edit) @305   25 years sjboddie added httpprefix
(edit) @302   25 years sjboddie now check for defaultindex, defaultsubcollection, and defaultlanguage …
(edit) @301   25 years sjboddie got rid of all the old functions for dealing with dir indexes
(edit) @300   25 years sjboddie now set a _thisOID_ macro for use in displaying images
(edit) @299   25 years sjboddie now read in build.cfg before collect.cfg so that the indexmaps are …
(edit) @298   25 years sjboddie author is added to queryresults if there is one
(edit) @297   25 years sjboddie fixed a couple of version conflicts - tidied up some small things
(edit) @296   25 years rjmcnab Made a couple of changes to handle different encodings.
(edit) @295   25 years rjmcnab Made h, i, and n arguments saved in the compressed arguments.
(edit) @294   25 years rjmcnab Added encoding and decoding of multibyte compresesd arguments.
(edit) @293   25 years rjmcnab Fixed a small "bug" -- well I probably just covered another one…
(edit) @284   25 years sjboddie lots of small changes
(edit) @282   25 years sjboddie got detach button working properly - the close book icon is now …
(edit) @281   25 years sjboddie tidied a few things up. documentaction::define_external_macros now …
(edit) @280   25 years sjboddie added a strip_suffix function
Note: See TracRevisionLog for help on using the revision log.