Ignore:
Timestamp:
2000-07-14T09:43:50+12:00 (24 years ago)
Author:
sjboddie
Message:

Removed CVS logging information from source files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/queryaction.cpp

    r1270 r1285  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    27 
    28 /*
    29    $Log$
    30    Revision 1.37  2000/07/05 21:49:34  sjboddie
    31    Receptionist now caches collection information to avoid making multiple
    32    get_collectinfo calls to collection server
    33 
    34    Revision 1.36  2000/02/21 21:57:48  sjboddie
    35    actions are now configured with gsdlhome
    36 
    37    Revision 1.35  2000/02/17 02:35:04  sjboddie
    38    tidied up search history stuff a bit - replaced strings with macros
    39 
    40    Revision 1.34  2000/02/15 22:53:52  kjm18
    41    search history stuff added.
    42 
    43    Revision 1.33  2000/01/24 22:57:59  sjboddie
    44    fixed bug in cross-collection searching, tidied up a bit
    45 
    46    Revision 1.32  1999/12/13 02:54:11  davidb
    47    Support for cross collection searching (CCS)
    48 
    49    Revision 1.31  1999/12/05 21:22:33  sjboddie
    50    tidied up cross-collection searching a bit
    51 
    52    Revision 1.30  1999/11/08 20:26:37  sjboddie
    53    added multiplevalue option to cgiarginfo
    54 
    55    Revision 1.29  1999/11/04 20:29:53  sjboddie
    56    small change to cross-collection searching
    57 
    58    Revision 1.28  1999/11/03 22:49:50  sjboddie
    59    A few changes to cross-collection searching for fao
    60 
    61    Revision 1.27  1999/11/01 21:53:27  sjboddie
    62    added cross-collection searching capability - still needs lots of
    63    work but the basic functionality is there
    64 
    65    Revision 1.26  1999/10/10 08:14:10  sjboddie
    66    - metadata now returns mp rather than array
    67    - redesigned browsing support (although it's not finished so
    68    won't currently work ;-)
    69 
    70    Revision 1.25  1999/09/24 04:49:39  sjboddie
    71    fixed up the query selection boxes to display properly if there's only
    72    a single index/sub-collection
    73 
    74    Revision 1.24  1999/09/22 03:44:31  sjboddie
    75    EndResults query filter option may now take '-1' for 'all'
    76 
    77    Revision 1.23  1999/09/21 11:34:42  sjboddie
    78    added Maxdocs queryfilter option which may be -1 for 'all'
    79 
    80    Revision 1.22  1999/09/07 23:08:51  rjmcnab
    81    removed some compiler warnings
    82 
    83    Revision 1.21  1999/09/07 04:56:57  sjboddie
    84    added GPL notice
    85 
    86    Revision 1.20  1999/08/25 04:47:55  sjboddie
    87    added advanced search option - other minor changes
    88 
    89    Revision 1.19  1999/08/13 04:17:24  sjboddie
    90    small change to do with new collection-level metadata
    91 
    92    Revision 1.18  1999/08/10 22:46:33  sjboddie
    93    changed format option result to QueryResults and added QueryLinks option
    94 
    95    Revision 1.17  1999/07/30 02:24:42  sjboddie
    96    added collectinfo argument to some functions
    97 
    98    Revision 1.16  1999/07/19 00:16:58  sjboddie
    99    no longer display documents that don't match all phrases in query string
    100 
    101    Revision 1.15  1999/07/16 08:33:36  rjmcnab
    102    Changed the logic for getting the results string slightly
    103 
    104    Revision 1.14  1999/07/16 03:41:29  sjboddie
    105    changed isApprox
    106 
    107    Revision 1.13  1999/07/16 00:19:01  sjboddie
    108    some changes to the way quoted queries are handled
    109 
    110    Revision 1.12  1999/07/09 02:17:55  rjmcnab
    111    Setting macros needed for a second query.
    112 
    113    Revision 1.11  1999/07/07 06:13:10  rjmcnab
    114    Added ability to combine two independant queries.
    115 
    116    Revision 1.10  1999/07/07 05:49:35  sjboddie
    117    had another crack at the format string code - created a new formattools
    118    module. It can now handle {If} and {Or} statements although there's a
    119    bug preventing nested if's and or's.
    120 
    121    Revision 1.9  1999/07/01 22:48:46  sjboddie
    122    had a go at getting a query result format string working
    123 
    124    Revision 1.8  1999/06/27 22:02:11  sjboddie
    125    author is added  to queryresults if there is one
    126 
    127    Revision 1.7  1999/06/26 01:10:18  rjmcnab
    128    Made h, i, and n arguments saved in the compressed arguments.
    129 
    130    Revision 1.6  1999/06/24 05:12:25  sjboddie
    131    lots of small changes
    132 
    133    Revision 1.5  1999/06/16 04:03:48  sjboddie
    134    Now sets "cl" arg to "search" when going to a document from a search
    135    results page. This allows the close book icon (in hierarchy toc) to
    136    take you back to the results page if that's where you came from.
    137    If you got to the document page somehow other than from a
    138    classification or a search (i.e. if "cl" isn't set) then the close
    139    book icon is disabled
    140 
    141    Revision 1.4  1999/06/16 02:08:38  sjboddie
    142    got queryaction working
    143 
    144    Revision 1.3  1999/03/25 03:06:45  sjboddie
    145 
    146    altered receptionist slightly so it now passes *collectproto to
    147    define_internal_macros and define_external_macros - need it
    148    for browseaction
    149 
    150    Revision 1.2  1999/03/03 20:26:50  rjmcnab
    151 
    152    Modified stuff.
    153 
    154    Revision 1.1  1999/02/28 22:45:21  rjmcnab
    155 
    156    Initial revision.
    157 
    158  */
    159 
    16025
    16126#include "queryaction.h"
     
    12551120
    12561121}
    1257 
    1258 
    1259 
    1260 
    1261 
Note: See TracChangeset for help on using the changeset viewer.