Timeline



1999-07-07:

18:19 Changeset [351] by rjmcnab
Added ability to combine two or more independant queries.
18:17 Changeset [350] by rjmcnab
broke search_index into index+subcollection+language within mgsearch
18:13 Changeset [349] by rjmcnab
Added ability to combine two independant queries.
18:11 Changeset [348] by rjmcnab
Slight change for multiple phrase matching.
17:49 Changeset [347] by sjboddie
had another crack at the format string code - created a new …
17:47 Changeset [346] by sjboddie
changed around the way browsetools works
17:44 Changeset [345] by sjboddie
added formattools
17:44 Changeset [344] by sjboddie
Made some changes to allow for new way classifiers work (i.e. you can …

1999-07-06:

09:06 Changeset [343] by rjmcnab
Disabled quoted strings.

1999-07-05:

10:55 Changeset [342] by sjboddie
Just changed an error message

1999-07-02:

14:33 Changeset [341] by sjboddie
Just some more minor changes (I'm repeating myself.. I know)
14:10 Changeset [340] by sjboddie
lots of little things
14:09 Changeset [339] by sjboddie
Fixed a bug that I created last time
12:18 Changeset [338] by rjmcnab
Changed so FindWords could be used in new ways.
10:48 Changeset [337] by sjboddie
had a go at getting a query result format string working
10:47 Changeset [336] by sjboddie
added format option to collection info

1999-07-01:

21:30 Changeset [335] by rjmcnab
Changes for better match reporting.
21:29 Changeset [334] by rjmcnab
Changes for better reporting of number documents which match a query. …
21:25 Changeset [333] by rjmcnab
fixed bug :-
21:24 Changeset [332] by rjmcnab
Added _textapprox_ macro for the improved document match reporting.
16:49 Changeset [331] by rjmcnab
Optimised a couple of functions.
16:05 Changeset [330] by rjmcnab
Optimised append functions slightly and added a reserve function.
16:03 Changeset [329] by rjmcnab
Optimised utf8inconvertclass::convert slightly.
16:01 Changeset [328] by rjmcnab
Initial revision.
15:59 Changeset [327] by rjmcnab
reduced MAXDOCS to 200 (more reasonable ???). I also added a virtual …
15:56 Changeset [326] by rjmcnab
Added a set of utf8 encoded equivalent terms of a query term. I also …
15:54 Changeset [325] by rjmcnab
Added code to plug in the equivalent terms of each of the query terms. …
15:52 Changeset [324] by rjmcnab
Added a function to get the equivalent terms of a query term. I also …
15:49 Changeset [323] by rjmcnab
fixed a small warning.
15:47 Changeset [322] by rjmcnab
Fixed a small warning.
11:55 Changeset [321] by sjboddie
Fixed a couple of small bugs

1999-06-30:

16:59 Changeset [320] by rjmcnab
Added a to_utf8 function that takes iterators as input.
16:04 Changeset [319] by rjmcnab
made stemming functions available from mgsearch and made the stems for …
16:01 Changeset [318] by sjboddie
fixed a bug causing documents without <body> tags to have no text
15:36 Changeset [317] by sjboddie
Added maxdocs option
15:35 Changeset [316] by sjboddie
- changed the way classifiers work
15:35 Changeset [315] by sjboddie
- removed old infodb stuff - changed the way classifiers work - added …
15:30 Changeset [314] by sjboddie
added maxdocs command line option
15:30 Changeset [313] by sjboddie
added maxdocs and allclassifications command line options
11:06 Changeset [312] by sjboddie
Fixed up default index for get_document
10:06 Changeset [311] by rjmcnab
Added a couple of fields to queryinfo to handle a special version of mg.
10:05 Changeset [310] by rjmcnab
Added a couple of fields to ResultDocInfo_t to handle a special …

1999-06-29:

13:46 Changeset [309] by sjboddie
now sets a _navigationbar_ macro even if there aren't any …

1999-06-28:

20:56 Changeset [308] by rjmcnab
A bit of hacking to remove the restriction that the index to get a …
14:27 Changeset [307] by sjboddie
my tidy nature coming out ;)
14:19 Changeset [306] by sjboddie
fixed up _httpcollection_
14:18 Changeset [305] by sjboddie
added httpprefix
14:10 Changeset [304] by sjboddie
Got rid of TOCPlug which no longer exists
14:09 Changeset [303] by sjboddie
altered mkcol.pl so that it doesn't copy CVS directories from modelcol
10:08 Changeset [302] by sjboddie
now check for defaultindex, defaultsubcollection, and defaultlanguage …
10:07 Changeset [301] by sjboddie
got rid of all the old functions for dealing with dir indexes
10:05 Changeset [300] by sjboddie
now set a _thisOID_ macro for use in displaying images
10:04 Changeset [299] by sjboddie
now read in build.cfg before collect.cfg so that the indexmaps are …
10:02 Changeset [298] by sjboddie
author is added to queryresults if there is one
09:49 Changeset [297] by sjboddie
fixed a couple of version conflicts - tidied up some small things

1999-06-26:

13:14 Changeset [296] by rjmcnab
Made a couple of changes to handle different encodings.
13:10 Changeset [295] by rjmcnab
Made h, i, and n arguments saved in the compressed arguments.
13:08 Changeset [294] by rjmcnab
Added encoding and decoding of multibyte compresesd arguments.
13:07 Changeset [293] by rjmcnab
Fixed a small "bug" -- well I probably just covered another one…
13:06 Changeset [292] by rjmcnab
Added ability to post-process text before it is fed to be indexed or …
13:05 Changeset [291] by rjmcnab
No real changes.

1999-06-25:

11:35 Changeset [290] by rjmcnab
Added code to retain the ordering of indexes, subcollections, and …
11:34 Changeset [289] by rjmcnab
Included seperate method for finding 'paragraphs' so that it could be …
11:16 Changeset [288] by sjboddie
Fixed up a few things to allow collections to be built directly …

1999-06-24:

17:26 Changeset [287] by sjboddie
list classifier became List. Now does a bit more than it used to
17:25 Changeset [286] by sjboddie
few changes mostly to get howto and organization classifications …
17:24 Changeset [285] by sjboddie
Did some hacking around here while trying to build subsets of existing …
17:12 Changeset [284] by sjboddie
lots of small changes
17:11 Changeset [283] by sjboddie
lots more changes

1999-06-17:

15:06 Changeset [282] by sjboddie
got detach button working properly - the close book icon is now …
11:53 Changeset [281] by sjboddie
tidied a few things up. documentaction::define_external_macros now …
11:51 Changeset [280] by sjboddie
added a strip_suffix function

1999-06-16:

16:03 Changeset [279] by sjboddie
Now sets "cl" arg to "search" when going to a document from a search …
15:11 Changeset [278] by sjboddie
get_info() now takes a getParents argument
15:10 Changeset [277] by sjboddie
define_internal_macros() now sets _pagetitle_ macro to document's …
14:22 Changeset [276] by sjboddie
lots of changes to all macro files
14:08 Changeset [275] by sjboddie
got queryaction working
14:05 Changeset [274] by sjboddie
just changed a comment that was confusing me
14:03 Changeset [273] by sjboddie
fixed bug in isApprox and set MAXDOCS to always be 500
14:01 Changeset [272] by sjboddie
Few changes to get getParents filter option to return metadata of …
14:00 Changeset [271] by sjboddie
Few changes to get getParent filter option to return metadata of …

1999-06-15:

14:24 Changeset [270] by sjboddie
moved do_query from queryaction to new querytools module (as do_action …
14:16 Changeset [269] by sjboddie
small change to prevent collectdir configuration string from being …
13:56 Changeset [268] by sjboddie
Got multiple collections working
13:55 Changeset [267] by sjboddie
- got text highlighting working - got multiple collections working …

1999-06-10:

12:39 Changeset [266] by sjboddie
navigation bar is no longer written out for every page (it should be …

1999-06-09:

12:41 Changeset [265] by sjboddie
phrase searching now uses case-folding if it's turned on
12:09 Changeset [264] by sjboddie
Added a fairly minimal html_safe function
12:08 Changeset [263] by sjboddie
query string macro (_cgiargq_) is now made html safe before being set
10:03 Changeset [262] by sjboddie
query string is now made cgi safe before being added to compressed args

1999-06-08:

16:29 Changeset [261] by sjboddie
added argsinfo to the call to check_cgiargs to make it easy to set …
Note: See TracTimeline for information about the timeline view.