source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @417   25 years sjboddie fixed screwup in what I just committed
(edit) @416   25 years sjboddie added -mode option to usage printout
(edit) @415   25 years rjmcnab fixed small bug
(edit) @414   25 years rjmcnab Added more operators to _If_, changed quoting of parameters so that ' …
(edit) @413   25 years rjmcnab Added setmapfile function to map conversion utilities so the map file …
(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) @409   25 years sjboddie Tidied things up a bit
(edit) @408   25 years sjboddie New classifier
(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) @402   25 years sjboddie fixed a couple of *really* dumb bugs
(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) @392   25 years sjboddie added format_date subroutine
(edit) @391   25 years sjboddie new section level AZList classification
(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) @385   25 years sjboddie moved string formatting for sorting into it's own module
(edit) @384   25 years sjboddie added a sort option
(edit) @383   25 years sjboddie moved the sorting format subroutines to their own module
(edit) @382   25 years rjmcnab Initial revision.
(edit) @381   25 years rjmcnab Added support for user management.
(edit) @380   25 years rjmcnab Fixed spelling mistake.
(edit) @379   25 years rjmcnab Added tipaction, authenaction, userdb, and usersaction
(edit) @378   25 years sjboddie fixed bug in writing out subcollectionmap and languagemap to build.cfg
(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) @372   25 years rjmcnab Added gsdltimes
(edit) @371   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) @360   25 years sjboddie fixed small bug
(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) @342   25 years sjboddie Just changed an error message
(edit) @341   25 years sjboddie Just some more minor changes (I'm repeating myself.. I know)
(edit) @340   25 years sjboddie lots of little things
(edit) @339   25 years sjboddie Fixed a bug that I created last time
(edit) @338   25 years rjmcnab Changed so FindWords could be used in new ways.
(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) @335   25 years rjmcnab Changes for better match reporting.
(edit) @334   25 years rjmcnab Changes for better reporting of number documents which match a query. …
(edit) @333   25 years rjmcnab fixed bug :-
(edit) @332   25 years rjmcnab Added _textapprox_ macro for the improved document match reporting.
(edit) @331   25 years rjmcnab Optimised a couple of functions.
(edit) @330   25 years rjmcnab Optimised append functions slightly and added a reserve function.
(edit) @329   25 years rjmcnab Optimised utf8inconvertclass::convert slightly.
(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 …
Note: See TracRevisionLog for help on using the revision log.